@charset "UTF-8";
/*
Theme Name: ikkou
Author: Cloppy,Sachiko Kawakami
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap");
.wrapper, .inner {
  zoom: 1;
}
.wrapper:after, .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) {
  .wrapper:after, .inner:after {
    content: '';
    color: #fff;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/*----------------------------------------
	mediaquery.scss
----------------------------------------*/
@media only screen and (max-width: 600px) {
  .tab-only,
  .pc-only {
    display: none !important;
  }

  .content-left,
  .content-right {
    float: none;
  }
}
@media only screen and (max-width: 959.98px) {
  .tabpc-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 600.1px) {
  .sp-only,
  .sptab-only,
  .tab-only {
    display: none !important;
  }
}
@media only screen and (min-width: 600.1px) and (min-width: 600.1px) and (max-width: 959.98px) {
  .sp-only,
  .pc-only {
    display: none !important;
  }

  .tab-only {
    display: block !important;
  }
}
/*----------------------------------------
	reboot.scss
----------------------------------------*/
* {
  position: relative;
  margin: 0;
  padding: 0;
  zoom: 1;
  line-height: 1;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, img, small, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, section, summary, time, mark, audio, video, main, picture {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-size: 100%;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

input, button, select, optgroup, textarea {
  font-family: initial;
}

/*----------------------------------------
	base.scss
----------------------------------------*/
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
/*web font*/
html {
  overscroll-behavior: none;
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 768px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif,'Roboto', Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #011B4A;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 959.98px) {
  body {
    min-width: 300px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

b, strong, .bold {
  font-family: "Noto Sans JP", sans-serif,'Roboto', Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}

a,
button {
  color: #011B4A;
  transition: 0.1s ease-in;
}
a:hover,
button:hover {
  color: #DC000C;
  text-decoration: none;
}
a img,
button img {
  transition: 0.1s ease-in;
}
a img:hover,
button img:hover {
  opacity: 0.7;
}

section, article, main, figure, picture, header, footer {
  display: block;
}

input {
  line-height: 1;
}

i {
  font-style: normal;
}

p, li, a {
  line-height: 1.8;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 959.98px) {
  .sp_only {
    display: block;
  }
}
@media only screen and (max-width: 959.98px) {
  .pc_only {
    display: none;
  }
}
ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.responsiveImg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*----------------------------------------
	block.scss
	-- wrapper
	-- content-wrapper
	-- aside--notes
----------------------------------------*/
.wrapper {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.inner {
  width: 100%;
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
@media only screen and (max-width: 959.98px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

/*----------------------------------------
	guidelink.scss
----------------------------------------*/
.btn_more a {
  display: block;
  position: relative;
  padding-right: 58px;
  text-align: right;
  font-weight: bold;
  font-size: 20px;
  clear: both;
  outline: none;
  transition: ease .2s;
}
@media only screen and (max-width: 959.98px) {
  .btn_more a {
    padding-right: 38px;
    font-size: 16px;
  }
}
.btn_more a span {
  position: absolute;
  top: -7px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #E5E7EC;
}
@media only screen and (max-width: 959.98px) {
  .btn_more a span {
    position: absolute;
    top: -2px;
    right: 0;
    width: 30px;
    height: 30px;
  }
}
.btn_more a:hover {
  padding-right: 50px;
  transition: ease .2s;
}
@media only screen and (max-width: 959.98px) {
  .btn_more a:hover {
    padding-right: 30px;
  }
}
.btn_more a:hover span {
  background-color: #DC000C;
}
.btn_more a:hover span .icon-arrow-right2 {
  color: #fff;
}

.btn_more02 a {
  display: inline-block;
  position: relative;
  position: relative;
  padding-right: 58px;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  clear: both;
  outline: none;
  transition: ease .2s;
}
@media only screen and (max-width: 959.98px) {
  .btn_more02 a {
    padding-right: 38px;
    font-size: 16px;
  }
}
.btn_more02 a span {
  position: absolute;
  top: -7px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #E5E7EC;
}
@media only screen and (max-width: 959.98px) {
  .btn_more02 a span {
    position: absolute;
    top: -2px;
    right: 0;
    width: 30px;
    height: 30px;
  }
}
.btn_more02 a:hover {
  padding-right: 50px;
  padding-left: 8px;
  transition: ease .2s;
}
@media only screen and (max-width: 959.98px) {
  .btn_more02 a:hover {
    padding-right: 30px;
  }
}
.btn_more02 a:hover span {
  background-color: #DC000C;
}
.btn_more02 a:hover span .icon-arrow-right2 {
  color: #fff;
}

.page-top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #E6E9ED;
  text-align: center;
  transition: ease .2s;
}
.page-top .icon-arrow-up2 {
  font-size: 1.8em;
}
@media only screen and (max-width: 959.98px) {
  .page-top {
    position: fixed;
    right: -10px;
    bottom: 14%;
  }
}

.page-top:hover {
  opacity: .8;
  text-decoration: none;
  background-color: #DC000C;
}
.page-top:hover .icon-arrow-up2 {
  color: #fff;
}

.pankuzu {
  display: block;
  float: left;
  margin: 20px 0 80px;
  color: #011B4A;
}
@media only screen and (max-width: 959.98px) {
  .pankuzu {
    margin: 10px 0 40px;
  }
}
.pankuzu li {
  display: block;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
}
.pankuzu li a {
  position: relative;
  display: block;
  float: left;
  padding-right: 30px;
  color: #011B4A;
}
.pankuzu li a:hover {
  color: #DC000C;
}
.pankuzu li a:after {
  content: ">";
  color: #011B4A;
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 12zpx;
}

.pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  z-index: 2;
}

.pagination .wp-pagenavi .current {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #011B4A;
  width: 50px;
  height: 50px;
  margin: 0 6px;
  border-radius: 50%;
  border: none;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 959.98px) {
  .pagination .wp-pagenavi .current {
    width: 34px;
    height: 34px;
    margin: 0 2px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.pagination .wp-pagenavi .page, .pagination .wp-pagenavi .previouspostslink, .pagination .wp-pagenavi .nextpostslink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 6px;
  border-radius: 50%;
  background: #E6E9ED;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #011B4A;
  border: none;
}
.pagination .wp-pagenavi .page:hover, .pagination .wp-pagenavi .previouspostslink:hover, .pagination .wp-pagenavi .nextpostslink:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #011B4A;
  color: #fff;
}
@media only screen and (max-width: 959.98px) {
  .pagination .wp-pagenavi .page, .pagination .wp-pagenavi .previouspostslink, .pagination .wp-pagenavi .nextpostslink {
    width: 34px;
    height: 34px;
    margin: 0 2px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.pagination .wp-pagenavi .pages {
  font-weight: bold;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0 5px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  color: #011B4A;
}
@media only screen and (max-width: 959.98px) {
  .pagination .wp-pagenavi .pages {
    display: none;
  }
}

/*----------------------------------------
	column.scss
	-- 02
	-- 03
	-- 04
----------------------------------------*/
.c-column {
  width: 100%;
}
.c-column img {
  vertical-align: bottom;
}
.c-column--02 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 959.98px) {
  .c-column--02 {
    display: block;
  }
}
.c-column--02 .c-column__inner {
  width: 48%;
  margin-bottom: 7.8125%;
}
@media only screen and (max-width: 959.98px) {
  .c-column--02 .c-column__inner {
    width: 100%;
    margin-bottom: 30px;
  }
}
.c-column--02 .c-column__inner img {
  max-width: 100%;
  height: auto;
}
.c-column--03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  .c-column--03 {
    display: block;
    margin-top: 20px;
  }
}
.c-column--03 .c-column__inner {
  width: 31%;
  background: #fff;
  border: 1px solid #F5F2EA;
  box-shadow: 1px 1px 4px 0 rgba(92, 77, 65, 0.2);
}
@media only screen and (max-width: 600px) {
  .c-column--03 .c-column__inner {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-column--03 .c-column__inner img {
  width: 100%;
  height: auto;
}
.c-column--03 .c-column__inner--text01 {
  padding: 20px;
}
.c-column--03 .c-column__inner--text01 .c-column__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .c-column--03 .c-column__inner--text01 .c-column__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-column--03 .c-column__inner--text01 .c-column__title span {
  font-family: 'Roboto', Arial !important;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  color: #C9BC9C;
  margin-right: 8px;
  letter-spacing: -0.01rem;
  top: 2px;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .c-column--03 .c-column__inner--text01 .c-column__title span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-column--03 .c-column__inner--text01 .c-column__title span.f18 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin-right: 8px;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .c-column--03 .c-column__inner--text01 .c-column__title span.f18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-column--03 .c-column__inner--text01 .c-column__subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #C9BC9C;
  margin-bottom: 5px;
  padding-left: 42px;
}
@media only screen and (max-width: 959.98px) {
  .c-column--03 .c-column__inner--text01 .c-column__subtitle {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 0;
  }
}
.c-column--03 .c-column__inner--text01 p {
  padding-left: 42px;
  letter-spacing: -0.03rem;
}
@media only screen and (max-width: 959.98px) {
  .c-column--03 .c-column__inner--text01 p {
    padding-left: 0;
    margin-top: 8px;
  }
}
.c-column--03_post {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  .c-column--03_post {
    display: block;
  }
}
.c-column--03_post .c-column__inner {
  width: 31%;
  background: #fff;
  border: 1px solid #F5F2EA;
  box-shadow: 1px 1px 4px 0 rgba(92, 77, 65, 0.2);
}
@media only screen and (max-width: 600px) {
  .c-column--03_post .c-column__inner {
    width: 100%;
  }
}
.c-column--03_post .c-column__inner img {
  width: 100%;
  height: auto;
}
.c-column--03_post .c-column__inner--text02 {
  padding: 15px;
}
.c-column--03_post .c-column__inner--text02 .works-list__category {
  display: flex;
  justify-content: row;
  flex-wrap: wrap;
}
.c-column--03_post .c-column__inner--text02 .works-list__category a {
  display: block;
  padding: 2px 5px;
  border-radius: 5px;
  border: 1px solid #5C4D41;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .c-column--03_post .c-column__inner--text02 .works-list__category a {
    font-size: 10px;
    font-size: 1rem;
  }
}
.c-column--03_post .c-column__inner--text02 h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .c-column--03_post .c-column__inner--text02 h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-column--03_post .c-column__inner--text02 h3 a {
  display: block;
  padding: 10px 0;
  line-height: 1.2;
}
.c-column--03_post .c-column__inner--text02 .works_tag {
  display: block;
}
.c-column--03_post .c-column__inner--text02 .works_tag:after {
  content: "";
  display: block;
  clear: both;
}
.c-column--03_post .c-column__inner--text02 .works_tag:before {
  content: "";
  display: block;
  clear: both;
}
.c-column--03_post .c-column__inner--text02 .works_tag li {
  display: block;
  float: left;
}
.c-column--03_post .c-column__inner--text02 .works_tag li:after {
  content: "";
  display: block;
  clear: both;
}
.c-column--03_post .c-column__inner--text02 .works_tag li:before {
  content: "";
  display: block;
  clear: both;
}
.c-column--03_post .c-column__inner--text02 .works_tag li a {
  position: relative;
  display: block;
  float: left;
  padding: 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-column--03_post .c-column__inner--text02 .works_tag li a:after {
  content: "#";
  position: absolute;
  top: 0;
  left: 0;
}
.c-column--03_post .c-column__inner:nth-child(2) {
  margin-top: 70px;
}
@media only screen and (max-width: 600px) {
  .c-column--03_post .c-column__inner:nth-child(2) {
    margin-top: 20px;
  }
}
.c-column--03_post .c-column__inner:nth-child(3) {
  margin-top: 140px;
}
@media only screen and (max-width: 600px) {
  .c-column--03_post .c-column__inner:nth-child(3) {
    margin-top: 20px;
  }
}
.c-column--03_post .c-column__inner:nth-child(4) {
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .c-column--03_post .c-column__inner:nth-child(4) {
    margin-top: 20px;
  }
}
.c-column--03_post .c-column__inner:nth-child(5) {
  margin-top: 70px;
}
@media only screen and (max-width: 600px) {
  .c-column--03_post .c-column__inner:nth-child(5) {
    margin-top: 20px;
  }
}
.c-column--03_post .c-column__inner:nth-child(6) {
  margin-top: 140px;
}
@media only screen and (max-width: 600px) {
  .c-column--03_post .c-column__inner:nth-child(6) {
    margin-top: 20px;
  }
}
.c-column--03_post .c-column__inner:nth-child(7) {
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .c-column--03_post .c-column__inner:nth-child(7) {
    margin-top: 20px;
  }
}
.c-column--03_post .c-column__inner:nth-child(8) {
  margin-top: 70px;
}
@media only screen and (max-width: 600px) {
  .c-column--03_post .c-column__inner:nth-child(8) {
    margin-top: 20px;
  }
}
.c-column--03_post .c-column__inner:nth-child(9) {
  margin-top: 140px;
}
@media only screen and (max-width: 600px) {
  .c-column--03_post .c-column__inner:nth-child(9) {
    margin-top: 20px;
  }
}
.c-column--03_post .c-column__inner:nth-child(10) {
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .c-column--03_post .c-column__inner:nth-child(10) {
    margin-top: 20px;
  }
}
.c-column--03_post .c-column__inner:nth-child(11) {
  margin-top: 70px;
}
@media only screen and (max-width: 600px) {
  .c-column--03_post .c-column__inner:nth-child(11) {
    margin-top: 20px;
  }
}
.c-column--03_post .c-column__inner:nth-child(12) {
  margin-top: 140px;
}
@media only screen and (max-width: 600px) {
  .c-column--03_post .c-column__inner:nth-child(12) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 600.1px) {
  .c-column--03_post:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
  .c-column--03_post .c-column__inner {
    max-width: 32%;
  }
}
.c-column--03_product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .c-column--03_product {
    display: block;
  }
}
.c-column--03_product .c-column__inner {
  width: 31%;
  max-height: 380px;
  background: #fff;
  border: 1px solid #F5F2EA;
  box-shadow: 1px 1px 4px 0 rgba(92, 77, 65, 0.2);
}
@media only screen and (max-width: 600px) {
  .c-column--03_product .c-column__inner {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-column--03_product .c-column__inner img {
  width: 100%;
  height: auto;
}
.c-column--03_product .c-column__inner--text02 {
  padding: 15px;
}
.c-column--03_product .c-column__inner--text02 h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .c-column--03_product .c-column__inner--text02 h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 600.1px) {
  .c-column--03_product:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
  .c-column--03_product .c-column__inner {
    max-width: 32%;
  }
}

/*----------------------------------------
	helper.scss
  --color
  // --bg
  // --text
  // --list
  // --border
  --font
  --border
  --display
  --line-height
  --margin
  --padding
----------------------------------------*/
/*	color
----------------------------------------*/
.color--gray {
  color: #A2A2A2 !important;
}
.color--blue {
  color: #00225b !important;
}

/*	bg
----------------------------------------*/
/*	text
----------------------------------------*/
.text--left {
  text-align: left !important;
}
.text--center {
  text-align: center !important;
}
.text--right {
  text-align: right !important;
}
.text--indent {
  text-indent: 2.5rem !important;
}
.text--nowrap {
  white-space: nowrap !important;
}

/*	border
----------------------------------------*/
.m-border--none {
  border: none !important;
}

/*	font
----------------------------------------*/
.bold {
  font-weight: bold !important;
}

.font-size--40 {
  font-size: clamp(24px, 3vw, 40px) !important;
}

/*	display
----------------------*/
.m-display--block {
  display: block !important;
}
.m-display--inline-block {
  display: inline-block !important;
}
.m-display--flex {
  display: flex !important;
}

/*	line-height
----------------------*/
@media print, screen and (min-width: 600.1px) {
  .line-height--small {
    line-height: 1.75 !important;
  }
}

/*	margin
----------------------*/
.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb168 {
  padding-bottom: 168px !important;
}

@media only screen and (max-width: 959.98px) {
  /*	margin
  ----------------------*/
  .mt10 {
    margin-top: 2.60417% !important;
  }

  .mt20 {
    margin-top: 15px !important;
  }

  /* .mt30{margin-top: (60%/768)*100 !important;}*/
  .mt30 {
    margin-top: 20px !important;
  }

  .mt35 {
    margin-top: 9.11458% !important;
  }

  .mt40 {
    margin-top: 20px !important;
  }

  .mt50 {
    margin-top: 25px !important;
  }

  .mt55 {
    margin-top: 14.32292% !important;
  }

  .mt60 {
    margin-top: 30px !important;
  }

  .mt70 {
    margin-top: 35px !important;
  }

  .mt80 {
    margin-top: 40px !important;
  }

  .mt100 {
    margin-top: 50px !important;
  }

  .mt120 {
    margin-top: 60px !important;
  }

  .mt140 {
    margin-top: 70px !important;
  }

  .mb100 {
    margin-bottom: 10.41667% !important;
  }

  .mb140 {
    margin-bottom: 50px !important;
  }

  .ml30 {
    margin-left: 7.8125% !important;
  }

  .ml90 {
    margin-left: 19.53125% !important;
  }

  .ml100 {
    margin-left: 26.04167% !important;
  }

  .ml150 {
    margin-left: 26.04167% !important;
  }

  .pb120 {
    padding-bottom: 13.02083% !important;
  }

  .pb168 {
    padding-bottom: 13.02083% !important;
  }
}
/*----------------------------------------
	mv.scss
----------------------------------------*/
.home .mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  background: url("../img/top/top_mv.png") no-repeat top right;
  background-size: auto 100%;
  margin-bottom: 80px;
  color: #011B4A;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .home .mv {
    height: 50vh;
    background: url("../img/top/top_mv.png") no-repeat top right;
    background-size: cover;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .home .mv {
    height: 50vh;
    background: url("../img/top/top_mv.png") no-repeat top right;
    background-size: cover;
    margin-bottom: 50px;
  }
}
.home .mv .mv__title {
  padding: 26vh 5% 0 5%;
  font-size: clamp(22px, 3vw, 48px);
  font-weight: bold;
  text-shadow: 2px 2px 4px #fff;
}
@media only screen and (max-width: 959.98px) {
  .home .mv .mv__title {
    width: 100%;
    height: 100%;
    padding: 20vh 0 0 5%;
    background: rgba(255, 255, 255, 0.5);
  }
}

.page-hero {
  width: 100%;
  background: url("../img/common/mv_bg.jpg") no-repeat top center/cover;
  padding: 58px 0 46px;
  margin: 123px auto 0;
  text-align: center;
}
@media only screen and (max-width: 959.98px) {
  .page-hero {
    margin: 82px auto 0;
  }
}
.page-hero .pagetitle {
  font-family: 'Roboto', Arial !important;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
}
@media only screen and (max-width: 959.98px) {
  .page-hero .pagetitle {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 600px) {
  .page-hero .pagetitle {
    font-size: 30px;
    font-size: 3rem;
  }
}
.page-hero .pagetitle__sub {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

/*----------------------------------------
	tile.scss
  --pickup
----------------------------------------*/
.c-tile--pickup {
  border: 1px #E3E3E3 solid;
}
.c-tile--pickup__photo img {
  width: 100%;
  height: 33.85417%;
  object-fit: cover;
}
.c-tile--pickup__text {
  padding: 7.8125% 5.20833%;
}
.c-tile--pickup__text .title {
  margin-bottom: 5.20833%;
  font-size: 4.16667vw;
  font-weight: bold;
  line-height: 1.33333;
}
.c-tile--pickup__text .date {
  margin-bottom: 1.30208%;
  font-size: 2.60417vw;
  color: #A2A2A2;
}
.c-tile--pickup__text .name {
  margin-bottom: 7.8125%;
  font-size: 5.20833vw;
  font-weight: bold;
  color: #00225b;
}
.c-tile--pickup__text .name .small {
  font-size: 4.16667vw;
}
@media print, screen and (min-width: 600.1px) {
  .c-tile--pickup__photo img {
    width: 300px;
    height: 180px;
  }
  .c-tile--pickup__text {
    padding: 24px;
  }
  .c-tile--pickup__text .title {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333;
  }
  .c-tile--pickup__text .date {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-tile--pickup__text .name {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-tile--pickup__text .name .small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-tile--report {
  border: 1px #E3E3E3 solid;
}
.c-tile--report__photo img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.c-tile--report__text {
  text-align: left;
  padding: 7.8125% 5.20833%;
}
.c-tile--report__text .title {
  margin-bottom: 5.20833%;
  line-height: 1.33333;
}
.c-tile--report__text .date {
  margin-bottom: 2.60417%;
  font-size: 2.60417vw;
  color: #A2A2A2;
}
@media print, screen and (min-width: 600.1px) {
  .c-tile--report__photo img {
    width: 300px;
    height: 180px;
  }
  .c-tile--report__text {
    padding: 24px;
  }
  .c-tile--report__text .title {
    margin-bottom: 20px;
    line-height: 1.33333;
  }
  .c-tile--report__text .date {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*----------------------------------------
	header.scss
----------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.header .header__logo {
  width: 30%;
  max-width: 224px;
}
@media only screen and (max-width: 959.98px) {
  .header .header__logo {
    width: 40%;
  }
}
.header .header__logo img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 959.98px) {
  .header {
    padding: 10px 15px;
  }
}
.header.active {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 30px;
}

@media only screen and (max-width: 959.98px) {
  .header.active {
    padding: 10px 15px;
  }
}
.home .header {
  box-shadow: 0px 5px 5px transparent;
}

.home .header.active {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

/*----------------------------------------
	footer.scss
  -- footer
----------------------------------------*/
.contact_area {
  width: 100%;
  background: url("../img/common/bg_footer.png") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  .contact_area {
    min-height: 200px;
  }
}
.contact_area .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .contact_area .inner {
    display: block;
  }
}
.contact_area .inner .column__inner {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .contact_area .inner .column__inner {
    width: 100%;
  }
}
.contact_area .inner .heading {
  padding: 124px 0;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .contact_area .inner .heading {
    padding: 10px 0;
  }
}
.contact_area .inner .heading .heading-primary__sub {
  position: relative;
  display: block;
  padding-left: 50px;
  color: #fff;
}
.contact_area .inner .heading .heading-primary__sub:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 40px;
  height: 2px;
  content: '';
  background: #fff;
}
.contact_area .contact_area--btn {
  width: 73%;
  display: inline-block;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .contact_area .contact_area--btn {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .contact_area .contact_area--btn {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }
}
.contact_area .contact_area--btn a {
  width: 100%;
  display: block;
  padding: 16px 10%;
  border: 1px solid #fff;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  font-size: clamp(16px, 3vw, 24px);
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .contact_area .contact_area--btn a {
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .contact_area .contact_area--btn a {
    margin: 0 auto;
  }
}
.contact_area .contact_area--btn a img {
  padding-right: 30px;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .contact_area .contact_area--btn a img {
    padding-right: 15px;
  }
}
.contact_area .contact_area--btn a:hover {
  background: #DC000C;
  border: 1px solid #DC000C;
}

.footer {
  margin-top: auto;
  text-align: center;
  padding: 0 0 50px;
}
@media only screen and (max-width: 959.98px) {
  .footer {
    padding: 0 0 10px;
  }
}
.footer .inner_none {
  width: 100%;
  height: 100px;
  background: url("../img/common/bg_footer_short.png") no-repeat top center/cover;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .footer .inner_none {
    height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .footer .inner_none {
    height: 10px;
  }
}
@media only screen and (max-width: 959.98px) {
  .footer .inner {
    padding-top: 30px;
  }
}
.footer .inner .footer-nav {
  width: 100%;
  padding-top: 60px;
}
@media only screen and (max-width: 959.98px) {
  .footer .inner .footer-nav {
    width: 100%;
    padding-top: 0;
  }
}
.footer .inner .footer-nav .footer-nav__list {
  display: flex;
  justify-content: space-around;
  margin: 0;
}
@media only screen and (max-width: 959.98px) {
  .footer .inner .footer-nav .footer-nav__list {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.footer .inner .footer-nav .footer-nav__list li {
  display: block;
}
@media only screen and (max-width: 959.98px) {
  .footer .inner .footer-nav .footer-nav__list li {
    padding-right: 15px;
  }
}
.footer .inner .footer-nav .footer-nav__list li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer .inner .footer-nav .footer-nav__list .clear {
  clear: both;
}
.footer .inner .copyright {
  font-family: 'Roboto', Arial !important;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 60px;
  clear: both;
}
@media only screen and (max-width: 959.98px) {
  .footer .inner .copyright {
    margin-top: 30px;
  }
}

#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}
#loading .box {
  width: 160px;
  height: 100px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#loading .box img {
  max-width: 60px;
  height: auto;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 950px) {
  .global-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease;
    opacity: 0;
    background-color: #011B4A;
  }

  .global-nav.show {
    visibility: visible;
    opacity: 1;
  }
}
.global-nav__list {
  display: flex;
  list-style: none;
}

@media screen and (max-width: 950px) {
  .global-nav__list {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
}
.global-nav__list .global-nav__item {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: clamp(11px, 1vw, 15px);
  font-weight: bold;
  text-align: center;
}
.global-nav__list .global-nav__item span {
  display: block;
  font-family: 'Roboto', Arial !important;
  color: #3B7098;
  font-size: clamp(9px, 1vw, 12px);
  font-weight: normal;
}

@media screen and (max-width: 950px) {
  .global-nav__item {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 950px) {
  .global-nav__item {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.global-nav__item:not(:last-child) {
  margin-right: 25px;
}

@media screen and (max-width: 950px) {
  .global-nav__item:not(:last-child) {
    margin-right: 0;
  }
}
.global-nav__link:hover {
  color: #DC000C;
}

.global-nav__contact {
  display: block;
  width: 12%;
  min-width: 160px;
  padding: 8px;
  border-radius: 28px;
  background-color: #011B4A;
  color: #fff;
  margin-top: -6px;
}
.global-nav__contact:hover {
  transition: 0.3s;
  background: #DC000C;
}
.global-nav__contact .global-nav__link {
  color: #fff;
}
.global-nav__contact .global-nav__link span {
  color: #fff;
}
@media screen and (max-width: 950px) {
  .global-nav__contact .global-nav__link span {
    color: #3B7098;
  }
}

@media screen and (max-width: 950px) {
  .global-nav__link {
    color: #fff;
    font-size: 16px;
  }
  .global-nav__link span {
    font-size: 12px;
  }

  .global-nav__link::after {
    display: none;
  }
}
.global-nav__link:hover {
  text-decoration: none;
}

.global-nav__link:hover::after {
  width: 100%;
}

.btn-menu {
  display: none;
}

@media screen and (max-width: 950px) {
  .btn-menu {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    opacity: .9;
    border: none;
    outline: none;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.btn-menu__line {
  position: relative;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  transition: all .4s;
  border-radius: 4px;
  background-color: #011B4A;
}

.btn-menu__line::before, .btn-menu__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: inherit;
  border-radius: 4px;
  background-color: inherit;
}

.btn-menu__line::before {
  top: -8px;
}

.btn-menu__line::after {
  top: 8px;
}

.btn-menu.active .btn-menu__line {
  background-color: transparent;
}

.btn-menu.active .btn-menu__line::before, .btn-menu.active .btn-menu__line::after {
  top: 0;
  background-color: #fff;
}

.btn-menu.active .btn-menu__line::before {
  transform: rotate(45deg);
}

.btn-menu.active .btn-menu__line::after {
  transform: rotate(-45deg);
}

/*----------------------------------------
	button.scss
  --blue
  --input
----------------------------------------*/
.m-button:hover {
  transition: 0.2s ease-in;
}
.m-button a, .m-button .button__inner {
  display: block;
  font-weight: bold;
}
.m-button--blue {
  display: flex;
  width: 100%;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
}
.m-button--blue a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 40px;
  font-weight: bold;
  color: #fff;
  background-color: #00225b;
  text-decoration: none;
  text-align: center;
}
.m-button--blue a:hover {
  color: #00225b;
  background-color: #EE7E96;
}
.m-button--input input {
  display: block;
  appearance: none;
  width: 80%;
  max-width: 400px;
  height: 3.5em;
  margin: 0 auto;
  padding: 0;
  font-size: 5.20833vw;
  font-weight: bold;
  color: #fff;
  border: none;
  cursor: pointer;
  background: #0075c2;
  transition: .2s;
}
.m-button--input.bg--gray input {
  background-color: #A2A2A2;
}
.m-button--input.bg--gray input:hover {
  background-color: #00225b;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .m-button--blue a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .m-button--blue a::after {
    width: 20px;
  }
}

/*----------------------------------------
	form.scss
  -- input[type="text"]
  -- input[type="file"]
  -- textarea
----------------------------------------*/
.contact .wpcf7, #wpcf7cpcnf, .form .wpcf7 {
  max-width: 860px;
  margin: 0 auto;
}
.contact .wpcf7 select, #wpcf7cpcnf select, .form .wpcf7 select {
  width: 340px;
  padding: 16px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 959.98px) {
  .contact .wpcf7 select, #wpcf7cpcnf select, .form .wpcf7 select {
    width: 260px;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.contact .wpcf7 table, #wpcf7cpcnf table, .form .wpcf7 table {
  width: 100%;
  margin: 40px auto 0;
}
@media only screen and (max-width: 959.98px) {
  .contact .wpcf7 table, #wpcf7cpcnf table, .form .wpcf7 table {
    width: 100%;
    margin: 20px auto 0;
  }
}
.contact .wpcf7 table th, #wpcf7cpcnf table th, .form .wpcf7 table th {
  width: 240px;
  padding: 15px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (max-width: 959.98px) {
  .contact .wpcf7 table th, #wpcf7cpcnf table th, .form .wpcf7 table th {
    width: 100%;
    display: block;
    padding: 0;
  }
}
.contact .wpcf7 table th .required, #wpcf7cpcnf table th .required, .form .wpcf7 table th .required {
  float: right;
  display: inline-block;
  top: 0;
  right: 10px;
  padding: 4px 6px;
  background: #EE7E96;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
@media only screen and (max-width: 959.98px) {
  .contact .wpcf7 table th .required, #wpcf7cpcnf table th .required, .form .wpcf7 table th .required {
    position: static;
  }
}
.contact .wpcf7 table td, #wpcf7cpcnf table td, .form .wpcf7 table td {
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 959.98px) {
  .contact .wpcf7 table td, #wpcf7cpcnf table td, .form .wpcf7 table td {
    width: 100%;
    display: block;
    padding: 6px 0 20px;
    clear: both;
  }
}
.contact .wpcf7 .input-length, #wpcf7cpcnf .input-length, .form .wpcf7 .input-length {
  width: 100% !important;
}
.contact .wpcf7 .wpcf7-tel, #wpcf7cpcnf .wpcf7-tel, .form .wpcf7 .wpcf7-tel {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 400px !important;
  background: #E6E9ED;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  border: none;
  line-height: 45px;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media only screen and (max-width: 959.98px) {
  .contact .wpcf7 .wpcf7-tel, #wpcf7cpcnf .wpcf7-tel, .form .wpcf7 .wpcf7-tel {
    width: 100% !important;
  }
}
.contact .wpcf7 input[type="text"],
.contact .wpcf7 input[type="number"],
.contact .wpcf7 input[type="email"], #wpcf7cpcnf input[type="text"],
#wpcf7cpcnf input[type="number"],
#wpcf7cpcnf input[type="email"], .form .wpcf7 input[type="text"],
.form .wpcf7 input[type="number"],
.form .wpcf7 input[type="email"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: #E6E9ED;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 45px;
  border: none;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 0;
}
.contact .wpcf7 textarea, #wpcf7cpcnf textarea, .form .wpcf7 textarea {
  appearance: none;
  -webkit-appearance: none;
  width: 100% !important;
  min-height: 200px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.8;
  background: #E6E9ED;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  margin-bottom: 0;
}
.contact .wpcf7 input[value="送信する"], #wpcf7cpcnf input[value="送信する"], .form .wpcf7 input[value="送信する"] {
  background-image: linear-gradient(90deg, #3b7098, #011b4a);
  cursor: pointer;
}
.contact .wpcf7 input[type="submit"], #wpcf7cpcnf input[type="submit"], .form .wpcf7 input[type="submit"] {
  -webkit-appearance: none;
}
.contact .wpcf7 p, #wpcf7cpcnf p, .form .wpcf7 p {
  text-align: center;
}
.contact .wpcf7 p .wpcf7-submit, #wpcf7cpcnf p .wpcf7-submit, .form .wpcf7 p .wpcf7-submit {
  min-width: 260px;
  display: inline-block;
  background-image: linear-gradient(90deg, #3b7098, #011b4a);
  padding: 20px;
  border-radius: 30px;
  color: white;
  border: none;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 30px auto 0;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 959.98px) {
  .contact .wpcf7 p .wpcf7-submit, #wpcf7cpcnf p .wpcf7-submit, .form .wpcf7 p .wpcf7-submit {
    padding: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 10px auto 0;
  }
}
.contact .wpcf7 p .wpcf7-submit:hover, #wpcf7cpcnf p .wpcf7-submit:hover, .form .wpcf7 p .wpcf7-submit:hover {
  background: #DC000C;
}
.contact .wpcf7 label, #wpcf7cpcnf label, .form .wpcf7 label {
  outline: none;
}
.contact .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label, #wpcf7cpcnf .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label, .form .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 0;
}
.contact .wpcf7 .wpcf7-not-valid-tip, #wpcf7cpcnf .wpcf7-not-valid-tip, .form .wpcf7 .wpcf7-not-valid-tip {
  display: inline-block;
  background: #00225B;
  padding: 4px;
  color: #fff;
  font-weight: bold;
  clear: both;
}
.contact .wpcf7 .form__btn, #wpcf7cpcnf .form__btn, .form .wpcf7 .form__btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 30px;
}
.contact .wpcf7 .form__btn input, #wpcf7cpcnf .form__btn input, .form .wpcf7 .form__btn input {
  width: 190px;
  background-image: linear-gradient(90deg, #3b7098, #011b4a);
  color: #fff;
  border: none;
  padding: 20px;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
}
.contact .wpcf7 .wpcf7cp-btns, #wpcf7cpcnf .wpcf7cp-btns, .form .wpcf7 .wpcf7cp-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 30px;
}
.contact .wpcf7 .wpcf7cp-btns .wpcf7-form-control, #wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control, .form .wpcf7 .wpcf7cp-btns .wpcf7-form-control {
  width: 190px;
  background-image: linear-gradient(90deg, #3b7098, #011b4a);
  color: #fff;
  border: none;
  padding: 20px;
  border-radius: 100vh;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
}
.contact .wpcf7 .wpcf7-confirm, #wpcf7cpcnf .wpcf7-confirm, .form .wpcf7 .wpcf7-confirm {
  margin-left: 40px;
}

#wpcf7cpcnf p {
  text-align: left !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  width: 74%;
  background: #00225B;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 20px auto;
}
@media only screen and (max-width: 959.98px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    width: 100%;
    line-height: 1.6;
  }
}
.wpcf7 form.invalid .wpcf7-response-output .wpcf7-list-item, .wpcf7 form.unaccepted .wpcf7-response-output .wpcf7-list-item {
  margin: 0;
}

/*----------------------------------------
	head.scss
  --section  head__title

----------------------------------------*/
.heading-primary {
  /*font-size: 40px;
  font-size: 4rem;*/
  font-size: clamp(24px, 3vw, 40px);
  padding-top: 10px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}

.heading-primary__sub {
  position: relative;
  display: block;
  padding-left: 50px;
  font-family: 'Roboto', Arial !important;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 700;
  color: #DC000C;
  text-align: left;
}
.heading-primary__sub:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 40px;
  height: 2px;
  content: '';
  background: #DC000C;
}

.page .sec__heading {
  display: grid;
  place-items: center;
  text-align: center;
}

/*----------------------------------------
	icon.scss
  --icomoon
  --
  --
  --
----------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?4cjj5u");
  src: url("fonts/icomoon.eot?4cjj5u#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?4cjj5u") format("truetype"), url("fonts/icomoon.woff?4cjj5u") format("woff"), url("fonts/icomoon.svg?4cjj5u#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up2:before {
  content: "\ea3a";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-arrow-left2:before {
  content: "\ea40";
}

/*----------------------------------------
	link.scss
  --prev/next
  --block
  --index
----------------------------------------*/
.m-link--prev a, .m-link--next a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  text-decoration: none;
}
.m-link--prev a:hover, .m-link--next a:hover {
  transform: scale(1.1);
}
.m-link--prev a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -35px;
  width: 30px;
  height: 6px;
  border-bottom: 1px solid #707070;
  border-left: 2px solid #707070;
  transform: translateY(-50%) skew(-50deg);
  border-radius: 1px;
}
.m-link--prev a:hover::before {
  border-bottom: 1px solid #00225b;
  border-left: 2px solid #00225b;
}
.m-link--prev.text--left a {
  margin-left: 38px;
}
.m-link--next a::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 6px;
  margin-left: 2.60417%;
  border-bottom: 1px solid #707070;
  border-right: 2px solid #707070;
  transform: translateY(-50%) skew(50deg);
  border-radius: 1px;
}
.m-link--next a:hover::after {
  border-bottom: 1px solid #00225b;
  border-right: 2px solid #00225b;
}
.m-link--next.text--right a {
  margin-right: 38px;
}
@media print, screen and (min-width: 600.1px) {
  .m-link--prev a::before {
    left: -64px;
    width: 50px;
    height: 7px;
    border-bottom: 1px solid #707070;
    border-left: 2px solid #707070;
  }
  .m-link--prev.text--left a {
    margin-left: 70px;
  }
  .m-link--next a::after {
    width: 50px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 1px solid #707070;
    border-right: 2px solid #707070;
  }
  .m-link--next.text--right a {
    margin-right: 68px;
  }
}
.m-link--block {
  display: block;
  text-decoration: none;
}
.m-link--block:hover {
  transform: scale(1.05);
}
.m-link--index a {
  display: block;
  text-decoration: none;
}
.m-link--index a .thumbnail {
  margin-bottom: 3.90625%;
}
.m-link--index a img:hover {
  opacity: 1;
}
.m-link--index a .text {
  display: none;
}
.m-link--index a:hover {
  transform: scale(1.05);
}
.m-link--index a:hover .thumbnail {
  position: relative;
  overflow: hidden;
}
.m-link--index a:hover .thumbnail:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  pointer-events: none;
}
.m-link--index a:hover .text {
  display: block;
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  font-weight: bold;
  color: #fff;
  transform: translate(-50%, -150%);
  z-index: 2;
  pointer-events: none;
}
.m-link--index a:hover .text::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 6px;
  margin-left: 2.60417%;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) skew(50deg);
  border-radius: 1px;
}
@media print, screen and (min-width: 600.1px) {
  .m-link--index a .thumbnail {
    margin-bottom: 10px;
  }
  .m-link--index a:hover .text {
    margin-left: -30px;
  }
  .m-link--index a:hover .text::after {
    width: 50px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 1px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .m-link--index a:hover .text {
    margin-left: -20px;
  }
  .m-link--index a:hover .text::after {
    width: 30px;
    margin-left: 5px;
  }
}

/*----------------------------------------
	table.scss
----------------------------------------*/
.table-scroll {
  overflow: auto;
  min-height: 5px;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translateZ(0);
}

.table {
  width: 99.9%;
  text-align: left;
  box-sizing: border-box;
}
.table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.table th, .table td {
  line-height: 1.5;
}
.table th span {
  font-size: 1.2rem;
}
.table--01 {
  border-top: 1px #A2A2A2 dotted;
}
.table--01 th, .table--01 td {
  display: block;
  padding: 0;
  text-align: left;
  border-top: none;
}
.table--01 th {
  font-weight: bold;
  padding-top: 10px;
}
.table--01 td {
  padding: 5px 0 10px;
  border-bottom: 1px #A2A2A2 dotted;
}
.table--02 {
  border-top: 1px #CDD6DD dotted;
}
.table--02 th, .table--02 td {
  display: block;
  padding: 0;
  text-align: left;
  border-top: none;
}
.table--02 th {
  padding-right: 7.8125%;
  font-weight: bold;
  padding-top: 3.90625%;
  line-height: 1;
  white-space: nowrap;
}
.table--02 td {
  padding: 2.60417% 0 3.90625%;
  border-bottom: 1px #CDD6DD dotted;
}
.table--02 td span {
  padding: 0 2.60417%;
}
.table--03 .table-head th {
  padding: 1.30208% 2.60417%;
  background-color: #CDD6DD;
  border-bottom: none;
}
.table--03 .table-foot td {
  background-color: #CDD6DD;
  border-bottom: none;
}
.table--03 th, .table--03 td {
  width: auto;
  padding: 1.30208% 2.60417%;
  text-align: center;
  border-bottom: 1px #A2A2A2 solid;
  box-sizing: border-box;
}
.table--03 .border-dotted {
  border-bottom: 1px #A2A2A2 dotted !important;
}
.table--03 th {
  background-color: #F7F7F7;
  line-height: 1;
}
@media print, screen and (min-width: 600.1px) {
  .table--01 th, .table--01 td {
    display: table-cell;
  }
  .table--01 th {
    width: 100px;
    white-space: nowrap;
    padding: 4px 0;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px #A2A2A2 dotted;
  }
  .table--01 td {
    padding: 4px 20px 4px 0;
  }
  .table--02 th, .table--02 td {
    display: table-cell;
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px #CDD6DD dotted;
  }
  .table--02 th {
    padding: 25px 80px 25px 30px;
    background-color: #F7F7F7;
  }
  .table--02 td {
    padding: 10px 0 10px 30px;
  }
  .table--02 td span {
    padding: 0 20px;
  }
  .table--03 .table-head th {
    padding: 10px 20px 8px;
  }
  .table--03 th, .table--03 td {
    padding: 6px 20px 4px;
  }
}

/*----------------------------------------
	text.scss
----------------------------------------*/
/*.m-text{
text-align: left;
  line-height: (50/32);
  word-wrap: break-word;
  word-break: break-all;
  th,td,
  & > p,
  & > ul{
    line-height: (50/32);
  }
  &+ .m-text,
  & > p + p{
    margin-top: (40%/768)*100;
  }
  &--small{
   font-size: pxtovw(24);
 }
  a{
    color:#000;
    font-weight: bold;
    text-decoration: none;
    &:hover{
      color: $blue;
    }
 }
   &--mvlead{
        font-size: 52px;
        font-size: 5.2rem;
        line-height: 1.888;
        text-align: center;
         margin-bottom: 60px;
       
       span {
            font-size: 43px;
            font-size: 4.3rem;
       }
    }
     &--lead{
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 1.4;
         font-weight: bold;
    }  
     &--large{
      font-size: 26px;
      font-size: 2.6rem;
    }
    
     &--small{
      font-size: 24px;
      font-size: 2.4rem;
   }  

  @include MQ(sptab){
    line-height: (28/16);
    th,td,
    & > p,
    & > ul{
      line-height: 2;
    }
    &+ .m-text,
    & > p + p{
      margin-top: 2em;
    }

    &--large{
      font-size: 18px;
      font-size: 1.8rem;
    }
    &--lead{
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
     &--small{
      font-size: 14px;
      font-size: 1.4rem;
   }
  }
}*/
.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.text--left {
  text-align: left;
}

.text--large {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 959.98px) {
  .text--large {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.text--blarge {
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 959.98px) {
  .text--blarge {
    font-size: 20px;
    font-size: 2rem;
  }
}

.text--xlarge {
  font-size: 36px;
  font-size: 3.6rem;
}
@media only screen and (max-width: 959.98px) {
  .text--xlarge {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.text--bold {
  font-weight: bold;
}

/*----------------------------------------
	top.scss
----------------------------------------*/
.home .top_about .inner {
  background: url("../img/top/kumamoto.png") no-repeat top left 40px/520px auto;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .home .top_about .inner {
    background: url("../img/top/kumamoto.png") no-repeat top left 10px/auto 100%;
  }
}
@media only screen and (max-width: 600px) {
  .home .top_about .inner {
    background: url("../img/top/kumamoto.png") no-repeat top left 10px/46% auto;
  }
}
.home .top_about .inner .textbox {
  width: 56.3333333333333%;
  float: right;
  padding: 150px 0 200px;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .home .top_about .inner .textbox {
    width: 60%;
    padding: 80px 0 60px;
  }
}
@media only screen and (max-width: 600px) {
  .home .top_about .inner .textbox {
    width: 60%;
    padding: 50px 0 20px;
  }
}
.home .top_service .inner .textbox {
  width: 35%;
}
@media only screen and (max-width: 959.98px) {
  .home .top_service .inner .textbox {
    width: 100%;
  }
}
@media only screen and (max-width: 959.98px) {
  .home .top_service .inner .textbox .mt70 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.home .top_service .inner .service_list {
  width: 65%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 959.98px) {
  .home .top_service .inner .service_list {
    width: 100%;
  }
}
.home .top_service .inner .service_list .service_list_item {
  width: 47%;
  padding: 7px 0 0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 959.98px) {
  .home .top_service .inner .service_list .service_list_item {
    margin-bottom: 20px;
  }
}
.home .top_service .inner .service_list .service_list_item p {
  padding: 8px 0 6px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 959.98px) {
  .home .top_service .inner .service_list .service_list_item p {
    font-size: 16px;
  }
}
.home .top_service .inner .service_list .service_list_item.service_01 {
  background: url("../img/top/bg_purple.png") no-repeat top center/100% auto;
}
.home .top_service .inner .service_list .service_list_item.service_02 {
  background: url("../img/top/bg_brown.png") no-repeat top center/100% auto;
}
.home .top_service .inner .service_list .service_list_item.service_03 {
  background: url("../img/top/bg_glay.png") no-repeat top center/100% auto;
}
.home .top_service .inner .service_list .service_list_item.service_04 {
  background: url("../img/top/bg_lightbrown.png") no-repeat top center/100% auto;
}
.home .top_service .inner .service_list .service_list_item img {
  max-width: 100%;
  height: auto;
}
.home .top_sustainability .inner {
  background: url("../img/top/sustainability.png") no-repeat top left/58% auto;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .home .top_sustainability .inner {
    background: url("../img/top/sustainability.png") no-repeat top left/auto 100%;
  }
}
@media only screen and (max-width: 600px) {
  .home .top_sustainability .inner {
    background: url("../img/top/sustainability.png") no-repeat top left/60% auto;
  }
}
.home .top_sustainability .inner .textbox {
  width: 56.3333333333333%;
  float: right;
  padding: 150px 0 200px 0;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .home .top_sustainability .inner .textbox {
    width: 60%;
    padding: 100px 0;
  }
}
@media only screen and (max-width: 600px) {
  .home .top_sustainability .inner .textbox {
    width: 60%;
    padding: 50px 0;
  }
}
.home .top_news .heading {
  width: 24%;
}
@media only screen and (max-width: 959.98px) {
  .home .top_news .heading {
    width: 100%;
  }
}
.home .top_news .news--list {
  width: 76%;
  padding-bottom: 20px;
}
@media only screen and (max-width: 959.98px) {
  .home .top_news .news--list {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }
}
.home .top_news .news--list__item {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 0;
  border-bottom: 1px solid #E6E9ED;
  line-height: 1.6;
}
@media only screen and (max-width: 959.98px) {
  .home .top_news .news--list__item {
    display: block;
  }
}
.home .top_news .news--list .day {
  width: 100px;
  display: block;
  font-family: 'Roboto', Arial !important;
  padding: 20px 20px 20px 0;
}
@media only screen and (max-width: 959.98px) {
  .home .top_news .news--list .day {
    padding: 20px 0;
  }
}
.home .top_news .news--list .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  background: #011B4A;
  padding: 0px 10px;
  margin-top: 16px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 959.98px) {
  .home .top_news .news--list .cat {
    position: absolute;
    top: -6px;
    left: 100px;
  }
}
.home .top_news .news--list .newstitle {
  width: 70%;
  width: -webkit-calc(100% - 220px);
  width: calc(100% - 220px);
  padding: 20px 0 20px 20px;
  line-height: 1.7;
}
@media only screen and (max-width: 959.98px) {
  .home .top_news .news--list .newstitle {
    width: 100%;
    padding: 0 0 20px;
    clear: both;
  }
}
.home .top_news .news--list .newstitle h3 {
  display: block;
  font-weight: normal;
  margin-bottom: 12px;
}
.home .top_news .news--list .newstitle .tag {
  clear: both;
  font-size: 12px;
  border: 1px solid #E6E9ED;
  border-radius: 20px;
  padding: 4px 8px;
}
.home .top_news .news--list a:hover {
  display: block;
  background: #F8F9FA;
}
.home .top_news .news--list a:hover .cat {
  background: #DC000C;
}
.home .top_recruit .inner {
  background: url("../img/top/top_recruit.png") no-repeat top right/910px auto;
  padding: 120px 0 120px;
  margin-bottom: 0;
}
@media only screen and (max-width: 959.98px) {
  .home .top_recruit .inner {
    padding: 30px 20px;
    background: url("../img/top/top_recruit.png") no-repeat bottom right/60% auto;
  }
}

/*----------------------------------------
	message.scss
----------------------------------------*/
.message .column--02 {
  width: 100%;
  max-width: 960px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .message .column--02 {
    display: block;
  }
}
.message .column--02 .column__inner {
  max-width: 480px;
  width: 48%;
  margin-bottom: 7.8125%;
}
@media only screen and (max-width: 600px) {
  .message .column--02 .column__inner {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .message .column--02 .column__inner.column__left {
    text-align: center;
  }
}
.message .column--02 .column__inner img {
  width: 100%;
  max-width: 397px;
  height: auto;
  margin: 0 auto;
}
.message .column--02 .column__inner dl {
  margin-top: -20px;
  margin-left: 50%;
}
@media only screen and (max-width: 959.98px) {
  .message .column--02 .column__inner dl {
    text-align: center;
    margin-left: 40%;
  }
}
.message .column--02 .column__inner dl dt {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 5px;
}
.message .column--02 .column__inner dl dd {
  padding-left: 60px;
}

/*----------------------------------------
	about.scss
----------------------------------------*/
.about .mission .inner {
  min-height: 200px;
  background: url("../img/about/mission.jpg") no-repeat top right/100% auto;
  padding: 3.90625% 20px 14.32292%;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 959.98px) {
  .about .mission .inner {
    background: url("../img/about/mission.jpg") no-repeat top right/cover;
  }
}
.about .mission .inner img {
  width: 100%;
  height: auto;
}
.about .mission .inner .heading-primary__subWhite {
  font-family: 'Roboto', Arial !important;
  font-size: clamp(16px, 3vw, 20px);
}
.about .mission .inner .heading-primary__White {
  font-size: clamp(20px, 3vw, 40px);
  line-height: 1.4;
  margin-top: 10px;
}
.about .overview.inner {
  max-width: 960px;
  background: url("../img/about/kumamoto.jpg") no-repeat top 80px right/auto 80%;
  padding: 0 20px 120px;
}
@media only screen and (max-width: 600px) {
  .about .overview.inner {
    background: url("../img/about/kumamoto.jpg") no-repeat bottom 40px right 20px/200px auto;
    padding: 0 20px 100px;
  }
}
.about .overview.inner table {
  width: 53.1%;
  float: left;
  box-sizing: border-box;
  margin: 0 auto;
  border-collapse: collapse;
}
@media only screen and (max-width: 600px) {
  .about .overview.inner table {
    width: 94%;
    padding: 0 5px 40px;
  }
}
.about .overview.inner table th {
  width: 100px;
  padding: 20px 0;
  border-bottom: 1px solid #011B4A;
  font-weight: bold;
  line-height: 1.6;
  vertical-align: top;
}
@media only screen and (max-width: 600px) {
  .about .overview.inner table th {
    width: 70px;
    padding: 15px 0;
  }
}
.about .overview.inner table td {
  padding: 20px 0;
  border-bottom: 1px solid #011B4A;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  .about .overview.inner table td {
    padding: 15px 0;
  }
}
.about .overview.inner table td .inc__color {
  color: #C9BC9C;
}

/*----------------------------------------
	service.scss
----------------------------------------*/
.service .inner .photo__right {
  display: block;
  width: 50%;
  position: relative;
  float: right;
  text-align: right;
  padding-left: 20px;
}
@media only screen and (max-width: 600px) {
  .service .inner .photo__right {
    width: 100%;
    float: none;
    clear: both;
    padding-left: 0;
  }
}
.service .inner .photo__right img {
  width: 100%;
  max-width: 520px;
  height: auto;
}
.service .inner .photo__right .small__img {
  position: absolute;
  top: 70%;
  max-width: 300px;
  left: -13.3%;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .service .inner .photo__right .small__img {
    position: absolute;
    top: 65%;
    widows: 10%;
    max-width: 160px;
    left: -2%;
  }
}
@media only screen and (max-width: 600px) {
  .service .inner .photo__right .small__img {
    position: initial;
    max-width: 520px;
  }
}
.service .inner .photo__left {
  display: block;
  width: 45%;
  float: right;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .service .inner .photo__left {
    width: 100%;
    float: none;
    clear: both;
  }
}
.service .inner .photo__left img {
  width: 100%;
  max-width: 520px;
  height: auto;
}
.service .inner .textbox__left {
  display: block;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 600px) {
  .service .inner .textbox__left {
    width: 100%;
    float: none;
    clear: both;
  }
}
.service .inner .textbox__right {
  display: block;
  width: 55%;
  float: right;
  padding-left: 3.33%;
  box-sizing: border-box;
  clear: both;
}
@media only screen and (max-width: 600px) {
  .service .inner .textbox__right {
    width: 100%;
    float: none;
    clear: both;
    padding-left: 0;
  }
}
.service .inner h4 {
  margin-top: 40px;
  margin-bottom: 14px;
  font-size: 20px;
}
.service .inner .textbox__left ul, .service .inner .textbox__right ul {
  padding-left: 20px;
}
@media only screen and (max-width: 600px) {
  .service .inner .textbox__left ul, .service .inner .textbox__right ul {
    margin-bottom: 20px;
  }
}
.service .inner .textbox__left ul li, .service .inner .textbox__right ul li {
  margin-bottom: 10px;
  transition: 0.1s ease-in;
}
.service .inner .textbox__left ul li a, .service .inner .textbox__right ul li a {
  display: block;
  width: 240px;
  padding: 2px 14px;
  background: #E6E9ED url("../img/service/link.svg") no-repeat top 10px right 14px;
  border-radius: 20px;
  transition: background 1s;
}
.service .inner .textbox__left ul li a:hover, .service .inner .textbox__right ul li a:hover {
  background: #DC000C url("../img/service/link_hover.svg") no-repeat top 10px right 14px;
  color: #fff;
}

/*----------------------------------------
	sustainability.scss
----------------------------------------*/
.sustainability .mv .inner {
  background: url("../img/sustainability/img01.jpg") no-repeat top left/58% auto;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .sustainability .mv .inner {
    background: url("../img/sustainability/img01.jpg") no-repeat top left/auto 100%;
  }
}
@media only screen and (max-width: 600px) {
  .sustainability .mv .inner {
    background: url("../img/sustainability/img01.jpg") no-repeat top left/60% auto;
  }
}
.sustainability .mv .inner .textbox {
  width: 50%;
  float: right;
  padding: 150px 0 280px 0;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .sustainability .mv .inner .textbox {
    width: 50%;
    padding: 100px 0;
  }
}
@media only screen and (max-width: 600px) {
  .sustainability .mv .inner .textbox {
    width: 50%;
    padding: 50px 0;
  }
}
.sustainability .inner .number {
  font-family: 'Roboto', Arial !important;
  font-size: clamp(50px, 3vw, 80px);
  font-weight: bold;
  color: #E6E9ED;
  line-height: 1;
}
.sustainability .inner h4 {
  margin-top: -10px;
  font-size: clamp(16px, 3vw, 24px);
  line-height: 1.5;
}
.sustainability .inner ul {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.sustainability .inner ul li {
  padding: 0 5px;
}
.sustainability img {
  max-width: 100%;
  height: auto;
}

/*----------------------------------------
	news.scss
----------------------------------------*/
body.news .contents .news--list {
  width: 100%;
}
@media only screen and (max-width: 959.98px) {
  body.news .contents .news--list {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }
}
body.news .contents .news--list__item {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 0;
  border-bottom: 1px solid #E6E9ED;
  line-height: 1.6;
}
@media only screen and (max-width: 959.98px) {
  body.news .contents .news--list__item {
    display: block;
  }
}
body.news .contents .news--list .day {
  width: 100px;
  display: block;
  font-family: 'Roboto', Arial !important;
  padding: 20px 20px 20px 0;
}
@media only screen and (max-width: 959.98px) {
  body.news .contents .news--list .day {
    padding: 20px 0;
  }
}
body.news .contents .news--list .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  background: #011B4A;
  padding: 0px 10px;
  margin-top: 16px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 959.98px) {
  body.news .contents .news--list .cat {
    position: absolute;
    top: -6px;
    left: 100px;
  }
}
body.news .contents .news--list .newstitle {
  width: 70%;
  width: -webkit-calc(100% - 220px);
  width: calc(100% - 220px);
  padding: 15px 0 20px 20px;
  line-height: 1.7;
}
@media only screen and (max-width: 959.98px) {
  body.news .contents .news--list .newstitle {
    width: 100%;
    padding: 0 0 20px;
    clear: both;
  }
}
body.news .contents .news--list .newstitle h3 {
  display: block;
  font-weight: normal;
  margin-bottom: 12px;
}
body.news .contents .news--list .newstitle .tag {
  clear: both;
  font-size: 12px;
  border: 1px solid #E6E9ED;
  border-radius: 20px;
  padding: 4px 8px;
}
body.news .contents .news--list a:hover {
  display: block;
  background: #F8F9FA;
}
body.news .contents .news--list a:hover .cat {
  background: #DC000C;
}

.single .post {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 60px;
  border-bottom: 1px solid #E6E9ED;
}
@media only screen and (max-width: 959.98px) {
  .single .post {
    padding-bottom: 20px;
  }
}
.single .post__head {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}
@media only screen and (max-width: 959.98px) {
  .single .post__head {
    margin-bottom: 10px;
  }
}
.single .post__head .day {
  width: 100px;
  display: block;
  font-family: 'Roboto', Arial !important;
  padding: 8px 20px 0 0;
}
.single .post__head .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  background: #011B4A;
  padding: 0px 10px;
  margin-right: 10px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.single .post__head .tag {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid #E6E9ED;
  border-radius: 20px;
  padding: 8px;
  line-height: 1;
  font-size: 12px;
}
.single .post .post__title {
  position: relative;
  width: 100%;
  font-size: clamp(18px, 3vw, 40px);
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E9ED;
  clear: both;
}
.single .post__body a {
  text-decoration: underline;
  color: #00225b;
}
.single .post__body .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.single .post__body .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.single .post__body img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single .post__body .size-full img {
  width: 100%;
  height: auto;
}
.single .post__body h1 {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 10px 0 10px 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 959.98px) {
  .single .post__body h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.single .post__body h1:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: '';
  width: 6px;
  height: 38px;
  background: #88BEE4;
  border-radius: 3px;
}
.single .post__body h2 {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #88BEE4;
  padding: 10px 0 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 959.98px) {
  .single .post__body h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.single .post__body h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #88BEE4;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 959.98px) {
  .single .post__body h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.single .post .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.single .post .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.single .back__link {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 959.98px) {
  .single .back__link {
    font-size: 16px;
  }
}
.single .back__link a {
  display: inline-table;
  position: relative;
  padding-left: 58px;
}
@media only screen and (max-width: 600px) {
  .single .back__link a {
    padding-left: 38px;
  }
}
.single .back__link a span {
  position: absolute;
  top: -7px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #E5E7EC;
}
@media only screen and (max-width: 600px) {
  .single .back__link a span {
    position: absolute;
    top: -2px;
    right: 0;
    width: 30px;
    height: 30px;
  }
}
.single .back__link a:hover {
  padding-left: 50px;
  padding-right: 8px;
  transition: ease .2s;
}
@media only screen and (max-width: 600px) {
  .single .back__link a:hover {
    padding-left: 30px;
  }
}
.single .back__link a:hover span {
  background-color: #DC000C;
}
.single .back__link a:hover span .icon-arrow-left2 {
  color: #fff;
}

/*----------------------------------------
	contact.scss
----------------------------------------*/
.contact .sec__heading, .form .sec__heading {
  text-align: center;
}
.contact .sec__heading .heading__sub, .form .sec__heading .heading__sub {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 8px;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .contact .sec__heading .heading__sub, .form .sec__heading .heading__sub {
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .contact .sec__heading .heading__sub, .form .sec__heading .heading__sub {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.contact .form__require, .form .form__require {
  float: right;
  display: block;
  background: #DC000C;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px;
}
.contact .wpcf7-acceptance .wpcf7-list-item input, .form .wpcf7-acceptance .wpcf7-list-item input {
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin-right: 4px;
}

.thanks .contents {
  margin-bottom: 30px;
}
.thanks .inner .sec__heading {
  text-align: center;
}
.thanks .inner .sec__heading .heading__sub {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 8px;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .thanks .inner .sec__heading .heading__sub {
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .thanks .inner .sec__heading .heading__sub {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.thanks .inner img {
  width: 50%;
  max-width: 100%;
  height: auto;
}

/*----------------------------------------
	page.scss
----------------------------------------*/
.page.privacy .contents h3 {
  font-size: clamp(18px, 3vw, 30px);
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

.page .page__main h3 {
  font-size: clamp(18px, 3vw, 30px);
  font-weight: bold;
}

/*----------------------------------------
	sitemap.scss
----------------------------------------*/
.sitemap .column--04 {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  background: url("../img/common/logo_glay.svg") no-repeat bottom 40% center/50% auto;
  padding-bottom: 250px;
}
@media only screen and (max-width: 600px) {
  .sitemap .column--04 {
    display: block;
    background: url("../img/common/logo_glay.svg") no-repeat bottom 50% right 4%/50% auto;
    padding-bottom: 50px;
  }
}
.sitemap .column--04 .column__inner {
  width: 24%;
}
@media only screen and (max-width: 600px) {
  .sitemap .column--04 .column__inner {
    width: 100%;
  }
}
.sitemap .column--04 .column__inner h3 {
  font-size: clamp(16px, 1vw, 20px);
  font-weight: normal;
  margin-bottom: 30px;
}
.sitemap .column--04 .column__inner h3 a {
  display: block;
  position: relative;
  padding-left: 48px;
}
@media only screen and (max-width: 959.98px) {
  .sitemap .column--04 .column__inner h3 a {
    padding-left: 38px;
  }
}
.sitemap .column--04 .column__inner h3 a span {
  position: absolute;
  top: -2px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #E5E7EC;
  transition: ease .2s;
}
@media only screen and (max-width: 959.98px) {
  .sitemap .column--04 .column__inner h3 a span {
    position: absolute;
    top: -2px;
    left: 0;
    width: 30px;
    height: 30px;
  }
}
.sitemap .column--04 .column__inner h3 a:hover span {
  position: absolute;
  top: -2px;
  left: 4px;
  background-color: #DC000C;
}
.sitemap .column--04 .column__inner h3 a:hover span .icon-arrow-right2 {
  color: #fff;
}

/*----------------------------------------
	error404.scss
----------------------------------------*/
body.error404 .error__img {
  width: 100%;
  max-width: 836px;
  height: auto;
}

/*----------------------------------------
	recruit.scss
----------------------------------------*/
.recruit_mv {
  height: 470px;
  background: url("../img/recruit/img01.jpg") no-repeat top center/auto 100%;
  text-align: center;
}
.recruit .heading__sub {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 8px;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .recruit .heading__sub {
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .recruit .heading__sub {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.recruit .joblist {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 30px auto 80px;
  border-top: 5px solid #3B7098;
  padding: 20px;
}
.recruit .joblist:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 16.6%;
  height: inherit;
  border-top: 5px solid #DC000C;
}
.recruit .joblist h3 {
  font-size: clamp(18px, 3vw, 30px);
  font-weight: bold;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E9ED;
}
.recruit .joblist table tr th {
  border-bottom: 1px solid #E6E9ED;
  padding: 20px 10px;
}
.recruit .joblist table tr td {
  border-bottom: 1px solid #E6E9ED;
  padding: 20px 10px;
}
.recruit .joblist .appbtn {
  text-align: center;
}
.recruit .joblist .appbtn a {
  min-width: 260px;
  display: inline-block;
  background-image: linear-gradient(90deg, #3b7098, #011b4a);
  padding: 20px;
  border-radius: 40px;
  color: white;
  border: none;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 30px auto 0;
  box-sizing: border-box;
  color: #fff;
}
@media only screen and (max-width: 959.98px) {
  .recruit .joblist .appbtn a {
    padding: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 10px auto 0;
  }
}
.recruit .joblist .appbtn a:hover {
  background: #DC000C;
}

.form .sec__heading {
  text-align: center;
}
.form .sec__heading .heading__sub {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 8px;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .form .sec__heading .heading__sub {
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .form .sec__heading .heading__sub {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.form .form__require {
  float: right;
  display: block;
  background: #DC000C;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px;
}
.form .wpcf7-acceptance .wpcf7-list-item input {
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin-right: 4px;
}
.form input.wpcf7-date {
  padding: 4px;
  font-size: 16px;
}

.finish .contents {
  margin-bottom: 30px;
}
.finish .inner .sec__heading {
  text-align: center;
}
.finish .inner .sec__heading .heading__sub {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 8px;
}
@media only screen and (min-width: 600.1px) and (max-width: 959.98px) {
  .finish .inner .sec__heading .heading__sub {
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .finish .inner .sec__heading .heading__sub {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.finish .inner img {
  width: 50%;
  max-width: 100%;
  height: auto;
}
