@charset "UTF-8";
@font-face {
  font-family: KozGoPr6N-Bold;
  src: url("../fonts/KozGoPr6N-Bold.otf");
}
@font-face {
  font-family: KozGoPr6N-Medium;
  src: url("../fonts/KozGoPr6N-Medium.otf");
}
@font-face {
  font-family: KozGoPr6N-Regular;
  src: url("../fonts/KozGoPr6N-Regular.otf");
}
@font-face {
  font-family: gothicMB101Pro-Medium;
  src: url("../fonts/A-OTF-GothicMB101Pro-Medium.otf");
}
@font-face {
  font-family: gothicMB101Pro-Regular;
  src: url("../fonts/A-OTF-GothicMB101Pro-Reg.otf");
}
@font-face {
  font-family: notoSansCJKjp-black;
  src: url("../fonts/NotoSansCJKjp-Black.otf");
}
@font-face {
  font-family: notoSansCJKjp-bold;
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
}
@font-face {
  font-family: notoSansCJKjp-Regular;
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
}
@font-face {
  font-family: hiraMinPro-W6;
  src: url("../fonts/HiraMinPro-W6.otf");
}
@font-face {
  font-family: noto-extra;
  src: url("../fonts/NotoSans-ExtraBold.ttf");
}
@font-face {
  font-family: acumin;
  src: url("../fonts/FontsFree-Net-aa2woff2.ttf");
}
.pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.sp {
  display: none !important;
}

.tc {
  display: block !important;
}

.tb {
  display: none !important;
}

@media print, screen and (max-width: 641px) {
  .tc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media print, screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .sp-hide {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  position: relative;
  background-color: transparent;
  border: 1px solid #E7E8E8;
  background-color: #E7E8E8;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  outline: none !important;
}
@media only screen and (max-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select,
  textarea {
    padding: 1.2rem 1.6rem;
    font-size: 16px;
    line-height: 32px;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select {
  height: 4.8rem;
}
@media only screen and (max-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select {
    height: 5.6rem;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #E7E8E8;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/select-down.svg);
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  select {
    background-position: calc(100% - 1rem) 50%;
  }
}

picture,
figure,
.image_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

picture img,
figure img,
.image_wrap img {
  width: 100%;
}

.common-page {
  position: relative;
  padding: 8rem 0 12rem;
}
@media only screen and (max-width: 640px) {
  .common-page {
    padding: 6rem 0 18rem;
  }
}

.p-lead-section {
  position: relative;
  padding: 4.8rem 0 7rem;
}
@media only screen and (max-width: 640px) {
  .p-lead-section {
    padding: 4rem 0 6rem;
  }
}

.column-section {
  position: relative;
  padding: 6rem 0;
}
@media only screen and (max-width: 640px) {
  .column-section {
    padding: 5rem 0;
  }
}

.p-archive-section {
  position: relative;
  padding: 7rem 0;
}
@media only screen and (max-width: 640px) {
  .p-archive-section {
    padding: 6rem 0;
  }
}

.m-text {
  position: relative;
  font-family: KozGoPr6N-Regular;
  font-weight: 400;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: left;
  color: #231815;
}
@media only screen and (max-width: 640px) {
  .m-text {
    font-size: 2.1rem;
    line-height: 4rem;
  }
}

.mx-text {
  position: relative;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.8rem;
  color: #82CE98;
  line-height: 3.2rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .mx-text {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}

.lead-title {
  position: relative;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  color: #82CE98;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 4rem;
}
.text-list {
  position: relative;
  list-style-type: "・";
  padding-left: 1.8rem;
}

.underline_bg {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(0%, #FBB03B));
  background: linear-gradient(transparent 68%, #FBB03B 0%);
}

.section-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-title img {
  width: 4rem;
  margin: 0 auto 1rem auto;
}
.section-title .lead {
  position: relative;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
  color: #231815;
  text-align: center;
  margin-bottom: 1.2rem;
}
.section-title .sub {
  position: relative;
  font-family: notoSansCJKjp-black;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #64B5E7;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .section-title .sub {
    font-size: 1.8rem;
  }
}
.section-title.c_white::before {
  background: #FFFFFF;
}
.section-title.c_white .lead {
  color: #FFFFFF;
}
.section-title.c_white .sub {
  color: #FFFFFF;
}
.section-title.c_white.c_main::before {
  background: #64B5E7;
}
.section-title.inline {
  display: block;
}
.section-title.inline .lead {
  display: inline-block;
}
.section-title.inline .sub {
  display: inline-block;
  margin: 0 0 0 3rem;
}
.section-title.clearfix .link-btn {
  float: right;
}

.breadcrumbs {
  position: relative;
  padding: 2rem 0;
  background: transparent;
  margin-top: -6rem;
  z-index: 99;
}
@media only screen and (max-width: 640px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.breadcrumbs ol {
  display: block;
  list-style: none;
  margin: 0;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1rem;
  font-weight: normal;
  color: white;
}
@media only screen and (max-width: 640px) {
  .breadcrumbs ol {
    font-size: 1.2rem;
  }
}
.breadcrumbs ol a {
  color: white;
}
.breadcrumbs ol li {
  position: relative;
  display: inline;
}
.breadcrumbs ol li + li::before {
  content: "・";
  display: inline-block;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media only screen and (max-width: 640px) {
  .breadcrumbs ol li + li::before {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.section-lead {
  position: relative;
}
.section-lead .title {
  position: relative;
  font-family: gothicMB101Pro-Medium;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .section-lead .title {
    font-size: 2.4rem;
  }
}
.section-lead .text {
  position: relative;
  font-family: gothicMB101Pro-Regular;
  font-size: 1.4rem;
  line-height: 2;
  color: #000000;
}
@media only screen and (max-width: 640px) {
  .section-lead .text {
    font-size: 1.8rem;
  }
}

/* btn */
.btn-wrap {
  position: relative;
}

.btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 20px;
  max-width: 240px;
  width: 100%;
  height: 50px;
  background: #F2F2F2;
  border: 1px solid #858585;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #1A1A1A;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .btn {
    height: 45px;
    max-width: 200px;
  }
}
.btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.btn:hover {
  background: #A10707;
  border-color: #A10707;
  color: #FFFFFF;
}

.viewmore_link_wrap {
  position: relative;
}
.viewmore_link_wrap .viewmore_link {
  position: relative;
  display: inline-block;
  font-family: "Ubuntu";
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  color: #FF7100;
  text-decoration: none;
}
.viewmore_link_wrap .viewmore_link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FF7100;
}
.viewmore_link_wrap .viewmore_link::after {
  content: ">";
  display: inline-block;
  line-height: 1;
  margin-left: 6px;
  vertical-align: text-bottom;
}
.viewmore_link_wrap .viewmore_link:hover::before {
  width: 100%;
  animation: link-lineloop 0.6s ease-out;
  -webkit-animation: link-lineloop 0.6s ease-out;
}

.view-more {
  position: relative;
}

.link-btn {
  position: relative;
  width: 32rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  outline: none;
  border-radius: 1.6rem;
  background-color: #DCB165;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.4rem;
  color: white;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: none;
}
@media only screen and (max-width: 640px) {
  .link-btn {
    width: 45rem;
    height: 8.5rem;
    font-size: 1.8rem;
  }
}
.link-btn.green {
  background-color: white;
  color: #82CE98;
}
.link-btn.green:hover {
  background-color: #82CE98;
  color: white;
  border: 1px solid #82CE98;
}
.link-btn.green:hover .arrow {
  background-color: #FFFFFF;
}
.link-btn.green:hover .arrow span {
  border-right: 1px solid #82CE98;
  border-bottom: 1px solid #82CE98;
}
.link-btn.green .arrow {
  background-color: #82CE98;
}
.link-btn.green .arrow span {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.link-btn .arrow {
  position: absolute !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  background-color: white;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .link-btn .arrow {
    width: 5rem;
    height: 5rem;
  }
}
.link-btn .arrow span {
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1px solid #DCB165;
  border-bottom: 1px solid #DCB165;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  .link-btn .arrow span {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.link-btn:hover {
  border: 1px solid #DCB165;
  color: #DCB165;
  background-color: transparent;
}
.link-btn:hover .arrow {
  background-color: #DCB165;
}
.link-btn:hover .arrow span {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.form-btn {
  position: relative;
  display: inline-block;
  padding: 2rem 3rem;
  max-width: 100%;
  width: 30rem;
  background-color: #672E2B;
  border: 1px solid #672E2B;
  border-radius: 0.6rem;
  font-family: "Kozuka Gothic Pr6N", sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 3.6rem;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  cursor: pointer;
  overflow: hidden;
  margin: 0 2rem;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .form-btn {
    width: 32rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .form-btn:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.form-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.form-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.form-btn:hover {
  color: #672E2B;
}
.form-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  padding: 1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
}
.modal .modal-dialog {
  position: relative;
  max-width: 70rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -15%);
          transform: translate(0, -15%);
  margin: auto;
}
.modal .modal-content {
  position: relative;
  display: block;
  width: 100%;
  background: #FFFFFF;
  border-radius: 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  pointer-events: auto;
}
.modal .close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2rem 0.6rem;
  width: 3rem;
  height: 3rem;
  background-color: #FCEE21;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  z-index: 3;
}
.modal .modal-body {
  position: relative;
  padding: 2rem;
}
.modal.show {
  opacity: 1;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open {
  overflow: hidden;
}

.wp-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagination .wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-pagination .wp-pagenavi span,
.wp-pagination .wp-pagenavi a {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #64B5E7;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .wp-pagination .wp-pagenavi span,
  .wp-pagination .wp-pagenavi a {
    font-size: 2rem;
  }
}
.wp-pagination .wp-pagenavi a:hover {
  text-decoration: underline;
}
.wp-pagination .wp-pagenavi .smaller {
  border-color: #E6BB65;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  color: #E6BB65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagination .wp-pagenavi .smaller:hover {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  padding: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E6BB65;
  border-color: #E6BB65;
  color: #FFFFFF;
}
.wp-pagination .wp-pagenavi .larger {
  border-color: #E6BB65;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  color: #E6BB65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagination .wp-pagenavi .larger:hover {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  padding: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E6BB65;
  border-color: #E6BB65;
  color: #FFFFFF;
}
.wp-pagination .wp-pagenavi .current {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  padding: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E6BB65;
  border-color: #E6BB65;
  color: #FFFFFF;
}
.wp-pagination .wp-pagenavi .smaller + .current {
  margin-left: 3rem;
}
.wp-pagination .wp-pagenavi .current + .larger {
  margin-left: 2.5rem;
}
.wp-pagination .wp-pagenavi .first,
.wp-pagination .wp-pagenavi .last {
  display: none;
}
.wp-pagination .wp-pagenavi .previouspostslink,
.wp-pagination .wp-pagenavi .nextpostslink {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #82CE98;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.wp-pagination .wp-pagenavi .previouspostslink {
  margin-right: 2rem;
}
.wp-pagination .wp-pagenavi .nextpostslink {
  margin-left: 2rem;
}
.wp-pagination .wp-pagenavi .pages {
  width: 15rem;
  height: 3.5rem;
  border-radius: 1.75rem;
  border: 1px solid #8B8C8C;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8B8C8C;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 1.5rem;
}
.wp-pagination .link-btn {
  margin-left: 3.6rem;
}

#toc_container {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 1.5rem;
  font-size: 100%;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 2.4rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  #toc_container {
    letter-spacing: 0;
    padding: 1.8rem;
    margin-top: 2.4rem;
    margin-bottom: 2.5rem;
    border-radius: 1.2rem;
  }
}
#toc_container .toc_title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  #toc_container .toc_title {
    font-size: 1.6rem;
  }
}
#toc_container .toc_list {
  margin-top: 1rem !important;
}
#toc_container .toc_list .toc_number {
  margin-right: 0.4rem;
}

.accordion-item-list {
  position: relative;
}
.accordion-item-list .accordion-item {
  position: relative;
}
.accordion-item-list .accordion-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.accordion-item-list .accordion-item .accordion-question {
  position: relative;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 1px solid #727171;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.accordion-item-list .accordion-item .accordion-question::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 2.4rem;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-left: 1px solid #727171;
  border-bottom: 1px solid #727171;
  -webkit-transition: -webkit-transform ease-in-out 0.4s;
  transition: -webkit-transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-question::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.accordion-item-list .accordion-item .accordion-question h3 {
  position: relative;
  display: block;
  width: 100%;
  font-family: gothicMB101Pro-Medium;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  color: #727171;
  padding: 2.4rem 6rem 2.4rem 10rem;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-question h3 {
    padding: 2.4rem 6rem 2.4rem 6rem;
  }
}
.accordion-item-list .accordion-item .accordion-question h3::before {
  content: "Q.";
  position: absolute;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3rem;
  font-family: gothicMB101Pro-Medium;
  font-size: 3.6rem;
  line-height: 1.3;
  text-align: left;
  color: #727171;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-question h3::before {
    left: 2rem;
  }
}
.accordion-item-list .accordion-item .accordion-question.expanded::after {
  border-left: none;
  border-bottom: none;
  border-right: 1px solid #727171;
  border-top: 1px solid #727171;
  top: calc(50% + 0.6rem);
}
.accordion-item-list .accordion-item .accordion-answer {
  position: relative;
  display: none;
  padding: 3.6rem 2.4rem 3.6rem 0;
  background: transparent;
  border: 1px solid #D1BA8E;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-answer {
    padding: 2.4rem 2rem 2.4rem 0;
  }
}
.accordion-item-list .accordion-item .accordion-answer .content {
  position: relative;
  padding: 0 0 0 10rem;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-answer .content {
    padding-left: 6rem;
  }
}
.accordion-item-list .accordion-item .accordion-answer .content::before {
  content: "A";
  position: absolute;
  top: -1rem;
  left: 3rem;
  font-size: 3.6rem;
  line-height: 1.3;
  color: #64B5E7;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-answer .content::before {
    left: 2rem;
  }
}
.accordion-item-list .accordion-item .accordion-answer .content .m-text {
  position: relative;
  color: #64B5E7;
  font-family: gothicMB101Pro-Regular;
  font-size: 1.4rem;
  color: #3E3A39;
}

/* デバイス毎の改行操作 */
@media screen and (min-width: 1024px) {
  [data-tb],
  [data-sp] {
    display: none !important;
  }
  [data-pc] {
    display: inline-block !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-pc],
  [data-sp] {
    display: none !important;
  }
  [data-tb] {
    display: inline-block !important;
  }
}
@media screen and (max-width: 750px) {
  [data-tb],
  [data-pc] {
    display: none !important;
  }
  [data-sp] {
    display: inline-block !important;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  padding-right: 30rem;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  z-index: 999;
}
@media only screen and (max-width: 640px) {
  #header {
    padding-right: 0;
    border-bottom: none;
  }
}
#header.subpage {
  background: #FFFFFF;
  border-bottom: 1px solid #B7B8B8;
}
#header.subpage .header-wrapper .header-nav .nav-menu .menu-link {
  color: #000000;
}
#header .header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  height: 100%;
  z-index: 0;
}
#header .header-wrapper .header-logo {
  position: relative;
}
#header .header-wrapper .header-logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 2.7rem;
  width: 50rem;
}
#header .header-wrapper .header-logo a img {
  width: 100%;
}
#header .header-wrapper .header-nav {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  height: 100%;
  display: block;
}
#header .header-wrapper .header-nav .nav-menu {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 0;
  height: 100%;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
@media only screen and (max-width: 640px) {
  #header .header-wrapper .header-nav .nav-menu {
    display: none;
  }
}
#header .header-wrapper .header-nav .nav-menu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-wrapper .header-nav .nav-menu .menu-link {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2.4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  color: #000000;
  font-size: 1.4rem;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1000px) {
  #header .header-wrapper .header-nav .nav-menu .menu-link {
    font-size: 2.2rem;
  }
}
#header .header-wrapper .header-nav .nav-menu .menu-link::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  width: 5.5rem;
  height: 0.2rem;
  background: #E6BB65;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
#header .header-wrapper .header-nav .nav-menu .menu-link:hover, #header .header-wrapper .header-nav .nav-menu .menu-link.active {
  color: #E6BB65;
}
#header .header-wrapper .header-nav .nav-menu .menu-link:hover::after, #header .header-wrapper .header-nav .nav-menu .menu-link.active::after {
  display: block;
}
#header.header-scrolled {
  background: #EEE1D1;
  -webkit-box-shadow: 0px 0px 0.8rem rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 0.8rem rgba(0, 0, 0, 0.25);
}
#header.header-scrolled .header-wrapper .header-nav .nav-menu .menu-link {
  color: #000000;
}
#header.header-scrolled .header-wrapper .header-nav .nav-menu .menu-link::after {
  background: #000000;
}
#header .contact-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3rem;
  background-color: white;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 2.4rem;
  color: #64B5E7;
  width: 23rem;
  height: 4.6rem;
  border: 1px solid #64B5E7;
}
@media only screen and (max-width: 640px) {
  #header .contact-btn {
    display: none;
  }
}
#header .contact-btn .contact-car {
  position: absolute;
  left: 0;
  top: -2rem;
  width: 10rem;
}

.contact-fixed {
  position: fixed;
  bottom: 10rem;
  right: 0;
  width: 11rem;
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #E6BB65;
  border-radius: 1rem;
  z-index: 777;
}
@media only screen and (max-width: 640px) {
  .contact-fixed {
    display: none;
  }
}
.contact-fixed img {
  width: 4.4rem;
}
.contact-fixed p {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  margin: 1.2rem 0 0.9rem;
  color: white;
}
.contact-fixed .arrow {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-fixed .arrow span {
  width: 0.3rem;
  height: 0.3rem;
  border-right: 1px solid #E6BB65;
  border-bottom: 1px solid #E6BB65;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-ver2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 999;
  width: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.header-ver2.header-scrolled, .header-ver2.h-bg {
  background: #4297DC;
  padding: 2rem;
}
@media only screen and (max-width: 1024px) {
.header-ver2.header-scrolled, .header-ver2.h-bg {
  height: 10rem;
}
}
.header-ver2 .logo p {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 3rem;
  color: #fff;
  gap: 1rem;
  line-height: 1;
  letter-spacing: 0.16em;
}
.header-ver2 .logo p span {
  font-size: 2rem;
}
.header-ver2 .menu-sp {
  display: none;
  position: relative;
  width: 4rem;
  height: 2.7rem;
}
.header-ver2 .menu-sp.active span:nth-child(1) {
  top: 1.3rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-ver2 .menu-sp.active span:nth-child(2) {
  opacity: 0;
}
.header-ver2 .menu-sp.active span:nth-child(3) {
  bottom: 1.3rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 1024px) {
  .header-ver2 .menu-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-ver2 .menu-sp span {
  width: 100%;
  height: 0.1rem;
  position: absolute;
  background-color: #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.header-ver2 .menu-sp span:nth-child(1) {
  top: 0;
}
.header-ver2 .menu-sp span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-ver2 .menu-sp span:nth-child(3) {
  bottom: 0;
}
.header-ver2 .nav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3rem;
}
@media only screen and (max-width: 1024px) {
  .header-ver2 .nav-header {
    display: none;
  }
}
.header-ver2 .nav-header_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.header-ver2 .nav-header_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  font-weight: 500;
  font-family: "shippori-mincho", sans-serif;
  color: #fff;
}
.header-ver2 .nav-header_sp {
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  position: fixed;
  top: 6.7rem;
  right: -100%;
  width: 100%;
  max-width: 60rem;
  padding: 70px 2.4rem;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background-color: #fff;
  overflow: scroll;
}
.header-ver2 .nav-header_sp.active {
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .header-ver2 .nav-header_sp {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
	top: 10rem;
  }
  .header-ver2 .nav-header_sp .nav-img {
    position: relative;
    width: 100%;
  }
  .header-ver2 .nav-header_sp .nav-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), color-stop(0%, rgba(0, 0, 0, 0.45)), color-stop(50%, rgba(66, 151, 220, 0.45)), color-stop(100%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 0%, rgba(66, 151, 220, 0.45) 50%, rgba(0, 0, 0, 0.45) 100%, rgba(0, 0, 0, 0.45) 100%);
  }
  .header-ver2 .nav-header_sp .bg-sp {
    width: 100%;
	max-height: 400px;
	object-fit: cover;
  }
}
@media print, screen and (max-width: 540px) {
  .header-ver2 .nav-header_sp {
    max-width: 100%;
  }
}
.header-ver2 .nav-header_sp .nav-header_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 50px 15px 0;
}
.header-ver2 .nav-header_sp .nav-header_list li {
  width: 100%;
}
.header-ver2 .nav-header_sp .nav-header_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding: 24px 0;
  border-bottom: 1px solid #02046d;
}
@media only screen and (max-width: 640px) {
  .header-ver2 .nav-header_sp .nav-header_list li a {
    padding: 1.8rem;
  }
}
.header-ver2 .nav-header_sp .nav-header_list li a span {
  font-size: 2.6rem;
  font-family: "shippori-mincho", sans-serif;
  color: #02046d;
}
@media only screen and (max-width: 640px) {
  .header-ver2 .nav-header_sp .nav-header_list li a span {
    font-size: 3.90625vw;
  }
}
.header-ver2 .nav-header_sp .nav-header_list li a .ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(66, 151, 220)), to(rgb(2, 4, 109)));
  background: linear-gradient(90deg, rgb(66, 151, 220) 0%, rgb(2, 4, 109) 100%);
}
.header-ver2 .nav-header_sp .nav-header_list li:last-child {
  border-bottom: unset;
}
.header-ver2 .nav-header_sp .nav-header_list li:last-child a {
  border-bottom: unset;
}
.header-ver2 .nav-header_sp .sec-contact_top {
  margin-top: 18rem;
}
.header-ver2 .nav-header_sp .sec-contact {
  display: none;
  overflow: unset;
}
@media only screen and (max-width: 640px) {
  .header-ver2 .nav-header_sp .sec-contact {
    display: block;
    width: 100%;
  }
}
.header-ver2 .nav-header_sp .sec-contact::after {
  top: -10.8rem;
  clip-path: polygon(-25% 100%, 100% 100%, 100% 0, 100% 0);
}
.header-ver2 .nav-header_sp .sec-contact .bg_top {
  top: -13.8rem;
  height: 12rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  clip-path: polygon(-50% 100%, 100% 100%, 100% 0%, 100% 0);
}
.header-ver2 .nav-header_sp .sec-contact .swiper-button-next, .header-ver2 .nav-header_sp .sec-contact .swiper-rtl .swiper-button-prev {
  right: 10px;
}
.header-ver2 .nav-header_sp .footer_ver2 {
  display: none;
}
@media only screen and (max-width: 640px) {
  .header-ver2 .nav-header_sp .footer_ver2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 7rem;
  }
}

.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-61%);
          transform: translateY(-61%);
  width: 8.5rem;
  height: 8.5rem;
  background: #64B5E7;
  padding: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1001;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .mobile-nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0;
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  -webkit-transform: translateY(1.7rem) rotate(-45deg);
          transform: translateY(1.7rem) rotate(-45deg);
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  display: none;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  -webkit-transform: translateY(-1.9rem) rotate(45deg);
          transform: translateY(-1.9rem) rotate(45deg);
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  top: -100%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #82CE98;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#mobile-nav .mobile-img {
  width: 100%;
}
#mobile-nav .mobile-img img {
  width: 100%;
}
#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 8rem 3rem 3rem;
}
#mobile-nav .top-sdg {
  padding-top: 10rem;
}
#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
}
#mobile-nav .mobile-nav-menu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.3rem 0;
  list-style: none;
  cursor: pointer;
}
#mobile-nav .mobile-nav-menu > li .menu-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#mobile-nav .mobile-nav-menu > li .menu-link .mobile-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#mobile-nav .mobile-nav-menu > li .menu-link .sub {
  font-family: notoSansCJKjp-black;
  font-size: 1.8rem;
  color: #FFFFFF;
}
#mobile-nav .mobile-nav-menu > li .menu-link .lead {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 3rem;
  line-height: 2;
}
#mobile-nav .mobile-nav-menu > li .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #82CE98;
  font-size: 2.4rem;
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Mobile Nav body classes */
@media only screen and (max-width: 640px) {
  body.mobile-nav-active {
    overflow: hidden;
  }
}

body.mobile-nav-active #mobile-nav {
  top: 0;
}

main#main {
  position: relative;
  overflow: hidden;
}

.mainvisual {
  position: relative;
  background-image: url(../img/top/mainvisual.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mainvisual-title {
  position: relative;
  z-index: 33;
}
.mainvisual-title .lead {
  font-family: notoSansCJKjp-black;
  font-size: 8rem;
  color: #64B5E7;
  line-height: 1.4;
}
.mainvisual-title .sub {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 2.4rem;
  color: #64B5E7;
  line-height: 2;
  margin-bottom: 4.3rem;
}
.mainvisual .scroll {
  position: relative;
  width: 19rem;
  height: 6rem;
  border-radius: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #DCB165;
  color: white;
}
.mainvisual .scroll .arrow {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.7rem;
  height: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  border-radius: 50%;
}
.mainvisual .scroll .arrow span {
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid #DCB165;
  border-right: 1px solid #DCB165;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mainvisual .main-img {
  position: absolute;
  bottom: 4.5rem;
  right: 6rem;
  width: 70rem;
}
@media only screen and (max-width: 640px) {
  .mainvisual .main-img {
    width: 50rem;
    right: 0;
  }
}
.mainvisual .main-img img {
  width: 100%;
}

.pageindex {
  position: relative;
  z-index: 2;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-image: url(../img/blog/pageindex.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 45rem;
}
.pageindex-title .lead {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 3.8rem;
  color: white;
  margin-top: 1.7rem;
}
.pageindex-title .sub {
  font-family: notoSansCJKjp-black;
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
}
.pageindex.contact {
  background-image: url(../img/contact/pageindex.jpg);
}

.top-news {
  position: relative;
  background-color: #3F8B55;
}
.top-news .news-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .top-news .news-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-news .section-title {
  padding-right: 4rem;
  border-right: 1px solid white;
  margin-right: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .top-news .section-title {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: 1.4rem;
  }
}
.top-news .section-title .lead {
  font-family: notoSansCJKjp-black;
  font-size: 2.1rem;
  color: white;
}
@media only screen and (max-width: 640px) {
  .top-news .section-title .lead {
    font-size: 2.6rem;
  }
}
.top-news .section-title .sub {
  font-family: KozGoPr6N-Regular;
  font-weight: 400;
  font-size: 1rem;
  color: white;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .top-news .section-title .sub {
    font-size: 1.6rem;
  }
}
.top-news .news-layout {
  width: 80%;
}
@media only screen and (max-width: 640px) {
  .top-news .news-layout {
    width: 100%;
    padding-top: 1.4rem;
    border-top: 1px solid white;
  }
}
.top-news .news-layout .news-item .content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-news .news-layout .news-item .content .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .top-news .news-layout .news-item .content .wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-news .news-layout .news-item .content .wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .top-news .news-layout .news-item .content .wrap > div {
    margin-bottom: 1rem;
  }
}
.top-news .news-layout .news-item .content .date {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.6rem;
  color: white;
  margin-right: 2rem;
}
@media only screen and (max-width: 640px) {
  .top-news .news-layout .news-item .content .date {
    font-size: 2.1rem;
  }
}
.top-news .news-layout .news-item .content .label {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.3rem;
  color: white;
  padding: 0 1rem;
  background-color: #E6BB65;
  border-radius: 0.3rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 640px) {
  .top-news .news-layout .news-item .content .label {
    font-size: 1.8rem;
  }
}
.top-news .news-layout .news-item .content .title {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.6rem;
  color: white;
}
@media only screen and (max-width: 640px) {
  .top-news .news-layout .news-item .content .title {
    font-size: 2.1rem;
  }
}
.top-news .news-layout .news-item .content .arrow {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 640px) {
  .top-news .news-layout .news-item .content .arrow {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.top-news .news-layout .news-item .content .arrow span {
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1px solid #80A961;
  border-bottom: 1px solid #80A961;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  .top-news .news-layout .news-item .content .arrow span {
    width: 1rem;
    height: 1rem;
  }
}

.top-reason {
  position: relative;
  padding: 12rem 0 25rem;
  background-image: url(../img/top/bg_reason.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 5rem solid #83BC40;
}
@media only screen and (max-width: 640px) {
  .top-reason {
    border-bottom: none;
  }
}
.top-reason .section-title {
  margin-bottom: 7rem;
}
.top-reason .lead-title {
  margin-bottom: 5rem;
  text-align: center;
}
.top-reason .m-text {
  text-align: center;
  margin-bottom: 5rem;
}
.top-reason .reason-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .top-reason .reason-layout {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}
.top-reason .reason-layout .reason-item {
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  border: 4px solid #82CE98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .top-reason .reason-layout .reason-item {
    width: 26rem;
    height: 26rem;
  }
}
.top-reason .reason-layout .reason-item img {
  width: 7.5rem;
  height: auto;
  margin: 0 auto 4rem auto;
}
.top-reason .reason-layout .reason-item p {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.8rem;
  color: #82CE98;
  text-align: center;
}

.top-message {
  position: relative;
  background-color: #EEE1D1;
  padding: 12rem 0 10rem;
}
.top-message .section-title {
  margin-bottom: 4rem;
}
.top-message .msg-layout {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 22;
}
@media only screen and (max-width: 640px) {
  .top-message .msg-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-message .msg-layout .msg-img {
  width: 45%;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .top-message .msg-layout .msg-img {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.top-message .msg-layout .msg-img img {
  width: 100%;
}
.top-message .msg-layout .msg-info {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .top-message .msg-layout .msg-info {
    width: 100%;
  }
}
.top-message .msg-layout .msg-info .lead-title {
  text-align: left;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 640px) {
  .top-message .msg-layout .msg-info .lead-title {
    text-align: center;
  }
}
.top-message .msg-mark {
  position: absolute;
  bottom: 20rem;
  left: 0;
  width: 20rem;
}
@media only screen and (max-width: 640px) {
  .top-message .msg-mark {
    left: unset;
    right: 0;
    bottom: 4rem;
  }
}
.top-message .msg-mark img {
  width: 100%;
}
.top-message .msg-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10rem;
  z-index: 88;
}
.top-message .msg-content .msg-item {
  width: 34rem;
  height: 30rem;
  border-radius: 1rem;
  border: 4px solid #82CE98;
  background-color: white;
  padding: 3.5rem 1.4rem;
}
@media only screen and (max-width: 640px) {
  .top-message .msg-content .msg-item {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.top-message .msg-content .msg-item .mx-text {
  text-align: center;
  margin-bottom: 2rem;
}
.top-message .msg-content .msg-item .m-text {
  text-align: center;
}

.top-philosophy {
  position: relative;
  padding: 12rem 0 28rem;
}
.top-philosophy .section-title {
  margin-bottom: 9rem;
}
.top-philosophy .lead-title {
  text-align: center;
  color: #64B5E7;
  margin-bottom: 5rem;
}
.top-philosophy .m-text {
  text-align: center;
}
.top-philosophy::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/top/bg_philosophy.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 35rem;
  z-index: 0;
}

.top-overview {
  position: relative;
  padding: 0 0 12rem 0;
  background-color: #EEE1D1;
}
.top-overview .overview-img {
  width: 100%;
  padding-bottom: 12rem;
}
.top-overview .overview-img img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .top-overview .overview-img img {
    height: 35rem;
    width: auto;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
.top-overview .overview-mark {
  width: 28rem;
  position: absolute;
  bottom: 4rem;
  right: 3rem;
  z-index: 1;
}
.top-overview .overview-mark img {
  width: 100%;
}
.top-overview .section-title {
  margin-bottom: 9rem;
}
.top-overview .overview-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .top-overview .overview-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-overview .overview-content .overview-item {
  width: 100%;
  padding: 2.4rem 0;
  border-bottom: 1px solid #3E3A39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .top-overview .overview-content .overview-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.top-overview .overview-content .overview-item-left {
  width: 20%;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.6rem;
  color: #E6BB65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 640px) {
  .top-overview .overview-content .overview-item-left {
    width: 100%;
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.top-overview .overview-content .overview-item-right {
  width: 75%;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.6rem;
  color: #231815;
}
@media only screen and (max-width: 640px) {
  .top-overview .overview-content .overview-item-right {
    width: 100%;
    font-size: 2.1rem;
  }
}
.top-overview iframe {
  width: 100%;
  min-height: 65rem;
  margin-top: 5rem;
  z-index: 33;
}

.top-service {
  position: relative;
  padding: 18rem 0 12rem;
}
.top-service .lead-title {
  text-align: center;
  margin: 7rem 0 5rem;
}
.top-service .m-text {
  text-align: center;
}
.top-service .choose-layout {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 0 4rem;
  z-index: 99;
}
.top-service .choose-layout .choose-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1rem;
  background-image: url(../img/top/service01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 24%;
  height: 14rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .top-service .choose-layout .choose-item {
    width: 48%;
  }
}
.top-service .choose-layout .choose-item p {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  color: white;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .top-service .choose-layout .choose-item p {
    font-size: 1.7rem;
  }
}
.top-service .choose-layout .choose-item .arrow {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-service .choose-layout .choose-item .arrow span {
  width: 0.4rem;
  height: 0.4rem;
  background-color: white;
  border-right: 1px solid #82CE98;
  border-bottom: 1px solid #82CE98;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top-service .permit-list {
  padding: 5rem 3rem;
  border: 3px solid #64B5E7;
  border-radius: 1.5rem;
  margin-bottom: 3rem;
}
.top-service .permit-list h3 {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  color: #64B5E7;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.top-service .permit-list .permit-item {
  margin-bottom: 2rem;
}
.top-service .permit-list .permit-item .concept {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  background-color: #64B5E7;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding: 0.3rem 0.8rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top-service .permit-list .permit-item p {
  text-align: left;
}
.top-service .download-list {
  padding: 5rem 3rem;
  border: 3px solid #82CE98;
  border-radius: 1.5rem;
}
.top-service .download-list h3 {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  color: #82CE98;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.top-service .download-list .download-item .concept {
  background-color: #82CE98;
  padding: 0.5rem;
  padding: 0.5rem 2.2rem;
  color: white;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.3rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top-service .download-list .download-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .top-service .download-list .download-item .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-service .download-list .download-item .content .item {
  width: 32%;
  height: 3.6rem;
  border-radius: 0.3rem;
  padding: 0 1.5rem;
  border: 1px solid #82CE98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.4rem;
  color: #82CE98;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .top-service .download-list .download-item .content .item {
    width: 100%;
    height: 5.5rem;
    font-size: 1.8rem;
  }
}
.top-service .service-mark01 {
  position: absolute;
  top: 20rem;
  left: 3rem;
  width: 20rem;
}
.top-service .service-mark01 img {
  width: 100%;
}
.top-service .service-mark02 {
  position: absolute;
  top: 20rem;
  right: 3rem;
  width: 20rem;
}
.top-service .service-mark02 img {
  width: 100%;
}
.top-service .service-mark03 {
  position: absolute;
  top: 50rem;
  right: 0;
  width: 20rem;
}
.top-service .service-mark03 img {
  width: 100%;
}

#service02 .service-img {
  background-image: url(../img/top/service_item02.png);
}

#service03 .service-img {
  background-image: url(../img/top/service_item03.png);
}

#service04 .service-img {
  background-image: url(../img/top/service_item04.png);
}

.service-layout {
  padding-bottom: 15rem;
}
.service-layout .service-img {
  width: 100%;
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../img/top/service_item01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 5rem;
}
.service-layout .service-img h3 {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 3rem;
  color: white;
  line-height: 2;
  text-align: center;
}
.service-layout .service-img h3 span {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 2.4rem;
}
.service-layout .service-img h5 {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 2.4rem;
  color: white;
  line-height: 2;
  text-align: center;
}
.service-layout .container .ttl {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  color: #82CE98;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 3rem;
  padding-left: 2rem;
  border-left: 3px solid #82CE98;
}
.service-layout .container .m-text span {
  font-size: 1.6rem;
  color: #82CE98;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .service-layout .container .m-text span {
    font-size: 2.1rem;
  }
}
.service-layout .container .item {
  padding: 3rem;
  border: 3px solid #82CE98;
  border-radius: 1.4rem;
  margin-bottom: 2rem;
}
.service-layout .container .item h6.mx-text {
  font-size: 1.8rem;
  color: #82CE98;
  margin-bottom: 1.8rem;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .service-layout .container .item h6.mx-text {
    font-size: 2.4rem;
  }
}
.service-layout .container .item p.mx-text {
  color: #231815;
  font-size: 1.6rem;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .service-layout .container .item p.mx-text {
    font-size: 2.1rem;
  }
}
.service-layout .container .item p.m-text {
  margin-bottom: 2rem;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .service-layout .container .item p.m-text {
    font-size: 2.1rem;
  }
}
.service-layout .container .content {
  margin-top: 7rem;
}
.service-layout .container .content .concept {
  padding: 2rem 2.8rem;
  background-color: #82CE98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.8rem;
  color: white;
}
@media only screen and (max-width: 640px) {
  .service-layout .container .content .concept {
    font-size: 2.4rem;
  }
}
.service-layout .container .content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
@media only screen and (max-width: 640px) {
  .service-layout .container .content .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-layout .container .content .list .img {
  width: 45%;
}
.service-layout .container .content .list .img img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .service-layout .container .content .list .img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.service-layout .container .content .list .info {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .service-layout .container .content .list .info {
    width: 100%;
  }
}
.service-layout .container .content .list .info .lead-title {
  margin-bottom: 1rem;
}

.top-flow {
  position: relative;
  padding: 12rem 0 27rem;
  background-color: #EEE1D1;
}
.top-flow .lead-title {
  text-align: center;
  margin: 6rem 0 3rem;
}
.top-flow .m-text {
  text-align: center;
}
.top-flow .flow-layout {
  position: relative;
  z-index: 33;
}
.top-flow .flow-layout {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media only screen and (max-width: 640px) {
  .top-flow .flow-layout {
    display: -webkit-box;
    overflow-x: scroll;
    padding-bottom: 6.5rem;
  }
  .top-flow .flow-layout::-webkit-scrollbar {
    height: 1rem;
    width: 100%;
    background-color: #fff;
  }
  .top-flow .flow-layout::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  }
  .top-flow .flow-layout::-webkit-scrollbar-thumb {
    height: 1rem;
    width: 3rem;
    background: #64B5E7;
  }
}
.top-flow .flow-layout img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .top-flow .flow-layout img {
    width: 108rem;
  }
}
.top-flow .flow-mark {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  width: 70rem;
}
.top-flow .flow-mark img {
  width: 100%;
}

.top-facility {
  position: relative;
  padding: 9rem 0 6rem;
  background-image: url(../img/top/bg_facility.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.top-facility .section-title .lead,
.top-facility .section-title .sub {
  color: white;
}
.top-facility .lead-title {
  color: white;
  text-align: center;
  margin: 5rem 0 7rem;
}
.top-facility .facility-swiper-slider {
  position: relative;
}
.top-facility .facility-swiper-slider .swiper {
  position: relative;
  padding-bottom: 13rem;
}
.top-facility .facility-swiper-slider .swiper-slide {
  position: relative;
  width: 33rem;
}
.top-facility .swiper-button-next,
.top-facility .swiper-button-prev {
  position: relative !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
  top: unset !important;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: unset !important;
  margin-left: 2rem;
  color: white;
  font-size: 2.4rem;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .top-facility .swiper-button-next,
  .top-facility .swiper-button-prev {
    width: 7rem;
    height: 7rem;
  }
}
.top-facility .swiper-button-next .swiper-button-prev,
.top-facility .swiper-button-prev .swiper-button-prev {
  margin-left: 0;
}
.top-facility .swiper-button-next:active, .top-facility .swiper-button-next:hover,
.top-facility .swiper-button-prev:active,
.top-facility .swiper-button-prev:hover {
  background-color: #82CE98;
}
.top-facility .swiper-button-next::after,
.top-facility .swiper-button-prev::after {
  font-size: 1rem;
  color: #E6BB65;
}
.top-facility .btn-group {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  z-index: 4;
}
@media only screen and (max-width: 640px) {
  .top-facility .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-facility .btn-group .swiper-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-facility .facility-item {
  position: relative;
}
.top-facility .facility-item .thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
}
.top-facility .facility-item .thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.top-facility .facility-item .thumb:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.top-facility .facility-item .mx-text {
  color: white;
}

.top-vehicle {
  position: relative;
  padding: 9rem 0 12rem;
}
.top-vehicle .lead-title {
  text-align: center;
  margin: 5rem 0 7rem;
}
.top-vehicle .vehicle-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 99;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .top-vehicle .vehicle-layout {
    gap: 2%;
  }
}
.top-vehicle .vehicle-layout .vehicle-item {
  width: 24%;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 640px) {
  .top-vehicle .vehicle-layout .vehicle-item {
    width: 48%;
  }
}
.top-vehicle .vehicle-layout .vehicle-item img {
  width: 100%;
}
.top-vehicle .vehicle-layout .vehicle-item .mx-text {
  text-align: center;
  margin-top: 2rem;
  color: #3E3A39;
}
.top-vehicle .mark {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 66rem;
}
.top-vehicle .mark img {
  width: 100%;
}

.top-voice {
  position: relative;
  padding: 11rem 0;
  background-color: #EEE1D1;
}
.top-voice .lead-title {
  text-align: center;
  margin: 5rem 0 7rem;
}
.top-voice .voice-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .top-voice .voice-layout {
    display: -webkit-box;
    overflow-x: scroll;
    padding-bottom: 6.5rem;
  }
  .top-voice .voice-layout::-webkit-scrollbar {
    height: 1rem;
    width: 100%;
    background-color: #fff;
  }
  .top-voice .voice-layout::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  }
  .top-voice .voice-layout::-webkit-scrollbar-thumb {
    height: 1rem;
    width: 3rem;
    background: #64B5E7;
  }
}
.top-voice .voice-layout .voice-item {
  width: 48%;
  border: 3px solid #82CE98;
  border-radius: 1.3rem;
  height: 58rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6rem 3rem;
}
@media only screen and (max-width: 640px) {
  .top-voice .voice-layout .voice-item {
    width: 100%;
  }
}
.top-voice .voice-layout .voice-item .profile {
  width: 15rem;
  height: 15rem;
  background-color: #E6BB65;
  border-radius: 50%;
  margin: 0 auto 3rem auto;
}
.top-voice .voice-layout .voice-item .profile img {
  width: 100%;
}
.top-voice .voice-layout .voice-item .concept {
  padding: 0.6rem 3rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #E6BB65;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 0 auto 2.5rem auto;
}
.top-voice .voice-layout .voice-item .mx-text {
  text-align: center;
  color: #82CE98;
  margin-bottom: 3rem;
}

.top-requirement {
  padding: 12rem 0;
  position: relative;
}
.top-requirement .container .lead-title {
  text-align: center;
  margin: 5rem 0 7rem;
}
.top-requirement .container .m-text {
  text-align: center;
}
.top-requirement .container .warpper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-requirement .container .warpper .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 9rem;
  margin-top: 6rem;
}
.top-requirement .container .warpper .tabs .tab {
  position: relative;
  cursor: pointer;
  width: 16rem;
  height: 5rem;
  background-color: transparent;
  border: 1px solid #64B5E7;
  margin: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #64B5E7;
  font-size: 1.4rem;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 640px) {
  .top-requirement .container .warpper .tabs .tab {
    font-size: 1.8rem;
  }
}
.top-requirement .container .warpper .tabs .tab:first-child {
  margin-left: 0;
}
.top-requirement .container .warpper .panels {
  background: transparent;
  width: 100%;
}
.top-requirement .container .warpper .panels .panel {
  display: none;
  -webkit-animation: fadein 0.8s;
          animation: fadein 0.8s;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-requirement .container .warpper .radio {
  display: none;
}
.top-requirement .container .warpper #first:checked ~ .panels #first-panel,
.top-requirement .container .warpper #second:checked ~ .panels #second-panel,
.top-requirement .container .warpper #third:checked ~ .panels #third-panel {
  display: block;
}
.top-requirement .container .warpper #first:checked ~ .tabs #first-tab,
.top-requirement .container .warpper #second:checked ~ .tabs #second-tab,
.top-requirement .container .warpper #third:checked ~ .tabs #third-tab {
  background: #64B5E7;
  color: #FFFFFF;
}
.top-requirement .container .warpper #first:checked ~ .tabs #first-tab::after,
.top-requirement .container .warpper #second:checked ~ .tabs #second-tab::after,
.top-requirement .container .warpper #third:checked ~ .tabs #third-tab::after {
  content: "";
  position: absolute;
  bottom: -1.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 1.3rem 1.3rem 0 1.3rem;
  border-color: #64B5E7 transparent transparent transparent;
}
.top-requirement .container .requirement-layout {
  padding: 8rem;
  border: 3px solid #64B5E7;
  border-radius: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .top-requirement .container .requirement-layout {
    padding: 3rem 1.5rem;
  }
}
.top-requirement .container .requirement-layout-content {
  width: 100%;
}
.top-requirement .container .requirement-layout .requirement-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #1F5275;
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .top-requirement .container .requirement-layout .requirement-item {
    font-size: 2.1rem;
    display: block;
  }
}
.top-requirement .container .requirement-layout .requirement-item-left {
  width: 20%;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  color: #64B5E7;
  font-size: 1.8rem;
  padding: 2rem 0;
}
@media only screen and (max-width: 640px) {
  .top-requirement .container .requirement-layout .requirement-item-left {
    width: 100%;
    font-size: 2.1rem;
  }
}
.top-requirement .container .requirement-layout .requirement-item-right {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  color: #231815;
  font-size: 1.6rem;
  width: 80%;
  padding: 2rem 0;
}
@media only screen and (max-width: 640px) {
  .top-requirement .container .requirement-layout .requirement-item-right {
    width: 100%;
    font-size: 2.1rem;
  }
}
.top-requirement .container .requirement-layout .more-btn {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-blog {
  position: relative;
  padding: 7rem 0 9rem;
  background-color: #EEE1D1;
}
.top-blog .section-title {
  margin-bottom: 8rem;
}
.top-blog .mark {
  width: 40rem;
  position: absolute;
  top: 9rem;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .top-blog .mark {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.top-blog .mark img {
  width: 100%;
}
.top-blog .link-btn {
  margin: 5rem auto 0 auto;
}
.top-blog .news-list {
  position: relative;
  width: 100%;
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .top-blog .news-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-blog .news-item {
  position: relative;
  width: 31%;
}
@media only screen and (max-width: 640px) {
  .top-blog .news-item {
    width: 48%;
  }
}
.top-blog .news-item .blog-concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.top-blog .news-item .blog-concept .date {
  font-size: 1.6rem;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  color: #B5B6B6;
  padding-right: 4rem;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .top-blog .news-item .blog-concept .date {
    font-size: 2.1rem;
  }
}
.top-blog .news-item .blog-concept .label {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  background-color: #E6BB65;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .top-blog .news-item .blog-concept .label {
    font-size: 1.8rem;
  }
}
.top-blog .news-item .thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .top-blog .news-item .thumb {
    width: 100%;
  }
}
.top-blog .news-item .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.top-blog .news-item .content {
  position: relative;
}
.top-blog .news-item .content .title {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4rem;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 3.6rem;
  text-align: left;
  color: #231815;
}
.top-blog .news-item .content .title a {
  color: inherit;
}
.top-blog .news-item .content .title a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .top-blog .news-item .content .title {
    font-size: 2.1rem;
  }
}
.top-blog .news-item .content .link-btn {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-blog .news-item .content .link-btn span {
  color: #231815;
}
@media only screen and (max-width: 640px) {
  .top-blog .news-item .content .link-btn {
    margin-top: 1.6rem;
  }
}

.top-contact {
  position: relative;
  padding: 7rem 0;
  background-image: url(../img/top/bg_contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.top-contact .lead-title {
  text-align: center;
  color: white;
  margin: 5.6rem auto;
}
.top-contact .section-title .lead,
.top-contact .section-title .sub {
  color: white;
}
.top-contact .link-btn {
  margin: 0 auto;
}

.blog-card-category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
.blog-card-category .all {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.4rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8rem 1.6rem;
  background-color: #E6BB65;
  margin-right: 1.5rem;
  width: 13rem;
}
@media only screen and (max-width: 640px) {
  .blog-card-category .all {
    font-size: 1.6rem;
  }
}
.blog-card-category .category-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  position: relative;
}
.blog-card-category .category-btn {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.4rem;
  color: #E6BB65;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8rem 1.6rem;
  border: 1px solid #E6BB65;
  width: 13rem;
}
@media only screen and (max-width: 640px) {
  .blog-card-category .category-btn {
    font-size: 1.6rem;
  }
}

.p-archive {
  position: relative;
  padding: 8rem 0 15rem;
  background-color: #F0E3D3;
}

.works-card-list {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .works-card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.works-card-list > li {
  position: relative;
  margin-bottom: 8rem;
  width: 32%;
}
@media only screen and (max-width: 640px) {
  .works-card-list > li {
    width: 100%;
  }
}
.works-card-list .works-item {
  position: relative;
  width: 100%;
}
.works-card-list .works-item .thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
}
.works-card-list .works-item .thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.works-card-list .works-item .thumb:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.works-card-list .works-item .content {
  position: relative;
  background: transparent;
  margin-top: 2rem;
}
.works-card-list .works-item .content .title {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.8rem;
  color: #231815;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .works-card-list .works-item .content .title {
    font-size: 2.1rem;
  }
}
.works-card-list .works-item .content .date {
  font-family: KozGoPr6N-Regular;
  font-weight: 400;
  font-size: 1.2rem;
  color: #82CE98;
}
@media only screen and (max-width: 640px) {
  .works-card-list .works-item .content .date {
    font-size: 1.6rem;
  }
}
.works-card-list .works-item .content .label {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.2rem;
  color: #82CE98;
  padding: 0.5rem 1.2rem;
  border-radius: 1.5rem;
  border: 1px solid #82CE98;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2rem;
}
@media only screen and (max-width: 640px) {
  .works-card-list .works-item .content .label {
    font-size: 1.6rem;
  }
}

.p-related-article {
  position: relative;
  background-color: #F0E3D3;
  padding-bottom: 13rem;
}
.p-related-article .related-ttl {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 2.1rem;
  color: #231815;
  margin-bottom: 4rem;
  padding-left: 2rem;
  border-left: 3px solid #231815;
}
.p-related-article .blog-card-list {
  margin-bottom: 0;
}

.blog-card-list {
  width: 100%;
  margin-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-card-list .news-item {
  position: relative;
  width: 31%;
}
@media only screen and (max-width: 640px) {
  .blog-card-list .news-item {
    width: 48%;
    margin-bottom: 3rem;
  }
}
.blog-card-list .news-item .blog-concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.blog-card-list .news-item .blog-concept .date {
  font-size: 1.6rem;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  color: #B5B6B6;
  padding-right: 4rem;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .blog-card-list .news-item .blog-concept .date {
    font-size: 2.1rem;
  }
}
.blog-card-list .news-item .blog-concept .label {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  background-color: #E6BB65;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .blog-card-list .news-item .blog-concept .label {
    font-size: 1.8rem;
  }
}
.blog-card-list .news-item .thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .blog-card-list .news-item .thumb {
    width: 100%;
  }
}
.blog-card-list .news-item .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-card-list .news-item .content {
  position: relative;
}
.blog-card-list .news-item .content .title {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4rem;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 3.6rem;
  text-align: left;
  color: #231815;
}
.blog-card-list .news-item .content .title a {
  color: inherit;
}
.blog-card-list .news-item .content .title a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .blog-card-list .news-item .content .title {
    font-size: 2.1rem;
  }
}
.blog-card-list .news-item .content .link-btn {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.blog-card-list .news-item .content .link-btn span {
  color: #231815;
}
@media only screen and (max-width: 640px) {
  .blog-card-list .news-item .content .link-btn {
    margin-top: 1.6rem;
  }
}

.p-choose {
  position: absolute;
  top: 28rem;
  right: 11%;
  z-index: 777;
}
@media only screen and (max-width: 640px) {
  .p-choose {
    position: unset;
  }
}
.p-choose.service .choose-layout {
  width: 32rem;
}
@media only screen and (max-width: 640px) {
  .p-choose.service .choose-layout {
    width: 100%;
    padding-bottom: 9rem;
  }
}
.p-choose .choose-layout {
  width: 25rem;
}
@media only screen and (max-width: 640px) {
  .p-choose .choose-layout {
    width: 100%;
    padding-bottom: 9rem;
  }
}
.p-choose .choose-layout .choose-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 1px solid #B9BABA;
}
.p-choose .choose-layout .choose-item h4 {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.5rem;
  color: #231815;
}
@media only screen and (max-width: 640px) {
  .p-choose .choose-layout .choose-item h4 {
    font-size: 2.1rem;
  }
}
.p-choose .choose-layout .choose-item .arrow {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #82CE98;
  color: white;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 640px) {
  .p-choose .choose-layout .choose-item .arrow {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
}

.p-company {
  margin-bottom: 10rem;
}
.p-company img {
  width: 100%;
}

.p-message {
  position: relative;
  padding: 10.5rem 0 9.5rem;
}
.p-message .msg-img {
  width: 100%;
  margin-bottom: 6.5rem;
}
.p-message .msg-img img {
  width: 100%;
}
.p-message .section-title {
  margin-bottom: 6rem;
}
.p-message .msg-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #B9BABA;
}
@media only screen and (max-width: 640px) {
  .p-message .msg-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-message .msg-content .msg-ttl {
  width: 25%;
  font-size: 3.2rem;
  color: #231815;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .p-message .msg-content .msg-ttl {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-message .msg-content .msg-info {
  width: 70%;
}
@media only screen and (max-width: 640px) {
  .p-message .msg-content .msg-info {
    width: 100%;
  }
}
.p-message .msg-content .msg-info .m-text {
  margin-bottom: 3rem;
}
.p-message .msg-content .msg-info h6 {
  font-family: KozGoPr6N-Regular;
  font-weight: 400;
  font-size: 1.6rem;
  color: #231815;
  text-align: right;
}
.p-message .msg-content .msg-info h6 span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .p-message .msg-content .msg-info h6 span {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .p-message .msg-content .msg-info h6 {
    font-size: 2.1rem;
  }
}
.p-message .carrer-layout {
  padding-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .p-message .carrer-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-message .carrer-layout .carrer-ttl {
  width: 25%;
  font-size: 3.2rem;
  color: #231815;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .p-message .carrer-layout .carrer-ttl {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-message .carrer-layout .carrer-content {
  width: 70%;
}
@media only screen and (max-width: 640px) {
  .p-message .carrer-layout .carrer-content {
    width: 100%;
  }
}
.p-message .carrer-layout .carrer-content .carrer-info {
  margin-top: 3rem;
}
.p-message .carrer-layout .carrer-content .carrer-info .carrer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4.2rem 0;
  border-bottom: 1px solid #B9BABA;
}
@media only screen and (max-width: 640px) {
  .p-message .carrer-layout .carrer-content .carrer-info .carrer-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-message .carrer-layout .carrer-content .carrer-info .carrer-item-left {
  width: 30%;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.8rem;
  color: #82CE98;
}
@media only screen and (max-width: 640px) {
  .p-message .carrer-layout .carrer-content .carrer-info .carrer-item-left {
    font-size: 2.4rem;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.p-message .carrer-layout .carrer-content .carrer-info .carrer-item-right {
  width: 65%;
  font-family: KozGoPr6N-Regular;
  font-weight: 400;
  font-size: 1.6rem;
  color: #231815;
}
@media only screen and (max-width: 640px) {
  .p-message .carrer-layout .carrer-content .carrer-info .carrer-item-right {
    font-size: 2.1rem;
    width: 100%;
  }
}

.p-philosophy {
  position: relative;
  padding: 8rem 0 10rem;
  background-image: url(../img/company/philosophy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-philosophy .section-title {
  margin-bottom: 7.6rem;
}
.p-philosophy .section-title .sub {
  color: white;
}
.p-philosophy .section-title .sub::before {
  background-image: url(../img/common/nav_icon_white.png);
}
.p-philosophy .section-title .lead {
  color: white;
}
.p-philosophy .ttl {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 3.2rem;
  color: white;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .p-philosophy .ttl {
    font-size: 3rem;
  }
}

.p-reason {
  position: relative;
  padding: 8.5rem 0 12.5rem;
}
.p-reason .section-title {
  margin-bottom: 6.5rem;
}
.p-reason .reason-content .reason-item {
  position: relative;
  padding: 4rem 0 11rem;
  border-bottom: 1px solid #B9BABA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-reason .reason-content .reason-item-left {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-reason .reason-content .reason-item-left img {
  width: 70%;
}
.p-reason .reason-content .reason-item-right {
  width: 79%;
}
.p-reason .reason-content .reason-item-right .subttl {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.4rem;
  color: #82CE98;
}
@media only screen and (max-width: 640px) {
  .p-reason .reason-content .reason-item-right .subttl {
    font-size: 1.8rem;
  }
}
.p-reason .reason-content .reason-item-right .ttl {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 2.1rem;
  color: #231815;
  margin: 1.6rem 0 2.3rem;
}
@media only screen and (max-width: 640px) {
  .p-reason .reason-content .reason-item-right .ttl {
    font-size: 2.4rem;
  }
}

.p-overview {
  position: relative;
  padding: 9rem 0 8rem;
  background-image: url(../img/company/bg_overview.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-overview .section-title {
  margin-bottom: 6.5rem;
}
.p-overview .overview-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .p-overview .overview-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-overview .overview-content .overview-item {
  width: 48%;
  padding: 4rem 0;
  border-bottom: 1px solid #B9BABA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .p-overview .overview-content .overview-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-overview .overview-content .overview-item-left {
  width: 20%;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.8rem;
  color: #82CE98;
}
@media only screen and (max-width: 640px) {
  .p-overview .overview-content .overview-item-left {
    width: 100%;
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
  }
}
.p-overview .overview-content .overview-item-right {
  width: 75%;
  font-family: KozGoPr6N-Regular;
  font-weight: 400;
  font-size: 1.6rem;
  color: #231815;
}
@media only screen and (max-width: 640px) {
  .p-overview .overview-content .overview-item-right {
    width: 100%;
    font-size: 2.1rem;
  }
}

.p-single {
  position: relative;
  padding: 10rem 0;
  background-color: #F0E3D3;
}
.p-single .single-meta {
  margin-bottom: 3rem;
}
.p-single .single-meta .wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2rem;
}
.p-single .single-meta .title {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 2.1rem;
  color: #231815;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .p-single .single-meta .title {
    font-size: 2.4rem;
  }
}
.p-single .single-meta .date {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.6rem;
  color: #B7B8B8;
  margin-right: 4rem;
}
@media only screen and (max-width: 640px) {
  .p-single .single-meta .date {
    font-size: 2.1rem;
  }
}
.p-single .single-meta .label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.3rem;
  color: #FFFFFF;
  padding: 0.3rem 1.2rem;
  border-radius: 0.3rem;
  background-color: #E6BB65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 640px) {
  .p-single .single-meta .label {
    font-size: 1.6rem;
  }
}
.p-single .single-swiper {
  position: relative;
  overflow: hidden;
  margin-bottom: 6rem;
}
.p-single .single-swiper .swiper {
  position: relative;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media only screen and (max-width: 640px) {
  .p-single .single-swiper .swiper {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.p-single .single-swiper .swiper-button-next,
.p-single .single-swiper .swiper-button-prev {
  position: relative !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
  top: unset !important;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #BBBCBC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: unset !important;
  margin-left: 2rem;
  color: white;
  font-size: 2.4rem;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .p-single .single-swiper .swiper-button-next,
  .p-single .single-swiper .swiper-button-prev {
    width: 7rem;
    height: 7rem;
  }
}
.p-single .single-swiper .swiper-button-next .swiper-button-prev,
.p-single .single-swiper .swiper-button-prev .swiper-button-prev {
  margin-left: 0;
}
.p-single .single-swiper .swiper-button-next:active, .p-single .single-swiper .swiper-button-next:hover,
.p-single .single-swiper .swiper-button-prev:active,
.p-single .single-swiper .swiper-button-prev:hover {
  background-color: #82CE98;
}
.p-single .single-swiper .swiper-button-next::after,
.p-single .single-swiper .swiper-button-prev::after {
  display: none !important;
}
.p-single .single-swiper .swiper-scrollbar {
  width: calc(100% - 20rem);
  position: unset;
  height: 0.5rem;
  background-color: #E6E6E6;
  border-radius: 0;
}
@media only screen and (max-width: 640px) {
  .p-single .single-swiper .swiper-scrollbar {
    display: none;
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-single .single-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #82CE98;
  width: 15rem;
}
.p-single .single-swiper .btn-group {
  width: 90%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 0.5rem;
  z-index: 4;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .p-single .single-swiper .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-single .single-swiper .btn-group .swiper-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-single .single-swiper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.6rem;
}
@media only screen and (max-width: 640px) {
  .p-single .single-swiper .swiper-slide {
    padding: 0 0.4rem;
  }
}
.p-single .single-swiper .swiper-slide .thumb {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.p-single .single-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single .single-swiper .swiper-main {
  position: relative;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .p-single .single-swiper .swiper-main {
    margin-bottom: 1.2rem;
  }
}
.p-single .single-swiper .swiper-main .swiper-slide {
  position: relative;
}
.p-single .single-swiper .swiper-thumbs {
  position: relative;
}
.p-single .single-swiper .swiper-thumbs .swiper-slide {
  position: relative;
  width: 18.8rem;
}
@media only screen and (max-width: 640px) {
  .p-single .single-swiper .swiper-thumbs .swiper-slide {
    width: 10.3rem;
  }
}
.p-single .single-swiper .swiper-thumbs .swiper-slide .thumb {
  opacity: 0.45;
}
.p-single .single-swiper .swiper-thumbs .swiper-slide-thumb-active .thumb {
  opacity: 1;
}
.p-single .single-info {
  position: relative;
  padding-top: 1.4rem;
  border-bottom: 1px solid #B8B9B9;
}
.p-single .single-info-ttl {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 2.4rem;
  color: #82CE98;
  padding-left: 1rem;
  border-left: 1px solid #B7B8B8;
  margin-bottom: 2.6rem;
}
@media only screen and (max-width: 640px) {
  .p-single .single-info-ttl {
    font-size: 3.2rem;
  }
}
.p-single .single-info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6rem;
  border-bottom: 1px solid #B8B9B9;
}
.p-single .single-info-content .info-item {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .p-single .single-info-content .info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-single .single-info-content .info-item-left {
  width: 35%;
  background-color: #E8EAEA;
  padding: 1.4rem 1.8rem;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.8rem;
  color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #B7B8B8;
}
@media only screen and (max-width: 640px) {
  .p-single .single-info-content .info-item-left {
    width: 100%;
    border-left: none;
    border-right: none;
    font-size: 2.1rem;
  }
}
.p-single .single-info-content .info-item-right {
  width: 65%;
  background-color: #fff;
  padding: 1.4rem 2.8rem;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.8rem;
  color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #B7B8B8;
}
@media only screen and (max-width: 640px) {
  .p-single .single-info-content .info-item-right {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 2.1rem;
  }
}
.p-single .single-info .price-content {
  margin-bottom: 8.4rem;
  border-bottom: 1px solid #B8B9B9;
}
.p-single .single-info .price-content .price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .p-single .single-info .price-content .price-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-single .single-info .price-content .price-item-left {
  width: 50%;
  background-color: #E8EAEA;
  padding: 1.4rem 1.8rem;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.8rem;
  color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #B7B8B8;
}
@media only screen and (max-width: 640px) {
  .p-single .single-info .price-content .price-item-left {
    width: 100%;
    border-left: none;
    border-right: none;
  }
}
.p-single .single-info .price-content .price-item-right {
  width: 50%;
  background-color: #fff;
  padding: 1.4rem 2.8rem;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.8rem;
  color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #B7B8B8;
}
@media only screen and (max-width: 640px) {
  .p-single .single-info .price-content .price-item-right {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
  }
}
.p-single .single-info #feature02 .feature-item .feature-item-right {
  padding-left: 0;
  padding-right: 5.5rem;
}
@media only screen and (max-width: 640px) {
  .p-single .single-info #feature02 .feature-item .feature-item-right {
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .p-single .single-info #feature02 .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-single .single-info .feature-content .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 640px) {
  .p-single .single-info .feature-content .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-single .single-info .feature-content .feature-item-left {
  width: 45%;
}
@media only screen and (max-width: 640px) {
  .p-single .single-info .feature-content .feature-item-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.p-single .single-info .feature-content .feature-item-left img {
  width: 100%;
}
.p-single .single-info .feature-content .feature-item-right {
  width: 55%;
  padding-left: 5.5rem;
}
@media only screen and (max-width: 640px) {
  .p-single .single-info .feature-content .feature-item-right {
    width: 100%;
    padding-left: 0;
  }
}
.p-single .single-info .feature-content .feature-item-right .ttl {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.8rem;
  color: #82CE98;
  margin-bottom: 2.6rem;
}
@media only screen and (max-width: 640px) {
  .p-single .single-info .feature-content .feature-item-right .ttl {
    font-size: 2.1rem;
  }
}
.p-single .link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 9rem;
}
@media only screen and (max-width: 640px) {
  .p-single .link-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-single .link-group .link-item {
  position: relative;
  width: 48%;
  height: 8.25rem;
  border-radius: 4.2rem;
  border: 1px solid #82CE98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8.4rem 0 4.4rem;
}
@media only screen and (max-width: 640px) {
  .p-single .link-group .link-item {
    width: 100%;
    height: 9.4rem;
    margin-bottom: 3.5rem;
  }
}
.p-single .link-group .link-item .link-mark img {
  width: auto;
  height: 5rem;
}
.p-single .link-group .link-item .link-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.8rem;
  color: #82CE98;
}
@media only screen and (max-width: 640px) {
  .p-single .link-group .link-item .link-right {
    font-size: 2.1rem;
  }
}
.p-single .link-group .link-item .link-right img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.5rem;
}
.p-single .link-group .link-item .link-right .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.4rem;
  width: 4rem;
  height: 4rem;
  background-color: #82CE98;
  color: white;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .p-single .link-group .link-item .link-right .arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.p-single .link-group #yahoo .link-mark img {
  width: 100%;
  height: 2.6rem;
}
.p-single .single-control {
  position: relative;
  margin-top: 8rem;
  margin-bottom: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact {
  position: relative;
  background-color: #F0E3D3;
  padding-top: 10rem;
}
.p-contact .section-title {
  margin-bottom: 6rem;
}
.p-contact .m-text {
  text-align: center;
}
.p-contact .complete-title {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.3;
  color: black;
  text-align: center;
  margin-bottom: 4rem;
}
.p-contact .mx-text {
  color: black;
  text-align: center;
  margin-bottom: 6rem;
}

.p-form {
  position: relative;
  padding: 8rem 0 11rem;
  background-color: #F0E3D3;
}
.p-form .mark {
  position: absolute;
  top: 0;
  left: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  widows: 30rem;
}
.p-form .mark img {
  width: 100%;
}
.p-form .mark01 {
  position: absolute;
  bottom: -4rem;
  right: 2rem;
  widows: 30rem;
}
.p-form .mark01 img {
  width: 100%;
}
.p-form .container {
  position: relative;
  padding: 12rem 15rem;
  background-color: white;
  border-radius: 4rem;
}
@media only screen and (max-width: 640px) {
  .p-form .container {
    padding: 8rem 2rem;
  }
}

.contact-attention {
  font-family: KozGoPr6N-Regular;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.contact-attention span {
  color: #DE0012;
  font-family: KozGoPr6N-Bold;
}

.required {
  font-family: KozGoPr6N-Regular;
  font-size: 1.8rem;
  color: #DE0012;
}

.mw_wp_form {
  position: relative;
  z-index: 99;
}

.p-contact-form {
  position: relative;
  display: block;
  font-family: hiraMinProp-regular;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align: left;
  color: #171C61;
  z-index: 99;
}
.p-contact-form .form-group {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-bottom: 5rem;
}
.p-contact-form .form-group > li {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  border-top: 1px solid #FFFFFF;
}
.p-contact-form .form-group .mw_wp_form_confirm .form-group li:last-child {
  display: none;
}
.p-contact-form .form-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-contact-form .form-input + .form-input {
  margin-top: 1rem;
}
.p-contact-form .form-input .label {
  position: relative;
  padding: 0.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  color: #3E3A39;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  width: 20%;
}
.p-contact-form .form-input .label p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact-form .form-input .input {
  position: relative;
  width: 75%;
  font-family: KozGoPr6N-Regular;
  color: #FFFFFF;
}
.p-contact-form .form-input .input > * {
  vertical-align: middle;
}
.p-contact-form .form-input .input select {
  width: 100%;
  background-color: #E7E8E8;
  color: #3E3A39;
  border: none;
}
.p-contact-form .form-input .input option {
  background-color: #E7E8E8;
  border: none;
}
.p-contact-form .form-input .input input {
  color: #3E3A39;
  font-size: 1.4rem;
  width: 100%;
  background-color: #E7E8E8;
  border: none;
}
.p-contact-form .form-input .input textarea {
  width: 100%;
  font-size: 1.4rem;
  color: #3E3A39;
  border: none;
  background-color: #E7E8E8;
}
.p-contact-form .form-input .sm {
  width: 30rem;
  max-width: 100%;
}
.p-contact-form .form-input .md {
  width: 45rem;
  max-width: 100%;
}
.p-contact-form .form-input .xs {
  width: 73rem;
  max-width: 100%;
}
.p-contact-form .form-input .inline-group {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding: 0;
}
.p-contact-form .form-input .inline-group > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 0 0.5rem;
}
.p-contact-form .form-input .inline-group .num {
  position: relative;
  width: 8rem;
  max-width: 100%;
}
.p-contact-form .form-input .inline-group .line {
  position: relative;
  display: block;
  width: 1rem;
  height: 1px;
  background: #000000;
}
.p-contact-form .form-input .field {
  position: relative;
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
.p-contact-form .form-input .mwform-tel-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.p-contact-form .form-input .mwform-tel-field input {
  position: relative;
  width: 14rem;
  max-width: 100%;
  margin: 0 1rem;
}
.p-contact-form .form-input .mwform-zip-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact-form .form-input .mwform-zip-field input {
  position: relative;
  width: 14rem;
  max-width: 100%;
  margin: 0 1rem;
}
.p-contact-form .mwform-checkbox-field {
  position: relative;
  display: inline-block;
  margin: 0;
}
.p-contact-form .mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
}
.p-contact-form .mwform-checkbox-field [type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.p-contact-form .mwform-checkbox-field [type=radio] + .mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  padding-left: 3rem;
}
.p-contact-form .mwform-checkbox-field [type=radio] + .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5rem;
  top: 0.5rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #171C61;
  border-radius: 0.45rem;
}
.p-contact-form .mwform-checkbox-field [type=radio] + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5rem;
  top: 1rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #171C61;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-contact-form .mwform-checkbox-field [type=radio]:not(:checked) + .mwform-checkbox-field-text::after {
  opacity: 0;
  visibility: hidden;
}
.p-contact-form .mwform-checkbox-field [type=radio]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
  visibility: visible;
}
.p-contact-form .mwform-checkbox-field [type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.p-contact-form .mwform-checkbox-field [type=checkbox] + .mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  padding-left: 3rem;
}
.p-contact-form .mwform-checkbox-field [type=checkbox] + .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #FFFFFF;
}
.p-contact-form .mwform-checkbox-field [type=checkbox] + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0.2rem;
  left: 0.6rem;
  width: 0.8rem;
  height: 1.2rem;
  border: solid #FFFFFF;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-contact-form .mwform-checkbox-field [type=checkbox]:not(:checked) + .mwform-checkbox-field-text::after {
  opacity: 0;
  visibility: hidden;
}
.p-contact-form .mwform-checkbox-field [type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
  visibility: visible;
}
.p-contact-form .form-term {
  position: relative;
  text-align: center;
  margin-bottom: 4rem;
}
.p-contact-form .form-submit {
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.p-contact-form .form-submit .link-btn {
  position: relative;
  width: 38rem;
  height: 9rem;
  border-radius: 4.5rem;
  font-size: 2.1rem;
  margin: 0 2rem 3rem;
}
.p-contact-form .form-submit .link-btn::before {
  border-radius: 4.5rem;
}
.p-contact-form .form-submit .back-btn {
  background-color: transparent;
  color: #C7AD87;
}

.mw_wp_form .contact-layout .contact-item {
  margin-bottom: 6rem;
}
.mw_wp_form .contact-layout .contact-item:last-child {
  margin-bottom: 4.6rem;
}
.mw_wp_form .contact-layout .contact-item-left {
  font-size: 1.8rem;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  color: #3E3A39;
  margin-bottom: 1rem;
}
.mw_wp_form .contact-layout .contact-item-left span {
  font-family: KozGoPr6N-Regular-90ms-RKSJ-H;
  color: #D60012;
  font-size: 1.3rem;
}
.mw_wp_form .contact-layout .contact-item-right .mwform-radio-field label span {
  font-size: 1.4rem;
  font-family: KozGoPr6N-Regular-90ms-RKSJ-H;
  color: black;
}
.mw_wp_form .contact-layout .contact-item-right select {
  font-family: KozGoPr6N-Regular-90ms-RKSJ-H;
  font-size: 1.4rem;
  color: #595757;
}
.mw_wp_form .contact-layout .contact-item-right select option {
  font-family: KozGoPr6N-Regular-90ms-RKSJ-H;
  font-size: 1.4rem;
  color: #595757;
}
.mw_wp_form .contact-layout .contact-item .birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mw_wp_form .contact-layout .contact-item .birthday span {
  font-size: 1.3rem;
  font-family: KozGoPr6N-Regular-90ms-RKSJ-H;
  color: black;
  margin: 0 2rem;
}
.mw_wp_form .contact-layout .contact-item .address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.2rem;
}
.mw_wp_form .contact-layout .contact-item .address-item input[type=text] {
  width: 21rem;
}
.mw_wp_form .contact-layout .contact-item .address-item .zip-btn {
  width: 9rem;
  height: 3rem;
  color: white;
  background-color: #E36C49;
  font-family: KozGoPr6N-Regular-90ms-RKSJ-H;
  font-size: 1rem;
  margin-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mw_wp_form .contact-layout .check-item {
  width: 100%;
  height: 5rem;
  background-color: #64B5E7;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mw_wp_form .contact-layout .check-item .mwform-checkbox-field label span {
  font-size: 1.6rem;
  font-family: KozGoPr6N-Regular-90ms-RKSJ-H;
  color: white;
}
.mw_wp_form .send .link-btn {
  margin: 2rem auto;
}
.mw_wp_form .action .link-btn {
  margin: 3rem auto;
}

.mw_wp_form_confirm .check-item {
  font-size: 1.6rem;
  font-family: KozGoPr6N-Regular-90ms-RKSJ-H;
  color: white;
}
.mw_wp_form_confirm .contact-item .birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mw_wp_form_confirm .contact-item-right .zip-btn {
  display: none;
}

.mw_wp_form_send_error {
  text-align: center;
  margin-bottom: 5rem;
}

.top-faq {
  position: relative;
  padding: 11rem 0;
}
.top-faq .section-title {
  margin-bottom: 7rem;
}
.top-faq .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 5rem 0;
  gap: 3rem;
}
.top-faq .tabs .view-more {
  width: 13.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #64B5E7;
  color: #64B5E7;
  cursor: pointer;
}
.top-faq .section-title {
  margin: 1rem 0 4rem;
}
.top-faq .section-title .lead,
.top-faq .section-title .sub {
  color: #64B5E7;
}
.top-faq .radio {
  display: none;
}
.top-faq #nine:checked ~ .panels #nine-panel,
.top-faq #ten:checked ~ .panels #ten-panel,
.top-faq #eleven:checked ~ .panels #eleven-panel {
  display: block;
}
.top-faq #nine-tab {
  background-color: #64B5E7;
  color: white;
}
.top-faq #nine-tab::after {
  color: white;
}
.top-faq .faq {
  display: none;
  -webkit-animation: fadein 0.8s;
          animation: fadein 0.8s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-faq .faq-layout {
  position: relative;
}
.top-faq .faq-layout .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-faq .faq-layout .faq-item {
  margin-bottom: 1.5rem;
}
.top-faq .faq-layout .accordion {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 7.5rem;
  padding: 1.5rem 3rem;
}
.top-faq .faq-layout .accordion.active .accordion-arrow1::before {
  content: "-";
}
.top-faq .faq-layout .accordion-text {
  width: calc(100% - 7rem);
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.8rem;
  color: #64B5E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .top-faq .faq-layout .accordion-text {
    font-size: 2.1rem;
  }
}
.top-faq .faq-layout .accordion-text > div {
  font-family: notoSansCJKjp-bold;
  font-size: 2.4rem;
  color: #64B5E7;
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-faq .faq-layout .accordion-arrow1 {
  font-size: 1.6rem;
  line-height: 2;
  color: #64B5E7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 1rem;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background-color: #64B5E7;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-faq .faq-layout .accordion-arrow1::before {
  content: "+";
  display: inline-block;
}
.top-faq .faq-layout .panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background: #64B5E7;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.top-faq .faq-layout .panel .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4rem 6rem;
}
@media only screen and (max-width: 640px) {
  .top-faq .faq-layout .panel .wrap {
    padding: 3rem 3rem;
  }
}
.top-faq .faq-layout .panel-text {
  font-family: KozGoPr6N-Regular;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
  color: #FFFFFF;
  line-height: 2;
}

.top-sdg {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 640px) {
  .top-sdg {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.top-sdg .container {
  border-radius: 1.5rem;
  position: relative;
  background-image: url(../img/top/bg_sdg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 6rem 3rem 5rem;
}
.top-sdg .sdg-mark {
  width: 45rem;
}
.top-sdg .sdg-mark img {
  width: 100%;
}
.top-sdg .lead-title {
  color: white;
  margin: 3.3rem 0 6rem;
}

.p-privacy {
  position: relative;
  padding: 5rem 0 8rem;
  padding: 5rem 0 13rem;
}
.p-privacy .privacy-title {
  position: relative;
  margin-bottom: 3rem;
  color: #82CE98;
  font-size: 2.4rem;
  text-align: left;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
}
.p-privacy .privacy_item {
  margin-bottom: 2rem;
}
.p-privacy .privacy_item_title {
  display: block;
  padding: 0;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
  color: #231815;
}
.p-privacy .privacy_item_content {
  position: relative;
  display: block;
  padding: 0 0.5rem;
  font-family: KozGoPr6N-Regular;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2;
  text-align: left;
  color: #231815;
}

.p-sitemap {
  position: relative;
  padding: 8rem 0 8rem;
}
.p-sitemap .section-title {
  margin-bottom: 3rem;
}
.p-sitemap .section-title .lead {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 3.6rem;
  color: #82CE98;
}
.p-sitemap .sitemap-menu {
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
}
.p-sitemap .sitemap-menu > li {
  position: relative;
  margin-bottom: 1.2rem;
}
.p-sitemap .sitemap-menu .menu-link {
  position: relative;
  display: block;
  width: 100%;
  background: #82CE98;
  padding: 2rem 3rem;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 4rem;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .p-sitemap .sitemap-menu .menu-link {
    padding: 2.4rem 4rem;
  }
}

.container_ver2 {
  width: 96%;
  max-width: 108rem;
  margin: 0 auto;
}

.title-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.title-main.v2 p {
  line-height: 1.1;
}
.title-main p {
  font-size: 7.6rem;
  letter-spacing: 0.1em;
  font-family: "shippori-mincho", sans-serif;
  color: #02046D;
}
.title-main span {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  font-family: "shippori-mincho", sans-serif;
  color: #02046D;
}
.title-main.white p,
.title-main.white span {
  color: #fff;
}

.btn-main {
  display: block;
  width: 100%;
  max-width: 24rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(66, 151, 220)), to(rgb(2, 4, 109)));
  background: linear-gradient(90deg, rgb(66, 151, 220) 0%, rgb(2, 4, 109) 100%);
  border-radius: 2.5rem;
  padding: 1.4rem 3.1rem !important;
  position: relative;
}
.btn-main[data-aos^=fade][data-aos^=fade].aos-animate:hover, .btn-main:hover {
  opacity: 0.5;
  -webkit-transform: 0.5s;
          transform: 0.5s;
}
@media only screen and (max-width: 640px) {
  .btn-main {
    max-width: 40rem;
    padding: 2rem 1rem !important;
    border-radius: 5rem;
    text-align: center;
  }
}
.btn-main.white {
  padding: 2rem 3rem;
  border: 1px solid #fff;
  background: transparent;
}
.btn-main span {
  font-size: 1.6rem;
  font-family: "shippori-mincho", sans-serif;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.004em;
}
@media only screen and (max-width: 640px) {
  .btn-main span {
    font-size: 2.1rem;
  }
}
.btn-main .arr {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 640px) {
  .btn-main .arr {
    width: 2rem;
    height: 2rem;
  }
}

.group-slide {
  overflow: hidden;
  margin-top: 8rem;
  position: relative;
}
.group-slide img {
  max-width: 100%;
}
.group-slide .swiper-container {
  padding-bottom: 14rem;
}
@media only screen and (max-width: 640px) {
  .group-slide .swiper-container {
    padding-bottom: 12rem;
  }
}
.group-slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.group-slide .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: 7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2rem;
  max-width: 108rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
}
.group-slide .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #D9DADA;
  width: 100%;
  border-radius: unset;
  height: 2rem;
  margin: 0;
}
.group-slide .image {
  position: relative;
}
.group-slide .image > img {
  width: 100%;
  max-height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.group-slide .image .arr {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  background: #F99A1E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.group-slide .image .arr img {
  width: 0.6rem;
}
@media only screen and (max-width: 640px) {
  .group-slide .image .arr {
    width: 5.15625vw;
    height: 5.15625vw;
  }
}
.group-slide .content_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.group-slide .content_slide .row_slide {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 4px solid #fff;
}
.group-slide .content_slide .row_slide.slide_title {
  padding: 5px 0;
}
@media only screen and (max-width: 640px) {
  .group-slide .content_slide .row_slide {
    border-bottom: 2px solid #fff;
  }
}
.group-slide .content_slide .row_slide p {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  font-family: "shippori-mincho", sans-serif;
}
.group-slide .content_slide .row_slide:not(:first-child) {
  border-bottom: 1px solid #fff;
}
.group-slide .content_slide .row_slide:not(:first-child) p {
  font-size: 1.6rem;
}
.group-slide .content_slide .row_slide:not(:first-child) p:nth-child(1) {
  width: 100%;
  max-width: 14rem;
}
@media only screen and (max-width: 640px) {
  .group-slide .content_slide .row_slide:not(:first-child) p:nth-child(1) {
    max-width: 7rem;
  }
}
.group-slide .content_slide .row_slide:not(:first-child) p:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 640px) {
  .group-slide .content_slide .row_slide:not(:first-child) p:nth-child(2) {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.sec-top {
  position: relative;
  /*position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 70rem;
  background: url(../img/top/banner_1.png) no-repeat center center/ cover;
  padding: 46.0rem 1.0rem 6.6rem;*/
}
@media only screen and (max-width: 640px) {
  .sec-top {
    /*padding: 39.0rem 0 12.0rem;
    display: flex;
    align-items: center;
    max-height: unset;
    min-height: 100vh;
    background: url(../img/top/banner_1_sp.png) no-repeat center center/ cover;*/
  }
}
.sec-top::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.sec-top .container_ver2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .sec-top .container_ver2 {
    width: 90%;
  }
}
.sec-top p {
  font-size: 6.3rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "shippori-mincho", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 640px) {
  .sec-top p {
    font-size: 5.8rem;
  }
  .sec-top p .sp {
    display: block !important;
  }
}
.sec-top .top-mv {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /*max-height: 70rem;*/
  height: 55.6vw;
  /*padding: 46.0rem 1.0rem 6.6rem;*/
}
@media only screen and (max-width: 640px) {
  .sec-top .top-mv {
    /*padding: 39.0rem 0 12.0rem;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: unset;
    min-height: 100vh;
	height: 36rem;
	min-height: 0;
  }
}
.sec-top .top-mv video {
  width: 100%;
  position: fixed;
  top: 0;
}

.sec-about {
  position: relative;
  z-index: 1;
  background: transparent;
  backdrop-filter: blur(0.5rem);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(66, 151, 220, 0.45)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(66, 151, 220, 0.45) 100%);
  padding: 10rem 0;
  -webkit-box-shadow: 0rem 3rem 4rem 0rem rgba(0, 0, 0, 0.24);
          box-shadow: 0rem 3rem 4rem 0rem rgba(0, 0, 0, 0.24);
}
@media only screen and (max-width: 640px) {
  .sec-about .container_ver2 {
    width: 90%;
  }
}
.sec-about .group-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .sec-about .group-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-about .group-content-top .title-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 640px) {
  .sec-about .group-content-top .title-main span {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    width: auto;
    margin: 0;
  }
}
.sec-about .group-content-top .group-text {
  margin-top: 10.5rem;
  width: 100%;
  max-width: 56.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (max-width: 1080px) {
  .sec-about .group-content-top .group-text {
    margin-top: 6rem;
    margin-left: 4.6875vw;
  }
}
.sec-about .group-content-top .group-text .title {
  margin-left: 0;
}
.sec-about .group-content-top .group-text .title p {
  font-size: 2.9rem;
  letter-spacing: 0.004em;
  font-family: "shippori-mincho", sans-serif;
  color: #fff;
  line-height: 1.5;
}
.sec-about .group-content-top .group-text .text {
  margin-top: 3rem;
}
.sec-about .group-content-top .group-text .text p {
  letter-spacing: 0;
  font-size: 1.8rem;
  font-family: "shippori-mincho", sans-serif;
  color: #fff;
  line-height: 2.5;
}
.sec-about .group-content-top .group-text .list-btn {
  margin-top: 7.6rem;
}
@media only screen and (max-width: 640px) {
  .sec-about .group-content-top .group-text .list-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sec-about .group-content-top .group-text .list-btn .btn-main {
    max-width: 31rem;
    padding: 1.8rem 0 !important;
    border-radius: 5rem;
    text-align: center;
  }
  .sec-about .group-content-top .group-text .list-btn .btn-main span {
    font-size: 2.1rem;
  }
}

.sec-company {
  position: relative;
  padding: 8.8rem 0 25rem;
  background: url(../img/top/bg-sec_white.png) no-repeat center center/cover #fff;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .sec-company {
    padding: 6rem 0 12rem;
    background: url(../img/top/company-sp.png) no-repeat center top #fff;
  }
}
.sec-company .container_ver2 {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .sec-company .container_ver2 {
    width: 90%;
  }
}
.sec-company .container_ver2 .bg {
  position: absolute;
}
@media only screen and (max-width: 640px) {
  .sec-company .container_ver2 .bg {
    display: none;
  }
}
.sec-company .container_ver2 .bg:nth-child(1) {
  top: 15%;
  left: 62%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec-company .container_ver2 .bg:nth-child(2) {
  top: 72%;
  right: -15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 52rem;
}
.sec-company .container_ver2 .bg:nth-child(2) img {
  max-width: 52rem;
  width: 100%;
}
.sec-company .group-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .sec-company .group-content-top {
    width: 100%;
  }
}
.sec-company .group-content-top .group-text {
  margin-top: 6rem;
}
.sec-company .group-content-top .group-text .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
}
.sec-company .group-content-top .group-text .title p {
  background: -webkit-gradient(linear, left top, right top, from(rgb(66, 151, 220)), to(rgb(2, 4, 109)));
  background: linear-gradient(90deg, rgb(66, 151, 220) 0%, rgb(2, 4, 109) 100%);
  color: #fff;
  padding: 1.4rem 2rem;
  font-size: 3.7rem;
  letter-spacing: 0.0002em;
  font-family: "shippori-mincho", sans-serif;
}
.sec-company .group-content-top .group-text .text {
  margin-top: 2rem;
  max-width: 60%;
}
@media only screen and (max-width: 640px) {
  .sec-company .group-content-top .group-text .text {
    max-width: 100%;
  }
}
.sec-company .group-content-top .group-text .text p {
  font-size: 1.8rem;
  color: #3E3A39;
  font-family: "shippori-mincho", sans-serif;
  line-height: 2.5;
  letter-spacing: 0;
}
.sec-company .group-content-top .group-text .list-btn {
  margin-top: 5rem;
}
@media only screen and (max-width: 640px) {
  .sec-company .group-content-top .group-text .list-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec-company .group-content-top .group-image {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 13rem;
}
@media only screen and (max-width: 640px) {
  .sec-company .group-content-top .group-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec-company .group-content-top .group-image img:nth-child(1) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: -4rem;
  margin-left: 5rem;
}
.sec-company .group-content-top .group-image img:nth-child(2) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  -webkit-transform: translateX(10rem);
          transform: translateX(10rem);
}

.sec-youtube {
  position: relative;
  padding: 6rem 0;
  background: #fff;
}
.sec-youtube iframe {
  width: 100%;
  height: 60rem;
}
@media only screen and (max-width: 640px) {
  .sec-youtube iframe {
    height: 40rem;
  }
}

.sec-equipment {
  position: relative;
  padding: 10rem 0 0;
  background: url(../img/top/bg_equipment.png) no-repeat center center/cover;
}
@media only screen and (max-width: 640px) {
  .sec-equipment {
    padding: 7rem 0 0;
  }
}
.sec-equipment .container_ver2 {
  max-width: 108rem;
}
@media only screen and (max-width: 640px) {
  .sec-equipment .container_ver2 {
    width: 90%;
  }
}
.sec-equipment .group-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.sec-equipment .group-content-top .group-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media only screen and (max-width: 640px) {
  .sec-equipment .group-content-top .group-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 1rem;
  }
  .sec-equipment .group-content-top .group-title .title-main p {
    letter-spacing: 0.08em;
    word-break: keep-all;
  }
}
.sec-equipment .group-content-top .group-title .list-btn {
  width: 100%;
  max-width: 24rem;
}
@media only screen and (max-width: 640px) {
  .sec-equipment .group-content-top .group-title .list-btn {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 31rem;
  }
}
.sec-equipment .group-slide {
  margin: 8rem auto 0;
}
@media only screen and (max-width: 640px) {
  .sec-equipment .group-slide {
    width: 100%;
  }
}
.sec-equipment .group-slide .swiper-container {
  margin-left: calc((100vw - 108rem) / 2);
}
@media only screen and (max-width: 640px) {
  .sec-equipment .group-slide .swiper-container {
    margin-left: calc((100vw - 90%) / 2);
  }
}
.sec-equipment .group-slide .swiper-slide {
  width: 43rem !important;
}

.sec-flow {
  position: relative;
  background: url(../img/top/bg-sec_white.png) no-repeat center center/cover #fff;
  padding: 8rem 0 11rem;
}
@media only screen and (max-width: 640px) {
  .sec-flow .container_ver2 {
    width: 90%;
  }
}
.sec-flow .group-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  z-index: 0;
  margin-top: -29rem;
}
.sec-flow .group-slide .swiper-container {
  -webkit-transform: unset;
          transform: unset;
}
@media print, screen and (max-width: 1080px) {
  .sec-flow .group-slide {
    margin-top: unset;
    gap: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .sec-flow .group-slide .custom-pagination,
  .sec-flow .group-slide .content-slider {
    display: none;
  }
}
.sec-flow .group-slide .swiper-container {
  margin-left: unset;
  padding-bottom: unset;
  margin-top: auto;
  -webkit-transform: translateY(-6rem);
          transform: translateY(-6rem);
}
.sec-flow .group-slide_sp {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15rem;
}
@media only screen and (max-width: 640px) {
  .sec-flow .group-slide_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 640px) {
  .sec-flow .group-slide_sp {
    gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec-flow .group-slide_sp .custom-pagination {
  margin-top: unset;
  margin-bottom: unset;
  margin-right: unset;
}
.sec-flow .group-slide_sp .custom-pagination::after {
  height: 60%;
  top: 1rem;
  -webkit-transform: unset;
          transform: unset;
}
.sec-flow .group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}
.sec-flow .group-text p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(rgb(66, 151, 220)), to(rgb(2, 4, 109)));
  background: linear-gradient(90deg, rgb(66, 151, 220) 0%, rgb(2, 4, 109) 100%);
  color: #fff;
  padding: 0.8rem 1.6rem;
  font-size: 3rem;
  font-family: "shippori-mincho", sans-serif;
}
.sec-flow .group-text p:nth-child(2) {
  max-width: 31rem;
  word-break: keep-all;
}
.sec-flow .group_zone {
  position: relative;
}
.sec-flow .group_zone:after {
  content: "";
  position: absolute;
  clip-path: ellipse(44% 48% at 50% 50%);
  width: 100%;
  max-width: 54rem;
  height: 100%;
  -webkit-transform: rotate(15deg) translate(3.5rem, 0rem);
          transform: rotate(15deg) translate(3.5rem, 0rem);
  background: -webkit-gradient(linear, left top, right top, from(rgb(66, 151, 220)), to(rgb(2, 4, 109)));
  background: linear-gradient(90deg, rgb(66, 151, 220) 0%, rgb(2, 4, 109) 100%);
  right: 0;
  top: 0;
}
@media only screen and (max-width: 640px) {
  .sec-flow .group_zone:after {
    clip-path: ellipse(32% 48% at 50% 50%);
    -webkit-transform: rotate(15deg) translate(1.5rem, 0rem);
            transform: rotate(15deg) translate(1.5rem, 0rem);
  }
}
.sec-flow .group_zone .image_zone_btn {
  width: 100%;
  z-index: 2;
}
.sec-flow .group_zone .image_zone_btn .swiper-button-next,
.sec-flow .group_zone .image_zone_btn .swiper-button-prev {
  background-color: #fff;
  width: 5rem;
  height: 5rem;
  border: 0.1rem solid #02046D;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .sec-flow .group_zone .image_zone_btn .swiper-button-next,
  .sec-flow .group_zone .image_zone_btn .swiper-button-prev {
    width: 4.9rem;
    height: 4.9rem;
  }
}
.sec-flow .group_zone .image_zone_btn .swiper-button-next::after,
.sec-flow .group_zone .image_zone_btn .swiper-button-prev::after {
  content: "";
  width: 0.9rem;
  height: 1.5rem;
  background: url(../img/top/ic-arrow_blue_xl.png) no-repeat center center/100% 100%;
}
.sec-flow .group_zone .image_zone_btn .swiper-button-prev {
  left: 0.5rem;
}
.sec-flow .group_zone .image_zone_btn .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sec-flow .group_zone .image_zone_btn .swiper-button-next {
  right: 0.5rem;
}
.sec-flow .base_zone {
  position: relative;
  clip-path: ellipse(44% 48% at 50% 50%);
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .sec-flow .base_zone {
    clip-path: ellipse(32% 48% at 50% 50%);
  }
}
.sec-flow .image_zone {
  overflow: hidden;
  max-width: 54rem;
  position: relative;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.sec-flow .image_zone .image-slider {
  width: 98.8rem;
  -webkit-transform: translate(-8%);
          transform: translate(-8%);
  max-width: unset;
}
@media only screen and (max-width: 640px) {
  .sec-flow .image_zone .image-slider {
    width: 60rem;
  }
}
.sec-flow .content-slider {
  max-width: 29rem;
}
.sec-flow .content-slider .title p {
  font-size: 1.6rem;
  font-family: "shippori-mincho", sans-serif;
  line-height: 1.5;
  color: #02046D;
}
@media only screen and (max-width: 640px) {
  .sec-flow .content-slider .title p {
    font-size: 1.8rem;
  }
}
.sec-flow .content-slider .title p span {
  font-size: 2.1rem;
}
@media only screen and (max-width: 640px) {
  .sec-flow .content-slider .title p span {
    font-size: 2.4rem;
  }
}
.sec-flow .content-slider .text {
  margin-top: 1.8rem;
}
.sec-flow .content-slider .text p {
  font-size: 1.6rem;
  font-family: "shippori-mincho", sans-serif;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .sec-flow .content-slider .text p {
    font-size: 1.8rem;
  }
}
.sec-flow .content-slider .list-btn {
  margin-top: 6rem;
}
@media only screen and (max-width: 640px) {
  .sec-flow .content-slider .list-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec-flow .custom-pagination {
  margin-top: auto;
  margin-bottom: 6rem;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  position: relative;
}
.sec-flow .custom-pagination::after {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.1;
  top: 50%;
  left: 0.9rem;
  width: 0.1rem;
  height: 92%;
  background-color: #02046D;
}
.sec-flow .custom-pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-family: "shippori-mincho", sans-serif;
  opacity: 0.6;
  color: #D9DADA;
  -webkit-transition: 2s all;
  transition: 2s all;
  cursor: pointer;
  letter-spacing: 0.1em;
}
.sec-flow .custom-pagination span.active {
  opacity: 1;
  color: #02046D;
}
.sec-flow .custom-pagination span.active::before {
  border: 0.1rem solid #02046D;
  background: url(../img/top/ic-circle.png) no-repeat center center #fff;
}
.sec-flow .custom-pagination span::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.1rem solid #D9DADA;
  background: url(../img/top/ic-circle-gray.png) no-repeat center center #fff;
}

.sec-product {
  position: relative;
  padding: 10rem 0 0;
  background: url(../img/top/bg_product.png) no-repeat center center/cover;
}
@media only screen and (max-width: 640px) {
  .sec-product {
    padding: 10rem 0 0;
  }
}
.sec-product .container_ver2 {
  max-width: 108rem;
}
@media only screen and (max-width: 640px) {
  .sec-product .container_ver2 {
    width: 90%;
  }
}
.sec-product .group-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-product .group-content-top .group-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media only screen and (max-width: 640px) {
  .sec-product .group-content-top .group-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 1rem;
  }
}
.sec-product .group-content-top .group-title .list-btn {
  width: 100%;
  max-width: 24rem;
}
@media only screen and (max-width: 640px) {
  .sec-product .group-content-top .group-title .list-btn {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 31rem;
  }
}
.sec-product .group-slide {
  margin: 8rem auto 0;
}
@media only screen and (max-width: 640px) {
  .sec-product .group-slide {
    width: 100%;
  }
}
.sec-product .group-slide .swiper-container {
  padding-bottom: 30rem;
  margin-left: calc((100vw - 108rem) / 2);
}
@media only screen and (max-width: 640px) {
  .sec-product .group-slide .swiper-container {
    padding-bottom: 24rem;
    margin-left: calc((100vw - 90%) / 2);
  }
}
.sec-product .group-slide .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 18rem;
}
.sec-product .group-slide .content_slide {
  margin-top: 1.6rem;
}
.sec-product .group-slide .content_slide p {
  font-size: 1.8rem;
  font-family: "shippori-mincho", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .sec-product .group-slide .content_slide p {
    font-size: 2.1rem;
  }
}
.sec-product .group-slide .swiper-slide {
  width: 43rem !important;
}

.sec-contact_top {
  position: relative;
  background: #47A3E2;
  margin-top: -13rem;
  height: 13rem;
  clip-path: polygon(0% 100%, 100% 100%, 100% 0, 100% 0);
}
@media only screen and (max-width: 640px) {
  .sec-contact_top {
    height: 11rem;
  }
}

.sec-contact {
  position: relative;
  padding: 10rem 0 5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(18%, rgb(66, 151, 220)), to(rgb(2, 4, 109)));
  background: linear-gradient(180deg, rgb(66, 151, 220) 18%, rgb(2, 4, 109) 100%);
}
.sec-contact::after {
  content: "";
  top: -8rem;
  left: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(66, 151, 220)), to(rgb(66, 151, 220)));
  background: linear-gradient(180deg, rgb(66, 151, 220) 0%, rgb(66, 151, 220) 100%);
  width: 100%;
  height: 13rem;
  clip-path: polygon(0% 100%, 100% 100%, 100% 0, 100% 0);
}
@media only screen and (max-width: 640px) {
  .sec-contact::after {
    height: 11rem;
  }
}
.sec-contact .bg_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: #47A3E2;
}
@media only screen and (max-width: 640px) {
  .sec-contact .bg_top {
    top: -0.3rem;
    height: 3rem;
  }
}
.sec-contact .container_contact {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  .sec-contact .container_contact {
    width: 90%;
  }
}
.sec-contact .ins-main {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.sec-contact .instagram {
  margin-top: 8rem;
  width: 100%;
  padding-left: calc((100vw - 108rem) / 2);
  padding-right: calc((100vw - 108rem) / 2);
  /*padding-right: 0;*/
}
@media only screen and (max-width: 640px) {
  .sec-contact .instagram {
    margin-top: 6rem;
    padding-left: calc((100vw - 90%) / 2);
    padding-right: calc((100vw - 90%) / 2);
    max-width: 100%;
  }
}
.sec-contact .instagram .swiper-container {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.sec-contact .instagram .swiper-button-next, .sec-contact .instagram .swiper-button-prev, .sec-contact .instagram .swiper-pagination {
  display: none;
}
.sec-contact .instagram .swiper-wrapper {
  height: 45rem;
  min-height: 45rem;
}
@media only screen and (max-width: 640px) {
  .sec-contact .instagram .swiper-wrapper {
    height: 40rem;
    min-height: 40rem;
  }
}
.sec-contact .instagram .instagram-gallery-square .instagram-gallery-item__media-wrap {
  height: 100%;
}
.sec-contact .instagram .instagram-gallery-square .instagram-gallery-item {
  min-width: 30rem;
}
@media only screen and (max-width: 640px) {
  .sec-contact .instagram .instagram-gallery-square .instagram-gallery-item {
    min-width: 26.5rem;
  }
}
.sec-contact .instagram .zone-instagram {
  margin-top: 4.6rem;
}
@media only screen and (max-width: 640px) {
  .sec-contact .instagram .zone-instagram {
    margin-top: 3rem;
  }
}
.sec-contact .instagram .zone-instagram .sb_instagram_header {
  display: none;
}
#sb_instagram #sbi_images {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 10px !important;
  padding: 0 !important;
  overflow: hidden;
  overflow: visible;
}
@media only screen and (max-width: 640px) {
  #sb_instagram #sbi_images {
    /*grid-template-columns: repeat(3, 1fr) !important;*/
  }
}
#sb_instagram #sbi_images .slick-list {
  overflow: visible;
}
#sb_instagram #sbi_images .slick-track {
  /*display: flex;*/
  /*gap: 1.5vw;*/
}
#sb_instagram #sbi_images .slick-track .sbi_item + .sbi_item {
  padding-left: 1.5vw !important;
}
#sb_instagram #sbi_images .sbi_item {
  width: auto !important;
  flex-shrink: 0 !important;
}
#sb_instagram #sbi_images .sbi_photo {
  /*width: 24vw !important;
  width: clamp(0px, 24vw, 300px) !important;
  height: 34vw !important;
  height: clamp(0px, 34vw, 442px) !important;*/
  height: auto !important;
  aspect-ratio: 1/1;
}
#sb_instagram .sbi_photo img {
  height: 100% !important;
  object-fit: cover !important;
}
#sb_instagram #sbi_load {
  display: none;
}
.sec-contact .instagram .swiper-button-next, .sec-contact .instagram .swiper-rtl .swiper-button-prev {
  right: calc((100vw - 90rem) / 2);
}
@media only screen and (max-width: 640px) {
  .sec-contact .instagram .swiper-button-next, .sec-contact .instagram .swiper-rtl .swiper-button-prev {
    right: 9vw;
  }
}
.sec-contact .group-content-top {
  width: 100%;
  max-width: 130rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding-left: 11rem;
}
.sec-contact .group-content-top .left {
  width: 100%;
  max-width: 53rem;
}
.sec-contact .group-content-top .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec-contact .group-content-top .right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 640px) {
  .sec-contact .group-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6rem;
    padding-left: 0;
  }
  .sec-contact .group-content-top .left .title-main span {
    font-size: 1.8rem;
  }
  .sec-contact .group-content-top .right {
    width: 100%;
  }
  .sec-contact .group-content-top .right img {
    width: 100%;
  }
}
.sec-contact .group-content-top .text {
  margin-top: 5rem;
}
.sec-contact .group-content-top .text p {
  font-size: 1.8rem;
  font-family: "shippori-mincho", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .sec-contact .group-content-top .text p {
    font-size: 2.1rem;
  }
}
.sec-contact .group-content-top .list-btn {
  margin-top: 6rem;
}
@media only screen and (max-width: 640px) {
  .sec-contact .group-content-top .list-btn {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec-contact .marquee, .sec-contact .marquee_header {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 1rem;
  font-size: 10rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.25);
  position: absolute;
  bottom: 0;
  font-family: "shippori-mincho", sans-serif;
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .sec-contact .marquee, .sec-contact .marquee_header {
    font-size: 9rem;
  }
}

@media (min-width: 1300px) {
  .sec-contact .container_contact {
    max-width: 100%;
  }
  .sec-contact .group-content-top {
    max-width: 100%;
    padding-left: calc((100% - 108rem) / 2);
    gap: 7.2vw;
  }
}
@media only screen and (max-width: 640px) {
  .sec-flow .image_zone,
  .sec-flow .group_zone:after {
    max-width: 80rem;
  }
  .sec-flow {
    padding: 8rem 0;
  }
  .sec-flow .group_zone .image_zone_btn .swiper-button-next {
    right: 12rem;
  }
  .sec-flow .group_zone .image_zone_btn .swiper-button-prev {
    left: 12.2rem;
  }
  .title-main span {
    font-size: 1.8rem;
  }
  .sec-about .group-content-top .group-text .title p {
    font-size: 3rem;
  }
  .sec-about .group-content-top .group-text {
    max-width: 50.8rem;
    margin-top: 6rem;
    margin-left: auto;
  }
  .sec-about {
    padding: 8rem 0 4rem;
  }
  .sec-about .group-content-top .group-text .list-btn {
    margin-top: 4rem;
  }
  .sec-company .group-content-top .group-image img:nth-child(1) {
    width: 21.5rem;
  }
  .sec-company .group-content-top .group-image img:nth-child(2) {
    width: 50.3rem;
    margin-top: -4rem;
  }
  .sec-about .group-content-top .group-text .title p span {
    display: none;
  }
}
body {
  font-family: "Shippori Mincho", serif;
  color: #3e3a39;
}

p, div, h1, h2, h3, h4, h5, a, li {
  font-family: "Shippori Mincho", serif;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.button {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #ffffff;
  border: 2px solid #3e3a39;
  color: #3e3a39;
  font-size: 18px;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.button:focus, .button:hover {
  background-color: #3e3a39;
  color: #ffffff;
}

.about-fv,
.company-fv,
.contact-fv,
.equipment-fv,
.news-fv {
  width: 100%;
  height: 450px;
  background-image: url(../img/about/about-fv@2x.png);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .about-fv,
  .company-fv,
  .contact-fv,
  .equipment-fv,
  .news-fv {
    height: 70.3125vw;
  }
}
.about-fv__title,
.company-fv__title,
.contact-fv__title,
.equipment-fv__title,
.news-fv__title {
  text-align: center;
  padding-top: 200px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .about-fv__title,
  .company-fv__title,
  .contact-fv__title,
  .equipment-fv__title,
  .news-fv__title {
    height: 70.3125vw;
    padding-top: 31.25vw;
  }
}
.about-fv__title--en,
.company-fv__title--en,
.contact-fv__title--en,
.equipment-fv__title--en,
.news-fv__title--en {
  font-size: min(5.8846153846vw, 76.5px);
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .about-fv__title--en,
  .company-fv__title--en,
  .contact-fv__title--en,
  .equipment-fv__title--en,
  .news-fv__title--en {
    font-size: 9.0625vw;
  }
}
.about-fv__title--ja,
.company-fv__title--ja,
.contact-fv__title--ja,
.equipment-fv__title--ja,
.news-fv__title--ja {
  font-size: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .about-fv__title--ja,
  .company-fv__title--ja,
  .contact-fv__title--ja,
  .equipment-fv__title--ja,
  .news-fv__title--ja {
    font-size: 2.8125vw;
  }
}
@media screen and (max-width: 480px) {
  .about-fv__title--ja,
  .company-fv__title--ja,
  .contact-fv__title--ja,
  .equipment-fv__title--ja,
  .news-fv__title--ja {
    font-size: 12px;
  }
}

.news-fv {
  background-image: url(../img/news/news-fv@2x.png);
}

.company-fv {
  background-image: url(../img/company/company-fv@2x.png);
}

.equipment-fv {
  background-image: url(../img/equipment/equipment-fv@2x.png);
}

.contact-fv {
  background-image: url(../img/news/news-fv@2x.png);
}

.title {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .title {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .title {
    width: 92%;
  }
}
.title--en {
  font-size: 76.5px;
  color: #02046D;
}
@media screen and (max-width: 768px) {
  .title--en {
    font-size: min(11.953125vw, 76.5px);
  }
}
.title--desc {
  font-size: 15px;
  color: #02046D;
}

.section {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  will-change: transform, opacity;
}

.section.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sub-nav--company {
  width: 100%;
  height: 72px;
  background-color: #f5f5f5;
}
.sub-nav--company__inner {
  padding-left: 80px;
  padding-right: 80px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .sub-nav--company__inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sub-nav--company__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sub-nav--company__inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.sub-nav--company__list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -72px;
}
@media screen and (max-width: 1200px) {
  .sub-nav--company__list {
    margin-right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .sub-nav--company__list {
    margin-right: -30px;
  }
}
@media screen and (max-width: 480px) {
  .sub-nav--company__list {
    margin-right: -16px;
  }
}
.sub-nav--company__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-nav--company__item {
  margin-right: 72px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.sub-nav--company__item:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .sub-nav--company__item {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sub-nav--company__item {
    margin-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .sub-nav--company__item {
    margin-right: 16px;
  }
}
.sub-nav--company__text {
  margin-right: 22px;
  color: #02046D;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .sub-nav--company__text {
    margin-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sub-nav--company__text {
    margin-right: 10px;
  }
}
.sub-nav--company__img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .sub-nav--company__img {
    width: 18px;
    height: 18px;
  }
}

.ceo {
  padding-top: 7.6923076923vw;
  background-image: url(../img/company/ceo-bg@2x.png);
  background-size: cover;
  background-position: top right;
  padding-bottom: 8.4615384615vw;
  margin-bottom: 7.6923076923vw;
}
@media screen and (max-width: 768px) {
  .ceo {
    padding-top: 9.375vw;
    padding-bottom: 9.375vw;
    margin-bottom: 9.375vw;
  }
}
.ceo__title {
  margin-bottom: 4.9230769231vw;
}
@media screen and (max-width: 768px) {
  .ceo__title {
    margin-bottom: 6.25vw;
  }
}
.ceo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 110px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1200px) {
  .ceo__content {
    padding-right: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .ceo__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
    margin-left: 0;
  }
}
.ceo__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51.724%;
          flex: 0 0 51.724%;
}
@media screen and (max-width: 1200px) {
  .ceo__img-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
            flex: 0 0 56%;
  }
}
@media screen and (max-width: 1024px) {
  .ceo__img-wrapper {
    width: 400px;
    height: 480px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .ceo__img-wrapper {
    width: 46.875vw;
    height: 56.25vw;
  }
}
.ceo__img {
  width: 100%;
  height: auto;
}
.ceo-message {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 43.793%;
          flex: 0 1 43.793%;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .ceo-message {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
}
@media screen and (max-width: 1024px) {
  .ceo-message {
    width: 80%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .ceo-message {
    width: 90%;
    padding-top: 30px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .ceo-message {
    padding-top: 16px;
    width: 92%;
  }
}
.ceo-message__title {
  font-size: 30px;
  margin-bottom: 1.5384615385vw;
}
@media screen and (max-width: 1024px) {
  .ceo-message__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ceo-message__title {
    font-size: 20px;
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 480px) {
  .ceo-message__title {
    font-size: 16px;
  }
}
.ceo-message__text {
  font-size: 18px;
  line-height: 42px;
  padding-bottom: 6.1538461538vw;
}
@media screen and (max-width: 1024px) {
  .ceo-message__text {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .ceo-message__text {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 6.25vw;
  }
}
@media screen and (max-width: 480px) {
  .ceo-message__text {
    line-height: 1.4;
  }
}
.ceo-message__name {
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .ceo-message__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ceo-message__name {
    font-size: 14px;
  }
}

.overview {
  margin-bottom: 7.6923076923vw;
}
@media screen and (max-width: 768px) {
  .overview {
    margin-bottom: 9.375vw;
  }
}
.overview__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .overview__title {
    margin-bottom: 11.6666666667vw;
  }
}
.overview-table {
  max-width: 1080px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .overview-table {
    width: 92%;
  }
}
.overview-table__inner {
  width: 100%;
}
.overview-table__body {
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
}
@media screen and (max-width: 768px) {
  .overview-table__body {
    border-left: 1px solid #808080;
  }
}
.overview-table__row {
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 768px) {
  .overview-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.overview-table__header {
  -moz-text-align-last: left;
       text-align-last: left;
  font-weight: normal;
  width: 270px;
  font-size: 18px;
  padding-top: 24px;
  padding-left: 54px;
  padding-bottom: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#02046D), to(#4297DC));
  background: linear-gradient(to right, #02046D, #4297DC);
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .overview-table__header {
    width: 240px;
    padding-left: 28px;
  }
}
@media screen and (max-width: 768px) {
  .overview-table__header {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .overview-table__header {
    font-size: 16px;
  }
}
.overview-table__text {
  font-size: 18px;
  line-height: 1.5;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 60px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .overview-table__text {
    padding-left: 40px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .overview-table__text {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .overview-table__text {
    font-size: 16px;
  }
}

.history {
  margin-bottom: 7.6923076923vw;
}
@media screen and (max-width: 768px) {
  .history {
    margin-bottom: 9.375vw;
  }
}
.history__fv {
  width: 100%;
  height: 34.6153846154vw;
  background-image: url(../img/company/history@2x.png);
  background-position: center;
  background-size: cover;
  opacity: 0.8;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .history__fv {
    height: 56.25vw;
  }
}
.history__title {
  margin-bottom: 4.1538461538vw;
}
.history-content {
  width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 98px;
}
@media screen and (max-width: 1024px) {
  .history-content {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .history-content {
    padding-left: 0;
  }
}
.history-content__item {
  height: 128px;
  position: relative;
}
.history-content__item:not(:last-child)::after {
  content: "";
  width: 0.8px;
  height: 80px;
  position: absolute;
  background-color: #02046D;
  left: 12px;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .history-content__item:not(:last-child)::after {
    top: 36px;
  }
}
.history-content__date {
  position: relative;
  margin-left: 52px;
  font-size: 18px;
  margin-bottom: 12px;
  color: #02046D;
}
@media screen and (max-width: 768px) {
  .history-content__date {
    margin-left: 32px;
  }
}
.history-content__date::before {
  content: "";
  position: absolute;
  left: -52px;
  top: 1px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #02046D;
}
@media screen and (max-width: 768px) {
  .history-content__date::before {
    top: 1px;
    left: -31px;
    width: 22px;
    height: 22px;
  }
}
.history-content__text {
  display: inline-block;
  margin-left: 52px;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .history-content__text {
    margin-left: 32px;
  }
}
.history-content__text > span {
  display: inline-block;
}

.company-bg-wrapper {
  background-image: url(../img/company/ceo-bg@2x.png);
  background-size: cover;
  background-position: center;
}

.access {
  margin-bottom: 9.2307692308vw;
}
@media screen and (max-width: 768px) {
  .access {
    margin-bottom: 12.5vw;
  }
}
.access__inner {
  background-color: #ffffff;
  z-index: 1;
  padding-bottom: 40px;
  padding-left: calc((100vw - 1300px) / 2);
  padding-right: calc((100vw - 1300px) / 2);
}
.access__map {
  width: 100vw;
  height: 500px;
  background-color: #f5f5f5;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .access__map {
    height: 62.5vw;
    margin-bottom: 6.25vw;
  }
}
.access__map p {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .access__map p {
    font-size: 3.75vw;
    padding-top: 28.125vw;
  }
}
.access-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1030px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .access-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.access-content__item {
  width: 500px;
}
@media screen and (max-width: 1200px) {
  .access-content__item {
    width: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .access-content__item {
    width: 100%;
  }
}
.access-content__item:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .access-content__item:first-child {
    margin-right: 4%;
  }
}
@media screen and (max-width: 1024px) {
  .access-content__item:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .access-content__item:first-child {
    margin-bottom: 30px;
  }
}
.access-content__logo {
  width: 500px;
  height: 72px;
  margin-bottom: 28px;
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  color: #ffffff;
  line-height: 72px;
  font-size: 14px;
  padding-left: 54px;
}
@media screen and (max-width: 1200px) {
  .access-content__logo {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .access-content__logo {
    padding-left: 26px;
  }
}
@media screen and (max-width: 768px) {
  .access-content__logo {
    padding-left: 18px;
    height: max(8.125vw, 36px);
    line-height: max(8.125vw, 36px);
    margin-bottom: 4.375vw;
  }
}
.access-content__title {
  font-size: 16px;
  margin-left: 78px;
  margin-bottom: 16px;
  color: #02046D;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access-content__title {
    margin-left: 40px;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  .access-content__title {
    font-size: 14px;
    margin-left: 30px;
  }
}
.access-content__title::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #02046D;
  border-radius: 50%;
  position: absolute;
  left: -24px;
  top: 4px;
}
.access-content__text {
  font-size: 14px;
  max-width: 360px;
  width: 90%;
  margin-left: 78px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .access-content__text {
    max-width: none;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .access-content__text {
    margin-left: 30px;
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .access-content__text {
    font-size: 12px;
    margin-left: 20px;
    width: 94%;
  }
}

.group {
  padding-bottom: 15.3846153846vw;
}
@media screen and (max-width: 768px) {
  .group {
    padding-bottom: 33.3333333333vw;
  }
}
.group__title {
  margin-bottom: 6vw;
}
@media screen and (max-width: 768px) {
  .group__title {
    margin-bottom: 9.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .group-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .group-content {
    width: 92%;
  }
}
.group-content__item:first-child {
  margin-bottom: 7.0769230769vw;
}
@media screen and (max-width: 768px) {
  .group-content__item:first-child {
    margin-bottom: 9.375vw;
  }
}
.group-content__title {
  font-size: 30px;
  color: #02046D;
  margin-bottom: 2.9230769231vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .group-content__title {
    font-size: 26px;
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 480px) {
  .group-content__title {
    font-size: 22px;
  }
}
.group-content__img-wrapper {
  max-width: 1080px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .group-content__img-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.group-content__img {
  width: 48.5%;
  height: auto;
}
.group-content__img > iframe {
  height: none !important;
  aspect-ratio: 497/326 !important;
}
@media screen and (max-width: 768px) {
  .group-content__img {
    width: 100%;
  }
}
.group-content__img:first-child {
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .group-content__img:first-child {
    margin-right: 0;
    margin-bottom: 6.25vw;
  }
}

.group-table {
  max-width: 1080px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .group-table {
    width: 100%;
  }
}
.group-table__inner {
  width: 100%;
}
.group-table__body {
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
}
@media screen and (max-width: 768px) {
  .group-table__body {
    border-left: 1px solid #808080;
  }
}
.group-table__row {
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 768px) {
  .group-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.group-table__header {
  -moz-text-align-last: left;
       text-align-last: left;
  font-weight: normal;
  width: 270px;
  font-size: 18px;
  padding-top: 24px;
  padding-left: 54px;
  padding-bottom: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#02046D), to(#4297DC));
  background: linear-gradient(to right, #02046D, #4297DC);
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .group-table__header {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .group-table__header {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .group-table__header {
    font-size: 16px;
  }
}
.group-table__text {
  font-size: 18px;
  line-height: 1.5;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 60px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .group-table__text {
    padding-left: 40px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .group-table__text {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .group-table__text {
    font-size: 16px;
  }
}

.sub-nav--company__link {
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-nav--company__text {
  height: 24px;
}
.sub-nav--company__text:hover {
  text-decoration: underline;
}
.sub-nav--company__img-wrapper {
  width: 22px;
  height: 22px;
  display: inline-block;
  overflow: visible;
}
.sub-nav--company__img {
  width: 100%;
  height: auto;
}

.about__nav .sub-nav--company__item {
  margin-right: 120px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 768px) {
  .about__nav .sub-nav--company__item {
    margin-right: 80px;
  }
}
@media screen and (max-width: 480px) {
  .about__nav .sub-nav--company__item {
    margin-right: 40px;
  }
}
.about__nav .sub-nav--company__item-wrapper .sub-nav--company__item:last-child {
  margin-right: 0;
}
.about__nav .sub-nav--company__list {
  overflow-x: hidden;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .about__nav .sub-nav--company__list {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .about__nav .sub-nav--company__list {
    margin-right: 0;
  }
}

.about {
  padding-top: 90px;
  padding-bottom: 100px;
  background-image: url(../img/about/gray-bg@2x.png);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .about {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
  }
}
.about__inner {
  max-width: 1028px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .about__inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .about__inner {
    width: 92%;
  }
}
.about__title {
  margin-bottom: 44px;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .about__title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .about__title {
    margin-bottom: 3.75vw;
  }
}
.about__desc-wrapper {
  margin-bottom: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .about__desc-wrapper {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .about__desc-wrapper {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .about__desc-wrapper {
    margin-bottom: 3.75vw;
  }
}
.about__desc {
  padding: 14px 20px;
  font-size: 38px;
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  color: #ffffff;
  display: inline-block;
  width: 772px;
}
@media screen and (max-width: 1200px) {
  .about__desc {
    padding: 16px;
    font-size: 32px;
    width: 648px;
  }
}
@media screen and (max-width: 1024px) {
  .about__desc {
    padding: 10px;
    font-size: 24px;
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .about__desc {
    padding: 8px;
    font-size: 20px;
    width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .about__desc {
    padding: 6px;
    font-size: 16px;
    width: 320px;
  }
}
.about__text {
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 190px;
}
@media screen and (max-width: 1200px) {
  .about__text {
    font-size: 16px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .about__text {
    margin-bottom: 80px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .about__text {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .about__text {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
.about .ab-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.about .ab-slider .swiper-wrapper .swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-container {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.about .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about .swiper-slide {
  width: 430px !important;
  height: 274px !important;
}
@media screen and (max-width: 1200px) {
  .about .swiper-slide {
    width: 350px !important;
    height: 219.2px !important;
  }
}
@media screen and (max-width: 1024px) {
  .about .swiper-slide {
    width: 300px !important;
    height: 185px !important;
  }
}
@media screen and (max-width: 768px) {
  .about .swiper-slide {
    width: 260px !important;
    height: 166px !important;
  }
}
@media screen and (max-width: 480px) {
  .about .swiper-slide {
    width: 200px !important;
    height: 127.4px !important;
  }
}
.about .swiper-slide > img {
  width: 400px !important;
}
@media screen and (max-width: 1200px) {
  .about .swiper-slide > img {
    width: 320px !important;
  }
}
@media screen and (max-width: 1024px) {
  .about .swiper-slide > img {
    width: 270px !important;
  }
}
@media screen and (max-width: 768px) {
  .about .swiper-slide > img {
    width: 230px !important;
  }
}
@media screen and (max-width: 480px) {
  .about .swiper-slide > img {
    width: 185px !important;
  }
}

.feature {
  padding-top: 110px;
  padding-bottom: 128px;
}
@media screen and (max-width: 1200px) {
  .feature {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .feature {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .feature {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 480px) {
  .feature {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.feature__title {
  margin-bottom: 110px;
}
@media screen and (max-width: 1200px) {
  .feature__title {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .feature__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .feature__title {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 480px) {
  .feature__title {
    margin-bottom: 18px;
  }
}
.feature-content {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.feature-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 65px;
  margin-right: 5%;
}
@media screen and (max-width: 1200px) {
  .feature-content__item {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .feature-content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 7.8125vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
}
.feature-content__item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.feature-content__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 5%;
}
@media screen and (max-width: 1024px) {
  .feature-content__item--reverse {
    margin-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .feature-content__item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.feature-content__img-wrapper {
  width: 42.8%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .feature-content__img-wrapper {
    width: 90vw;
    height: 67.5vw;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .feature-content__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.feature-content__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 560px;
          flex: 0 1 560px;
  margin-left: 2%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .feature-content__body {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .feature-content__body {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 480px) {
  .feature-content__body {
    width: 92%;
  }
}
.feature-content__body--reverse {
  margin-right: 0;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .feature-content__body--reverse {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature-content__title {
  color: #02046D;
  margin-bottom: min(10vw, 64px);
}
@media screen and (max-width: 768px) {
  .feature-content__title {
    margin-bottom: min(3.75vw, 24px);
  }
}
.feature-content__title--num {
  font-size: min(7.2307692308vw, 94px);
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .feature-content__title--num {
    font-size: 11.25vw;
  }
}
.feature-content__title--num::after {
  content: "";
  width: 8.0769230769vw;
  height: 1.2px;
  background-color: #02046D;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2px;
}
@media screen and (max-width: 768px) {
  .feature-content__title--num::after {
    bottom: 4px;
    width: 12.5vw;
  }
}
.feature-content__title--en {
  font-size: 16px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .feature-content__title--en {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .feature-content__title--en {
    font-size: 12px;
  }
}
.feature-content__desc {
  margin-bottom: min(8vw, 104px);
  font-size: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .feature-content__desc {
    margin-bottom: min(4.6666666667vw, 56px);
  }
}
@media screen and (max-width: 768px) {
  .feature-content__desc {
    margin-bottom: min(2.8125vw, 18px);
    font-size: min(4.6875vw, 30px);
  }
}
.feature-content__text {
  font-size: 18px;
  line-height: 2.5;
}
@media screen and (max-width: 1024px) {
  .feature-content__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .feature-content__text {
    font-size: 14px;
    line-height: 2;
  }
}

.about-bg-wrapper {
  padding-top: 9.2307692308vw;
  padding-bottom: 15.3846153846vw;
  background-image: url(../img/about/gray-bg@2x.png);
  background-position: center;
  background-size: cover;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .about-bg-wrapper {
    padding-top: 7.5vw;
  }
}

.strengths__title {
  margin-bottom: 5.5384615385vw;
}
@media screen and (max-width: 768px) {
  .strengths__title {
    margin-bottom: 5vw;
  }
}
.strengths__desc {
  margin-bottom: 10.1538461538vw;
  font-size: 18px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .strengths__desc {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .strengths__desc {
    font-size: 16px;
    margin-bottom: 6.5625vw;
  }
}
@media screen and (max-width: 480px) {
  .strengths__desc {
    font-size: 14px;
    width: 92%;
  }
}
.strengths-content {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 976px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .strengths-content {
    height: 760px;
  }
}
@media screen and (max-width: 1024px) {
  .strengths-content {
    height: 680px;
  }
}
@media screen and (max-width: 768px) {
  .strengths-content {
    height: 520px;
  }
}
@media screen and (max-width: 480px) {
  .strengths-content {
    height: 440px;
  }
}
.strengths-content__item {
  max-width: 1080px;
  width: 100%;
  margin-left: 16px;
  margin-right: 16px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .strengths-content__item {
    width: 800px !important;
  }
}
@media screen and (max-width: 1024px) {
  .strengths-content__item {
    width: 640px !important;
  }
}
@media screen and (max-width: 768px) {
  .strengths-content__item {
    width: 400px !important;
  }
}
@media screen and (max-width: 480px) {
  .strengths-content__item {
    width: 340px !important;
  }
}
.strengths-content__img-wrapper {
  width: 1080px;
  height: 550px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .strengths-content__img-wrapper {
    width: 800px;
    height: 408px;
  }
}
@media screen and (max-width: 1024px) {
  .strengths-content__img-wrapper {
    width: 640px;
    height: 326px;
  }
}
@media screen and (max-width: 768px) {
  .strengths-content__img-wrapper {
    width: 400px;
    height: 204px;
  }
}
@media screen and (max-width: 480px) {
  .strengths-content__img-wrapper {
    width: 340px !important;
    height: 173px;
  }
}
.strengths-content__title {
  display: inline-block;
  padding: 15px 10px;
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  font-size: 30px;
  margin-bottom: 20px;
  color: #ffffff;
  margin-left: 32px;
}
@media screen and (max-width: 1200px) {
  .strengths-content__title {
    padding: 10px 8px;
    font-size: 24px;
    margin-bottom: 16px;
    margin-left: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .strengths-content__title {
    padding: 8px;
    font-size: 22px;
    margin-bottom: 12px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .strengths-content__title {
    font-size: 20px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 480px) {
  .strengths-content__title {
    font-size: 16px;
    padding: 6px;
    margin-left: 0;
  }
}
.strengths-content__text {
  font-size: 18px;
  line-height: 2;
  margin-left: 32px;
  margin-right: 32px;
}
@media screen and (max-width: 1200px) {
  .strengths-content__text {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .strengths-content__text {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .strengths-content__text {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .strengths-content__text {
    margin-left: 0;
    margin-right: 0;
    line-height: 1.6;
  }
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ボタンの共通デザイン */
.custom-button-prev,
.custom-button-next {
  position: absolute !important;
  top: 860px !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px !important;
  height: 48px !important;
  background-color: #ffffff;
  color: #02046D !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  border-radius: 50%;
  cursor: pointer !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 999999 !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: 1.6px solid #02046D;
}
.custom-button-prev span,
.custom-button-next span {
  font-weight: bold;
  -webkit-transform: scaleY(1.8) scaleX(0.8);
          transform: scaleY(1.8) scaleX(0.8);
}
.custom-button-prev > i,
.custom-button-next > i {
  scale: 0.6;
}
.custom-button-prev:hover,
.custom-button-next:hover {
  background-color: #02046D !important;
  color: #ffffff !important;
}
@media screen and (max-width: 1200px) {
  .custom-button-prev,
  .custom-button-next {
    top: 700px !important;
  }
}
@media screen and (max-width: 1024px) {
  .custom-button-prev,
  .custom-button-next {
    top: 620px !important;
    width: 36px !important;
    height: 36px !important;
  }
}
@media screen and (max-width: 768px) {
  .custom-button-prev,
  .custom-button-next {
    top: 460px !important;
  }
}
@media screen and (max-width: 480px) {
  .custom-button-prev,
  .custom-button-next {
    top: 400px !important;
  }
}
.custom-button-prev::after,
.custom-button-next::after {
  display: none !important;
}

/* 前へボタンの位置 */
.custom-button-prev {
  left: 45% !important;
}
@media screen and (max-width: 1024px) {
  .custom-button-prev {
    left: 40% !important;
  }
}
@media screen and (max-width: 768px) {
  .custom-button-prev {
    left: 37.5% !important;
  }
}
@media screen and (max-width: 480px) {
  .custom-button-prev {
    left: 35% !important;
  }
}

/* 次へボタンの位置 */
.custom-button-next {
  right: 45% !important;
}
@media screen and (max-width: 1024px) {
  .custom-button-next {
    right: 40% !important;
  }
}
@media screen and (max-width: 768px) {
  .custom-button-next {
    right: 37.5% !important;
  }
}
@media screen and (max-width: 480px) {
  .custom-button-next {
    right: 35% !important;
  }
}

/* FontAwesomeアイコンのサイズ調整 */
.custom-button-prev i,
.custom-button-next i {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .custom-button-prev i,
  .custom-button-next i {
    font-size: 16px;
  }
}

.swiper-button-disabled {
  opacity: 0.5 !important; /* 透明度を下げるだけで非表示にしない */
  pointer-events: none; /* クリックできないようにする */
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flow__title {
  margin-bottom: 7.0769230769vw;
}
@media screen and (max-width: 768px) {
  .flow__title {
    margin-bottom: 5vw;
  }
}
.flow-content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .flow-content {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .flow-content {
    width: 92%;
  }
}
.flow-content__item {
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .flow-content__item {
    height: 404px;
  }
}
@media screen and (max-width: 480px) {
  .flow-content__item {
    height: 360px;
  }
}
.flow-content__title {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .flow-content__title {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 56px;
  }
}
@media screen and (max-width: 1024px) {
  .flow-content__title {
    margin-bottom: 10px;
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .flow-content__title {
    margin-bottom: 8px;
    line-height: 42px;
  }
}
@media screen and (max-width: 480px) {
  .flow-content__title {
    line-height: 32px;
    font-size: 18px;
  }
}
.flow-content__title--num {
  font-size: 30px;
  color: #ffffff;
  width: 70px;
  height: 70px;
  margin-right: 40px;
  border-radius: 50%;
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .flow-content__title--num {
    width: 56px;
    height: 56px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .flow-content__title--num {
    width: 48px;
    height: 48px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .flow-content__title--num {
    width: 42px;
    height: 42px;
    margin-right: 46px;
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .flow-content__title--num {
    width: 32px;
    height: 32px;
    font-size: 18px;
    margin-right: 10px;
  }
}
.flow-content__title--num::after {
  content: "";
  position: absolute;
  width: 1.4px;
  height: 244px;
  background-color: #02046D;
  top: 82px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .flow-content__title--num::after {
    height: 208px;
    top: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .flow-content__title--num::after {
    top: 58px;
    height: 194px;
  }
}
@media screen and (max-width: 768px) {
  .flow-content__title--num::after {
    top: 52px;
    height: 376px;
  }
}
@media screen and (max-width: 480px) {
  .flow-content__title--num::after {
    top: 45px;
    width: 1px;
    height: min(12.5vw + 290px, 340px);
  }
}
.flow-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 110px;
  margin-bottom: 62px;
}
@media screen and (max-width: 1200px) {
  .flow-content__body {
    margin-left: 80px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .flow-content__body {
    margin-left: 64px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .flow-content__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 88px;
    width: 340px;
  }
}
@media screen and (max-width: 480px) {
  .flow-content__body {
    margin-left: 46px;
    width: min(75vw, 300px);
    height: min(70vw, 280px);
  }
}
.flow-content__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 284px;
          flex: 0 0 284px;
  height: 184px;
  margin-right: 34px;
}
@media screen and (max-width: 768px) {
  .flow-content__img-wrapper {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 340px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .flow-content__img-wrapper {
    width: min(75vw, 300px);
  }
}
.flow-content__text {
  margin-top: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 652px;
          flex: 0 1 652px;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .flow-content__text {
    margin-top: 24px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .flow-content__text {
    margin-top: 18px;
    font-size: 16px;
  }
}

.flow-content__item:last-child .flow-content__title--num::after {
  height: 0;
}

.news-bg {
  padding-top: 8.4615384615vw;
  padding-bottom: 6.1538461538vw;
  background-image: url(../img/company/bg@2x.png);
  background-position: center;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-bg {
    padding-top: 9.375vw;
    padding-bottom: 4.6875vw;
  }
}
.news-content {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 110px;
  padding-right: 110px;
  padding-bottom: 13.0769230769vw;
}
@media screen and (max-width: 1200px) {
  .news-content {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .news-content {
    width: 92%;
    padding-bottom: 18.75vw;
  }
}
@media screen and (max-width: 480px) {
  .news-content {
    width: 95%;
  }
}
.news__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin-bottom: min(8.4615384615vw, 110px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news__button-wrapper {
    margin-bottom: 5.625vw;
  }
}
.news__button {
  text-align: center;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 240px;
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 24px;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 1200px) {
  .news__button {
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .news__button {
    margin-bottom: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 40px);
            flex: 0 1 calc(50% - 40px);
  }
}
@media screen and (max-width: 480px) {
  .news__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 20px);
            flex: 0 1 calc(50% - 20px);
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }
}
.news__button::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, white)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, white));
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, white)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, white));
  mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.news__button--active {
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  color: #ffffff;
  -webkit-text-fill-color: initial;
}
.news__button:hover {
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  color: #ffffff;
  -webkit-text-fill-color: initial;
}
.news__body-wrapper {
  border-top: 1px solid #02046D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news__body {
  padding-top: 34px;
  padding-bottom: 38px;
  padding-left: 14px;
  padding-right: 60px;
  border-bottom: 1px solid #02046D;
  position: relative;
}
.news__body:hover .news__meta, .news__body:hover .news__title {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news__body:hover .news__button--small {
  -webkit-transform: translate(10px, -17px);
          transform: translate(10px, -17px);
}
@media screen and (max-width: 1200px) {
  .news__body {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .news__body {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .news__body {
    padding-top: 2.8125vw;
    padding-bottom: 2.8125vw;
    padding-right: 48px;
  }
}
.news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 768px) {
  .news__meta {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .news__meta {
    margin-bottom: 10px;
  }
}
.news__date {
  font-size: 16px;
  margin-right: 8px;
}
.news__category {
  font-size: 14px;
  color: #02046D;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .news__category {
    font-size: 14px;
  }
}
.news__category::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #02046D;
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
}
.news__title {
  font-size: 18px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 1024px) {
  .news__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .news__title {
    font-size: 14px;
  }
}
.news__button--small {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 1024px) {
  .news__button--small {
    width: 28px;
    height: 28px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .news__button--small {
    width: 24px;
    height: 24px;
    right: 16px;
  }
}
.news__button--small > i {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .news__button--small > i {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .news__button--small > i {
    font-size: 10px;
  }
}

.news-detail__title-area {
  padding-bottom: 38px;
  border-bottom: 1px solid #02046D;
  position: relative;
  margin-bottom: 64px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .news-detail__title-area {
    padding-bottom: 32px;
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .news-detail__title-area {
    padding-bottom: 28px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail__title-area {
    padding-bottom: 18px;
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .news-detail__title-area {
    padding-top: 16px;
    width: 92%;
  }
}
.news-detail__title-area > .news-detail__title {
  white-space: inherit;
}
.news-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news-detail__meta {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  .news-detail__meta {
    margin-bottom: 12px;
  }
}
.news-detail__date {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .news-detail__date {
    font-size: 16px;
  }
}
.news-detail__category {
  font-size: 14px;
  color: #02046D;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-detail__category {
    font-size: 12px;
  }
}
.news-detail__category::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #02046D;
  position: absolute;
  top: 4px;
  left: 0;
}
.news-detail__title {
  font-size: 30px;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .news-detail__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .news-detail__title {
    font-size: 18px;
  }
}
.news-detail__text {
  max-width: 1300px;
  padding-left: 110px;
  padding-right: 110px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 2.5;
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .news-detail__text {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .news-detail__text {
    width: 90%;
    font-size: 16px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .news-detail__text {
    width: 92%;
  }
}
.news-detail__button {
  display: block;
  padding-left: 32px;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 240px;
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  border-radius: 24px;
  position: relative;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8.4615384615vw;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 768px) {
  .news-detail__button {
    width: max(37.5vw, 180px);
    padding-top: 1.875vw;
    padding-bottom: 1.875vw;
  }
}
.news-detail__button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news-detail__button-icon {
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  color: #02046D;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.news-detail__nav {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 11.5384615385vw;
}
@media screen and (max-width: 1200px) {
  .news-detail__nav {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .news-detail__nav {
    width: 90%;
    padding-bottom: 20.3125vw;
  }
}
@media screen and (max-width: 480px) {
  .news-detail__nav {
    width: 92%;
  }
}
.news-detail__nav .news__body {
  padding-top: 28px;
}
.news-detail__nav .news__body .news__meta {
  margin-bottom: 12px;
}

.news__img {
  width: 849px !important;
  height: 530px !important;
  margin-right: 24px;
  margin-left: 24px;
}
.news__img-area {
  width: 100%;
}
.news__img-wrapper {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .news__img {
    width: 720px !important;
    height: 449px !important;
  }
}
@media screen and (max-width: 1024px) {
  .news__img {
    width: 600px !important;
    height: 375px !important;
    margin-left: 18px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .news__img {
    width: 400px !important;
    height: 250px !important;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .news__img {
    width: 340px !important;
    height: 212px !important;
  }
}

.news__img-area {
  padding-bottom: 121px !important;
}
@media screen and (max-width: 480px) {
  .news__img-area {
    padding-bottom: 80px !important;
  }
}
.news__img-area .custom-button-prev, .news__img-area .custom-button-next {
  top: auto !important;
  bottom: 40px;
  -webkit-transform: none !important;
          transform: none !important;
}
.news__img-area .custom-button-prev:hover, .news__img-area .custom-button-next:hover {
  background-color: #02046D !important;
  color: #ffffff !important;
}
@media screen and (max-width: 1024px) {
  .news__img-area .custom-button-prev, .news__img-area .custom-button-next {
    bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .news__img-area .custom-button-prev, .news__img-area .custom-button-next {
    bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .news__img-area .custom-button-prev, .news__img-area .custom-button-next {
    bottom: 20px;
  }
}

.news__img-area .custom-button-prev {
  left: 45% !important;
}
@media screen and (max-width: 768px) {
  .news__img-area .custom-button-prev {
    left: 41% !important;
  }
}
@media screen and (max-width: 480px) {
  .news__img-area .custom-button-prev {
    left: 38% !important;
  }
}

.news__img-area .custom-button-next {
  right: 45% !important;
}
@media screen and (max-width: 768px) {
  .news__img-area .custom-button-next {
    right: 41% !important;
  }
}
@media screen and (max-width: 480px) {
  .news__img-area .custom-button-next {
    right: 38% !important;
  }
}

.product-fv {
  width: 100%;
  height: 450px;
  background-image: url(../img/product/product-fv.png);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .product-fv {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .product-fv {
    height: 450px;
  }
}
.product-fv__title {
  text-align: center;
  padding-top: 200px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .product-fv__title {
    height: 450px;
  }
}
@media screen and (max-width: 480px) {
  .product-fv__title {
    height: 400px;
  }
}
.product-fv__title--en {
  font-size: 76.5px;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .product-fv__title--en {
    font-size: 64px;
  }
}
@media screen and (max-width: 768px) {
  .product-fv__title--en {
    font-size: 58px;
  }
}
@media screen and (max-width: 480px) {
  .product-fv__title--en {
    font-size: 54px;
  }
}
.product-fv__title--ja {
  font-size: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .product-fv__title--ja {
    font-size: 18px;
  }
}

.product-bg {
  padding-top: 110px;
  padding-bottom: 80px;
  background-image: url(../img/company/bg@2x.png);
  background-position: center;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .product-bg {
    padding-top: 72px;
  }
}
@media screen and (max-width: 768px) {
  .product-bg {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.product-content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 11.5384615385vw;
}
@media screen and (max-width: 1200px) {
  .product-content {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .product-content {
    width: 92%;
  }
}
@media screen and (max-width: 480px) {
  .product-content {
    width: 95%;
    padding-bottom: 12.5vw;
  }
}
.product__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin-bottom: 74px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .product__button-wrapper {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .product__button-wrapper {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .product__button-wrapper {
    margin-bottom: 36px;
  }
}
.product__button {
  text-align: center;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 240px;
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 24px;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 1200px) {
  .product__button {
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .product__button {
    margin-bottom: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 40px);
            flex: 0 1 calc(50% - 40px);
  }
}
@media screen and (max-width: 480px) {
  .product__button {
    margin-bottom: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 20px);
            flex: 0 1 calc(50% - 20px);
  }
}
.product__button::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, white)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, white));
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, white)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, white));
  mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.product__button--active {
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  color: #ffffff;
  -webkit-text-fill-color: initial;
}
.product__button:hover {
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  color: #ffffff;
  -webkit-text-fill-color: initial;
}
.product__box-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, 333px);
  gap: 40px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .product__box-wrapper {
    display: block;
  }
}
.product__box {
  width: 333.3333333333px;
  height: 272px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 768px) {
  .product__box {
    display: block;
    width: min(90%, 550px);
    margin-bottom: 60px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .product__box {
    width: 100%;
  }
}
.product__box:hover {
  scale: 1.05;
}
.product__img-wrapper {
  width: 100%;
  height: 216px;
  background-color: #ffffff;
  border: 2px solid #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product__img-wrapper {
    height: auto;
  }
}
.product__img {
  width: 70%;
  height: auto;
}
.product__name {
  font-size: 18px;
}
.product__angle {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f99a1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 14px;
  bottom: 14px;
}
.product__angle > i {
  color: #ffffff;
}

.product-detail__title-area {
  padding-bottom: 38px;
  border-bottom: 1px solid #02046D;
  position: relative;
  margin-bottom: 64px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .product-detail__title-area {
    padding-bottom: 32px;
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail__title-area {
    padding-bottom: 28px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail__title-area {
    padding-bottom: 18px;
    width: 92%;
  }
}
@media screen and (max-width: 480px) {
  .product-detail__title-area {
    padding-top: 16px;
    width: 95%;
  }
}
.product-detail__title-area > .product-detail__title {
  white-space: inherit;
}
.product-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .product-detail__meta {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail__meta {
    margin-bottom: 18px;
  }
}
.product-detail__category {
  font-size: 12px;
  color: #02046D;
  width: 164px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 28px;
  border: 1px solid #02046D;
}
.product-detail__title {
  font-size: 30px;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .product-detail__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail__title {
    font-size: 18px;
  }
}
.product-detail__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .product-detail__button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.product-detail__button {
  display: block;
  padding-left: 32px;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 240px;
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  border-radius: 24px;
  position: relative;
  color: #ffffff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.product-detail__button--yellow {
  background: none;
  background-color: #f99a1e;
  width: 286px;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .product-detail__button--yellow {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.product-detail__button--yellow .product-detail__button-icon {
  color: #f99a1e;
}
.product-detail__button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.product-detail__button-icon {
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  color: #02046D;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.product-detail__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .product-detail__main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    overflow: hidden;
  }
}
.product-detail__img-wrapper {
  width: 772px;
  height: 512px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 2px solid #808080;
  position: relative;
  aspect-ratio: 772/512;
}
@media screen and (max-width: 1200px) {
  .product-detail__img-wrapper {
    width: 610px;
    height: 405px;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail__img-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-detail__img-wrapper {
    width: 400px;
    height: 263px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail__img-wrapper {
    width: 340px;
    height: 225px;
  }
}
.product-detail__img {
  width: 70%;
  height: 70%;
}
.product-detail__prev, .product-detail__next {
  width: 68px;
  height: 68px;
  background-color: #f99a1e;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .product-detail__prev, .product-detail__next {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail__prev, .product-detail__next {
    width: 32px;
    height: 32px;
  }
}
.product-detail__prev span, .product-detail__next span {
  width: 68px;
  line-height: 68px;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  -webkit-transform: scaleY(1.8) scaleX(0.8);
          transform: scaleY(1.8) scaleX(0.8);
}
@media screen and (max-width: 768px) {
  .product-detail__prev span, .product-detail__next span {
    width: 48px;
    line-height: 48px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail__prev span, .product-detail__next span {
    width: 32px;
    line-height: 32px;
  }
}
.product-detail__prev {
  left: 32px;
}
@media screen and (max-width: 768px) {
  .product-detail__prev {
    left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail__prev {
    left: 12px;
  }
}
.product-detail__next {
  right: 32px;
}
@media screen and (max-width: 768px) {
  .product-detail__next {
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail__next {
    right: 12px;
  }
}
.product-detail__others {
  display: grid;
  grid-template-columns: repeat(2, 140px);
  grid-template-rows: repeat(5, 92px);
  gap: 13px;
  width: 293px;
  height: 512px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .product-detail__others {
    grid-template-rows: repeat(4, 92px);
    height: 405px;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail__others {
    grid-template-columns: repeat(4, 140px);
    grid-template-rows: repeat(2, 92px);
    width: 599px;
    height: 197px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .product-detail__others {
    grid-template-columns: repeat(3, 140px);
    grid-template-rows: repeat(2, 92px);
    width: 446px;
    height: 197px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail__others {
    grid-template-columns: repeat(2, 140px);
    grid-template-rows: repeat(2, 92px);
    width: 293px;
    height: 197px;
  }
}
.product-detail__other {
  width: 140px;
  height: 92px;
  background-color: #808080;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.product-detail__other:hover {
  scale: 1.05;
}
.product-detail__other img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 68px;
}
@media screen and (max-width: 1200px) {
  .product-detail__info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 535px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail__info-wrapper {
    width: 100%;
    margin-bottom: 42px;
  }
}
.product-detail__info {
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  color: #ffffff;
  height: 72px;
  width: calc(50% - 5px);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .product-detail__info {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .product-detail__info {
    height: 64px;
  }
}
.product-detail__info-header {
  width: 150px;
  border-right: 1px solid #ffffff;
  padding-left: 45px;
  height: 72px;
  line-height: 72px;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .product-detail__info-header {
    width: 100px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail__info-header {
    height: 64px;
    line-height: 64px;
  }
}
.product-detail__info-body {
  line-height: 72px;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .product-detail__info-body {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail__info-body {
    height: 64px;
    line-height: 64px;
  }
}
.product-detail__text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 64px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product-detail__text {
    margin-bottom: 36px;
  }
}
.product-detail__others--left, .product-detail__others--right {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .product-detail__others--left, .product-detail__others--right {
    width: 610px;
    height: 405px;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail__others--left, .product-detail__others--right {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .product-detail__others--left, .product-detail__others--right {
    width: 400px;
    height: 263px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail__others--left, .product-detail__others--right {
    width: 340px;
    height: 225px;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail__others--default {
    display: none;
  }
}

.equipment-bg {
  padding-top: 8.4615384615vw;
  padding-bottom: 6.1538461538vw;
  background-image: url(../img/about/gray-bg@2x.png);
  background-position: center;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .equipment-bg {
    padding-top: 9.375vw;
    padding-bottom: 4.6875vw;
  }
}
.equipment-content {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 110px;
  padding-right: 110px;
  padding-bottom: 11.5384615385vw;
}
@media screen and (max-width: 1200px) {
  .equipment-content {
    padding-left: 0;
    padding-right: 0;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .equipment-content {
    padding-bottom: 12.5vw;
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .equipment-content {
    width: 92%;
  }
}
.equipment__box-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, 333px);
  gap: 40px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .equipment__box-wrapper {
    display: block;
  }
}
.equipment__box {
  width: 333.3333333333px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  height: auto;
}
@media screen and (max-width: 768px) {
  .equipment__box {
    width: 90%;
    margin-bottom: 60px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .equipment__box {
    width: 100%;
  }
}
.equipment__box:hover {
  scale: 1.05;
}
.equipment__img-wrapper {
  max-width: 333px;
  height: 220px !important;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 2px solid #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .equipment__img-wrapper {
    height: auto;
  }
}
.equipment__img {
  height: 100%;
  width: auto;
}
.equipment__angle {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f99a1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 14px;
  bottom: 14px;
}
.equipment__angle > i {
  color: #ffffff;
}
.equipment__name {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 4.2px solid #f99a1e;
}
.equipment__info {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #808080;
  font-size: 14px;
}
.equipment__info-header {
  width: 100px;
  padding-left: 12px;
  display: inline-block;
}

.equipment-detail__title-area {
  padding-bottom: 38px;
  border-bottom: 1px solid #02046D;
  position: relative;
  margin-bottom: 64px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .equipment-detail__title-area {
    padding-bottom: 32px;
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .equipment-detail__title-area {
    padding-bottom: 28px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .equipment-detail__title-area {
    padding-bottom: 18px;
    width: 92%;
  }
}
@media screen and (max-width: 480px) {
  .equipment-detail__title-area {
    padding-top: 16px;
    width: 95%;
  }
}
.equipment-detail__title-area > .equipment-detail__title {
  white-space: inherit;
}
.equipment-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .equipment-detail__meta {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .equipment-detail__meta {
    margin-bottom: 18px;
  }
}
.equipment-detail__category {
  font-size: 12px;
  color: #02046D;
  width: 164px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 28px;
  border: 1px solid #02046D;
}
.equipment-detail__title {
  font-size: 2.3076923077vw;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .equipment-detail__title {
    font-size: 3.4375vw;
  }
}
.equipment-detail__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .equipment-detail__button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.equipment-detail__button {
  display: block;
  padding-left: 32px;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 240px;
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  border-radius: 24px;
  position: relative;
  color: #ffffff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 768px) {
  .equipment-detail__button {
    width: max(37.5vw, 180px);
    padding-top: 1.875vw;
    padding-bottom: 1.875vw;
  }
}
.equipment-detail__button--yellow {
  background: none;
  background-color: #f99a1e;
  width: 286px;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .equipment-detail__button--yellow {
    margin-right: 0;
    margin-bottom: 30px;
    width: max(44.6875vw, 245px);
  }
}
.equipment-detail__button--yellow .equipment-detail__button-icon {
  color: #f99a1e;
}
.equipment-detail__button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.equipment-detail__button-icon {
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  color: #02046D;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.equipment-detail__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .equipment-detail__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.equipment-detail__img-wrapper {
  width: 772px;
  height: 512px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 2px solid #808080;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .equipment-detail__img-wrapper {
    width: 610px;
    height: 405px;
  }
}
@media screen and (max-width: 768px) {
  .equipment-detail__img-wrapper {
    width: 400px;
    height: 263px;
  }
}
@media screen and (max-width: 480px) {
  .equipment-detail__img-wrapper {
    width: 340px;
    height: 225px;
  }
}
.equipment-detail__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.equipment-detail__prev, .equipment-detail__next {
  width: 68px;
  height: 68px;
  background-color: #f99a1e;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .equipment-detail__prev, .equipment-detail__next {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 480px) {
  .equipment-detail__prev, .equipment-detail__next {
    width: 32px;
    height: 32px;
  }
}
.equipment-detail__prev span, .equipment-detail__next span {
  color: #ffffff;
  font-size: 18px;
  -webkit-transform: scaleY(1.8) scaleX(0.8);
          transform: scaleY(1.8) scaleX(0.8);
  text-align: center;
  display: block;
  width: 68px;
  line-height: 68px;
}
@media screen and (max-width: 768px) {
  .equipment-detail__prev span, .equipment-detail__next span {
    width: 48px;
    line-height: 48px;
  }
}
@media screen and (max-width: 480px) {
  .equipment-detail__prev span, .equipment-detail__next span {
    width: 32px;
    line-height: 32px;
  }
}
.equipment-detail__prev i, .equipment-detail__next i {
  color: #ffffff;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .equipment-detail__prev i, .equipment-detail__next i {
    font-size: 16px;
  }
}
.equipment-detail__prev {
  left: 32px;
}
@media screen and (max-width: 768px) {
  .equipment-detail__prev {
    left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .equipment-detail__prev {
    left: 12px;
  }
}
.equipment-detail__next {
  right: 32px;
}
@media screen and (max-width: 768px) {
  .equipment-detail__next {
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .equipment-detail__next {
    right: 12px;
  }
}
.equipment-detail__others {
  display: grid;
  grid-template-columns: repeat(2, 140px);
  grid-template-rows: repeat(5, 92px);
  gap: 13px;
  width: 293px;
  height: 512px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .equipment-detail__others {
    grid-template-rows: repeat(4, 92px);
    height: 405px;
  }
}
@media screen and (max-width: 1024px) {
  .equipment-detail__others {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .equipment-detail__others {
    grid-template-columns: repeat(3, 140px);
    grid-template-rows: repeat(2, 92px);
    width: 446px;
    height: 197px;
  }
}
@media screen and (max-width: 480px) {
  .equipment-detail__others {
    grid-template-columns: repeat(2, 140px);
    grid-template-rows: repeat(2, 92px);
    width: 293px;
    height: 197px;
  }
}
.equipment-detail__other {
  width: 140px;
  height: 92px;
  background-color: #808080;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.equipment-detail__other:hover {
  scale: 1.05;
}
.equipment-detail__other img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.equipment-detail__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 78px;
}
@media screen and (max-width: 1200px) {
  .equipment-detail__info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 535px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .equipment-detail__info-wrapper {
    max-width: 400px;
    width: 100%;
  }
}
.equipment-detail__info {
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  color: #ffffff;
  height: 75px;
  width: calc(50% - 5px);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .equipment-detail__info {
    width: 100%;
  }
}
.equipment-detail__info-header {
  width: 150px;
  border-right: 1px solid #ffffff;
  padding-left: 50px;
  height: 75px;
  line-height: 75px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .equipment-detail__info-header {
    width: 30%;
    padding-left: 20px;
  }
}
.equipment-detail__info-body {
  line-height: 75px;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .equipment-detail__info-body {
    text-align: center;
    padding-left: 20px;
  }
}
.equipment-detail__text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 64px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #main .contact-fv__title {
    height: unset;
  }
}

.contact-confirm .contact__section::after {
  height: 0px; /* ボーダーの高さ */
}

.contact__section {
  position: relative;
  padding-bottom: 8.9230769231vw;
}
.contact__section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px; /* ボーダーの高さ */
  background: -webkit-gradient(linear, right top, left top, from(navy), to(skyblue));
  background: linear-gradient(to left, navy, skyblue);
}
.contact__form {
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .contact__form {
    width: 984px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__form {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .contact__form {
    width: 90%;
  }
}
.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .contact__row {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact__row {
    margin-bottom: 28px;
  }
}
.contact__head {
  width: 248px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-size: 16px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
  .contact__head {
    width: 230px;
  }
}
.contact__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 784px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #abacac;
  letter-spacing: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px !important;
}
@media screen and (max-width: 1200px) {
  .contact__data {
    width: 754px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__data {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .contact__data {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact-name__data:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .contact-name__data:first-child {
    margin-right: 22px;
  }
}
@media screen and (max-width: 768px) {
  .contact-name__data:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-name__data {
    margin-bottom: 10px;
    width: 100%;
  }
}
.contact__form input {
  font-family: "Shippori Mincho", serif;
  width: 784px;
  height: 50px;
  background-color: #ffffff;
  border: 2px solid #abacac;
  color: #3e3a39;
  border-radius: 0;
  padding: 12px 24px;
  letter-spacing: 2px !important;
}
@media screen and (max-width: 1200px) {
  .contact__form input {
    width: 754px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__form input {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .contact__form input {
    width: 100%;
  }
}
.contact__form input::-webkit-input-placeholder {
  color: #abacac;
  font-size: 16px;
}
.contact__form input::-moz-placeholder {
  color: #abacac;
  font-size: 16px;
}
.contact__form input:-ms-input-placeholder {
  color: #abacac;
  font-size: 16px;
}
.contact__form input::-ms-input-placeholder {
  color: #abacac;
  font-size: 16px;
}
.contact__form input::placeholder {
  color: #abacac;
  font-size: 16px;
}
.contact__form input[name=family-name], .contact__form input[name=kana-family-name], .contact__form input[name=first-name], .contact__form input[name=kana-first-name] {
  width: 376px;
}
@media screen and (max-width: 1200px) {
  .contact__form input[name=family-name], .contact__form input[name=kana-family-name], .contact__form input[name=first-name], .contact__form input[name=kana-first-name] {
    width: 366px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__form input[name=family-name], .contact__form input[name=kana-family-name], .contact__form input[name=first-name], .contact__form input[name=kana-first-name] {
    width: 339px;
  }
}
@media screen and (max-width: 768px) {
  .contact__form input[name=family-name], .contact__form input[name=kana-family-name], .contact__form input[name=first-name], .contact__form input[name=kana-first-name] {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact__form input[name=family-name]:first-child, .contact__form input[name=kana-family-name]:first-child, .contact__form input[name=first-name]:first-child, .contact__form input[name=kana-first-name]:first-child {
    width: 100%;
  }
}
.contact__form input[name=address-1], .contact__form input[name=address-2], .contact__form input[name=address-3] {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .contact__form input[name=address-1], .contact__form input[name=address-2], .contact__form input[name=address-3] {
    margin-bottom: 28px;
  }
}
.contact__form input[type=checkbox] {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: 2px solid #808080;
  margin-right: 12px;
}
.contact__form textarea {
  font-family: "Shippori Mincho", serif;
  width: 784px;
  height: 298px;
  background-color: #ffffff;
  border: 2px solid #abacac;
  border-radius: 0;
  color: #3e3a39;
  letter-spacing: 2px !important;
}
@media screen and (max-width: 1200px) {
  .contact__form textarea {
    width: 754px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__form textarea {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .contact__form textarea {
    width: 100%;
  }
}
.contact__form textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #abacac;
}
.contact__form textarea::-moz-placeholder {
  font-size: 16px;
  color: #abacac;
}
.contact__form textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #abacac;
}
.contact__form textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #abacac;
}
.contact__form textarea::placeholder {
  font-size: 16px;
  color: #abacac;
}
.contact__form label {
  height: 50px;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form .mwform-checkbox-field {
  width: 300px;
  margin-left: 0 !important;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contact__form .mwform-checkbox-field {
    width: 180px !important;
  }
}
.contact__data-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 784px;
}
@media screen and (max-width: 768px) {
  .contact__data-checkbox {
    width: 100%;
  }
}
.contact__required {
  display: inline-block;
  font-size: 10px;
  color: #ffffff;
  background-color: #c40012;
  padding: 2px 6px;
  margin-left: 28px;
}
.contact__form a {
  color: #c40012 !important;
  font-weight: bold;
}

.contact__data-privacy .mwform-checkbox-field {
  width: 30px !important;
}

.contact-bg-wrapper {
  padding-top: min(8vw, 104px);
  padding-bottom: min(11.5384615385vw, 150px);
  background-image: url(../img/company/bg@2x.png);
  background-position: center;
  background-size: cover;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .contact-bg-wrapper {
    padding-top: 7.5vw;
    padding-bottom: 12.5vw;
  }
}
@media screen and (max-width: 480px) {
  .contact-bg-wrapper {
    padding-top: 4.375vw;
  }
}
.contact-bg-wrapper .contact-fv__title {
  padding-top: 0;
  color: #02046D;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .contact-bg-wrapper .contact-fv__title {
    margin-bottom: 6.25vw;
  }
}

.contact__desc {
  text-align: center;
  margin-bottom: 78px;
  font-size: 18px;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .contact__desc {
    font-size: 14px;
    margin-bottom: 7.5vw;
  }
}

.contact__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: bold;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 24px;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-family: "Shippori Mincho", serif;
}
.contact__button:not(:last-child) {
  margin-right: 60px;
}
.contact__button:not(:last-child)::before {
  height: 1px;
  width: 60px;
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -60px;
}
.contact__button::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, white)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, white));
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, white)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, white));
  mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.contact__button--active {
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  color: #ffffff;
  -webkit-text-fill-color: initial;
}
.contact__confirm--hidden {
  display: none !important;
}
.contact__confirm {
  display: block;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  width: 240px !important;
  background: -webkit-gradient(linear, right top, left top, from(#02046D), to(#4297DC));
  background: linear-gradient(to left, #02046D, #4297DC);
  border-radius: 24px !important;
  position: relative;
  color: #ffffff !important;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  height: auto !important;
  border-width: 0 !important;
  text-align: left;
  font-weight: normal !important;
  overflow: visible !important;
  font-family: "Shippori Mincho", serif;
}
.contact__confirm:last-child {
  margin-top: 30px;
}
.contact__confirm:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.contact__icon {
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  color: #02046D;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: 9999;
}
.contact__back {
  width: 180px !important;
}
.contact__submit {
  width: 220px !important;
}

.faq {
  padding-top: 8.4615384615vw;
  padding-bottom: 6.1538461538vw;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.faq__title {
  height: auto;
  line-height: auto;
}
@media screen and (max-width: 1200px) {
  .faq {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    padding-top: 14.0625vw;
    padding-bottom: 9.375vw;
  }
}

details {
  margin-bottom: 10px;
}
@media (any-hover: hover) {
  details:hover {
    cursor: pointer;
  }
}

summary {
  display: block;
  padding-top: 30px;
  padding-right: 108px;
  padding-bottom: 30px;
  padding-left: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#02046D), to(#4297DC));
  background: linear-gradient(to right, #02046D, #4297DC);
  cursor: pointer;
  color: #ffffff;
  font-size: 21px;
  position: relative;
}
@media screen and (max-width: 768px) {
  summary {
    padding-top: 4.375vw;
    padding-bottom: 4.375vw;
    padding-left: 3.125vw;
    font-size: 18px;
  }
}
summary .faq__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  background-color: #ffffff;
  color: #02046D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
summary .faq__icon i {
  font-size: 12px;
}
summary::-webkit-details-marker {
  display: none;
}

.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq__answer {
  display: block;
  padding-top: 30px;
  padding-right: 80px;
  padding-bottom: 30px;
  padding-left: 24px;
  font-size: 18px;
  line-height: 2;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease, height 0.4s ease;
  transition: opacity 0.4s ease, height 0.4s ease;
  background: none;
}
@media screen and (max-width: 768px) {
  .faq__answer {
    padding-top: 4.0625vw;
    padding-bottom: 4.0625vw;
    padding-right: 3.125vw;
    padding-left: 3.125vw;
    font-size: 16px;
  }
}

details[open] .faq__answer {
  opacity: 1;
  height: auto;
}

details[open] .faq__icon {
  rotate: 180deg;
  translate: 0 -100%;
}

.faq .product__button-wrapper {
  margin-bottom: 64px;
}

.page-contact input[name=submit] {
  display: none;
}

span.error {
  font-size: 14px !important;
  margin-right: auto;
}

.contact-name span.error:nth-child(4) {
  margin-left: 32px;
  display: block;
}

.contact-address span.error {
  margin-top: -10px;
}

.contact-address span.error:nth-child(2),
.contact-address span.error:nth-child(4) {
  margin-bottom: 18px;
}

.contact__data-privacy {
  position: relative;
  font-size: 16px;
}
.contact__data-privacy label {
  margin-right: auto;
  width: 100%;
}

.contact__data-privacy span.error {
  position: absolute;
  left: 0;
  top: 36px;
}

.contact-confirm .contact__data {
  color: #3e3a39 !important;
}

#footer {
  position: relative;
  padding: 7rem 0 30rem;
}
#footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/common/footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 40rem;
}
#footer .footer-layout {
  position: relative;
  z-index: 22;
}
#footer .footer-layout .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45rem;
  margin: 0 auto 3rem auto;
}
#footer .footer-layout .footer-logo img {
  width: 100%;
}
#footer .footer-layout .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#footer .footer-layout .address p {
  margin-bottom: 1rem;
}

.copyright {
  width: 100%;
  padding: 2rem;
  background: #83BC40;
}
.copyright .copy-layout {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.copyright .copy-layout p {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.2rem;
  color: #FFFFFF;
}
@media only screen and (max-width: 640px) {
  .copyright .copy-layout p {
    font-size: 1.8rem;
  }
}

.back-to-top {
  position: fixed;
  bottom: 9.6rem;
  right: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.4rem;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  z-index: 996;
}
@media only screen and (max-width: 640px) {
  .back-to-top {
    width: 7.2rem;
    right: 1.6rem;
    bottom: 11.2rem;
  }
}
.back-to-top img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.back-to-top:hover img {
  opacity: 0.45;
}

.footer_ver2 {
  margin-top: -0.2rem;
  position: relative;
  padding: 90px 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(circle, rgb(66, 151, 220) 0%, rgb(2, 4, 109) 30%);
}
@media print, screen and (max-width: 1300px) {
  .footer_ver2 {
    background: radial-gradient(circle, rgb(66, 151, 220) 0%, rgb(2, 4, 109) 40%);
  }
}
.footer_ver2 a, .footer_ver2 p {
  color: #fff;
  font-family: "shippori-mincho", sans-serif;
}
.footer_ver2 .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_ver2 .logo span, .footer_ver2 .logo p {
  font-family: "shippori-mincho", sans-serif;
  text-align: center;
  letter-spacing: 0.16em;
}
.footer_ver2 .logo span {
  font-size: 2.4rem;
}
.footer_ver2 .logo p {
  font-size: 3.6rem;
}
.footer_ver2 .logo-img {
  width: 24rem;
}
.footer_ver2 .group-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}
.footer_ver2 .group-content .content {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .footer_ver2 .group-content .content {
    font-size: 1.4rem;
  }
}
.footer_ver2 .group-content .link_ins {
  margin-top: 1rem;
}
.footer_ver2 .group-content .list-btn {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 1rem;
}
@media only screen and (max-width: 640px) {
  .footer_ver2 .group-content .list-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
    margin-bottom: 3.125vw;
  }
}
.footer_ver2 .group-content .list-btn .link {
  font-size: 2rem;
  padding: 10px 0;
  width: 100%;
  max-width: 25rem;
  border: 1px solid #fff;
  border-radius: 0.7rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .footer_ver2 .group-content .list-btn .link {
    display: block;
    margin: 1.5625vw auto;
  }
}
.footer_ver2 .group-content .list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 640px) {
  .footer_ver2 .group-content .list-link {
    max-width: 50rem;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 2rem;
  }
  .footer_ver2 .group-content .list-link.list_pc {
    display: none;
  }
}
.footer_ver2 .group-content .list-link.list_sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .footer_ver2 .group-content .list-link.list_sp {
    margin-top: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer_ver2 .group-content .list-link.ver2 {
  margin-top: 1.6rem;
}
.footer_ver2 .group-content .list-link .link {
  padding: 0 2rem;
  font-size: 1.6rem;
  border-right: 1px solid #fff;
}
.footer_ver2 .group-content .list-link .link:last-child {
  border-right: unset;
}
@media only screen and (max-width: 640px) {
  .footer_ver2 .group-content .list-link .link {
    font-size: 1.8rem;
  }
  .footer_ver2 .group-content .list-link .link:nth-child(4) {
    border-right: unset;
  }
}
.footer_ver2 .group-content .copy {
  margin-top: 4.6rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .footer_ver2 .group-content .copy {
    font-size: 1.3rem;
  }
}