@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  /* font-size: 1em; */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

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

input, button, textarea, select, option {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

/* a:hover,
a:hover img{
    opacity: 0.80;
    filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
} */
img {
  max-width: 100%;
}

button {
  font-family: inherit;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table p {
  line-height: 1.5;
}

#__next {
  height: 100%;
}

::-webkit-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

:-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

::-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

::placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

:-ms-input-placeholder {
  color: #9b9b9b;
  /* font-size: 1.4rem; */
}

::-webkit-input-placeholder {
  color: #9b9b9b;
  /* font-size: 1.4rem; */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

button:disabled,
input:disabled,
select:disabled {
  pointer-events: none;
}

* {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
  color: unset;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 400;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p, a, span, small {
  color: inherit;
  background: none;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uk-tab {
  margin-left: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.uk-tab:before {
  display: none;
}

/*=============================================
 Reset page
==============================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: inherit;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
  background: -webkit-gradient(linear, left top, right top, from(#FFF0E5), to(#FFEBE1));
  background: linear-gradient(to right, #FFF0E5, #FFEBE1);
}

@-webkit-keyframes animating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes animating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
section {
  padding: 0 80px;
}
@media (max-width: 1195px) {
  section {
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  section {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  section {
    padding: 0 20px;
  }
}

.l-container {
  max-width: 1440px;
  margin: 0 auto;
}

/*=============================================
 Component
==============================================*/
.c-title {
  margin-bottom: 40px;
  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;
  gap: 8px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .c-title {
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    gap: 5px;
  }
}
@media (max-width: 480px) {
  .c-title {
    font-size: 23px;
  }
}
.c-title--product::before {
  content: url("images/ic_products.svg");
  display: block;
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .c-title--product::before {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.c-title--benefits::before {
  content: url("images/ic_benefits.svg");
  display: block;
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .c-title--benefits::before {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.c-title--results::before {
  content: url("images/ic_results.svg");
  display: block;
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .c-title--results::before {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.c-title--related::before {
  content: url("images/ic_related.svg");
  display: block;
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .c-title--related::before {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

/*=============================================
 Header
==============================================*/
.c-header {
  background-color: #fff;
  z-index: 999;
}
.c-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .c-header__inner {
    padding: 14px 20px;
  }
}
.c-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  .c-header__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.c-header .btn-inquired {
  width: 174px;
  height: 40px;
  margin-left: 24px;
  background-color: #0C3178;
  font-size: 16px;
  font-weight: 500;
  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: 10px;
  color: #fff;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .c-header .btn-inquired {
    width: 28px;
    height: 36px;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: transparent;
    border-width: 0;
    border-radius: 0;
    background: transparent;
    background: url("images/ic_contact_blue.svg") no-repeat center;
  }
  .c-header .btn-inquired span {
    display: none;
  }
  .c-header .btn-inquired img {
    opacity: 0;
  }
  .c-header .btn-inquired:hover img {
    -webkit-animation: none;
            animation: none;
  }
}
.c-header .btn-inquired:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  position: absolute;
  left: 0;
  background-color: rgba(255, 255, 255, 0.16);
  left: -60%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 1024px) {
  .c-header .btn-inquired:before {
    display: none;
  }
}
.c-header .btn-inquired:hover:before {
  left: 110%;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger__head {
  display: none;
}
@media (max-width: 992px) {
  .hamburger__head {
    display: block;
    margin-left: 30px;
    margin-right: 13px;
    position: relative;
    z-index: 999;
  }
}
.hamburger__head .nav-icon {
  width: 18px;
  height: 12px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.hamburger__head .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 18px;
  background: #0C3178;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.hamburger__head .nav-icon span:nth-child(1) {
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hamburger__head .nav-icon span:nth-child(2) {
  top: 5px;
}
.hamburger__head .nav-icon span:nth-child(3) {
  top: 5px;
}
.hamburger__head .nav-icon span:nth-child(4) {
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hamburger__head .nav-icon.is-opened span:nth-child(1) {
  top: 5px;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hamburger__head .nav-icon.is-opened span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger__head .nav-icon.is-opened span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger__head .nav-icon.is-opened span:nth-child(4) {
  top: 5px;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 992px) {
  .hamburger__body {
    position: fixed;
    z-index: 900;
    top: 72px;
    right: 20px;
    -webkit-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
    border-radius: 4px;
    width: 200px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px rgba(0, 0, 0, 0.15);
    height: 0px;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .hamburger__body.is-opened {
    height: auto;
    padding: 8px 0;
    background: #fff;
  }
  .hamburger__body.is-opened .c-gnav {
    display: block;
  }
}

.c-gnav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-gnav a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #0C3178;
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .c-gnav a {
    display: block;
    padding: 12px 16px;
    text-align: left;
  }
}
.c-gnav a + a {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .c-gnav a + a {
    margin-left: 0;
  }
}
.c-gnav a:after {
  content: '';
  display: block;
  width: 0%;
  border-bottom: 2px solid #0C3178;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transition: width .3s;
  transition: width .3s;
}
.c-gnav a:hover:after {
  width: 100%;
}
@media (max-width: 1024px) {
  .c-gnav a:hover:after {
    display: none;
  }
}

/*=============================================
 Footer
==============================================*/
.c-footer {
  background-color: #fff;
}
.c-footer__logo {
  padding: 28px 20px;
  text-align: center;
}
.c-footer__link {
  padding: 20px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-footer__link {
    padding: 0;
    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;
  }
}
.c-footer__link a {
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 500;
  color: #0C3178;
}
@media (max-width: 767px) {
  .c-footer__link a {
    margin-bottom: 20px;
  }
}
.c-footer__link a + a {
  margin-left: 32px;
}
@media (max-width: 767px) {
  .c-footer__link a + a {
    margin-left: 0;
  }
}
.c-footer__link a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .c-footer__link a:hover {
    text-decoration: none;
  }
}
.c-footer .copyright {
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  color: #0C3178;
}

.side-btn {
  position: fixed;
  top: 184px;
  right: 0;
  z-index: 999999;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #0C3178;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.01);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.01);
}
@media (max-width: 1024px) {
  .side-btn {
    display: none;
  }
}
.side-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 56px;
  height: 366px;
  letter-spacing: 3.5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
.side-btn span {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
.side-btn:hover {
  color: #fff;
  text-decoration: none;
  padding-right: 10px;
}

/*=============================================
 1.0 – Main Visual
==============================================*/
.mainVisual {
  height: 720px;
  padding-top: 145px;
  background-image: url("images/bg_main.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 196px), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 196px), 0 100%);
}
@media (max-width: 1024px) {
  .mainVisual {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 0 100%);
  }
}
@media (max-width: 767px) {
  .mainVisual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-right: 0;
    height: 435px;
    background-position: center bottom;
    border-bottom: 1px solid #ccc;
    background-position: bottom center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
  }
}
.mainVisual__inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mainVisual h1 {
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.35);
  font-weight: 900;
}
.mainVisual h1 .ttl_en {
  display: block;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .mainVisual h1 .ttl_en {
    font-size: 16px;
  }
}
.mainVisual h1 .ttl_jp {
  display: block;
  font-size: 56px;
  margin-bottom: 24px;
  line-height: 1.3928571429;
}
@media (max-width: 1080px) {
  .mainVisual h1 .ttl_jp {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .mainVisual h1 .ttl_jp {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .mainVisual h1 .ttl_jp {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .mainVisual h1 .ttl_jp {
    font-size: 17px;
  }
}
.mainVisual p {
  max-width: 550px;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.35);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .mainVisual p {
    font-size: 18px;
    padding-right: 16px;
  }
}
@media (max-width: 480px) {
  .mainVisual p {
    font-size: 16px;
  }
}

.btn {
  background-color: #0C3178;
  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: 8px;
  width: 100%;
  max-width: 230px;
  height: 56px;
  margin-top: 40px;
  padding: 12px 16px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .btn {
    max-width: 180px;
    height: 48px;
  }
  .btn img {
    width: 20px;
  }
}
.btn span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 480px) {
  .btn span {
    font-size: 16px;
  }
}
.btn:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  position: absolute;
  left: 0;
  background-color: rgba(255, 255, 255, 0.16);
  left: -60%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 1024px) {
  .btn:before {
    display: none;
  }
}
.btn:hover:before {
  left: 110%;
}

/*=============================================
 2.0 – CTA
==============================================*/
.cta {
  display: block;
  max-width: 787px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#FFAE73), to(#FF906D));
  background: linear-gradient(to right, #FFAE73, #FF906D);
  border-top-left-radius: 12px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 40px;
  margin-top: 8px;
  padding-right: 6px;
  padding-bottom: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cta {
    border-top-left-radius: 12px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 32px;
  }
}
.cta__inner {
  background: url("images/bg_overview.png") no-repeat center #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  height: 169px;
  padding: 16px 14px;
  border-top-left-radius: 12px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .cta__inner {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 16px;
    background-position: bottom center;
    border-top-left-radius: 12px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 32px;
  }
}
@media (max-width: 540px) {
  .cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta figure {
  min-width: 211px;
  max-width: 211px;
}
@media (max-width: 540px) {
  .cta figure {
    margin-top: -23px;
  }
}
.cta figure img {
  position: relative;
  top: -23px;
}
@media (max-width: 540px) {
  .cta__txt {
    text-align: center;
  }
}
.cta p {
  font-size: 14px;
  font-weight: bold;
  color: #404040;
}
.cta h2 {
  font-size: 30px;
  font-weight: 900;
  color: #FF8A30;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .cta h2 {
    font-size: 24px;
  }
}
.cta .desc {
  font-size: 12px;
  font-weight: 500;
  margin-top: 8px;
}
.cta .btn {
  max-width: 176px;
  height: 26px;
  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: 8px;
  margin-top: 17px;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#FF903D), to(#FF7A50));
  background: linear-gradient(to right, #FF903D, #FF7A50);
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 540px) {
  .cta .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.cta .btn span {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.cta .btn img {
  position: relative;
  left: 0px;
}
.cta:hover {
  -webkit-box-shadow: 0 4px 8px rgba(33, 33, 33, 0.08);
          box-shadow: 0 4px 8px rgba(33, 33, 33, 0.08);
}
.cta:hover .btn {
  background: -webkit-gradient(linear, left top, right top, from(#FF7A50), to(#FF903D));
  background: linear-gradient(to right, #FF7A50, #FF903D);
}
.cta:hover .btn img {
  left: 10px;
}

/*=============================================
 3.0 – pain-points
==============================================*/
.pain-points {
  padding-top: 100px;
  padding-bottom: 108px;
}
.pain-points h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.125;
}
@media (max-width: 1085px) {
  .pain-points h2 {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .pain-points h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.pain-points .short_desc {
  font-size: 18px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 40px;
  line-height: 1.6666666667;
}
@media (max-width: 480px) {
  .pain-points .short_desc .sp-only {
    display: none;
  }
}
.pain-points__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 25px;
          column-gap: 25px;
  row-gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .pain-points__list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 762px;
  }
}
@media (max-width: 1024px) {
  .pain-points__list {
    max-width: 100%;
  }
}
.pain-points .c-card {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.pain-points .c-card__inner {
  padding: 24px 24px 32px;
}
@media (max-width: 767px) {
  .pain-points .c-card__inner {
    padding: 24px 16px;
  }
}
.pain-points .c-card .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.pain-points .c-card .ttl h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .pain-points .c-card .ttl h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pain-points .c-card .ttl img {
    width: 30px;
  }
}

.c-card {
  border-top-left-radius: 12px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 40px;
  padding-right: 6px;
  padding-bottom: 6px;
  background-color: #F59F62;
}
@media (max-width: 767px) {
  .c-card {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }
}
.c-card ul {
  list-style-type: square;
  list-style-position: outside;
  padding-left: 24px;
}
.c-card li {
  font-size: 16px;
  font-weight: 500px;
}
.c-card li + li {
  margin-top: 8px;
}
.c-card__inner {
  height: 100%;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 767px) {
  .c-card__inner {
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }
}
.c-card--pink {
  background-color: #EB9696;
}
.c-card--pink li::marker {
  color: #EB9696;
}
.c-card--orange {
  background-color: #F59F62;
}
.c-card--orange li::marker {
  color: #EB9696;
}
.c-card--green {
  background-color: #A3BE9A;
}
.c-card--green li::marker {
  color: #A3BE9A;
}

/*=============================================
 4.0 - Value
==============================================*/
.highlight-block {
  max-width: 762px;
  margin: 0 auto;
  border-top-left-radius: 12px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 40px;
  padding-right: 6px;
  padding-bottom: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
@media (max-width: 767px) {
  .highlight-block {
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }
}
.highlight-block__inner {
  padding: 28px 32px;
  background: -webkit-gradient(linear, left top, right top, from(#FFAE73), to(#FF906D));
  background: linear-gradient(to right, #FFAE73, #FF906D);
  border-top-left-radius: 12px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 767px) {
  .highlight-block__inner {
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
    padding: 24px 16px;
  }
}
.highlight-block h2 {
  font-size: 29px;
  font-weight: 900;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.18);
  line-height: 1.4482758621;
  text-align: center;
}
@media (max-width: 767px) {
  .highlight-block h2 {
    font-size: 22px;
  }
}
.highlight-block p {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 500;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.18);
  text-align: center;
  line-height: 1.6;
}

.value {
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .value {
    padding-bottom: 0;
  }
}
.value::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  inset: 0;
  z-index: 1;
  background-image: url("images/bg_value.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: red;
  -webkit-clip-path: polygon(0 0, 100% 196px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 196px, 100% 100%, 0 100%);
}
@media (max-width: 1024px) {
  .value::before {
    display: none;
  }
}
.value .highlight-block {
  position: relative;
  top: -27px;
  margin-bottom: calc(308px - 27px);
  z-index: 2;
}
@media (max-width: 1024px) {
  .value .highlight-block {
    margin-bottom: 0;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .value .highlight-block h2, .value .highlight-block p {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }
  .value .highlight-block h2 br, .value .highlight-block p br {
    display: none;
  }
}
.value .l-container {
  position: relative;
  z-index: 2;
}
.value .img-ipad {
  display: none;
}
@media (max-width: 1024px) {
  .value .img-ipad {
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 120px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 120px, 100% 100%, 0 100%);
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -120px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .value .img-ipad {
    margin-top: -30px;
    margin-left: -20px;
    margin-right: -20px;
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.value .list {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  row-gap: 32px;
}
@media (max-width: 1024px) {
  .value .list {
    background: url("images/bg_value_sp_bottom.png") repeat-y center;
    background-size: 100% auto;
    margin-top: -2px;
    margin-left: -40px;
    margin-right: -40px;
    grid-template-columns: repeat(auto-fit, minmax(410px, 410px));
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .value .list {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .value .list div {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
}
.value .list h3 {
  padding-left: 14px;
  border-left: 6px solid #FF8A30;
  line-height: 25px;
  font-size: 20px;
  font-weight: 900;
}
.value .list p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
}

/*=============================================
 5.0 – applicable_foods – 適用食品
==============================================*/
.applicable_foods__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 25px;
          column-gap: 25px;
  row-gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .applicable_foods__list {
    max-width: 845px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .applicable_foods__list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 410px;
  }
}
.applicable_foods__item {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(33, 33, 33, 0.08);
          box-shadow: 0 4px 8px rgba(33, 33, 33, 0.08);
}
.applicable_foods__item figure {
  max-width: 100%;
  height: 176px;
  background-color: #212121;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media (max-width: 767px) {
  .applicable_foods__item figure {
    height: 176px;
  }
}
.applicable_foods__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.applicable_foods__ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0 24px 24px;
  position: relative;
}
@media (max-width: 767px) {
  .applicable_foods__ttl {
    padding: 16px 0 24px 16px;
  }
}
.applicable_foods__ttl small {
  font-size: 16px;
  font-weight: bold;
}
.applicable_foods__ttl:after {
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  margin-top: 10px;
  border-radius: 2px;
  background-color: #FF8A30;
}

#applicable_foods {
  padding-top: 80px;
  padding-bottom: 40px;
}

/*=============================================
 6.0 – Benefits – インライン設備導入のメリット
==============================================*/
.c-block {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 992px) {
  .c-block {
    max-width: 845px;
  }
}
@media (max-width: 767px) {
  .c-block {
    max-width: 762px;
    padding: 16px;
  }
}
.c-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 992px) {
  .c-block__inner {
    display: block;
  }
}
.c-block--2 .c-block__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-block figure {
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 992px) {
  .c-block figure {
    margin-bottom: 11px;
  }
}
.c-block figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.c-block .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  row-gap: 24px;
  padding: 13px 0;
}
.c-block .txt h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.125;
}
@media (max-width: 767px) {
  .c-block .txt h3 {
    font-size: 20px;
  }
}
.c-block .txt dl {
  position: relative;
  padding-left: 21px;
}
.c-block .txt dl:before {
  content: '';
  width: 5px;
  height: 100%;
  border-radius: 12px;
  background-color: #FF8A30;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.c-block .txt dt {
  font-size: 20px;
  font-weight: 900;
  color: #FF8A30;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .c-block .txt dt {
    font-size: 18px;
  }
}
.c-block .txt dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

#benefits {
  padding-top: 80px;
  padding-bottom: 40px;
}
#benefits .c-block + .c-block {
  margin-top: 40px;
}

/*=============================================
 7.0 – Benefits – インライン設備導入の効果
==============================================*/
#results {
  padding-top: 80px;
  padding-bottom: 40px;
}

.results-card + .results-card {
  margin-top: 40px;
}

.results-card {
  max-width: 1280px;
  margin: 0 auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 38px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 38px;
  padding-right: 6px;
  padding-bottom: 6px;
  background-color: #F59F62;
  -webkit-box-shadow: 0 4px 8px rgba(33, 33, 33, 0.08);
          box-shadow: 0 4px 8px rgba(33, 33, 33, 0.08);
}
@media (max-width: 992px) {
  .results-card {
    max-width: 845px;
  }
}
@media (max-width: 767px) {
  .results-card {
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }
}
.results-card__inner {
  height: 100%;
  padding: 40px 40px 35px;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 38px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 38px;
}
@media (max-width: 767px) {
  .results-card__inner {
    padding: 24px 16px;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }
}
.results-card__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media (max-width: 992px) {
  .results-card__cont {
    display: block;
  }
}
.results-card .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 992px) {
  .results-card .txt {
    margin-bottom: 24px;
  }
}
.results-card h3 {
  font-size: 32px;
  font-weight: 900;
  color: #FF8A30;
  line-height: 1.125;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .results-card h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.results-card h3 small {
  font-size: 24px;
  font-weight: 900;
  color: #212121;
}
@media (max-width: 767px) {
  .results-card h3 small {
    font-size: 18px;
    display: block;
  }
}
.results-card .box {
  padding: 15px 16px;
  border-radius: 12px;
}
.results-card .box h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #FF8A30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.results-card .box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.results-card .box--info {
  background-color: #F5F5F5;
}
.results-card .box--info h4 {
  color: #757575;
}
.results-card .box--info h4:before {
  content: url("images/ic_info.svg");
  line-height: 1;
}
.results-card .box--check {
  margin-top: 24px;
  background-color: #FFF4E5;
}
.results-card .box--check h4:before {
  content: url("images/ic_check.svg");
  line-height: 1;
}
.results-card .box--check p {
  font-weight: bold;
}
.results-card figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 292px;
          flex: 0 0 292px;
}

.note {
  font-size: 16px;
  font-weight: 500;
  color: #757575;
  margin-top: 24px;
  text-align: center;
  line-height: 1.875;
}

/*=============================================
 8.0 – RELATED CONTENT – 関連コンテンツ
==============================================*/
.related-content {
  padding-top: 80px;
  padding-bottom: 120px;
}
.related-content__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 40px;
  -webkit-box-shadow: 0 4px 8px rgba(33, 33, 33, 0.08);
          box-shadow: 0 4px 8px rgba(33, 33, 33, 0.08);
}
@media (max-width: 992px) {
  .related-content__inner {
    display: block;
    max-width: 845px;
  }
}
@media (max-width: 767px) {
  .related-content__inner {
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }
}
.related-content figure {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.984%;
          flex: 0 0 48.984%;
}
.related-content figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.related-content .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 42px 40px;
}
@media (max-width: 767px) {
  .related-content .txt {
    padding: 24px 16px 40px;
  }
}
.related-content .txt h3 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .related-content .txt h3 {
    font-size: 20px;
  }
}
.related-content .txt p {
  margin-bottom: 24px;
}
.related-content .txt 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;
  gap: 8px;
  width: 100%;
  max-width: 250px;
  height: 48px;
  background: #fff;
  border-radius: 32px;
  line-height: 1;
  color: #0C3178;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #0C3178;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 992px) {
  .related-content .txt a {
    margin-left: auto;
    margin-right: auto;
  }
}
.related-content .txt a:hover {
  background-color: #0C3178;
  color: #fff;
}

/*=============================================
 9.0 – TEST CENTER – テストセンター設備・詳細
==============================================*/
.test-center {
  padding-top: 124px;
  padding-bottom: 130px;
  background-image: url("images/bg_test_center.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.test-center .highlight-block__inner {
  padding: 32px;
}
@media (max-width: 767px) {
  .test-center .highlight-block__inner {
    padding: 24px 16px;
  }
}
.test-center .highlight-block h2 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .test-center .highlight-block h2 {
    font-size: 24px;
  }
}
.test-center .highlight-block p {
  max-width: 566px;
  margin: 16px auto 24px;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}
.test-center .highlight-block 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;
  gap: 8px;
  width: 100%;
  max-width: 320px;
  height: 48px;
  margin: 0 auto;
  background: #fff;
  border-radius: 32px;
  line-height: 1;
  color: #FF8A30;
  font-size: 20px;
  font-weight: bold;
}

/*=============================================
 10.0 – CONTACT FORM
==============================================*/
.contact {
  padding: 80px;
  background: linear-gradient(135deg, #FFAD70, #FF9776);
}
@media (max-width: 1024px) {
  .contact {
    padding: 80px 40px;
  }
}
@media (max-width: 1024px) {
  .contact {
    padding: 80px 20px;
  }
}
.contact form {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px;
  background: #fff;
  border-radius: 12px;
}
.contact form.is-hidden {
  display: none;
}
@media (max-width: 1024px) {
  .contact form {
    padding: 42px 40px;
  }
}
@media (max-width: 992px) {
  .contact form {
    max-width: 845px;
  }
}
@media (max-width: 767px) {
  .contact form {
    padding: 24px 16px;
  }
}
.contact form h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #FF8A30;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contact form h2 {
    font-size: 24px;
  }
}
.contact form label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.contact form label .is-required {
  color: #FF4400;
}
.contact form label .is-optional {
  font-size: 12px;
  color: #757575;
}
.contact form input[type=text], .contact form input[type=email], .contact form textarea {
  border: 1.5px solid #bdbdbd;
  background-color: #fff;
  border-radius: 12px;
  padding: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #212121;
}
.contact form input[type=text].is-error, .contact form input[type=email].is-error, .contact form textarea.is-error {
  background: rgba(255, 0, 0, 0.05);
  border: 1.5px solid #FF0000;
}
.contact form input[type=text]::-webkit-input-placeholder, .contact form input[type=email]::-webkit-input-placeholder, .contact form textarea::-webkit-input-placeholder {
  color: #BDBDBD;
}
.contact form input[type=text]:-ms-input-placeholder, .contact form input[type=email]:-ms-input-placeholder, .contact form textarea:-ms-input-placeholder {
  color: #BDBDBD;
}
.contact form input[type=text]::-ms-input-placeholder, .contact form input[type=email]::-ms-input-placeholder, .contact form textarea::-ms-input-placeholder {
  color: #BDBDBD;
}
.contact form input[type=text]::placeholder, .contact form input[type=email]::placeholder, .contact form textarea::placeholder {
  color: #BDBDBD;
}
@media (max-width: 550px) {
  .contact form input[type=text]::-webkit-input-placeholder, .contact form input[type=email]::-webkit-input-placeholder, .contact form textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  .contact form input[type=text]:-ms-input-placeholder, .contact form input[type=email]:-ms-input-placeholder, .contact form textarea:-ms-input-placeholder {
    font-size: 12px;
  }
  .contact form input[type=text]::-ms-input-placeholder, .contact form input[type=email]::-ms-input-placeholder, .contact form textarea::-ms-input-placeholder {
    font-size: 12px;
  }
  .contact form input[type=text]::placeholder, .contact form input[type=email]::placeholder, .contact form textarea::placeholder {
    font-size: 12px;
  }
}
.contact form input[type=text]::-moz-placeholder, .contact form input[type=email]::-moz-placeholder, .contact form textarea::-moz-placeholder {
  color: #BDBDBD;
}
@media (max-width: 550px) {
  .contact form input[type=text]::-moz-placeholder, .contact form input[type=email]::-moz-placeholder, .contact form textarea::-moz-placeholder {
    font-size: 12px;
  }
}
.contact form input[type=text]:-moz-placeholder, .contact form input[type=email]:-moz-placeholder, .contact form textarea:-moz-placeholder {
  color: #BDBDBD;
}
@media (max-width: 550px) {
  .contact form input[type=text]:-moz-placeholder, .contact form input[type=email]:-moz-placeholder, .contact form textarea:-moz-placeholder {
    font-size: 12px;
  }
}
.contact form input[type=text] :-ms-input-placeholder, .contact form input[type=email] :-ms-input-placeholder, .contact form textarea :-ms-input-placeholder {
  color: #BDBDBD;
}
@media (max-width: 550px) {
  .contact form input[type=text] :-ms-input-placeholder, .contact form input[type=email] :-ms-input-placeholder, .contact form textarea :-ms-input-placeholder {
    font-size: 13px;
  }
}
.contact form input[type=text], .contact form input[type=email] {
  width: 100%;
  height: 56px;
}
.contact form textarea {
  width: 100%;
  height: 112px;
  line-height: 1.5;
}
@media (max-width: 550px) {
  .contact form textarea {
    height: 150px;
  }
}
.contact form .field {
  margin-bottom: 24px;
}
.contact form .field._mb12 {
  margin-bottom: 12px;
}
.contact form .field .info {
  margin-top: 8px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #757575;
}
@media (max-width: 1195px) {
  .contact form .field .info {
    padding-left: 0;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .contact form .field .info {
    font-size: 14px;
  }
}
.contact form .field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .contact form .field-group {
    display: block;
  }
}
.contact form .field-group .field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact form .field-group-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 992px) {
  .contact form .field-group-radio {
    display: block;
  }
  .contact form .field-group-radio label {
    display: block;
    max-width: 268px;
  }
  .contact form .field-group-radio label + label {
    margin-top: 16px;
  }
}
.contact form .field-group-radio label:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 204px;
          flex: 0 0 204px;
}
.contact form .field-group-radio label:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 204px;
          flex: 0 0 204px;
}
.contact form .field-group-radio label:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 268px;
          flex: 0 0 268px;
}
@media (max-width: 480px) {
  .contact form .field-group-radio label:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    padding-right: 5px;
  }
}
.contact form .field-group-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 0;
  padding: 11px 20px;
  border: 1.5px solid #BDBDBD;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact form .field-group-radio label:has(input:checked) {
  background: rgba(255, 138, 48, 0.2);
  border-color: #FF8A30;
  color: #FF8A30;
  font-weight: bold;
}
.contact form .field-group-radio label input {
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1.5px solid #BDBDBD;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact form .field-group-radio label input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #FF8A30;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact form .field-group-radio label input:checked {
  border-color: #FF8A30;
  background: rgba(255, 138, 48, 0.2);
}
.contact form .field-group-radio label input:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.contact form .field-group-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .contact form .field-group-checkbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact form .field-group-checkbox input[type=checkbox] {
    position: relative;
    top: 5px;
  }
}
.contact form .field-group-checkbox label {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact form .field-group-checkbox label span {
    display: block;
  }
}
.contact form .field-group-checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  min-width: 16px;
  width: 16px;
  height: 16px;
  border: 1.5px solid #bdbdbd;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact form .field-group-checkbox input[type=checkbox]:checked {
  border-color: #FF8A30;
}
.contact form .field-group-checkbox input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 4px;
  border-left: 2px solid #FF8A30;
  border-bottom: 2px solid #FF8A30;
  -webkit-transform: translate(-50%, -60%) rotate(-45deg) scale(0);
          transform: translate(-50%, -60%) rotate(-45deg) scale(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact form .field-group-checkbox input[type=checkbox]:checked::after {
  -webkit-transform: translate(-50%, -60%) rotate(-45deg) scale(1);
          transform: translate(-50%, -60%) rotate(-45deg) scale(1);
}
.contact form .agree .field-group-checkbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact form .agree .field-group-checkbox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact form .agree .field-group-checkbox input[type=checkbox] {
    position: static;
  }
}
.contact form .agree a {
  color: #0059AF;
}
.contact form .agree a:hover {
  color: #0059AF;
  text-decoration: underline;
}
.contact form .agree .error-msg {
  text-align: center;
}
.contact form .error-msg {
  margin-top: 6px;
  color: #FF0000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .contact form .error-msg {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .contact form .error-msg {
    font-size: 16px;
  }
}
.contact form button[type=submit] {
  display: block;
  width: 100%;
  max-width: 260px;
  height: 48px;
  margin: 16px auto 0;
  border-radius: 40px;
  background: rgba(12, 49, 120, 0.2);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-width: 0;
  pointer-events: none;
}
.contact form button[type=submit].is-active {
  background: #0C3178;
  color: #fff;
  cursor: pointer;
  pointer-events: all;
}
.contact #contact-thanks {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 48px;
  background: #fff;
  border-radius: 12px;
}
.contact #contact-thanks h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #FF8A30;
  text-align: center;
  line-height: 1.5;
}
.contact #contact-thanks p {
  max-width: 530px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
}
.contact #contact-thanks a {
  display: block;
  max-width: 240px;
  margin: 40px auto 0;
  padding: 13px 12px;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  color: #757575;
  border-radius: 40px;
  border: 1px solid #757575;
  text-align: center;
}

/*=============================================
 Utility
==============================================*/
.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: initial;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.break1085 {
  display: none;
}
@media only screen and (max-width: 1085px) {
  .break1085 {
    display: block;
  }
}
