@charset "UTF-8";
/****************************************

Theme Name: 古川組
Theme URI: https://www.furkawa.co.jp/
Description: 古川組専用オリジナルテーマ
Author: Riginal
Author URI: https://riginal.jp/

*****************************************/
/****************************************

目次 
1.ベース
2.ヘッダー
3.フッター
4.トップページ
5.サブページ

*****************************************/
/*レスポンシブ*/
/*フォントサイズ*/
/*Webフォント*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap");
/****************************************


1.ベース


*****************************************/
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0 none;
  font-style: normal;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: top;
  font-family: "Noto Sans JP", "Noto Sans", "Yu Gothic", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-size: clamp(16px, 1.6vw, 16px);
  color: #1A282E;
  -webkit-text-size-adjust: none;
}

a, input[type=submit], botton {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media all and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.inner {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .inner {
    width: 90%;
  }
}
@media all and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-left: clamp(20px, 6vw, 32px);
    padding-right: clamp(20px, 6vw, 32px);
  }
}

.innerS {
  width: 70%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .innerS {
    width: 90%;
    max-width: 90%;
  }
}
@media all and (max-width: 768px) {
  .innerS {
    width: 100%;
    max-width: 100%;
    padding-left: clamp(20px, 6vw, 32px);
    padding-right: clamp(20px, 6vw, 32px);
  }
}

.innerL {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .innerL {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media all and (max-width: 768px) {
  .innerL {
    padding-left: clamp(20px, 6vw, 32px);
    padding-right: clamp(20px, 6vw, 32px);
  }
}

.pc {
  display: block;
}
@media all and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media all and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

/*インビュー関連*/
.inview {
  opacity: 0;
  transition: all 3000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform, opacity;
}
.inview.left {
  transform: translateX(-30px);
}
.inview.right {
  transform: translateX(30px);
}
.inview.bottom {
  transform: translateY(20px);
}
.inview.action {
  opacity: 1;
  transform: translate(0px);
}

/*テキスト関連*/
.center {
  text-align: center;
}

.under {
  text-decoration: underline;
}

b, stlong, .bold {
  font-weight: bold;
}

.postCn {
  font-size: clamp(16px, 1.6vw, 16px);
  line-height: 2;
  word-break: break-word;
  overflow-wrap: break-word;
}
.postCn * {
  box-sizing: border-box;
}
.postCn > *:first-child {
  margin-top: 0;
}
.postCn > *:last-child {
  margin-bottom: 0;
}
.postCn p {
  margin: 0 0 20px;
}
.postCn h1,
.postCn h2,
.postCn h3,
.postCn h4,
.postCn h5,
.postCn h6 {
  font-weight: bold;
  color: #222;
}
.postCn h1 {
  font-size: 2em;
  line-height: 1.3;
  margin: 0 0 20px;
}
.postCn h2 {
  font-size: 1.5em;
  line-height: 1.5;
  margin: 40px 0 20px;
}
.postCn h3 {
  font-size: 1.17em;
  line-height: 1.7;
  margin: 35px 0 15px;
}
.postCn h4 {
  font-size: 1em;
  line-height: 1.8;
  margin: 30px 0 15px;
}
.postCn h5 {
  font-size: 0.83em;
  line-height: 1.8;
  margin: 25px 0 10px;
}
.postCn h6 {
  font-size: 0.67em;
  line-height: 1.8;
  margin: 25px 0 10px;
}
.postCn strong,
.postCn b {
  font-weight: bold;
}
.postCn em,
.postCn i {
  font-style: italic;
}
.postCn u {
  text-decoration: underline;
}
.postCn del,
.postCn s {
  text-decoration: line-through;
}
.postCn ins {
  text-decoration: underline;
}
.postCn small {
  font-size: 0.85em;
}
.postCn sub {
  font-size: 0.75em;
  vertical-align: sub;
  line-height: 1;
}
.postCn sup {
  font-size: 0.75em;
  vertical-align: super;
  line-height: 1;
}
.postCn a {
  color: #e94b4b;
  text-decoration: underline;
  transition: 0.5s;
}
.postCn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.postCn ul,
.postCn ol {
  margin: 0 0 20px 25px;
  padding: 0;
}
.postCn ul li {
  list-style: disc;
}
.postCn ol li {
  list-style: decimal;
}
.postCn blockquote {
  margin: 30px 0;
  padding: 25px 30px;
  border-left: 4px solid #273064;
  background: #f7f7f7;
}
.postCn blockquote p:last-child {
  margin-bottom: 0;
}
.postCn hr {
  border: 0;
  border-top: 1px solid #CBCBCB;
  margin: 40px 0;
}
.postCn pre {
  margin: 30px 0;
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  overflow-x: auto;
  line-height: 1.8;
  white-space: pre-wrap;
  word-break: break-word;
}
.postCn code,
.postCn kbd {
  font-size: 0.9em;
  line-height: 1.8;
  padding: 0.15em 0.4em;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.postCn pre code {
  padding: 0;
  background: none;
  border: 0;
}
.postCn table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.postCn th,
.postCn td {
  padding: 15px;
  border: 1px solid #CBCBCB;
  vertical-align: top;
  text-align: left;
  line-height: 1.8;
}
.postCn th {
  background: #f7f7f7;
  font-weight: bold;
}
.postCn img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.postCn figure {
  margin: 30px 0;
}
.postCn .wp-caption {
  max-width: 100%;
  margin: 30px 0;
}
.postCn .wp-caption img {
  display: block;
  margin: 0;
}
.postCn .wp-caption-text {
  margin: 10px 0 0;
  font-size: 0.875em;
  line-height: 1.7;
  color: #666;
}
.postCn .alignleft {
  float: left;
  margin: 0 30px 20px 0;
}
.postCn .alignright {
  float: right;
  margin: 0 0 20px 30px;
}
.postCn .aligncenter {
  display: block;
  margin: 0 auto 20px;
}
.postCn .text-left {
  text-align: left;
}
.postCn .text-center {
  text-align: center;
}
.postCn .text-right {
  text-align: right;
}
.postCn .alignleft,
.postCn .alignright,
.postCn .aligncenter {
  max-width: 100%;
}
.postCn .gallery,
.postCn .wp-block-gallery {
  margin: 30px 0;
}
.postCn .post-password-form {
  margin: 30px 0;
}
.postCn .post-password-form input[type=password] {
  width: 100%;
  max-width: 320px;
  height: 45px;
  padding: 0 10px;
  border: 1px solid #CBCBCB;
}
.postCn .post-password-form input[type=submit] {
  height: 45px;
  padding: 0 20px;
  border: 0;
  background: #273064;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}
.postCn .post-password-form input[type=submit]:hover {
  opacity: 0.8;
}
.postCn::after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1024px) {
  .postCn {
    font-size: 15px;
    line-height: 1.9;
  }
  .postCn p {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .postCn h1 {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .postCn h2 {
    font-size: 1.4em;
    margin: 30px 0 15px;
  }
  .postCn h3 {
    font-size: 1.1em;
    margin: 25px 0 10px;
  }
  .postCn h4,
  .postCn h5,
  .postCn h6 {
    margin: 20px 0 10px;
  }
  .postCn ul,
  .postCn ol {
    margin: 0 0 15px 20px;
  }
  .postCn ul li,
  .postCn ol li {
    margin-bottom: 5px;
  }
  .postCn blockquote {
    margin: 25px 0;
    padding: 20px 15px;
  }
  .postCn hr {
    margin: 30px 0;
  }
  .postCn pre {
    margin: 25px 0;
    padding: 15px;
  }
  .postCn table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .postCn th,
  .postCn td {
    padding: 10px;
  }
  .postCn figure,
  .postCn .wp-caption,
  .postCn .gallery,
  .postCn .wp-block-gallery {
    margin: 25px 0;
  }
  .postCn .alignleft,
  .postCn .alignright {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
  .postCn .aligncenter {
    margin: 0 auto 20px;
  }
}

/*フォーム関連*/
.mailform input[type=password],
.mailform input[type=text],
.mailform input[type=date],
.mailform input[type=email],
.mailform input[type=number],
.mailform input[type=url],
.mailform input[type=tel],
.mailform textarea,
.mailform select {
  border: 0;
  background: #F7F8F9;
  border-radius: 5px;
  color: #3F484C;
  padding: 18px 18px 18px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.mailform textarea {
  min-height: 250px;
}
.mailform input, .mailform select, .mailform textarea {
  outline: none;
}
.mailform input:disabled {
  background: none;
  font-weight: bold;
}
.mailform input[type=checkbox] {
  width: 26px;
  height: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  transition: all 0.15s ease-out 0s;
  color: #46ADDF;
  cursor: pointer;
  display: inline-block;
  outline: none;
  border-radius: 0;
  vertical-align: -0.5rem;
  margin: 0;
}
.mailform input[type=checkbox]:before,
.mailform input[type=checkbox]:after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.mailform input[type=checkbox]:before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.mailform input[type=checkbox]:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: 0.2s;
}
.mailform input[type=checkbox]:checked:before {
  left: 1px;
  top: 12px;
  width: 11px;
  height: 3px;
}
.mailform input[type=checkbox]:checked:after {
  right: 6px;
  bottom: 2px;
  width: 3px;
  height: 17px;
}
.mailform input[type=checkbox]:indeterminate:before,
.mailform input[type=checkbox]:indeterminate:after {
  width: 10px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.mailform input[type=checkbox]:indeterminate:before {
  left: 1px;
  top: 7px;
}
.mailform input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px;
}
.mailform input[type=checkbox] {
  border: 2px solid #ABABAB;
}
.mailform input[type=checkbox]:checked,
.mailform input[type=checkbox]:checked {
  border: 2px solid #006AB6;
}
.mailform input[type=checkbox]:checked:after,
.mailform input[type=checkbox]:checked:before,
.mailform input[type=checkbox]:indeterminate:after,
.mailform input[type=checkbox]:indeterminate:before {
  background: #006AB6;
}
.mailform label {
  margin-left: 10px;
}
.mailform dl {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media all and (max-width: 768px) {
  .mailform dl {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.mailform dl dt {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .mailform dl dt {
    width: 100%;
    display: block;
  }
}
.mailform dl dt .title,
.mailform .selectWrap .title {
  font-weight: bold;
  color: #0D2740;
}
.mailform dl dd {
  width: calc(100% - 200px);
  padding-left: 50px;
  box-sizing: border-box;
}
@media all and (max-width: 768px) {
  .mailform dl dd {
    width: 100%;
    padding-left: 0;
  }
}
.mailform dl dd .input {
  width: 100%;
  display: inline-block;
}
.mailform .selectWrap {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mailform .select {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  .mailform .select {
    display: block;
  }
}
.mailform .selectWrap .title {
  margin-bottom: 40px;
}
.mailform .select li {
  width: 25%;
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  .mailform .select li {
    width: 100%;
  }
}
.mailform .select.doble li {
  width: 100%;
}
.mailform .select li .input input {
  margin-top: 10px;
  background: #FFF;
  border: solid 1px #DCDCDC;
}
.mailform .submit {
  margin-top: 100px;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  -webkit-appearance: none;
}
@media all and (max-width: 768px) {
  .mailform .submit {
    width: 80%;
    margin-top: 40px;
  }
}
.mailform .hissu {
  color: #FFF;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #E91C24;
  font-size: 80%;
  display: inline-block;
  line-height: 20px;
}
@media all and (max-width: 768px) {
  .mailform .hissu {
    margin-left: 20px;
  }
}
.mailform .nini {
  color: #FFF;
  width: 40px;
  height: 20px;
  text-align: center;
  background-color: #6E6E6E;
  font-size: 80%;
  display: inline-block;
  line-height: 20px;
}
@media all and (max-width: 768px) {
  .mailform .nini {
    margin-left: 20px;
  }
}
.mailform .error {
  margin-top: 10px;
}
.mailform .error span {
  color: #E91C24;
  font-size: 14px;
  display: block;
}
.mailform .acceptance {
  text-align: center;
}
.mailform .acceptance input[type=checkbox] {
  margin-right: 10px;
}
.mailform .acceptance a {
  text-decoration: underline;
}
.mailform .textarea dt {
  align-items: flex-start;
  margin-top: 10px;
}

/*フォント*/
.en {
  font-family: "special-gothic", sans-serif;
}

/*ボタン*/
.btnWrap {
  display: flex;
}
@media all and (max-width: 1024px) {
  .btnWrap {
    justify-content: center;
  }
}
.btnWrap .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: 150px;
  box-sizing: border-box;
  height: 46px;
  padding: 0 30px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  transition: 0.8s ease-in-out;
}
@media all and (max-width: 1024px) {
  .btnWrap .btn {
    min-width: 240px;
  }
}
.btnWrap .btn.red {
  background: #ff1e14;
  color: #fff;
}
.btnWrap .btn.red:hover {
  background: #BC1610;
}
.btnWrap .btn::after {
  content: "";
  width: 13.021px;
  height: 10.35px;
  flex-shrink: 0;
  background: currentColor;
  mask: url("img/iconArrowRW.svg") no-repeat center/contain;
  -webkit-mask: url("img/iconArrowRW.svg") no-repeat center/contain;
}

/*下層レイアウト*/
.noMainImg {
  margin-top: 110px;
}
@media all and (max-width: 1024px) {
  .noMainImg {
    margin-top: 72px;
  }
}

/* ページャー　*/
.noPost {
  margin: 10px 0 0;
  font-size: 16px;
  text-align: center;
}

.pager {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media all and (max-width: 1024px) {
  .pager {
    margin-top: 30px;
  }
}
.pager ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pager ul li {
  margin: 0;
  padding: 0;
}
.pager ul li a,
.pager ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #F0F0F0;
  border-radius: 50%;
  background: #F0F0F0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #585858;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.8s ease-in-out, color 0.8s ease-in-out, border-color 0.8s ease-in-out;
}
@media all and (max-width: 1024px) {
  .pager ul li a,
  .pager ul li span {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.pager ul li .current {
  border-color: #3FAFE8;
  background: #3FAFE8;
  color: #fff;
}
.pager ul li .current:hover {
  border-color: #2ca7ea;
  background: #2ca7ea;
  color: #fff;
}
.pager ul li .previouspostslink,
.pager ul li .nextpostslink,
.pager ul li .prev,
.pager ul li .next {
  position: relative;
  border: 1px solid #5A5A5A;
  background: #FFF;
  font-size: 0;
}
.pager ul li .previouspostslink::before,
.pager ul li .nextpostslink::before,
.pager ul li .prev::before,
.pager ul li .next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background: currentColor;
  color: #2d2b63;
  -webkit-mask: url("img/iconArrowPager.svg") no-repeat center/contain;
  mask: url("img/iconArrowPager.svg") no-repeat center/contain;
  transform: translate(-50%, -50%) rotate(180deg);
}
.pager ul li .previouspostslink,
.pager ul li .prev {
  margin-right: 20px;
}
.pager ul li .previouspostslink::before,
.pager ul li .prev::before {
  transform: translate(-50%, -50%);
}
.pager ul li .nextpostslink,
.pager ul li .next {
  margin-left: 20px;
}
.pager ul li a:hover {
  background: #3FAFE8;
  border-color: #3FAFE8;
  color: #fff;
}
.pager ul li a.prev:hover, .pager ul li a.next:hover {
  background: #F0F0F0;
  border-color: #5A5A5A;
}

/****************************************


2.ヘッダー


*****************************************/
.siteHeader {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 100;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .siteHeader {
    top: 0;
  }
}
.siteHeader_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 40px);
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  .siteHeader_inner {
    width: 100%;
    margin: 0;
    padding: 10px;
    border-radius: 0;
  }
}
.siteHeader_logo {
  flex-shrink: 0;
}
.siteHeader_logo a {
  display: block;
}
.siteHeader_logo img {
  display: block;
  width: auto;
  height: 30px;
}
@media all and (max-width: 1024px) {
  .siteHeader_logo img {
    height: 32px;
  }
}
.siteHeader_nav {
  margin-left: auto;
}
@media all and (max-width: 1024px) {
  .siteHeader_nav {
    display: none;
  }
}
.siteHeader_navList {
  display: flex;
  align-items: center;
  gap: 40px;
}
.siteHeader_navList li {
  list-style: none;
}
.siteHeader_navList a {
  font-size: 15px;
  display: block;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
  text-decoration: none;
  transition: opacity 0.8s ease-in-out;
}
@media all and (min-width: 1024px) {
  .siteHeader_navList a:hover {
    opacity: 0.7;
  }
}
.siteHeader_contact {
  margin-left: 40px;
  flex-shrink: 0;
}
@media all and (max-width: 1024px) {
  .siteHeader_contact {
    display: none;
  }
}
.siteHeader_contactBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 40px;
  padding: 0 25px;
  background: #FF0402;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.8s ease-in-out;
}
.siteHeader_contactBtn:hover {
  background: #BC1610;
}
.siteHeader_contactBtn img {
  display: block;
  width: 18px;
  height: auto;
}
.siteHeader_contactBtn span {
  display: block;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.siteHeader_menuBtn {
  position: relative;
  display: none;
  width: 30px;
  height: 30px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
}
@media all and (max-width: 1024px) {
  .siteHeader_menuBtn {
    display: block;
  }
}
.siteHeader_menuBtn span {
  position: absolute;
  left: 3px;
  width: 24px;
  height: 2px;
  background: #2d355f;
  border-radius: 999px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.siteHeader_menuBtn span:nth-child(1) {
  top: 7px;
}
.siteHeader_menuBtn span:nth-child(2) {
  top: 14px;
}
.siteHeader_menuBtn span:nth-child(3) {
  top: 21px;
}

.spNav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 375px;
  height: 100dvh;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 120;
  overflow-y: auto;
}
.spNav_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 15px;
  border-bottom: 1px solid #222;
}
.spNav_logo a {
  display: block;
}
.spNav_logo img {
  display: block;
  width: auto;
  height: 35px;
}
.spNav_close {
  position: relative;
  width: 30px;
  height: 30px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.spNav_close span {
  position: absolute;
  top: 14px;
  left: 3px;
  width: 24px;
  height: 2px;
  background: #2d355f;
  border-radius: 999px;
}
.spNav_close span:nth-child(1) {
  transform: rotate(45deg);
}
.spNav_close span:nth-child(2) {
  transform: rotate(-45deg);
}
.spNav_body {
  padding: 55px 20px 40px;
}
.spNav_list li {
  list-style: none;
  border-bottom: 1px solid #d6d6d6;
}
.spNav_list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 0 35px 0 0;
  text-decoration: none;
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media all and (max-width: 1024px) {
  .spNav_list a {
    min-height: 60px;
  }
}
.spNav_list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #2d355f;
  border-right: 2px solid #2d355f;
  transform: translateY(-50%) rotate(45deg);
}
@media all and (max-width: 1024px) {
  .spNav_list a::after {
    right: 20px;
  }
}
.spNav_contact {
  margin-top: 30px;
}
.spNav_contactBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 220px;
  height: 55px;
  padding: 0 30px;
  background: #ff1d14;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.8s ease-in-out;
}
.spNav_contactBtn img {
  display: block;
  width: 20px;
  height: auto;
}
.spNav_contactBtn span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.spNav_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 110;
}

body.is-menu-open {
  overflow: hidden;
}
body.is-menu-open .spNav {
  transform: translateX(0);
}
body.is-menu-open .spNav_overlay {
  opacity: 1;
  visibility: visible;
}

.pcOnly {
  display: block;
}
@media all and (max-width: 1024px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media all and (max-width: 1024px) {
  .spOnly {
    display: block;
  }
}

/****************************************


3.フッター


*****************************************/
footer {
  border-top: solid 1px rgb(241, 241, 241);
  padding-top: 55px;
  background: #fff;
}
@media all and (max-width: 1024px) {
  footer {
    padding-top: 40px;
  }
}
footer .footTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media all and (max-width: 1024px) {
  footer .footTop {
    flex-direction: column;
    gap: 35px;
  }
}
footer .footInfo {
  width: 390px;
}
@media all and (max-width: 1024px) {
  footer .footInfo {
    width: 80%;
    margin: 0 auto;
  }
}
footer .footLogo {
  display: block;
  width: 364px;
}
@media all and (max-width: 1024px) {
  footer .footLogo {
    width: 220px;
  }
}
footer .footLogo img {
  width: 100%;
  height: auto;
  display: block;
}
footer .footCatch {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.25em;
}
@media all and (max-width: 1024px) {
  footer .footCatch {
    margin-top: 10px;
    font-size: 16px;
  }
}
footer .footNavWrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 90px;
}
@media all and (max-width: 1024px) {
  footer .footNavWrap {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    width: 80%;
    margin: 0 auto;
  }
}
footer .footNav li {
  list-style: none;
}
footer .footNav li + li {
  margin-top: 25px;
}
@media all and (max-width: 1024px) {
  footer .footNav li + li {
    margin-top: 15px;
  }
}
footer .footNav a {
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.8s ease-in-out;
}
@media all and (max-width: 1024px) {
  footer .footNav a {
    font-size: 15px;
  }
}
footer .footNav a:hover {
  opacity: 0.7;
}
footer .footAddress {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  background: #F5F5F5;
  border-radius: 10px;
  padding: 30px 60px;
}
@media all and (max-width: 1024px) {
  footer .footAddress {
    grid-template-columns: 1fr;
    margin-top: 35px;
    padding: 25px 20px;
    gap: 20px;
  }
}
footer .footAddress_box {
  display: flex;
  align-items: center;
  gap: 40px;
  min-height: 52px;
}
@media all and (max-width: 1024px) {
  footer .footAddress_box {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    min-height: auto;
  }
}
footer .footAddress_box:first-child {
  padding-right: 40px;
  border-right: 1px solid #b7b7b7;
}
@media all and (max-width: 1024px) {
  footer .footAddress_box:first-child {
    padding-right: 0;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #b7b7b7;
  }
}
footer .footAddress_box:last-child {
  padding-left: 55px;
}
@media all and (max-width: 1024px) {
  footer .footAddress_box:last-child {
    padding-left: 0;
  }
}
footer .footAddress_tit {
  flex-shrink: 0;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 1024px) {
  footer .footAddress_tit {
    width: 100%;
    font-size: 11px;
  }
}
footer .footAddress_txt p, footer .footAddress_txt a {
  font-weight: 500;
  line-height: 1.8;
}
@media all and (max-width: 1024px) {
  footer .footAddress_txt p, footer .footAddress_txt a {
    font-size: 13px;
    line-height: 1.7;
  }
}
footer .footCopy {
  margin-top: 80px;
  background: #272C54;
  padding: 30px 0;
}
@media all and (max-width: 1024px) {
  footer .footCopy {
    margin-top: 30px;
    padding: 15px 0;
  }
}
footer .footCopy p {
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
}
@media all and (max-width: 1024px) {
  footer .footCopy p {
    font-size: 12px;
    text-align: center;
  }
}

/****************************************


4.トップページ


*****************************************/
.home .titWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 40px;
}
@media all and (max-width: 1024px) {
  .home .titWrap {
    display: block;
    margin-bottom: 20px;
  }
}
.home .titWrap .topTit {
  display: flex;
  align-items: flex-end;
  gap: 25px;
  flex-shrink: 0;
}
@media all and (max-width: 1024px) {
  .home .titWrap .topTit {
    gap: 15px;
  }
}
.home .titWrap .tit.en {
  font-size: 97px;
  line-height: 0.9;
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .home .titWrap .tit.en {
    font-size: 40px;
  }
}
.home .titWrap .jp {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 12px;
}
@media all and (max-width: 1024px) {
  .home .titWrap .jp {
    padding-bottom: 2px;
  }
}
.home .titWrap p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
}
@media all and (max-width: 1024px) {
  .home .titWrap p {
    margin-top: 20px;
    padding-bottom: 0;
    font-size: 14px;
  }
}
.home .mainImgWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #3A83E7 0%, #3AB9E7 20%, #FFFFFF 100%);
}
.home .mainImgWrap .mainImg {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/1080;
  z-index: 2;
  overflow: hidden;
  /* 位置 */
  /* 登場 */
  /* ループ */
}
@media all and (max-width: 1024px) {
  .home .mainImgWrap .mainImg {
    aspect-ratio: 9/16;
  }
}
.home .mainImgWrap .mainImg::before {
  display: none;
}
@media all and (max-width: 1024px) {
  .home .mainImgWrap .mainImg::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 11;
    pointer-events: none;
  }
}
.home .mainImgWrap .mainImg .obj {
  position: absolute;
  opacity: 0;
  will-change: transform, opacity;
}
.home .mainImgWrap .mainImg .obj img {
  display: block;
  width: 100%;
  height: auto;
  will-change: transform, opacity;
}
.home .mainImgWrap .mainImg .mainImgTxt {
  position: absolute;
  top: 23%;
  right: 17%;
  width: 17%;
  z-index: 12;
  opacity: 0;
  transform: translateY(30px);
  will-change: transform, opacity;
  display: block;
  height: auto;
}
@media all and (max-width: 1024px) {
  .home .mainImgWrap .mainImg .mainImgTxt {
    top: 27%;
    right: 20%;
    width: 56%;
  }
}
.home .mainImgWrap .mainImg .nami1 {
  width: 52%;
  right: -1%;
  bottom: -17%;
  z-index: 10;
  transform: translateY(40%);
}
@media all and (max-width: 1024px) {
  .home .mainImgWrap .mainImg .nami1 {
    display: none;
  }
}
.home .mainImgWrap .mainImg .nami2 {
  width: 107%;
  left: -22%;
  bottom: -20%;
  z-index: 8;
  transform: translateY(40%);
}
@media all and (max-width: 1024px) {
  .home .mainImgWrap .mainImg .nami2 {
    width: 248%;
    left: -126%;
    bottom: -16%;
  }
}
.home .mainImgWrap .mainImg .nami3 {
  width: 56%;
  right: 4%;
  bottom: 0%;
  z-index: 6;
  transform: translateY(30%);
}
@media all and (max-width: 1024px) {
  .home .mainImgWrap .mainImg .nami3 {
    width: 109%;
    right: -25%;
    bottom: 3%;
  }
}
.home .mainImgWrap .mainImg .nami4 {
  width: 50%;
  right: 1%;
  bottom: -6%;
  z-index: 4;
  transform: translateY(30%);
}
@media all and (max-width: 1024px) {
  .home .mainImgWrap .mainImg .nami4 {
    width: 96%;
    right: -29%;
    bottom: -14%;
    z-index: 8;
  }
}
.home .mainImgWrap .mainImg .namiMain {
  width: 90%;
  left: -40%;
  bottom: 0%;
  z-index: 2;
  transform: translate(-16%, 20%);
}
@media all and (max-width: 1024px) {
  .home .mainImgWrap .mainImg .namiMain {
    width: 249%;
    left: -179%;
    bottom: 1%;
    z-index: 2;
  }
}
.home .mainImgWrap .mainImg .shibuki1 {
  width: 40%;
  left: 1%;
  top: 1%;
  z-index: 10;
  transform: scale(0.55);
}
@media all and (max-width: 1024px) {
  .home .mainImgWrap .mainImg .shibuki1 {
    width: 116%;
    left: -66%;
    top: 7%;
  }
}
.home .mainImgWrap .mainImg .shibuki2 {
  width: 19%;
  left: 41%;
  top: 2%;
  z-index: 10;
  transform: scale(0.55);
}
@media all and (max-width: 1024px) {
  .home .mainImgWrap .mainImg .shibuki2 {
    width: 54%;
    left: 51%;
    top: 2%;
  }
}
.home .mainImgWrap .mainImg .shibuki3 {
  width: 30%;
  left: 13%;
  top: 28%;
  z-index: 10;
  transform: scale(0.55);
}
@media all and (max-width: 1024px) {
  .home .mainImgWrap .mainImg .shibuki3 {
    width: 78%;
    left: 21%;
    top: 29%;
  }
}
.home .mainImgWrap .mainImg .fuji {
  width: 26%;
  left: 46%;
  top: 57%;
  z-index: 0;
  transform: translateY(30%);
}
@media all and (max-width: 1024px) {
  .home .mainImgWrap .mainImg .fuji {
    width: 60%;
    left: 36%;
    top: 67%;
  }
}
.home .mainImgWrap .mainImg .hune {
  width: 50%;
  right: 10%;
  top: 37%;
  z-index: 5;
  transform: translate(-20%, 16%);
}
@media all and (max-width: 1024px) {
  .home .mainImgWrap .mainImg .hune {
    width: 130%;
    right: -48%;
    top: 49%;
  }
}
.home .mainImgWrap .mainImg.is-start .nami1,
.home .mainImgWrap .mainImg.is-start .nami2 {
  animation: introRiseBig 2.4s ease-out 0s forwards;
}
.home .mainImgWrap .mainImg.is-start .nami3 {
  animation: introRise 2s ease-out 0.8s forwards;
}
.home .mainImgWrap .mainImg.is-start .nami4,
.home .mainImgWrap .mainImg.is-start .fuji {
  animation: introRise 1.4s ease-out 1.6s forwards;
}
.home .mainImgWrap .mainImg.is-start .hune {
  animation: introHune 1.6s ease-out 1.2s forwards;
}
.home .mainImgWrap .mainImg.is-start .namiMain {
  animation: introMain 1.5s ease-out 2.4s forwards;
}
.home .mainImgWrap .mainImg.is-start .shibuki1,
.home .mainImgWrap .mainImg.is-start .shibuki2,
.home .mainImgWrap .mainImg.is-start .shibuki3 {
  animation: introPop 1.5s ease-out 2.4s forwards;
}
.home .mainImgWrap .mainImg.is-start .mainImgTxt {
  animation: introTxt 2s ease-out 3s forwards;
}
.home .mainImgWrap .mainImg.is-loop .nami1 img {
  animation: loopWave1 7s ease-in-out infinite;
}
.home .mainImgWrap .mainImg.is-loop .nami2 img {
  animation: loopWave2 8s ease-in-out infinite;
}
.home .mainImgWrap .mainImg.is-loop .nami3 img {
  animation: loopWave3 6.5s ease-in-out infinite;
}
.home .mainImgWrap .mainImg.is-loop .nami4 img {
  animation: loopWave4 9s ease-in-out infinite;
}
.home .mainImgWrap .mainImg.is-loop .namiMain img {
  animation: loopWaveMain 10s ease-in-out infinite;
}
.home .mainImgWrap .mainImg.is-loop .fuji img {
  animation: loopFuji 12s ease-in-out infinite;
}
.home .mainImgWrap .mainImg.is-loop .hune img {
  animation: loopHune 5.5s ease-in-out infinite;
}
.home .mainImgWrap .mainImg.is-loop .shibuki1 img {
  animation: loopShibuki1 8s ease-in-out infinite;
}
.home .mainImgWrap .mainImg.is-loop .shibuki2 img {
  animation: loopShibuki2 6s ease-in-out infinite;
}
.home .mainImgWrap .mainImg.is-loop .shibuki3 img {
  animation: loopShibuki3 10s ease-in-out infinite;
}
.home .mainImgWrap .scrollIndicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 10;
}
.home .mainImgWrap .scrollIndicator_text {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.05em;
  overflow: hidden;
  color: #FFF;
  font-size: 14px;
}
.home .mainImgWrap .scrollIndicator_text::after {
  content: "SCROLL";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  clip-path: inset(0 0 100% 0);
  animation: scrollTextShine 2s ease-in-out infinite;
}
.home .mainImgWrap .scrollIndicator_line {
  width: 1px;
  height: 45px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}
.home .mainImgWrap .scrollIndicator_line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateY(-100%);
  animation: scrollLineMove 2s ease-in-out infinite;
}
@keyframes scrollTextShine {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
@keyframes scrollLineMove {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes introRiseBig {
  0% {
    opacity: 0;
    transform: translateY(40%) scale(1.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes introRise {
  0% {
    opacity: 0;
    transform: translateY(60%) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes introMain {
  0% {
    opacity: 0;
    transform: translate(-16%, 20%) scale(1.05);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes introHune {
  0% {
    opacity: 0;
    transform: translate(-10%, 30%) scale(0.96);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes introPop {
  0% {
    opacity: 0;
    transform: translate(-20%, 20%) scale(0.6);
  }
  60% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes introTxt {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.85);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes loopWave1 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0.8%, -0.8%);
  }
  50% {
    transform: translate(-0.4%, 0.6%);
  }
  75% {
    transform: translate(0.6%, -0.3%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes loopWave2 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-0.8%, -1%);
  }
  50% {
    transform: translate(0.5%, 0.5%);
  }
  75% {
    transform: translate(-0.4%, -0.3%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes loopWave3 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-1%);
  }
  50% {
    transform: translateY(0.4%);
  }
  75% {
    transform: translateY(-0.5%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes loopWave4 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-0.8%);
  }
  50% {
    transform: translateY(0.5%);
  }
  75% {
    transform: translateY(-0.4%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes loopWaveMain {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-0.5%, -0.8%);
  }
  50% {
    transform: translate(0.3%, 0.5%);
  }
  75% {
    transform: translate(-0.3%, -0.4%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes loopFuji {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.4%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes loopHune {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(0.8%, -1.2%) rotate(-1deg);
  }
  50% {
    transform: translate(-0.5%, 0.8%) rotate(0.8deg);
  }
  75% {
    transform: translate(0.6%, -0.5%) rotate(-0.6deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes loopShibuki1 {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
  20% {
    transform: translate(-4px, -3px) scale(1.04) rotate(-1deg);
    opacity: 0.92;
  }
  45% {
    transform: translate(3px, -6px) scale(1.08) rotate(1deg);
    opacity: 0.85;
  }
  70% {
    transform: translate(-2px, 2px) scale(1.03) rotate(-0.5deg);
    opacity: 0.9;
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes loopShibuki2 {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 0.95;
  }
  25% {
    transform: translate(5px, -2px) scale(1.05) rotate(0.8deg);
    opacity: 0.9;
  }
  50% {
    transform: translate(-3px, -7px) scale(1.12) rotate(-1deg);
    opacity: 0.8;
  }
  75% {
    transform: translate(2px, 3px) scale(1.04) rotate(0.5deg);
    opacity: 0.88;
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 0.95;
  }
}
@keyframes loopShibuki3 {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
  18% {
    transform: translate(-3px, 2px) scale(1.03) rotate(-0.6deg);
    opacity: 0.94;
  }
  48% {
    transform: translate(4px, -5px) scale(1.1) rotate(1deg);
    opacity: 0.82;
  }
  78% {
    transform: translate(-2px, -1px) scale(1.05) rotate(-0.4deg);
    opacity: 0.9;
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 1;
  }
}
.home .latestNews {
  padding: clamp(30px, 4vw, 60px) 0;
}
@media all and (max-width: 1024px) {
  .home .latestNews {
    padding: 0;
    width: 100%;
  }
}
.home .latestNews .latestNews_inner {
  display: flex;
  align-items: center;
  background: #f3f3f3;
  border-radius: 10px;
  min-height: 120px;
  padding: 0 45px;
}
@media all and (max-width: 1024px) {
  .home .latestNews .latestNews_inner {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "head all" "content content";
    align-items: start;
    min-height: auto;
    padding: 30px 6vw 30px;
    border-radius: 0;
    row-gap: 20px;
    column-gap: 20px;
  }
}
.home .latestNews .latestNews_head {
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 52px;
  color: #000;
  padding-right: 55px;
  margin-right: 55px;
  border-right: 1px solid #7d8192;
}
@media all and (max-width: 1024px) {
  .home .latestNews .latestNews_head {
    grid-area: head;
    font-size: 20px;
    line-height: 1.4;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
.home .latestNews .latestNews_content {
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
  color: #000;
}
@media all and (max-width: 1024px) {
  .home .latestNews .latestNews_content {
    grid-area: content;
    display: grid;
    grid-template-columns: 1fr 50px;
    grid-template-areas: "date arrow" "title arrow";
    align-items: center;
    column-gap: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
  }
}
.home .latestNews .latestNews_date {
  flex-shrink: 0;
  line-height: 1.4;
  color: #000;
  margin-right: 55px;
}
@media all and (max-width: 1024px) {
  .home .latestNews .latestNews_date {
    grid-area: date;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
}
.home .latestNews .latestNews_title {
  min-width: 0;
  line-height: 1.4;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
}
@media all and (max-width: 1024px) {
  .home .latestNews .latestNews_title {
    grid-area: title;
    width: auto;
    white-space: normal;
    font-size: 14px;
    text-decoration: none;
  }
}
.home .latestNews .latestNews_arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2b2f66;
  margin-left: auto;
  position: relative;
}
@media all and (max-width: 1024px) {
  .home .latestNews .latestNews_arrow {
    grid-area: arrow;
    align-self: center;
    justify-self: end;
    margin-left: 0;
    width: 30px;
    height: 30px;
  }
}
.home .latestNews .latestNews_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-mask: url("img/iconArrowRW.svg") no-repeat center/contain;
  mask: url("img/iconArrowRW.svg") no-repeat center/contain;
}
.home .latestNews .latestNews_all {
  flex-shrink: 0;
  padding-left: 35px;
  margin-left: 35px;
  border-left: 1px solid #7d8192;
  height: 52px;
  display: flex;
  align-items: center;
}
.home .latestNews .latestNews_all a {
  display: inline-block;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
@media all and (max-width: 1024px) {
  .home .latestNews .latestNews_all {
    grid-area: all;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    height: auto;
    justify-self: end;
    align-self: center;
    text-decoration: underline;
  }
}
.home .cn {
  padding: clamp(60px, 8vw, 120px) 0;
}
@media all and (max-width: 1024px) {
  .home .cn {
    padding: clamp(40px, 8vw, 120px) 0 0;
  }
}
.home .cn1 .tit {
  position: relative;
  z-index: 2;
  font-size: 70px;
  line-height: 1.35;
  font-weight: 700;
}
@media all and (max-width: 1024px) {
  .home .cn1 .tit {
    font-size: 30px;
    line-height: 1.5;
  }
}
.home .cn1 .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 60px;
  row-gap: 40px;
  align-items: start;
  margin-top: 40px;
}
@media all and (max-width: 1024px) {
  .home .cn1 .wrap {
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-top: 15px;
  }
}
.home .cn1 .wrap .cn1_txt {
  grid-column: 1;
  grid-row: 1;
}
.home .cn1 .wrap .cn1_txt p {
  font-size: 18px;
  line-height: 2;
}
@media all and (max-width: 1024px) {
  .home .cn1 .wrap .cn1_txt p {
    font-size: 16px;
  }
}
@media all and (max-width: 1024px) {
  .home .cn1 .wrap .cn1_txt {
    grid-column: auto;
    grid-row: auto;
  }
}
.home .cn1 .wrap .cn1_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.home .cn1 .wrap .cn1_img01 {
  grid-column: 2;
  grid-row: 1/3;
  align-self: start;
}
@media all and (max-width: 1024px) {
  .home .cn1 .wrap .cn1_img01 {
    grid-column: auto;
    grid-row: auto;
    width: 72%;
    margin-left: auto;
  }
}
.home .cn1 .wrap .cn1_img02 {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  padding-top: 80px;
  padding-left: 5%;
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  .home .cn1 .wrap .cn1_img02 {
    grid-column: auto;
    grid-row: auto;
    width: 70%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }
}
@media all and (max-width: 1024px) {
  .home .cn2 {
    padding: clamp(60px, 8vw, 120px) 0 clamp(60px, 8vw, 120px);
  }
}
.home .cn2 .cn2_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 50px;
}
@media all and (max-width: 1024px) {
  .home .cn2 .cn2_list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.home .cn2 .cn2_list li {
  list-style: none;
}
.home .cn2 .cn2_list a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
.home .cn2 .cn2_list a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  transition: 0.8s ease-in-out;
  z-index: 1;
}
.home .cn2 .cn2_list .img {
  aspect-ratio: 546/307;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .home .cn2 .cn2_list .img {
    aspect-ratio: 314/175;
  }
}
.home .cn2 .cn2_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.8s ease-in-out;
}
.home .cn2 .cn2_list .txt {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
}
@media all and (max-width: 1024px) {
  .home .cn2 .cn2_list .txt {
    top: 20px;
    left: 20px;
  }
}
.home .cn2 .cn2_list h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #FFF;
}
@media all and (max-width: 1024px) {
  .home .cn2 .cn2_list h3 {
    font-size: 16px;
  }
}
.home .cn2 .cn2_list .txt p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #FFF;
}
@media all and (max-width: 1024px) {
  .home .cn2 .cn2_list .txt p {
    font-size: 12px;
  }
}
.home .cn2 .cn2_list a:hover .img img {
  transform: scale(1.05);
}
.home .cn2 .cn2_list a:hover::before {
  background: rgba(0, 0, 0, 0.2);
}
.home .cn3 {
  background: #F4F9FF;
  position: relative;
}
@media all and (max-width: 1024px) {
  .home .cn3 {
    padding: clamp(60px, 8vw, 120px) 0 clamp(60px, 8vw, 120px);
  }
}
.home .cn3::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 3%;
  width: 120px;
  height: 120px;
  background: url("img/topCn3-1.svg") no-repeat center/contain;
  pointer-events: none;
}
@media all and (max-width: 1024px) {
  .home .cn3::before {
    width: 80px;
    height: 80px;
    top: -30px;
    right: 6vw;
  }
}
.home .cn3 .workSlide {
  margin-top: 30px;
  padding-left: 15px;
  box-sizing: border-box;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .home .cn3 .workSlide {
    margin-top: 15px;
  }
}
.home .cn3 .workSlide .swiper-slide a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
.home .cn3 .workSlide .swiper-slide .img {
  aspect-ratio: 484/360;
}
@media all and (max-width: 1024px) {
  .home .cn3 .workSlide .swiper-slide .img {
    aspect-ratio: 3/4;
  }
}
.home .cn3 .workSlide .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home .cn3 .workSlide .swiper-slide .txt {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 2;
}
.home .cn3 .workSlide .swiper-slide .txt h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #FFF;
}
.home .cn3 .workSlide .swiper-slide .txt p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  margin-top: 10px;
  padding: 0 10px;
  border-radius: 5px;
  background: #FFF;
  border: solid 1px #3FAFE8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #3FAFE8;
}
.home .cn3 .workSlide .swiper-slide a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: 0.8s ease-in-out;
}
.home .cn3 .cn3Bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
@media all and (max-width: 1024px) {
  .home .cn3 .cn3Bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
  }
}
.home .cn3 .cn3Nav {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 1024px) {
  .home .cn3 .cn3Nav {
    position: absolute;
    top: 62px;
    right: 6vw;
    gap: 10px;
  }
}
.home .cn3 .workPrev,
.home .cn3 .workNext {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  transition: 0.8s;
  border: 0;
}
@media all and (max-width: 1024px) {
  .home .cn3 .workPrev,
  .home .cn3 .workNext {
    width: 40px;
    height: 40px;
    background-color: transparent;
  }
}
.home .cn3 .workPrev {
  background-image: url("img/iconPervB.svg");
}
.home .cn3 .workPrev:hover {
  background-image: url("img/iconPervW.svg");
}
.home .cn3 .workNext {
  background-image: url("img/iconNextB.svg");
}
.home .cn3 .workNext:hover {
  background-image: url("img/iconNextW.svg");
}
.home .cn4 {
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .home .cn4 {
    padding: 0 0 0;
  }
}
.home .cn4 .bg {
  aspect-ratio: 1920/584;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .home .cn4 .bg {
    aspect-ratio: 390/298;
  }
}
.home .cn4 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .cn4 .cn4Gallery {
  position: relative;
  margin: 80px 0;
  min-height: 600px;
}
@media all and (max-width: 1024px) {
  .home .cn4 .cn4Gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    min-height: 0;
  }
}
.home .cn4 .cn4Gallery .cn4Logo,
.home .cn4 .cn4Gallery .cn4Lead,
.home .cn4 .cn4Gallery .cn4Sub,
.home .cn4 .cn4Gallery .cn4Item {
  opacity: 0;
  transform: translateY(30px) scale(0.96);
  transition: opacity 1.2s ease, transform 1.2s ease;
  will-change: transform, opacity;
}
.home .cn4 .cn4Gallery .cn4Logo.is-show,
.home .cn4 .cn4Gallery .cn4Lead.is-show,
.home .cn4 .cn4Gallery .cn4Sub.is-show,
.home .cn4 .cn4Gallery .cn4Item.is-show {
  opacity: 1;
}
.home .cn4 .cn4Gallery .cn4Logo {
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translateX(-50%) translateY(30px) scale(0.96);
  width: 615px;
  z-index: 10;
  pointer-events: none;
}
.home .cn4 .cn4Gallery .cn4Logo.is-show {
  transform: translateX(-50%) translateY(0) scale(1);
}
.home .cn4 .cn4Gallery .cn4Logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media all and (max-width: 1024px) {
  .home .cn4 .cn4Gallery .cn4Logo {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translateX(-50%) translateY(30px) scale(0.96);
    width: 245px;
    opacity: 0;
  }
  .home .cn4 .cn4Gallery .cn4Logo.is-show {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
@media all and (max-width: 768px) {
  .home .cn4 .cn4Gallery .cn4Logo {
    top: 42%;
  }
}
.home .cn4 .cn4Gallery .cn4Lead,
.home .cn4 .cn4Gallery .cn4Sub {
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.2em;
  z-index: 3;
}
.home .cn4 .cn4Gallery .cn4Lead.is-show,
.home .cn4 .cn4Gallery .cn4Sub.is-show {
  transform: translateY(0) scale(1);
}
.home .cn4 .cn4Gallery .cn4Lead {
  top: 40px;
  left: 50%;
  transform: translateX(-50%) translateY(30px) scale(0.96);
}
@media all and (max-width: 1024px) {
  .home .cn4 .cn4Gallery .cn4Lead {
    left: 84%;
  }
}
.home .cn4 .cn4Gallery .cn4Lead.is-show {
  transform: translateX(-50%) translateY(0) scale(1);
}
.home .cn4 .cn4Gallery .cn4Sub {
  top: 72%;
  right: 0;
}
@media all and (max-width: 1024px) {
  .home .cn4 .cn4Gallery .cn4Sub {
    right: 80%;
  }
}
.home .cn4 .cn4Gallery .cn4Item {
  position: absolute;
  z-index: 2;
}
.home .cn4 .cn4Gallery .cn4Item.is-show {
  transform: translateY(0) scale(1);
  animation: cn4Float var(--float-duration, 12s) ease-in-out var(--float-delay, 0s) infinite alternate;
}
.home .cn4 .cn4Gallery .cn4Item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
@media all and (max-width: 1024px) {
  .home .cn4 .cn4Gallery .cn4Item {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
  }
}
.home .cn4 .cn4Gallery .item1 {
  top: 0%;
  left: 0%;
  width: 32%;
}
@media all and (max-width: 1024px) {
  .home .cn4 .cn4Gallery .item1 {
    width: 60%;
    left: -18%;
  }
}
.home .cn4 .cn4Gallery .item2 {
  top: 58%;
  left: 20%;
  width: 22%;
}
@media all and (max-width: 1024px) {
  .home .cn4 .cn4Gallery .item2 {
    left: 8%;
    width: 37%;
  }
}
.home .cn4 .cn4Gallery .item3 {
  top: 0%;
  right: 0%;
  width: 27%;
}
@media all and (max-width: 1024px) {
  .home .cn4 .cn4Gallery .item3 {
    right: 22%;
    width: 39%;
  }
}
.home .cn4 .cn4Gallery .item4 {
  top: 74%;
  right: 9%;
  width: 35%;
}
@media all and (max-width: 1024px) {
  .home .cn4 .cn4Gallery .item4 {
    right: -16%;
    width: 74%;
  }
}
@keyframes cn4Float {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  25% {
    transform: translate3d(var(--float-x1, 6px), var(--float-y1, -8px), 0) rotate(var(--float-r1, 0.4deg));
  }
  50% {
    transform: translate3d(var(--float-x2, -5px), var(--float-y2, 6px), 0) rotate(var(--float-r2, -0.3deg));
  }
  75% {
    transform: translate3d(var(--float-x3, 6px), var(--float-y3, -5px), 0) rotate(var(--float-r3, 0.3deg));
  }
  100% {
    transform: translate3d(var(--float-x4, -6px), var(--float-y4, 6px), 0) rotate(var(--float-r4, -0.4deg));
  }
}
.home .cn5 {
  position: relative;
}
@media all and (max-width: 1024px) {
  .home .cn5 {
    padding: 0;
  }
}
.home .cn5::before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background: #fff;
}
@media all and (max-width: 1024px) {
  .home .cn5::before {
    height: 10%;
  }
}
.home .cn5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: url("img/topCn5bg.webp") no-repeat center/cover;
  z-index: -1;
}
@media all and (max-width: 1024px) {
  .home .cn5::after {
    height: 90%;
  }
}
.home .cn5 .topNavWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #272C54;
}
@media all and (max-width: 1024px) {
  .home .cn5 .topNavWrap {
    grid-template-columns: 1fr;
  }
}
.home .cn5 .topNavWrap a {
  position: relative;
  display: block;
  padding: 40px;
  box-sizing: border-box;
  height: 260px;
  text-decoration: none;
  color: #272C54;
  background: #fff;
  transition: 0.8s ease-in-out;
}
@media all and (max-width: 1024px) {
  .home .cn5 .topNavWrap a {
    padding: 15px 20px;
    height: auto;
  }
}
.home .cn5 .topNavWrap a:first-child {
  border-right: 1px solid #272C54;
}
@media all and (max-width: 1024px) {
  .home .cn5 .topNavWrap a:first-child {
    border-right: none;
    border-bottom: 1px solid #272C54;
  }
}
.home .cn5 .topNavWrap a::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: #272C54 url("img/iconArrowRW.svg") no-repeat center;
  background-size: 18px;
  border-radius: 50%;
}
@media all and (max-width: 1024px) {
  .home .cn5 .topNavWrap a::after {
    right: 25px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: 12px;
  }
}
.home .cn5 .topNavWrap a:hover {
  background: #f5f7fa;
}
.home .cn5 .topNavWrap .en {
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  color: #272C54;
}
@media all and (max-width: 1024px) {
  .home .cn5 .topNavWrap .en {
    font-size: 32px;
    margin-bottom: 0;
    padding-right: 70px;
  }
}
.home .cn5 .topNavWrap .jp {
  font-size: 16px;
  font-weight: bold;
  color: #272C54;
}
@media all and (max-width: 1024px) {
  .home .cn5 .topNavWrap .jp {
    font-size: 14px;
    padding-right: 70px;
  }
}
.home .cn5 .contactBlock {
  position: relative;
  padding: 55px 0 40px;
  z-index: 1;
}
@media all and (max-width: 1024px) {
  .home .cn5 .contactBlock {
    padding: 55px 0 70px;
  }
}
.home .cn5 .contactBlock .contactBlock_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  gap: 40px;
}
@media all and (max-width: 1024px) {
  .home .cn5 .contactBlock .contactBlock_inner {
    padding: 0 10px;
    flex-direction: column;
  }
}
.home .cn5 .contactBlock .contactBlock_txt {
  flex: 1;
  max-width: 600px;
  padding-top: 5px;
  color: #13253a;
}
@media all and (max-width: 1024px) {
  .home .cn5 .contactBlock .contactBlock_txt {
    max-width: 100%;
  }
}
.home .cn5 .contactBlock .contactBlock_txt .titWrap {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
@media all and (max-width: 1024px) {
  .home .cn5 .contactBlock .contactBlock_txt .titWrap {
    gap: 10px;
    margin-bottom: 15px;
  }
}
.home .cn5 .contactBlock .contactBlock_txt .en {
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
}
@media all and (max-width: 1024px) {
  .home .cn5 .contactBlock .contactBlock_txt .en {
    font-size: 40px;
  }
}
.home .cn5 .contactBlock .contactBlock_txt .jp {
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  padding-bottom: 10px;
}
@media all and (max-width: 1024px) {
  .home .cn5 .contactBlock .contactBlock_txt .jp {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
.home .cn5 .contactBlock .contactBlock_txt .txt {
  font-weight: bold;
  line-height: 2;
  color: #FFF;
}
@media all and (max-width: 1024px) {
  .home .cn5 .contactBlock .contactBlock_txt .txt {
    font-size: 14px;
    line-height: 1.9;
  }
}
.home .cn5 .contactBlock .contactBlock_info {
  width: 320px;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (max-width: 1024px) {
  .home .cn5 .contactBlock .contactBlock_info {
    width: 100%;
    flex-shrink: 0;
    padding-top: 0;
  }
}
.home .cn5 .contactBlock .contactBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  border-radius: 999px;
  background: #ff1e14;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: 0.8s ease-in-out;
}
.home .cn5 .contactBlock .contactBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("img/iconArrowRW.svg") no-repeat center/contain;
}
.home .cn5 .contactBlock .contactBtn:hover {
  background: #e51a10;
}
@media all and (max-width: 1024px) {
  .home .cn5 .contactBlock .contactBtn {
    width: 240px;
    height: 40px;
    font-size: 18px;
  }
  .home .cn5 .contactBlock .contactBtn::after {
    right: 14px;
    width: 10px;
    height: 10px;
  }
}
.home .cn5 .contactBlock .tel, .home .cn5 .contactBlock a {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .home .cn5 .contactBlock .tel, .home .cn5 .contactBlock a {
    margin-top: 12px;
    font-size: 24px;
  }
}
.home .cn5 .contactBlock .time {
  margin-top: 8px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: right;
}
@media all and (max-width: 1024px) {
  .home .cn5 .contactBlock .time {
    margin-top: 8px;
    font-size: 14px;
  }
}

/****************************************


5.サブページ アーカイブ　共通


*****************************************/
.page footer,
.tax-works_cat footer,
.archive footer {
  margin-top: 120px;
}
@media all and (max-width: 1024px) {
  .page footer,
  .tax-works_cat footer,
  .archive footer {
    margin-top: 60px;
  }
}
.page .titWrap,
.tax-works_cat .titWrap,
.archive .titWrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media all and (max-width: 1024px) {
  .page .titWrap,
  .tax-works_cat .titWrap,
  .archive .titWrap {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    padding-bottom: 15px;
  }
}
.page .titWrap::after,
.tax-works_cat .titWrap::after,
.archive .titWrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 300px;
  height: 3px;
  background: #3FAFE8;
}
@media all and (max-width: 1024px) {
  .page .titWrap::after,
  .tax-works_cat .titWrap::after,
  .archive .titWrap::after {
    width: 120px;
  }
}
.page .titWrap .tit,
.tax-works_cat .titWrap .tit,
.archive .titWrap .tit {
  font-size: clamp(24px, 2.5vw, 30px);
  color: #272C54;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media all and (max-width: 1024px) {
  .page .titWrap .tit,
  .tax-works_cat .titWrap .tit,
  .archive .titWrap .tit {
    line-height: 1;
  }
}
.page .titWrap .en,
.tax-works_cat .titWrap .en,
.archive .titWrap .en {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
}

.page-template-default .pageMainImg,
.tax-works_cat .pageMainImg,
.post-type-archive-works_post .pageMainImg {
  position: relative;
  min-height: 100svh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-template-default .pageMainImg .pageTitWrap,
.tax-works_cat .pageMainImg .pageTitWrap,
.post-type-archive-works_post .pageMainImg .pageTitWrap {
  position: absolute;
  left: 6%;
  bottom: 60px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .page-template-default .pageMainImg .pageTitWrap,
  .tax-works_cat .pageMainImg .pageTitWrap,
  .post-type-archive-works_post .pageMainImg .pageTitWrap {
    left: 20px;
    bottom: 20px;
    gap: 5px;
  }
}
.page-template-default .pageMainImg .pageTitWrap .jp,
.tax-works_cat .pageMainImg .pageTitWrap .jp,
.post-type-archive-works_post .pageMainImg .pageTitWrap .jp {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #FFF;
}
@media all and (max-width: 1024px) {
  .page-template-default .pageMainImg .pageTitWrap .jp,
  .tax-works_cat .pageMainImg .pageTitWrap .jp,
  .post-type-archive-works_post .pageMainImg .pageTitWrap .jp {
    font-size: 14px;
  }
}
.page-template-default .pageMainImg .pageTitWrap .en,
.tax-works_cat .pageMainImg .pageTitWrap .en,
.post-type-archive-works_post .pageMainImg .pageTitWrap .en {
  font-size: clamp(70px, 10vw, 120px);
  font-weight: 600;
  line-height: 1;
  color: #FFF;
}

/****************************************


企業情報


*****************************************/
.page-company .cn1 {
  padding: 100px 0 0;
  background: #eef1f5;
}
@media all and (max-width: 1024px) {
  .page-company .cn1 {
    padding: 40px 0 0;
  }
}
.page-company .cn1 .innerMssage {
  width: 75%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .page-company .cn1 .innerMssage {
    width: 90%;
  }
}
@media all and (max-width: 768px) {
  .page-company .cn1 .innerMssage {
    width: 100%;
    padding-left: clamp(20px, 6vw, 32px);
    padding-right: clamp(20px, 6vw, 32px);
  }
}
.page-company .cn1 .messageBox {
  position: relative;
}
.page-company .cn1 .messageBox .messageBody .messageTit {
  display: flex;
}
@media all and (max-width: 1024px) {
  .page-company .cn1 .messageBox .messageBody .messageTit {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.page-company .cn1 .messageBox .messageBody .messageTit span {
  font-size: clamp(70px, 10vw, 135px);
  font-weight: 600;
  line-height: 1;
}
.page-company .cn1 .messageBox .messageBody .messageTit span:nth-child(1) {
  color: #272C54;
}
.page-company .cn1 .messageBox .messageBody .messageTit span:nth-child(2) {
  color: #3EB0E8;
}
.page-company .cn1 .messageBox .messageBody .messageSub {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}
.page-company .cn1 .messageBox .messageBody .messageTxt {
  margin-top: 30px;
  max-width: 580px;
  padding-bottom: 80px;
}
@media all and (max-width: 1024px) {
  .page-company .cn1 .messageBox .messageBody .messageTxt {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}
.page-company .cn1 .messageBox .messageBody .messageTxt p {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media all and (max-width: 1024px) {
  .page-company .cn1 .messageBox .messageBody .messageTxt p {
    font-size: 14px;
  }
}
.page-company .cn1 .messageBox .messageBody .messageTxt p + p {
  margin-top: 20px;
}
@media all and (max-width: 1024px) {
  .page-company .cn1 .messageBox .messageBody .messageTxt p + p {
    margin-top: 15px;
  }
}
.page-company .cn1 .messageBox .messageBody .messageProfile {
  margin-top: 35px;
}
@media all and (max-width: 1024px) {
  .page-company .cn1 .messageBox .messageBody .messageProfile {
    margin-top: 25px;
  }
}
.page-company .cn1 .messageBox .messageBody .messageProfile .messagePost {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
.page-company .cn1 .messageBox .messageBody .messageProfile .messageName {
  margin-top: 5px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  .page-company .cn1 .messageBox .messageBody .messageProfile .messageName {
    font-size: 20px;
  }
}
.page-company .cn1 .messageBox .messageImg {
  position: absolute;
  right: 6%;
  bottom: 0;
  width: 340px;
  height: auto;
}
@media all and (max-width: 1024px) {
  .page-company .cn1 .messageBox .messageImg {
    position: static;
    width: 190px;
    margin: 0 auto;
  }
}
.page-company .cn1 .messageBox .messageImg img {
  display: block;
  width: 100%;
  height: auto;
}
.page-company .cn2 {
  padding: 120px 0 0;
}
@media all and (max-width: 1024px) {
  .page-company .cn2 {
    padding: 60px 0 0;
  }
}
.page-company .cn2 .companyInfo {
  margin-top: 30px;
}
.page-company .cn2 .companyInfo .companyInfoTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  table-layout: fixed;
}
@media all and (max-width: 1024px) {
  .page-company .cn2 .companyInfo .companyInfoTable tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.page-company .cn2 .companyInfo .companyInfoTable tr th,
.page-company .cn2 .companyInfo .companyInfoTable tr td {
  padding: 20px 30px;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.8;
  vertical-align: middle;
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  .page-company .cn2 .companyInfo .companyInfoTable tr th,
  .page-company .cn2 .companyInfo .companyInfoTable tr td {
    padding: 7px 20px;
  }
}
.page-company .cn2 .companyInfo .companyInfoTable tr th {
  width: 180px;
  background: #3FAFE8;
  color: #fff;
  font-weight: 700;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media all and (max-width: 1024px) {
  .page-company .cn2 .companyInfo .companyInfoTable tr th {
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
}
.page-company .cn2 .companyInfo .companyInfoTable tr td {
  background: #f3f3f3;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media all and (max-width: 1024px) {
  .page-company .cn2 .companyInfo .companyInfoTable tr td {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }
}
.page-company .cn3 {
  padding: 120px 0 0;
}
@media all and (max-width: 1024px) {
  .page-company .cn3 {
    padding: 50px 0 0;
  }
}
.page-company .cn3 .officeList {
  margin-top: 40px;
}
.page-company .cn3 .officeList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media all and (max-width: 1024px) {
  .page-company .cn3 .officeList ul {
    gap: 20px;
  }
}
.page-company .cn3 .officeList li {
  width: calc((100% - 60px) / 3);
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  gap: 35px;
  padding: 25px;
  background: #f3f3f3;
  border-radius: 20px;
  min-height: 300px;
}
@media all and (max-width: 1024px) {
  .page-company .cn3 .officeList li {
    width: 100%;
    min-height: auto;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
  }
}
.page-company .cn3 .officeList li:nth-child(-n+2) {
  width: calc((100% - 30px) / 2);
}
@media all and (max-width: 1024px) {
  .page-company .cn3 .officeList li:nth-child(-n+2) {
    width: 100%;
  }
}
.page-company .cn3 .officeList .img {
  flex: 0 0 255px;
  border-radius: 20px;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .page-company .cn3 .officeList .img {
    flex: none;
    width: 100%;
    aspect-ratio: 16/12;
    border-radius: 10px;
  }
}
.page-company .cn3 .officeList .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 1024px) {
  .page-company .cn3 .officeList .img img {
    height: auto;
    aspect-ratio: 255/245;
  }
}
.page-company .cn3 .officeList .itemBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.page-company .cn3 .officeList .name {
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.4;
  color: #3FAFE8;
}
.page-company .cn3 .officeList .info {
  margin-top: 20px;
}
.page-company .cn3 .officeList .info p, .page-company .cn3 .officeList a {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.7;
}
.page-company .cn3 .officeList .btnWrap {
  margin-top: auto;
  padding-top: 25px;
}
.page-company .cn3 .officeList .btnWrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-width: 200px;
  padding: 10px 20px;
  border: 1px solid #3FAFE8;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: #3FAFE8;
  box-sizing: border-box;
}
.page-company .cn3 .officeList .btnWrap a::after {
  content: "→";
  font-size: 14px;
  line-height: 1;
}
.page-company .cn3 .officeList .btnWrap a:hover {
  background: #3FAFE8;
  color: #fff;
}
.page-company .cn4 {
  padding: 120px 0 0;
}
.page-company .cn4 .historyWrap .historyList li {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #cecece;
}
@media all and (max-width: 1024px) {
  .page-company .cn4 .historyWrap .historyList li {
    display: block;
  }
}
.page-company .cn4 .historyWrap .historyList li:first-child {
  border-top: 0;
}
.page-company .cn4 .historyWrap .historyList li:first-child .head {
  border-top: 0;
}
@media all and (max-width: 1024px) {
  .page-company .cn4 .historyWrap .historyList li:first-child .head {
    padding: 0 15px 10px;
  }
}
.page-company .cn4 .historyWrap .historyList li:first-child .head:after {
  display: none;
}
.page-company .cn4 .historyWrap .historyList li:last-child {
  border-bottom: 0;
}
.page-company .cn4 .historyWrap .historyList .head {
  flex: 0 0 300px;
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 30px;
  border-top: 3px solid #40ade6;
  margin-top: -2px;
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  .page-company .cn4 .historyWrap .historyList .head {
    gap: 20px;
    padding: 20px 15px 10px;
    position: relative;
    border-top: 1px solid #CECECE;
    margin-bottom: 0;
  }
}
@media all and (max-width: 1024px) {
  .page-company .cn4 .historyWrap .historyList .head::after {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    height: 3px;
    background: #3FAFE8;
    width: 120px;
  }
}
.page-company .cn4 .historyWrap .historyList .year {
  flex: 0 0 auto;
  font-size: clamp(30px, 3.5vw, 40px);
  font-weight: 500;
  line-height: 1;
  color: #3faee7;
  font-family: "special-gothic", sans-serif;
  width: 100px;
}
@media all and (max-width: 1024px) {
  .page-company .cn4 .historyWrap .historyList .year {
    width: 60px;
  }
}
.page-company .cn4 .historyWrap .historyList .month {
  flex: 0 0 auto;
  min-width: 50px;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  line-height: 1.4;
  color: #22295f;
}
.page-company .cn4 .historyWrap .historyList .content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px;
}
@media all and (max-width: 1024px) {
  .page-company .cn4 .historyWrap .historyList .content {
    display: block;
    padding: 0 15px 20px;
  }
}
.page-company .cn4 .historyWrap .historyList .txt {
  flex: 1;
}
.page-company .cn4 .historyWrap .historyList .txt p {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.8;
}
.page-company .cn4 .historyWrap .historyList .thumbs {
  flex: 0 0 auto;
  display: flex;
  gap: 25px;
}
@media all and (max-width: 1024px) {
  .page-company .cn4 .historyWrap .historyList .thumbs {
    margin-top: 15px;
    gap: 15px;
  }
}
.page-company .cn4 .historyWrap .historyList .thumb {
  width: 140px;
}
@media all and (max-width: 1024px) {
  .page-company .cn4 .historyWrap .historyList .thumb {
    width: calc((100% - 15px) / 2);
  }
}
.page-company .cn4 .historyWrap .historyList .thumb .img {
  overflow: hidden;
  border-radius: 5px;
}
.page-company .cn4 .historyWrap .historyList .thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.page-company .cn4 .historyWrap .historyList .thumb p {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.page-company .cn4 .historyGallery {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
@media all and (max-width: 1024px) {
  .page-company .cn4 .historyGallery {
    flex-wrap: wrap;
  }
}
.page-company .cn4 .historyGallery li {
  width: calc((100% - 40px) / 5);
}
@media all and (max-width: 1024px) {
  .page-company .cn4 .historyGallery li {
    width: calc((100% - 10px) / 2);
  }
}
.page-company .cn4 .historyGallery .img img {
  display: block;
  width: 100%;
  height: auto;
}
.page-company .cn4 .historyGallery .cap {
  padding-top: 10px;
}
.page-company .cn4 .historyGallery .ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #22295f;
}
@media all and (max-width: 1024px) {
  .page-company .cn4 .historyGallery .ttl {
    font-size: 14px;
    text-align: left;
  }
}
.page-company .cn4 .historyGallery .sub {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .page-company .cn4 .historyGallery .sub {
    text-align: left;
  }
}
@media all and (max-width: 1024px) {
  .page-company .cn4 {
    padding: 60px 0 0;
  }
  .page-company .cn4 .historyWrap {
    margin-top: 25px;
  }
}
.page-company .cn5 {
  padding: 120px 0 0;
}
.page-company .cn5 .sdgsIntro {
  margin-top: 25px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media all and (max-width: 1024px) {
  .page-company .cn5 .sdgsIntro {
    display: block;
    padding: 15px 0;
  }
}
.page-company .cn5 .sdgsLeadTxt {
  font-size: clamp(15px, 1.3vw, 18px);
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.8;
}
.page-company .cn5 .sdgsDate {
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1.6;
}
@media all and (max-width: 1024px) {
  .page-company .cn5 .sdgsDate {
    margin-top: 10px;
    font-size: 12px;
    text-align: right;
  }
}
.page-company .cn5 .sdgsLead {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media all and (max-width: 1024px) {
  .page-company .cn5 .sdgsLead {
    gap: 10px;
    margin-top: 15px;
  }
}
.page-company .cn5 .leadBox {
  display: grid;
  grid-template-columns: 340px 1fr;
  align-items: center;
  background: #f3f3f3;
  border-radius: 10px;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .page-company .cn5 .leadBox {
    grid-template-columns: 1fr;
  }
}
.page-company .cn5 .leadHead {
  padding: 20px 25px;
  font-size: clamp(16px, 1.7vw, 18px);
  font-weight: 700;
  line-height: 1.5;
  color: #3FAFE8;
  position: relative;
  letter-spacing: 0.05em;
}
.page-company .cn5 .leadHead::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 1px;
  height: calc(100% - 40px);
  background: #22295f;
  opacity: 0.7;
}
@media all and (max-width: 1024px) {
  .page-company .cn5 .leadHead::after {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .page-company .cn5 .leadHead {
    padding: 15px 20px 5px;
    font-size: clamp(14px, 3.5vw, 16px);
  }
  .page-company .cn5 .leadHead::after {
    top: 15px;
    right: 20px;
    height: calc(100% - 30px);
  }
}
.page-company .cn5 .leadBody {
  padding: 20px 30px;
  font-size: clamp(13px, 1.15vw, 15px);
  line-height: 1.9;
}
@media all and (max-width: 1024px) {
  .page-company .cn5 .leadBody {
    padding: 0 20px 15px;
    font-size: 13px;
    line-height: 1.8;
  }
}
.page-company .cn5 .sdgsSub {
  margin-top: 35px;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 1024px) {
  .page-company .cn5 .sdgsSub {
    margin-top: 25px;
  }
}
.page-company .cn5 .sdgsTableScroll {
  margin-top: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.page-company .cn5 .sdgsTable {
  width: 100%;
  min-width: 1000px;
  border-collapse: separate;
  border-spacing: 10px 10px;
  table-layout: fixed;
}
@media all and (max-width: 1024px) {
  .page-company .cn5 .sdgsTable {
    border-spacing: 5px 5px;
  }
}
.page-company .cn5 .sdgsTable thead th {
  padding: 15px 20px;
  background: #3FAFE8;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
  letter-spacing: 0.05em;
}
@media all and (max-width: 1024px) {
  .page-company .cn5 .sdgsTable thead th {
    padding: 5px 10px;
    font-size: 14px;
  }
}
.page-company .cn5 .sdgsTable thead .goalCol {
  width: 80px;
}
@media all and (max-width: 1024px) {
  .page-company .cn5 .sdgsTable thead .goalCol {
    width: 60px;
  }
}
.page-company .cn5 .sdgsTable tbody th,
.page-company .cn5 .sdgsTable tbody td {
  vertical-align: middle;
}
.page-company .cn5 .sdgsTable tbody .iconCell {
  width: 80px;
  padding: 0;
  background: transparent;
}
@media all and (max-width: 1024px) {
  .page-company .cn5 .sdgsTable tbody .iconCell {
    width: 40px;
  }
}
.page-company .cn5 .sdgsTable tbody .iconCell img {
  display: block;
  width: 100%;
  height: auto;
}
.page-company .cn5 .sdgsTable tbody td {
  padding: 20px 20px;
  background: #f3f3f3;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 0.05em;
}
@media all and (max-width: 1024px) {
  .page-company .cn5 .sdgsTable tbody td {
    padding: 5px 10px;
  }
}
@media all and (max-width: 1024px) {
  .page-company .cn5 {
    padding: 60px 0 40px;
  }
}

/****************************************


事業案内


*****************************************/
.page-business .cn1 {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}
.page-business .cn1::before {
  content: "";
  position: absolute;
  top: 790px;
  left: -510px;
  width: 200%;
  height: 580px;
  background: #F4F9FF;
  transform: rotate(-45deg);
  transform-origin: top left;
  z-index: 0;
}
@media all and (max-width: 1024px) {
  .page-business .cn1::before {
    top: 570px;
    left: -410px;
    width: 380%;
    height: 430px;
  }
}
.page-business .cn1 > * {
  position: relative;
  z-index: 1;
}
.page-business .cn1 .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}
@media all and (max-width: 1024px) {
  .page-business .cn1 .wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.page-business .cn1 .txtBox {
  flex: 1;
  max-width: 670px;
}
.page-business .cn1 .txtBox h2 {
  margin: 0 0 40px;
  font-size: clamp(40px, 4.8vw, 60px);
  font-weight: 700;
  line-height: 1.3;
  color: #3FAFE8;
  letter-spacing: 0.05em;
}
.page-business .cn1 .txtBox p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}
.page-business .cn1 .txtBox p + p {
  margin-top: 25px;
}
.page-business .cn1 .imgBox {
  flex: 0 0 600px;
}
.page-business .cn1 .imgBox img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media all and (max-width: 1024px) {
  .page-business .cn1 {
    padding-top: 60px;
  }
  .page-business .cn1 .inner {
    flex-direction: column;
    gap: 30px;
  }
  .page-business .cn1 .txtBox {
    max-width: 100%;
  }
  .page-business .cn1 .txtBox h2 {
    margin-bottom: 25px;
    font-size: clamp(30px, 8vw, 44px);
  }
  .page-business .cn1 .txtBox p {
    font-size: 14px;
    line-height: 1.9;
  }
  .page-business .cn1 .imgBox {
    flex: none;
    width: 100%;
  }
}
.page-business .cn1 .cn1_method {
  padding-top: 80px;
}
@media all and (max-width: 1024px) {
  .page-business .cn1 .cn1_method {
    padding-top: 40px;
  }
}
.page-business .cn1 .cn1_method > h3 {
  margin: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #CECECE;
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.4;
  color: #272C54;
}
.page-business .cn1 .cn1_method .methodBox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 100px;
  padding: 40px 55px 0;
}
.page-business .cn1 .cn1_method .txtBox {
  position: relative;
  flex: 1;
  padding: 10px 35px 35px 35px;
  max-width: 640px;
}
.page-business .cn1 .cn1_method .txtBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("img/iconQuote1.svg") no-repeat center/contain;
}
.page-business .cn1 .cn1_method .txtBox::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background: url("img/iconQuote2.svg") no-repeat center/contain;
}
.page-business .cn1 .cn1_method .txtBox h3 {
  margin: 0 0 30px;
  font-size: clamp(34px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  color: #272C54;
}
.page-business .cn1 .cn1_method .txtBox p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.page-business .cn1 .cn1_method .txtBox p + p {
  margin-top: 10px;
}
.page-business .cn1 .cn1_method .txtBox .note {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.8;
}
.page-business .cn1 .cn1_method .certificateBox {
  flex: 0 0 180px;
  padding-top: 5px;
  text-align: center;
}
.page-business .cn1 .cn1_method .certificateBox .certificateNum {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
.page-business .cn1 .cn1_method .certificateBox img {
  display: block;
  width: 100%;
  height: auto;
}
.page-business .cn1 .cn1_method .methodGallery {
  display: flex;
  gap: 10px;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}
.page-business .cn1 .cn1_method .methodGallery li {
  flex: 1;
}
.page-business .cn1 .cn1_method .methodGallery img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media all and (max-width: 1024px) {
  .page-business .cn1 .cn1_method > h3 {
    padding-bottom: 20px;
    font-size: clamp(22px, 5vw, 30px);
  }
  .page-business .cn1 .cn1_method .methodBox {
    flex-direction: column;
    gap: 25px;
    padding: 30px 0 0;
  }
  .page-business .cn1 .cn1_method .txtBox {
    padding: 35px 0 40px;
  }
  .page-business .cn1 .cn1_method .txtBox::before {
    width: 24px;
    height: 24px;
  }
  .page-business .cn1 .cn1_method .txtBox::after {
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
  }
  .page-business .cn1 .cn1_method .txtBox h3 {
    margin-bottom: 20px;
    font-size: clamp(24px, 4.5vw, 36px);
  }
  .page-business .cn1 .cn1_method .txtBox p {
    font-size: 14px;
    line-height: 1.9;
  }
  .page-business .cn1 .cn1_method .txtBox .note {
    margin-top: 15px;
    font-size: 11px;
  }
  .page-business .cn1 .cn1_method .certificateBox {
    flex: none;
    width: 180px;
    margin: 0 auto;
  }
  .page-business .cn1 .cn1_method .methodGallery {
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
}
.page-business .cn2 {
  padding-top: 120px;
}
@media all and (max-width: 1024px) {
  .page-business .cn2 {
    padding-top: 60px;
  }
}
.page-business .cn2 .shipWrap {
  margin-top: 50px;
  margin-bottom: 40px;
}
@media all and (max-width: 1024px) {
  .page-business .cn2 .shipWrap {
    margin-top: 30px;
  }
}
.page-business .cn2 .shipGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
  align-items: stretch;
}
@media all and (max-width: 1024px) {
  .page-business .cn2 .shipGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.page-business .cn2 .shipGrid .shipBlock {
  display: flex;
  flex-direction: column;
}
.page-business .cn2 .shipBlock:first-child {
  margin-top: 0;
}
.page-business .cn2 .shipHead {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media all and (max-width: 1024px) {
  .page-business .cn2 .shipHead {
    gap: 15px;
    margin-bottom: 15px;
  }
}
.page-business .cn2 .shipHead h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #272C54;
  white-space: nowrap;
}
@media all and (max-width: 1024px) {
  .page-business .cn2 .shipHead h3 {
    font-size: 20px;
  }
}
.page-business .cn2 .shipHead::after {
  content: "";
  width: 90px;
  height: 2px;
  background: #272C54;
  flex: none;
}
@media all and (max-width: 1024px) {
  .page-business .cn2 .shipHead::after {
    width: 70px;
  }
}
.page-business .cn2 .shipList {
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media all and (max-width: 1024px) {
  .page-business .cn2 .shipList {
    flex-direction: column;
    gap: 20px;
  }
}
.page-business .cn2 .shipList .shipCard {
  flex: 1;
}
.page-business .cn2 .shipCard {
  display: flex;
  gap: 30px;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 10px;
  height: 100%;
  flex: 1;
}
@media all and (max-width: 1024px) {
  .page-business .cn2 .shipCard {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
}
.page-business .cn2 .imgBox {
  flex: 0 0 250px;
}
@media all and (max-width: 1024px) {
  .page-business .cn2 .imgBox {
    flex: none;
    width: 100%;
  }
}
.page-business .cn2 .imgBox img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.page-business .cn2 .txtBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-business .cn2 .txtBox h4 {
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #CBCBCB;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #3FAFE8;
  letter-spacing: 0.05em;
}
@media all and (max-width: 1024px) {
  .page-business .cn2 .txtBox h4 {
    font-size: 16px;
  }
}
.page-business .cn2 .txtBox dl {
  margin: 0;
}
.page-business .cn2 .txtBox div {
  display: flex;
  margin-top: 5px;
}
.page-business .cn2 .txtBox dt {
  position: relative;
  min-width: 90px;
  padding-right: 20px;
  font-size: 14px;
}
.page-business .cn2 .txtBox dt::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 1024px) {
  .page-business .cn2 .txtBox dt {
    min-width: 80px;
    padding-right: 18px;
    font-size: 13px;
  }
}
.page-business .cn2 .txtBox dd {
  margin: 0;
  font-size: 14px;
}
@media all and (max-width: 1024px) {
  .page-business .cn2 .txtBox dd {
    font-size: 13px;
  }
}
.page-business .cn2 .txtBox p, .page-business .cn2 .txtBox a {
  font-size: 14px;
  line-height: 1.8;
}
@media all and (max-width: 1024px) {
  .page-business .cn2 .txtBox p, .page-business .cn2 .txtBox a {
    font-size: 13px;
  }
}
.page-business .cn2 .txtBox p + p, .page-business .cn2 .txtBox a + p {
  margin-top: 20px;
}
.page-business .cn3 {
  padding-top: 120px;
}
@media all and (max-width: 1024px) {
  .page-business .cn3 {
    padding-top: 60px;
  }
}
.page-business .cn3 .safetyBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-top: 50px;
}
@media all and (max-width: 1024px) {
  .page-business .cn3 .safetyBox {
    flex-direction: column;
    gap: 20px;
  }
}
.page-business .cn3 .txtBox {
  flex: 1;
  max-width: 700px;
}
@media all and (max-width: 1024px) {
  .page-business .cn3 .txtBox {
    max-width: 100%;
  }
}
.page-business .cn3 .txtBox h3 {
  margin: 0 0 40px;
  font-size: clamp(38px, 5vw, 50px);
  font-weight: 700;
  line-height: 1.2;
  color: #3FAFE8;
  letter-spacing: 0.02em;
}
@media all and (max-width: 1024px) {
  .page-business .cn3 .txtBox h3 {
    margin-bottom: 25px;
    font-size: clamp(30px, 8vw, 46px);
  }
}
.page-business .cn3 .txtBox .safetyInfo {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media all and (max-width: 1024px) {
  .page-business .cn3 .txtBox .safetyInfo {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
    align-items: flex-start;
  }
}
.page-business .cn3 .txtBox .safetyInfo .label {
  flex: 0 0 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 5px 15px;
  border-radius: 10px;
  background: #272C54;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .page-business .cn3 .txtBox .safetyInfo .label {
    width: 100px;
    min-height: auto;
    padding: 5px 5px;
    font-size: 16px;
    flex: 0 0 20px;
  }
}
.page-business .cn3 .txtBox .safetyInfo p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
@media all and (max-width: 1024px) {
  .page-business .cn3 .txtBox .safetyInfo p {
    padding-top: 0;
    font-size: 16px;
    line-height: 1.7;
  }
}
.page-business .cn3 .txtBox .period {
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media all and (max-width: 1024px) {
  .page-business .cn3 .txtBox .period {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.9;
  }
}
.page-business .cn3 .imgList {
  flex: 0 0 600px;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media all and (max-width: 1024px) {
  .page-business .cn3 .imgList {
    flex: none;
    width: 100%;
    gap: 10px;
  }
}
.page-business .cn3 .imgList li {
  flex: 0 0 240px;
}
@media all and (max-width: 1024px) {
  .page-business .cn3 .imgList li {
    flex: 1;
  }
}
.page-business .cn3 .imgList img {
  display: block;
  width: 100%;
  height: auto;
}
.page-business .cn3 .zeroBox {
  margin-top: 40px;
}
.page-business .cn3 .zeroBox h3 {
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #d9d9d9;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #272C54;
}
@media all and (max-width: 1024px) {
  .page-business .cn3 .zeroBox h3 {
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: 22px;
  }
}
.page-business .cn3 .zeroBox p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.page-business .cn3 .zeroBox p + p {
  margin-top: 20px;
}
@media all and (max-width: 1024px) {
  .page-business .cn3 .zeroBox p + p {
    margin-top: 15px;
  }
}
@media all and (max-width: 1024px) {
  .page-business .cn3 .zeroBox p {
    font-size: 13px;
    line-height: 1.9;
  }
}

/****************************************


施工事例


*****************************************/
@media all and (max-width: 1024px) {
  .post-type-archive-works_post .pageMainImg,
  .tax-works_cat .pageMainImg {
    background-position: right 18% center;
  }
}
.post-type-archive-works_post .worksCatList,
.tax-works_cat .worksCatList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 90px 0 10px;
  padding: 0;
  list-style: none;
}
@media all and (max-width: 1024px) {
  .post-type-archive-works_post .worksCatList,
  .tax-works_cat .worksCatList {
    margin: 30px 0 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 5px;
  }
}
.post-type-archive-works_post .worksCatList li,
.tax-works_cat .worksCatList li {
  margin: 0;
  padding: 0;
}
.post-type-archive-works_post .worksCatList li a,
.tax-works_cat .worksCatList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 15px;
  border: 1px solid #F0F0F0;
  border-radius: 999px;
  background: #F0F0F0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.8s ease-in-out, color 0.8s ease-in-out, border-color 0.8s ease-in-out;
}
.post-type-archive-works_post .worksCatList li.is-active a, .post-type-archive-works_post .worksCatList li:hover a,
.tax-works_cat .worksCatList li.is-active a,
.tax-works_cat .worksCatList li:hover a {
  border-color: #3FAFE8;
  background: #fff;
  color: #3FAFE8;
}
@media all and (max-width: 1024px) {
  .post-type-archive-works_post .worksCatList li a,
  .tax-works_cat .worksCatList li a {
    min-height: 30px;
    padding: 10px 15px;
    font-size: 14px;
  }
}
.post-type-archive-works_post .worksList,
.tax-works_cat .worksList {
  padding-top: 70px;
}
@media all and (max-width: 1024px) {
  .post-type-archive-works_post .worksList,
  .tax-works_cat .worksList {
    padding-top: 30px;
  }
}
.post-type-archive-works_post .worksList .noPost,
.tax-works_cat .worksList .noPost {
  margin: 10px 0;
  text-align: center;
}
.post-type-archive-works_post .worksList > ul,
.tax-works_cat .worksList > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media all and (max-width: 1024px) {
  .post-type-archive-works_post .worksList > ul,
  .tax-works_cat .worksList > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media all and (max-width: 767px) {
  .post-type-archive-works_post .worksList > ul,
  .tax-works_cat .worksList > ul {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.post-type-archive-works_post .worksList > ul li,
.tax-works_cat .worksList > ul li {
  list-style: none;
}
.post-type-archive-works_post .worksList > ul li a,
.tax-works_cat .worksList > ul li a {
  display: block;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  background: #f3f3f3;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.8s ease-in-out;
  position: relative;
}
.post-type-archive-works_post .worksList > ul li a .img,
.tax-works_cat .worksList > ul li a .img {
  overflow: hidden;
  border-radius: 10px;
}
.post-type-archive-works_post .worksList > ul li a .img img,
.tax-works_cat .worksList > ul li a .img img {
  display: block;
  width: 100%;
  aspect-ratio: 160/120;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.8s ease-in-out;
}
.post-type-archive-works_post .worksList > ul li a .txt,
.tax-works_cat .worksList > ul li a .txt {
  padding-top: 10px;
}
.post-type-archive-works_post .worksList > ul li a .date,
.tax-works_cat .worksList > ul li a .date {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #A5A5A5;
}
.post-type-archive-works_post .worksList > ul li a .tit,
.tax-works_cat .worksList > ul li a .tit {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.post-type-archive-works_post .worksList > ul li a .catList,
.tax-works_cat .worksList > ul li a .catList {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.post-type-archive-works_post .worksList > ul li a .catList li,
.tax-works_cat .worksList > ul li a .catList li {
  margin: 0;
  padding: 0;
}
.post-type-archive-works_post .worksList > ul li a .catList span,
.tax-works_cat .worksList > ul li a .catList span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 2px 5px;
  border-radius: 5px;
  border: solid 1px #3FAFE8;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #3FAFE8;
}
.post-type-archive-works_post .worksList > ul li a .icon,
.tax-works_cat .worksList > ul li a .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
}
.post-type-archive-works_post .worksList > ul li a .icon::before, .post-type-archive-works_post .worksList > ul li a .icon::after,
.tax-works_cat .worksList > ul li a .icon::before,
.tax-works_cat .worksList > ul li a .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.8s ease-in-out;
}
.post-type-archive-works_post .worksList > ul li a .icon::before,
.tax-works_cat .worksList > ul li a .icon::before {
  background-image: url("img/iconArrowWorkW.svg");
  opacity: 1;
}
.post-type-archive-works_post .worksList > ul li a .icon::after,
.tax-works_cat .worksList > ul li a .icon::after {
  background-image: url("img/iconArrowWorkB.svg");
  opacity: 0;
}
.post-type-archive-works_post .worksList > ul li a:hover,
.tax-works_cat .worksList > ul li a:hover {
  background: #D8D8D8;
}
.post-type-archive-works_post .worksList > ul li a:hover .img img,
.tax-works_cat .worksList > ul li a:hover .img img {
  transform: scale(1.1);
}
.post-type-archive-works_post .worksList > ul li a:hover .icon::before,
.tax-works_cat .worksList > ul li a:hover .icon::before {
  opacity: 0;
}
.post-type-archive-works_post .worksList > ul li a:hover .icon::after,
.tax-works_cat .worksList > ul li a:hover .icon::after {
  opacity: 1;
}

/****************************************


施工事例 詳細


*****************************************/
.single-works_post {
  background: #F5F5F5;
}
.single-works_post .worksDetail {
  padding-bottom: 120px;
}
@media all and (max-width: 1024px) {
  .single-works_post .worksDetail {
    padding-bottom: 60px;
  }
}
.single-works_post .worksDetail .worksDetailHead {
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}
@media all and (max-width: 1024px) {
  .single-works_post .worksDetail .worksDetailHead {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
    padding-top: 20px;
  }
}
.single-works_post .worksDetail .worksDetailHead .worksDetailCat {
  position: absolute;
  left: 0;
}
@media all and (max-width: 1024px) {
  .single-works_post .worksDetail .worksDetailHead .worksDetailCat {
    position: static;
    margin-bottom: 10px;
  }
}
.single-works_post .worksDetail .worksDetailHead .worksDetailCat span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #3FAFE8;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1;
  color: #3FAFE8;
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .single-works_post .worksDetail .worksDetailHead .worksDetailCat span {
    font-size: 14px;
  }
}
.single-works_post .worksDetail .worksDetailHead .worksDetailTitle {
  text-align: center;
}
@media all and (max-width: 1024px) {
  .single-works_post .worksDetail .worksDetailHead .worksDetailTitle {
    text-align: left;
  }
}
.single-works_post .worksDetail .worksDetailHead .worksDetailTitle h2 {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.4;
  color: #272C54;
}
.single-works_post .worksDetail .worksDetailHead .worksDetailTitle p {
  margin: 5px 0 0;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.4;
  color: #A5A5A5;
  font-weight: 500;
}
.single-works_post .worksDetail .worksDetailGallery {
  width: 100%;
  margin-top: 40px;
}
@media all and (max-width: 1024px) {
  .single-works_post .worksDetail .worksDetailGallery {
    margin-top: 20px;
  }
}
.single-works_post .worksDetail .worksDetailGallery .worksGalleryMain {
  position: relative;
  overflow: hidden;
}
.single-works_post .worksDetail .worksDetailGallery .worksGalleryMain .swiper-slide {
  overflow: hidden;
  border-radius: 10px;
}
.single-works_post .worksDetail .worksDetailGallery .worksGalleryMain .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.single-works_post .worksDetail .worksDetailGallery .worksGalleryMain .workPrev,
.single-works_post .worksDetail .worksDetailGallery .worksGalleryMain .workNext,
.single-works_post .worksDetail .worksDetailGallery .worksGalleryMain .worksGalleryPrev,
.single-works_post .worksDetail .worksDetailGallery .worksGalleryMain .worksGalleryNext {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  transition: 0.8s;
  border: 0;
}
@media all and (max-width: 1024px) {
  .single-works_post .worksDetail .worksDetailGallery .worksGalleryMain .workPrev,
  .single-works_post .worksDetail .worksDetailGallery .worksGalleryMain .workNext,
  .single-works_post .worksDetail .worksDetailGallery .worksGalleryMain .worksGalleryPrev,
  .single-works_post .worksDetail .worksDetailGallery .worksGalleryMain .worksGalleryNext {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
.single-works_post .worksDetail .worksDetailGallery .worksGalleryMain .worksGalleryPrev {
  left: 27.5%;
  background-image: url("img/iconPervB.svg");
}
@media all and (max-width: 1024px) {
  .single-works_post .worksDetail .worksDetailGallery .worksGalleryMain .worksGalleryPrev {
    left: 10px;
  }
}
.single-works_post .worksDetail .worksDetailGallery .worksGalleryMain .worksGalleryPrev:hover {
  background-image: url("img/iconPervW.svg");
}
.single-works_post .worksDetail .worksDetailGallery .worksGalleryMain .worksGalleryNext {
  right: 27.5%;
  background-image: url("img/iconNextB.svg");
}
@media all and (max-width: 1024px) {
  .single-works_post .worksDetail .worksDetailGallery .worksGalleryMain .worksGalleryNext {
    right: 10px;
  }
}
.single-works_post .worksDetail .worksDetailGallery .worksGalleryMain .worksGalleryNext:hover {
  background-image: url("img/iconNextW.svg");
}
.single-works_post .worksDetail .worksDetailGallery .worksGalleryThumb {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .single-works_post .worksDetail .worksDetailGallery .worksGalleryThumb {
    padding: 0 6%;
    justify-content: flex-start;
  }
}
.single-works_post .worksDetail .worksDetailGallery .worksGalleryThumb .swiper-wrapper {
  justify-content: center;
  width: 41%;
}
@media all and (max-width: 1024px) {
  .single-works_post .worksDetail .worksDetailGallery .worksGalleryThumb .swiper-wrapper {
    justify-content: flex-start;
  }
}
.single-works_post .worksDetail .worksDetailGallery .worksGalleryThumb .swiper-slide {
  width: calc((100% - 60px) / 7) !important;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .single-works_post .worksDetail .worksDetailGallery .worksGalleryThumb .swiper-slide {
    width: 70px !important;
    flex-shrink: 0;
  }
}
.single-works_post .worksDetail .worksDetailGallery .worksGalleryThumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.single-works_post .worksDetail .worksDetailInfo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 90px;
}
@media all and (max-width: 1024px) {
  .single-works_post .worksDetail .worksDetailInfo {
    gap: 10px;
    margin-top: 20px;
  }
}
.single-works_post .worksDetail .worksDetailInfo .worksDetailRow {
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .single-works_post .worksDetail .worksDetailInfo .worksDetailRow {
    flex-direction: column;
  }
}
.single-works_post .worksDetail .worksDetailInfo .worksDetailRow .ttl {
  width: 150px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  box-sizing: border-box;
  background: #272C54;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .single-works_post .worksDetail .worksDetailInfo .worksDetailRow .ttl {
    width: 100%;
    min-width: 0;
    padding: 5px 20px;
    font-size: 14px;
  }
}
.single-works_post .worksDetail .worksDetailInfo .worksDetailRow .txt {
  flex: 1;
  padding: 20px 35px;
  box-sizing: border-box;
  background: #FFFFFF;
  font-weight: 500;
  line-height: 1.7;
  color: #000;
}
@media all and (max-width: 1024px) {
  .single-works_post .worksDetail .worksDetailInfo .worksDetailRow .txt {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
  }
}

/****************************************


社会・環境活動


*****************************************/
@media all and (max-width: 1024px) {
  .page-csr .pageTitWrap .en {
    font-size: clamp(42px, 10vw, 120px) !important;
  }
}
.page-csr .releaseRecordList .releaseRecordItem {
  position: relative;
}
.page-csr .releaseRecordList .releaseRecordItem.no-accordion .releaseRecordBtn {
  cursor: default;
}
.page-csr .releaseRecordList .releaseRecordItem::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 84%;
  height: 1px;
  background: #cecece;
  transform: translateX(-50%);
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  .page-csr .releaseRecordList .releaseRecordItem::after {
    width: calc(100% - clamp(20px, 6vw, 32px) * 2);
  }
}
.page-csr .releaseRecordList .releaseRecordItem.is-accordion-open .releaseRecordBtn .icon {
  background: #38a9e6;
}
.page-csr .releaseRecordList .releaseRecordItem.is-accordion-open .releaseRecordBtn .icon::after, .page-csr .releaseRecordList .releaseRecordItem.is-accordion-open .releaseRecordBtn .icon::before {
  background: #FFF;
}
.page-csr .releaseRecordList .releaseRecordItem.is-accordion-open .releaseRecordBtn .icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
.page-csr .releaseRecordList .releaseRecordItem.is-accordion-open .releaseRecordContent {
  max-height: 1000px;
}
.page-csr .releaseRecordList .releaseRecordBtn {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 20px 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}
@media all and (max-width: 1024px) {
  .page-csr .releaseRecordList .releaseRecordBtn {
    grid-template-columns: 1fr 40px;
    row-gap: 3px;
    padding: 20px 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.page-csr .releaseRecordList .releaseRecordBtn span {
  display: block;
  position: relative;
  padding: 0 35px;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 1.5;
  color: #20285f;
}
@media all and (max-width: 1024px) {
  .page-csr .releaseRecordList .releaseRecordBtn span {
    padding: 0;
  }
}
.page-csr .releaseRecordList .releaseRecordBtn .date {
  min-width: 225px;
  font-size: 30px;
  color: #3FAEE7;
  font-family: "special-gothic", sans-serif;
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .page-csr .releaseRecordList .releaseRecordBtn .date {
    grid-column: 1/2;
  }
}
.page-csr .releaseRecordList .releaseRecordBtn .place,
.page-csr .releaseRecordList .releaseRecordBtn .school,
.page-csr .releaseRecordList .releaseRecordBtn .count {
  font-size: clamp(18px, 1.6vw, 20px);
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .page-csr .releaseRecordList .releaseRecordBtn .place,
  .page-csr .releaseRecordList .releaseRecordBtn .school,
  .page-csr .releaseRecordList .releaseRecordBtn .count {
    grid-column: 1/2;
    font-size: clamp(14px, 1.4vw, 14px);
  }
}
.page-csr .releaseRecordList .releaseRecordBtn .place::before,
.page-csr .releaseRecordList .releaseRecordBtn .school::before,
.page-csr .releaseRecordList .releaseRecordBtn .count::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 26px;
  background: #8f8f8f;
  transform: translateY(-50%);
}
@media all and (max-width: 1024px) {
  .page-csr .releaseRecordList .releaseRecordBtn .place::before,
  .page-csr .releaseRecordList .releaseRecordBtn .school::before,
  .page-csr .releaseRecordList .releaseRecordBtn .count::before {
    display: none;
  }
}
.page-csr .releaseRecordList .releaseRecordBtn .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0 auto;
  border: 1px solid #38a9e6;
  border-radius: 50%;
}
@media all and (max-width: 1024px) {
  .page-csr .releaseRecordList .releaseRecordBtn .icon {
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: center;
    justify-self: center;
    width: 24px;
    height: 24px;
    top: 20px;
    transform: translateY(0);
  }
}
.page-csr .releaseRecordList .releaseRecordBtn .icon::before, .page-csr .releaseRecordList .releaseRecordBtn .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #38a9e6;
  transform: translate(-50%, -50%);
  transition: 0.8s ease-in-out;
}
.page-csr .releaseRecordList .releaseRecordBtn .icon::before {
  width: 1px;
  height: 10px;
}
.page-csr .releaseRecordList .releaseRecordBtn .icon::after {
  width: 10px;
  height: 1px;
}
.page-csr .releaseRecordList .releaseRecordContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.page-csr .releaseRecordList .releaseRecordContent .releaseRecordGallery {
  padding: 0 0 40px;
  width: 84%;
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  .page-csr .releaseRecordList .releaseRecordContent .releaseRecordGallery {
    padding: 0 6% 15px;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    width: 100%;
  }
}
.page-csr .releaseRecordList .releaseRecordContent .releaseRecordGallery .swiper-wrapper {
  gap: 10px;
}
@media all and (max-width: 1024px) {
  .page-csr .releaseRecordList .releaseRecordContent .releaseRecordGallery .swiper-wrapper {
    gap: 0;
  }
}
.page-csr .releaseRecordList .releaseRecordContent .releaseRecordGallery .img {
  overflow: hidden;
  border-radius: 5px;
  width: calc((100% - 30px) / 4);
}
.page-csr .releaseRecordList .releaseRecordContent .releaseRecordGallery .img img {
  display: block;
  width: 100%;
  aspect-ratio: 185/122;
  object-fit: cover;
}
.page-csr .cn1 {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .page-csr .cn1 {
    padding-top: 40px;
  }
}
.page-csr .cn1::before {
  content: "";
  position: absolute;
  top: 790px;
  left: -510px;
  width: 200%;
  height: 580px;
  background: #F4F9FF;
  transform: rotate(-45deg);
  transform-origin: top left;
  z-index: 0;
}
@media all and (max-width: 1024px) {
  .page-csr .cn1::before {
    top: 570px;
    left: -410px;
    width: 380%;
    height: 430px;
  }
}
.page-csr .cn1 > * {
  position: relative;
  z-index: 1;
}
.page-csr .cn1 .txtBox h2 {
  margin: 0 0 40px;
  font-size: clamp(26px, 4.8vw, 60px);
  font-weight: 700;
  line-height: 1.3;
  color: #3FAFE8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .page-csr .cn1 .txtBox h2 {
    margin: 0 0 15px;
  }
}
.page-csr .cn1 .txtBox p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .page-csr .cn1 .txtBox p {
    font-size: 14px;
  }
}
.page-csr .cn1 .titWrap {
  margin-top: 130px;
}
@media all and (max-width: 1024px) {
  .page-csr .cn1 .titWrap {
    margin-top: 60px;
  }
}
.page-csr .cn2 {
  padding-top: 120px;
}
@media all and (max-width: 1024px) {
  .page-csr .cn2 {
    padding-top: 60px;
  }
}
.page-csr .cn2 .volunteer_inner {
  display: flex;
  gap: 15px;
  margin-bottom: 50px;
}
@media all and (max-width: 1024px) {
  .page-csr .cn2 .volunteer_inner {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 0;
  }
}
.page-csr .cn2 .volunteer_inner .volunteer_content {
  flex: 1;
  padding: 40px 50px 40px 8%;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  background: #F4F9FF;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media all and (max-width: 1024px) {
  .page-csr .cn2 .volunteer_inner .volunteer_content {
    padding: 30px 20px;
    text-align: center;
  }
}
.page-csr .cn2 .volunteer_inner .volunteer_content h2 {
  font-size: clamp(26px, 2.5vw, 40px);
  font-weight: 700;
  color: #3FAFE8;
  margin-bottom: 15px;
  text-align: center;
}
.page-csr .cn2 .volunteer_inner .volunteer_content p {
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
@media all and (max-width: 1024px) {
  .page-csr .cn2 .volunteer_inner .volunteer_content p {
    font-size: 14px;
  }
}
.page-csr .cn2 .volunteer_inner .volunteer_img {
  width: 35%;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .page-csr .cn2 .volunteer_inner .volunteer_img {
    width: 100%;
    border-radius: 0;
  }
}
.page-csr .cn2 .volunteer_inner .volunteer_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-csr .cn2 .releaseRecordBtn {
  grid-template-columns: 210px minmax(300px, 1fr) 200px 50px;
}

/****************************************


採用情報


*****************************************/
.circleBtn {
  position: relative;
  background-color: #FFF;
  border: 1px solid #3FAFE8;
  border-radius: 99px;
  padding: 20px 70px 20px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: background-color 0.8s ease-in-out, border 0.8s ease-in-out;
  min-width: 330px;
}
.circleBtn::before, .circleBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 20px;
  height: 13px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
}
.circleBtn::before {
  background-image: url("img/iconArrowBlue.svg");
  opacity: 1;
}
.circleBtn::after {
  background-image: url("img/iconArrowWhite.svg");
  opacity: 0;
}
.circleBtn span {
  font-size: clamp(18px, 3vw, 20px);
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #3FAFE8;
  transition: color 0.8s ease-in-out;
  font-weight: 500;
}
.circleBtn:hover {
  background-color: #3FAFE8;
  border: 1px solid #FFF;
}
.circleBtn:hover span {
  color: #FFF;
}
.circleBtn:hover::before {
  opacity: 0;
}
.circleBtn:hover::after {
  opacity: 1;
}

.interviewWrap .bg {
  background: linear-gradient(180deg, #FFF 0%, #FFF 67%, #F5F5F5 67%, #F5F5F5 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: clamp(60px, 22vw, 100px);
}
@media all and (max-width: 1024px) {
  .interviewWrap .bg {
    background: linear-gradient(180deg, #FFF 0%, #FFF 60%, #F5F5F5 60%, #F5F5F5 100%);
  }
}
.interviewWrap .titWrap {
  margin-bottom: 72px;
}
@media all and (max-width: 1024px) {
  .interviewWrap .titWrap {
    margin-bottom: 30px;
  }
}
.interviewWrap .boxWrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0 5%;
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  .interviewWrap .boxWrap {
    padding: 0;
  }
}
.interviewWrap .boxWrap .box {
  width: calc((100% - 40px) / 2);
}
@media all and (max-width: 1024px) {
  .interviewWrap .boxWrap .box {
    width: 100%;
  }
}
.interviewWrap .boxWrap .box .img {
  border-radius: 20px;
  overflow: hidden;
  border: 10px solid #FFF;
  box-sizing: border-box;
  position: relative;
  transition: 0.8s ease-in-out;
  margin-bottom: 10px;
  aspect-ratio: 600/463;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .interviewWrap .boxWrap .box .img {
    margin-bottom: 5px;
  }
}
.interviewWrap .boxWrap .box .img::before, .interviewWrap .boxWrap .box .img::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.8s ease-in-out;
}
@media all and (max-width: 1024px) {
  .interviewWrap .boxWrap .box .img::before, .interviewWrap .boxWrap .box .img::after {
    bottom: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
  }
}
.interviewWrap .boxWrap .box .img::before {
  background-image: url("img/iconArrowCircleBlueW.svg");
  opacity: 1;
}
.interviewWrap .boxWrap .box .img::after {
  background-image: url("img/iconArrowCircleBlueB.svg");
  opacity: 0;
}
.interviewWrap .boxWrap .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interviewWrap .boxWrap .box .txt h3 {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #3FAFE8;
  margin-bottom: 5px;
}
@media all and (max-width: 1024px) {
  .interviewWrap .boxWrap .box .txt h3 {
    line-height: 1.8;
  }
}
.interviewWrap .boxWrap .box .txt p {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 2;
}
.interviewWrap .boxWrap .box:hover {
  opacity: 0.5;
}
.interviewWrap .boxWrap .box:hover .img::before {
  opacity: 0;
}
.interviewWrap .boxWrap .box:hover .img::after {
  opacity: 1;
}

.page-recruit footer {
  margin-top: 0;
}
.page-recruit .cn1 .bg {
  background-image: url("img/recruitBg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: clamp(45px, 19.5vw, 170px);
  padding-bottom: clamp(60px, 24vw, 220px);
}
.page-recruit .cn1 .wrap {
  text-align: center;
}
.page-recruit .cn1 h2 {
  font-size: clamp(18px, 4.2vw, 40px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #3FAFE8;
  margin-bottom: clamp(20px, 6vw, 55px);
}
@media all and (max-width: 1024px) {
  .page-recruit .cn1 h2 {
    line-height: 1.6;
  }
}
.page-recruit .cn1 p {
  margin-bottom: clamp(25px, 5vw, 40px);
  line-height: 2;
}
.page-recruit .cn1 .videoWrap {
  margin-bottom: clamp(40px, 8vw, 60px);
}
.page-recruit .cn1 .videoWrap video {
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.page-recruit .cn1 .btnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media all and (max-width: 1024px) {
  .page-recruit .cn1 .btnWrap {
    flex-direction: column;
    gap: 20px;
  }
}
@media all and (max-width: 1024px) {
  .page-recruit .cn1 .btnWrap .circleBtn {
    min-width: 320px;
  }
}

/****************************************


採用情報 - 募集要項


*****************************************/
.page-job .titJob {
  margin-bottom: clamp(45px, 16.5vw, 140px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}
@media all and (max-width: 1024px) {
  .page-job .titJob {
    padding-top: 30px;
  }
}
.page-job .titJob h2 {
  font-size: clamp(40px, 5.3vw, 50px);
  font-weight: 600;
}
.page-job .titJob span {
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #3FAFE8;
}
.page-job .cn1 {
  margin-bottom: 145px;
}
.page-job .cn1 .recruitTab {
  margin-bottom: clamp(90px, 18vw, 160px);
}
.page-job .cn1 .recruitTab .recruitTab_head {
  display: flex;
  border-bottom: 1px solid #CFCFCF;
  margin-bottom: 80px;
}
@media all and (max-width: 1024px) {
  .page-job .cn1 .recruitTab .recruitTab_head {
    margin-bottom: 20px;
  }
}
.page-job .cn1 .recruitTab .recruitTab_head .recruitTab_btn {
  flex: 1;
  padding: 25px 10px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #A8A8A8;
  cursor: pointer;
  transform: translateY(2px);
  transition: color 0.6s ease-in-out, border-color 0.6s ease-in-out;
}
@media all and (max-width: 1024px) {
  .page-job .cn1 .recruitTab .recruitTab_head .recruitTab_btn {
    flex: 0;
    padding: 20px 20px;
    white-space: nowrap;
  }
}
.page-job .cn1 .recruitTab .recruitTab_head .recruitTab_btn.is-active {
  color: #3FAEE7;
  border-bottom-color: #3FAEE7;
}
.page-job .cn1 .recruitTab .recruitTab_body {
  width: 100%;
}
.page-job .cn1 .recruitTab .recruitTab_panel {
  display: none;
}
.page-job .cn1 .recruitTab .recruitTab_panel.is-active {
  display: block;
}
.page-job .cn1 .recruitTab .recruitTableWrap {
  width: 100%;
}
.page-job .cn1 .recruitTab .recruitTableWrap .circleBtn {
  padding: 10px 20px 10px 40px;
  min-width: 270px;
}
.page-job .cn1 .recruitTab .recruitTableWrap .circleBtn span {
  font-size: clamp(14px, 1.5vw, 16px);
}
.page-job .cn1 .recruitTab .recruitTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.page-job .cn1 .recruitTab tr {
  border-bottom: 1px solid #CFCFCF;
  padding: 30px 0;
  box-sizing: border-box;
  display: flex;
  align-items: baseline;
}
@media all and (max-width: 1024px) {
  .page-job .cn1 .recruitTab tr {
    flex-direction: column;
  }
}
.page-job .cn1 .recruitTab tr:first-child {
  border-top: 0;
}
.page-job .cn1 .recruitTab tr:last-child {
  border-bottom: none;
}
.page-job .cn1 .recruitTab th,
.page-job .cn1 .recruitTab td {
  vertical-align: top;
  text-align: left;
}
.page-job .cn1 .recruitTab th {
  width: 140px;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-right: 30px;
}
@media all and (max-width: 1024px) {
  .page-job .cn1 .recruitTab th {
    width: 180px;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.page-job .cn1 .recruitTab td {
  font-size: clamp(14px, 1.8vw, 16px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media all and (max-width: 1024px) {
  .page-job .cn1 .recruitTab td {
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
  }
}
.page-job .cn1 .circleBtn {
  max-width: 360px;
  margin: 0 auto;
}

/****************************************


採用情報 - 次世代育成


*****************************************/
.page-next-generation {
  position: relative;
  background: linear-gradient(135deg, transparent 0, transparent 290px, #F4F9FF 290px, #F4F9FF 335px, transparent 335px), linear-gradient(135deg, transparent 0, transparent 360px, #F4F9FF 360px, #F4F9FF 860px, transparent 860px), #fff;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .page-next-generation {
    background: linear-gradient(135deg, transparent 0, transparent 140px, #F4F9FF 140px, #F4F9FF 200px, transparent 200px), linear-gradient(135deg, transparent 0, transparent 230px, #F4F9FF 230px, #F4F9FF 550px, transparent 550px), #fff;
  }
}
.page-next-generation .innerS {
  position: relative;
  z-index: 1;
}
.page-next-generation .titNextGenerationWrap {
  text-align: center;
  padding: 0 6vw;
  box-sizing: border-box;
  margin-bottom: clamp(70px, 14.5vw, 125px);
  padding-top: 60px;
}
@media all and (max-width: 1024px) {
  .page-next-generation .titNextGenerationWrap {
    padding-top: 30px;
  }
}
.page-next-generation .titNextGenerationWrap h2:nth-child(1) {
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 500;
  line-height: 2;
  margin-bottom: 65px;
}
@media all and (max-width: 1024px) {
  .page-next-generation .titNextGenerationWrap h2:nth-child(1) {
    margin-bottom: 35px;
    line-height: 1.6;
  }
}
.page-next-generation .titNextGenerationWrap .titNextGeneration {
  text-align: center;
  margin-bottom: 25px;
}
.page-next-generation .titNextGenerationWrap .titNextGeneration h2 {
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 500;
  line-height: 1;
  color: #3FAFE8;
  margin-bottom: 5px;
}
.page-next-generation .titNextGenerationWrap .titNextGeneration span {
  display: block;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #3FAFE8;
}
.page-next-generation .titNextGenerationWrap p {
  font-size: clamp(13px, 1.3vw, 16px);
  line-height: 1.8;
}
.page-next-generation .cn1 .wrap {
  text-align: center;
  margin-bottom: 35px;
}
.page-next-generation .cn1 .wrap h3 {
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #272C54;
  margin-bottom: 5px;
}
.page-next-generation .cn1 .wrap span {
  display: block;
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: 1.6;
}
.page-next-generation .cn1 .ngBox {
  background: #FFF;
  border: 1px solid #272C54;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 25px;
}
@media all and (max-width: 1024px) {
  .page-next-generation .cn1 .ngBox {
    margin-top: 20px;
    border-radius: 8px;
  }
}
.page-next-generation .cn1 .ngBox h4 {
  background: #272C54;
  font-size: clamp(14px, 2vw, 24px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #FFF;
  padding: 15px 35px;
}
@media all and (max-width: 1024px) {
  .page-next-generation .cn1 .ngBox h4 {
    padding: 12px 15px;
  }
}
.page-next-generation .cn1 .ngBox .innerWrap {
  padding: 40px 50px;
}
@media all and (max-width: 1024px) {
  .page-next-generation .cn1 .ngBox .innerWrap {
    padding: 20px 30px;
  }
}
.page-next-generation .cn1 .ngBox .innerWrap.ngList {
  list-style: none;
  margin: 0;
}
.page-next-generation .cn1 .ngBox .innerWrap.ngList li {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 18px;
}
@media all and (max-width: 1024px) {
  .page-next-generation .cn1 .ngBox .innerWrap.ngList li {
    gap: 0;
    margin-top: 15px;
    flex-direction: column;
  }
}
.page-next-generation .cn1 .ngBox .innerWrap.ngList li:first-child {
  margin-top: 0;
}
.page-next-generation .cn1 .ngBox .innerWrap.ngList li time {
  flex: 0 0 145px;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #3FAFE8;
  position: relative;
}
@media all and (max-width: 1024px) {
  .page-next-generation .cn1 .ngBox .innerWrap.ngList li time {
    flex: none;
  }
}
.page-next-generation .cn1 .ngBox .innerWrap.ngList li time::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 24px;
  background: #272C54;
  transform: translateY(-50%);
}
@media all and (max-width: 1024px) {
  .page-next-generation .cn1 .ngBox .innerWrap.ngList li time::after {
    display: none;
  }
}
.page-next-generation .cn1 .ngBox .innerWrap.ngList li p {
  flex: 1;
  font-size: clamp(14px, 1.7vw, 20px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.65;
  margin: 0;
}
.page-next-generation .cn1 .ngBox .innerWrap.ngCert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media all and (max-width: 1024px) {
  .page-next-generation .cn1 .ngBox .innerWrap.ngCert {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-next-generation .cn1 .ngBox .innerWrap.ngCert .txt {
  flex: 1;
}
.page-next-generation .cn1 .ngBox .innerWrap.ngCert .txt p {
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 20px;
}
.page-next-generation .cn1 .ngBox .innerWrap.ngCert .txt ul {
  margin: 0;
  padding: 0;
}
.page-next-generation .cn1 .ngBox .innerWrap.ngCert .txt ul li {
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: bold;
  line-height: 1.9;
  margin-top: 5px;
}
.page-next-generation .cn1 .ngBox .innerWrap.ngCert .txt ul li::before {
  content: "・";
}
.page-next-generation .cn1 .ngBox .innerWrap.ngCert .txt ul li:first-child {
  margin-top: 0;
}
.page-next-generation .cn1 .ngBox .innerWrap.ngCert .imgWrap {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media all and (max-width: 1024px) {
  .page-next-generation .cn1 .ngBox .innerWrap.ngCert .imgWrap {
    width: 100%;
    justify-content: center;
    gap: 20px;
  }
}
.page-next-generation .cn1 .ngBox .innerWrap.ngCert .imgWrap a {
  display: block;
  transition: opacity 0.8s ease-in-out;
}
.page-next-generation .cn1 .ngBox .innerWrap.ngCert .imgWrap a:hover {
  opacity: 0.7;
}
.page-next-generation .cn1 .ngBox .innerWrap.ngCert .imgWrap .img img {
  display: block;
  width: 100%;
  height: auto;
}
.page-next-generation .cn1 .ngBox .innerWrap.ngCert .imgWrap .img1 {
  width: 110px;
}
.page-next-generation .cn1 .ngBox .innerWrap.ngCert .imgWrap .img2 {
  width: 110px;
}
.page-next-generation .cn1 .ngBox .innerWrap.ngOther {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 35px;
  list-style: none;
}
@media all and (max-width: 1024px) {
  .page-next-generation .cn1 .ngBox .innerWrap.ngOther {
    padding: 20px 15px 25px;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.page-next-generation .cn1 .ngBox .innerWrap.ngOther li {
  text-align: center;
  flex: 1;
}
@media all and (max-width: 1024px) {
  .page-next-generation .cn1 .ngBox .innerWrap.ngOther li {
    flex: none;
    width: calc((100% - 20px) / 2);
  }
}
.page-next-generation .cn1 .ngBox .innerWrap.ngOther h5 {
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
}
.page-next-generation .cn1 .ngBox .innerWrap.ngOther img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 15px;
  border: 1px solid #ddd;
}

/****************************************


採用情報


*****************************************/
.page-template-page-voice {
  padding-top: 40px;
}
.page-template-page-voice .voiceTop {
  padding-bottom: clamp(160px, 15.5vw, 160px);
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1024px) {
  .page-template-page-voice .voiceTop {
    padding-bottom: 20px;
  }
}
.page-template-page-voice .voiceTop .interviewTit {
  width: 70%;
  margin: 0 auto 50px;
  display: flex;
  align-items: flex-start;
  gap: 35px;
}
@media all and (max-width: 1024px) {
  .page-template-page-voice .voiceTop .interviewTit {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
  }
}
.page-template-page-voice .voiceTop .interviewTit .en {
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 500;
  line-height: 1.5;
}
.page-template-page-voice .voiceTop .interviewTit .name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-left: 40px;
}
@media all and (max-width: 1024px) {
  .page-template-page-voice .voiceTop .interviewTit .name {
    align-items: center;
    padding-left: 0;
    padding-top: 15px;
  }
}
.page-template-page-voice .voiceTop .interviewTit .name::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 53px;
  background: #000000;
}
@media all and (max-width: 1024px) {
  .page-template-page-voice .voiceTop .interviewTit .name::before {
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 1px;
  }
}
.page-template-page-voice .voiceTop .interviewTit .name span {
  display: block;
}
.page-template-page-voice .voiceTop .interviewTit .name span:nth-child(1) {
  line-height: 1.2;
}
.page-template-page-voice .voiceTop .interviewTit .name span:nth-child(2) {
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.4;
}
.page-template-page-voice .voiceTop .interviewTopImg {
  position: relative;
}
.page-template-page-voice .voiceTop .interviewTopImg .img {
  width: 85%;
  aspect-ratio: 144/37;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .page-template-page-voice .voiceTop .interviewTopImg .img {
    aspect-ratio: 3/4;
  }
}
.page-template-page-voice .voiceTop .interviewTopImg .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-voice .voiceTop .interviewTopImg + .txt {
  position: absolute;
  right: 155px;
  bottom: 0;
  background: rgba(63, 175, 232, 0.9);
  padding: 20px 20px 25px;
  box-sizing: border-box;
  overflow: visible;
  z-index: 1;
  transform: translateY(-40px);
}
@media all and (max-width: 1024px) {
  .page-template-page-voice .voiceTop .interviewTopImg + .txt {
    position: static;
    padding: 20px;
    width: 80%;
    transform: translate(20%, -20px);
  }
}
.page-template-page-voice .voiceTop .interviewTopImg + .txt::before, .page-template-page-voice .voiceTop .interviewTopImg + .txt::after {
  content: "";
  position: absolute;
  top: 0;
  width: 81px;
  height: 100%;
  background: rgba(63, 175, 232, 0.9);
}
.page-template-page-voice .voiceTop .interviewTopImg + .txt::before {
  left: -80px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.page-template-page-voice .voiceTop .interviewTopImg + .txt::after {
  right: -80px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.page-template-page-voice .voiceTop .interviewTopImg + .txt strong {
  display: block;
  font-size: clamp(18px, 3.4vw, 34px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #FFF;
  margin-bottom: 5px;
}
@media all and (max-width: 1024px) {
  .page-template-page-voice .voiceTop .interviewTopImg + .txt strong {
    margin-bottom: 10px;
  }
}
.page-template-page-voice .voiceTop .interviewTopImg + .txt p {
  font-size: clamp(18px, 1.8vw, 18px);
  line-height: 1.5;
  color: #FFF;
}
@media all and (max-width: 1024px) {
  .page-template-page-voice .voiceTop .interviewTopImg + .txt p {
    font-size: 15px;
  }
}
.page-template-page-voice .cn1 {
  padding-bottom: 80px;
}
.page-template-page-voice .cn1 .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: clamp(50px, 7.5vw, 100px);
}
@media all and (max-width: 1024px) {
  .page-template-page-voice .cn1 .box {
    display: block;
  }
}
.page-template-page-voice .cn1 .box:last-child {
  margin-bottom: 0px;
}
.page-template-page-voice .cn1 .box:nth-child(even) {
  flex-direction: row-reverse;
}
.page-template-page-voice .cn1 .box .img {
  width: calc(50% - 90px);
}
@media all and (max-width: 1024px) {
  .page-template-page-voice .cn1 .box .img {
    width: 100%;
  }
}
.page-template-page-voice .cn1 .box .img img {
  display: block;
  width: 100%;
  height: auto;
}
.page-template-page-voice .cn1 .txtWrap {
  flex: 1;
}
.page-template-page-voice .cn1 .qaTxt {
  margin-bottom: 40px;
}
.page-template-page-voice .cn1 .qaTxt:last-child {
  margin-bottom: 0;
}
.page-template-page-voice .cn1 .qaTxt .qTit {
  position: relative;
  background: #F3F3F3;
  padding: 12px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.page-template-page-voice .cn1 .qaTxt .qTit::before {
  content: "";
  display: inline-flex;
  align-items: center;
  border-left: 6px solid #272C54;
  width: auto;
  height: 40px;
}
.page-template-page-voice .cn1 .qaTxt .qTit span {
  font-size: clamp(18px, 1.8vw, 18px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-left: 20px;
}
@media all and (max-width: 1024px) {
  .page-template-page-voice .cn1 .qaTxt .qTit span {
    line-height: 1.3;
  }
}
.page-template-page-voice .cn1 .qaTxt .txt {
  padding-left: 30px;
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  .page-template-page-voice .cn1 .qaTxt .txt {
    padding-left: 0;
  }
}
.page-template-page-voice .cn1 .qaTxt .txt .aTit {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
.page-template-page-voice .cn1 .qaTxt .txt p {
  font-size: clamp(16px, 1.6vw, 16px);
  line-height: 2;
}
@media all and (max-width: 1024px) {
  .page-template-page-voice .cn1 .qaTxt.txt2 {
    margin-bottom: 45px;
  }
}
.page-template-page-voice .cn2 {
  padding-bottom: 80px;
}
@media all and (max-width: 1024px) {
  .page-template-page-voice .cn2 {
    padding-bottom: 40px;
  }
}
.page-template-page-voice .cn2 .wrap {
  background: #F4F9FF;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 80px 160px;
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  .page-template-page-voice .cn2 .wrap {
    flex-direction: column;
    padding: 40px 30px;
  }
}
.page-template-page-voice .cn2 .img {
  flex: 0 0 170px;
}
@media all and (max-width: 1024px) {
  .page-template-page-voice .cn2 .img {
    flex: none;
    width: 75%;
    margin: 0 auto 20px;
  }
}
.page-template-page-voice .cn2 .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
}
.page-template-page-voice .cn2 .message {
  flex: 1;
}
.page-template-page-voice .cn2 .message h3 {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 30px;
}
@media all and (max-width: 1024px) {
  .page-template-page-voice .cn2 .message h3 {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.page-template-page-voice .cn2 .message h3 .en {
  font-size: clamp(40px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.2;
  color: #272C54;
}
.page-template-page-voice .cn2 .message h3 .en::before {
  content: "";
  background-image: url("img/iconCommaL.svg");
  background-repeat: no-repeat;
  background-position: top;
  display: inline-flex;
  width: 18px;
  height: 1em;
  padding-right: 5px;
  box-sizing: border-box;
}
.page-template-page-voice .cn2 .message h3 .en::after {
  content: "";
  background-image: url("img/iconCommaR.svg");
  background-repeat: no-repeat;
  display: inline-flex;
  background-position: bottom;
  width: 18px;
  height: 1em;
  padding-bottom: 10px;
  padding-left: 5px;
  box-sizing: border-box;
}
.page-template-page-voice .cn2 .message h3 .ja {
  font-size: clamp(14px, 1.4vw, 14px);
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #272C54;
}
.page-template-page-voice .cn2 .message p {
  font-size: clamp(14px, 1.6vw, 18px);
  letter-spacing: 0.05em;
  line-height: 2;
}

/****************************************


お知らせ 一覧


*****************************************/
.post-type-archive-post .newsPageHead {
  text-align: center;
  padding: 60px 20px;
}
@media all and (max-width: 1024px) {
  .post-type-archive-post .newsPageHead {
    padding: 30px 20px;
  }
}
.post-type-archive-post .newsPageHead .en {
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 600;
  line-height: 1;
}
.post-type-archive-post .newsPageHead .jp {
  font-size: clamp(18px, 2vw, 24px);
  color: #3FAFE8;
  font-weight: 700;
}
.post-type-archive-post .newsArchive_list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #CBCBCB;
}
.post-type-archive-post .newsArchive_item {
  border-bottom: 1px solid #CBCBCB;
}
.post-type-archive-post .newsArchive_item a {
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 30px 30px;
  background: #fff;
  text-decoration: none;
  transition: background 0.8s ease-in-out;
}
.post-type-archive-post .newsArchive_item a:hover {
  background: #eee;
}
.post-type-archive-post .newsArchive_item a:hover .icon::before {
  opacity: 0;
}
.post-type-archive-post .newsArchive_item a:hover .icon::after {
  opacity: 1;
}
.post-type-archive-post .newsArchive .date {
  flex-shrink: 0;
  font-size: clamp(16px, 1.5vw, 16px);
  font-weight: 500;
  line-height: 1;
  color: #838383;
}
.post-type-archive-post .newsArchive .title {
  display: flex;
  align-items: center;
  gap: 30px;
  min-width: 0;
  font-size: clamp(16px, 1.5vw, 16px);
  font-weight: 500;
  line-height: 1.6;
  color: #222;
}
.post-type-archive-post .newsArchive .title::before {
  content: "";
  flex-shrink: 0;
  width: 1px;
  height: 21px;
  background: #707070;
}
.post-type-archive-post .newsArchive .icon {
  position: relative;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-left: auto;
}
.post-type-archive-post .newsArchive .icon::before, .post-type-archive-post .newsArchive .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.8s ease-in-out;
}
.post-type-archive-post .newsArchive .icon::before {
  background-image: url("img/iconArrowBlueW.svg");
  opacity: 1;
}
.post-type-archive-post .newsArchive .icon::after {
  background-image: url("img/iconArrowBlueB.svg");
  opacity: 0;
}
@media all and (max-width: 1024px) {
  .post-type-archive-post .newsArchive_item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 20px 15px;
    position: relative;
  }
  .post-type-archive-post .newsArchive .date {
    font-size: clamp(14px, 3.2vw, 18px);
  }
  .post-type-archive-post .newsArchive .title {
    display: block;
    font-size: clamp(14px, 3.2vw, 18px);
    line-height: 1.5;
  }
  .post-type-archive-post .newsArchive .title::before {
    display: none;
  }
  .post-type-archive-post .newsArchive .icon {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 24px;
    height: 24px;
  }
}

/****************************************


お知らせ　詳細


*****************************************/
.single-post footer {
  margin-top: 120px;
}
@media all and (max-width: 1024px) {
  .single-post footer {
    margin-top: 60px;
  }
}
.single-post .newsSingleTit {
  text-align: center;
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 60px 20px;
}
.single-post .newsSingle_article .date {
  text-align: center;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 500;
  color: #838383;
  margin-bottom: 15px;
}
@media all and (max-width: 1024px) {
  .single-post .newsSingle_article .date {
    text-align: left;
    margin-bottom: 10px;
  }
}
.single-post .newsSingle_article .title {
  text-align: center;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  color: #273064;
  margin-bottom: 40px;
}
@media all and (max-width: 1024px) {
  .single-post .newsSingle_article .title {
    text-align: left;
    margin-bottom: 30px;
  }
}

/****************************************


お問い合わせ


*****************************************/
.page-contact .contactPage {
  padding: 100px 0;
}
@media all and (max-width: 1024px) {
  .page-contact .contactPage {
    padding: 20px 0;
  }
}
.page-contact .contactPage .innerS {
  max-width: 1100px;
}
.page-contact .contactPage_en {
  margin: 0 0 10px;
  font-size: clamp(14px, 1.2vw, 14px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .page-contact .contactPage_en {
    margin: 0 0 0;
  }
}
.page-contact .contactPage_tit {
  margin: 0 0 60px;
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .page-contact .contactPage_tit {
    margin-bottom: 35px;
  }
}
.page-contact .contactPage .wpcf7 {
  margin-top: 0;
}
.page-contact .contactPage .wpcf7 form {
  margin: 0;
}
.page-contact .contactPage .wpcf7-spinner {
  display: none;
}
.page-contact .contactPage .contactPage_form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media all and (max-width: 1024px) {
  .page-contact .contactPage .contactPage_form {
    gap: 20px;
  }
}
.page-contact .contactPage .contactPage_row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 30px;
  align-items: start;
}
@media all and (max-width: 1024px) {
  .page-contact .contactPage .contactPage_row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.page-contact .contactPage .contactPage_head {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 15px;
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 700;
  line-height: 1.6;
  min-width: 150px;
}
@media all and (max-width: 1024px) {
  .page-contact .contactPage .contactPage_head {
    padding-top: 0;
  }
}
.page-contact .contactPage .required {
  color: #f44336;
  line-height: 1;
}
.page-contact .contactPage .contactPage_body {
  width: calc(100% - 150px);
}
@media all and (max-width: 1024px) {
  .page-contact .contactPage .contactPage_body {
    width: 100%;
  }
}
.page-contact .contactPage .contactPage_body p {
  margin: 0;
}
.page-contact .contactPage .contactPage_row-radio {
  align-items: center;
}
.page-contact .contactPage .contactPage_row-radio .contactPage_head {
  padding-top: 0;
}
.page-contact .contactPage .contactPage_row-radio .contactPage_body {
  padding-top: 5px;
}
@media all and (max-width: 1024px) {
  .page-contact .contactPage .contactPage_row-radio .contactPage_body {
    padding-top: 0;
  }
}
.page-contact .contactPage .contactPage_row-postcode .contactPage_body {
  max-width: 150px;
}
@media all and (max-width: 1024px) {
  .page-contact .contactPage .contactPage_row-postcode .contactPage_body {
    max-width: 100%;
  }
}
.page-contact .contactPage .contactPage_row-textarea .contactPage_head {
  padding-top: 15px;
}
.page-contact .contactPage .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.page-contact .contactPage .wpcf7-form-control:not(.wpcf7-radio):not(.wpcf7-submit):not(.wpcf7-acceptance):not([type=checkbox]):not([type=radio]) {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: none;
  border-radius: 5px;
  background: #f3f3f3;
  font-size: 16px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.page-contact .contactPage .wpcf7-form-control:not(.wpcf7-radio):not(.wpcf7-submit):not(.wpcf7-acceptance):not([type=checkbox]):not([type=radio]):focus {
  outline: none;
}
.page-contact .contactPage textarea.wpcf7-form-control {
  min-height: 180px !important;
  padding: 15px !important;
  line-height: 1.8;
  vertical-align: top;
}
@media all and (max-width: 1024px) {
  .page-contact .contactPage textarea.wpcf7-form-control {
    height: 160px;
  }
}
.page-contact .contactPage .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media all and (max-width: 1024px) {
  .page-contact .contactPage .wpcf7-radio {
    gap: 20px 25px;
  }
}
.page-contact .contactPage .wpcf7-list-item {
  margin: 0;
}
.page-contact .contactPage .wpcf7-list-item-label, .page-contact .contactPage a {
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.5;
}
.page-contact .contactPage .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 55px;
  padding: 0 70px 0 35px;
  border: 1px solid #3d467f;
  border-radius: 999px;
  background: transparent;
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 700;
  color: #3d467f;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: background 0.8s ease-in-out, color 0.8s ease-in-out;
}
@media all and (max-width: 1024px) {
  .page-contact .contactPage .wpcf7-submit {
    width: 100%;
    min-width: 0;
    max-width: 300px;
  }
}
.page-contact .contactPage .wpcf7-submit:hover {
  background: #3d467f;
  color: #fff;
}
.page-contact .contactPage .contactPage_submit {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .page-contact .contactPage .contactPage_submit {
    margin-top: 20px;
  }
}
.page-contact .contactPage .contactPage_submit::before, .page-contact .contactPage .contactPage_submit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 85px);
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: opacity 0.8s ease-in-out;
}
@media all and (max-width: 1024px) {
  .page-contact .contactPage .contactPage_submit::before, .page-contact .contactPage .contactPage_submit::after {
    left: calc(50% + 100px);
  }
}
.page-contact .contactPage .contactPage_submit::before {
  background: url("img/iconContactArrowB.svg") no-repeat center/contain;
  opacity: 1;
}
.page-contact .contactPage .contactPage_submit::after {
  background: url("img/iconContactArrowW.svg") no-repeat center/contain;
  opacity: 0;
}
.page-contact .contactPage .contactPage_submit:hover::before {
  opacity: 0;
}
.page-contact .contactPage .contactPage_submit:hover::after {
  opacity: 1;
}
.page-contact .contactPage .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
}
.page-contact .contactPage .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.8;
}
.page-contact .contactPage .contactPage_row-check .contactPage_body {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.page-contact .contactPage .contactPage_row-check .contactPage_body .wpcf7-form-control-wrap {
  display: flex;
  align-items: center;
}
.page-contact .contactPage .contactPage_row-check .contactPage_body .wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 20px;
}
.page-contact .contactPage .contactPage_row-check .contactPage_body .wpcf7-acceptance input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.page-contact .contactPage .contactPage_row-check .contactPage_body .wpcf7-acceptance span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.page-contact .contactPage .contactPage_row-check .contactPage_body a {
  text-decoration: underline;
  transition: 0.3s;
}
.page-contact .contactPage .contactPage_row-check .contactPage_body a:hover {
  opacity: 0.7;
}

/****************************************


個人情報保護方針


*****************************************/
.page-privacy .privacyPolicy {
  padding: 100px 0;
}
@media all and (max-width: 1024px) {
  .page-privacy .privacyPolicy {
    padding: 50px 0;
  }
}
.page-privacy .privacyPolicy_en {
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.page-privacy .privacyPolicy_tit {
  margin: 0 0 60px;
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .page-privacy .privacyPolicy_tit {
    margin-bottom: 30px;
  }
}
.page-privacy .privacyPolicy_box p {
  margin: 0;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 2;
}
.page-privacy .privacyPolicy_box h2 {
  margin: 30px 0 10px;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 700;
  line-height: 1.6;
}
@media all and (max-width: 1024px) {
  .page-privacy .privacyPolicy_box h2 {
    margin: 25px 0 10px;
  }
}
.page-privacy .privacyPolicy_box ol {
  margin: 15px 0 0;
  padding-left: 0;
  list-style: none;
  counter-reset: num;
}
.page-privacy .privacyPolicy_box ol li {
  position: relative;
  padding-left: 2em;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 2;
}
.page-privacy .privacyPolicy_box ol li::before {
  counter-increment: num;
  content: counter(num) " )";
  position: absolute;
  left: 0;
  top: 0;
}
