@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;
}

h1, h2, h3, h4, h5, h6, p, a, span, small {
  color: inherit;
  background: none;
  font-family: "Noto Sans JP", sans-serif;
}

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

::-moz-selection {
  background-color: unset;
  color: unset;
}

::selection {
  background-color: unset;
  color: unset;
}

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

/*=============================================
 Header
==============================================*/
.c-header {
  border-bottom: 1.75px solid #0059AF;
  background-color: #fff;
}
.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: 1024px) {
  .c-header__inner {
    padding: 12px 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: 1024px) {
  .c-header__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.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: 1024px) {
  .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;
  background-color: #fff;
}
.hamburger__head .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 18px;
  background: #0059AF;
  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: 1024px) {
  .hamburger__body {
    position: fixed;
    z-index: 900;
    top: 60px;
    right: 20px;
    -webkit-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
    border-radius: 4px;
    width: 200px;
    background-color: #fff;
    -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;
  }
  .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;
  background: #fff;
}
.c-gnav a {
  font-size: 16px;
  font-weight: 500;
  color: #0059AF;
  position: relative;
}
@media (max-width: 1024px) {
  .c-gnav a {
    display: block;
    padding: 12px 16px;
    text-align: left;
  }
  .c-gnav a:hover:after {
    display: none;
  }
}
.c-gnav a + a {
  margin-left: 48px;
}
@media (max-width: 1024px) {
  .c-gnav a + a {
    margin-left: 0;
  }
}
.c-gnav a:after {
  content: '';
  display: block;
  width: 0%;
  border-bottom: 2px solid #0059AF;
  position: absolute;
  left: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
}
.c-gnav a:hover:after {
  width: 100%;
}

.btn-inquire {
  height: 40px;
  margin-left: 32px;
}
.btn-inquire a {
  display: inline-block;
  background: #0059AF;
  color: #fff;
  height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .btn-inquire a {
    border-radius: 8px;
    width: 40px;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .btn-inquire a span {
    display: none;
  }
}
.btn-inquire a: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-inquire a:before {
    display: none;
  }
}
.btn-inquire a:hover:before {
  left: 110%;
}

/*=============================================
 Footer
==============================================*/
.c-footer__top {
  padding: 40px 31px 48px;
  background-color: #0059AF;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (max-width: 345px) {
  .c-footer__top {
    font-size: 14px;
  }
}
.c-footer__top .footer_box {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-footer__top .footer_box p {
  margin-top: 16px;
}
.c-footer__top .footer_box a {
  -webkit-transition: all .6s;
  transition: all .6s;
}
.c-footer__top .footer_box a:hover img {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .c-footer__top .footer_box a:hover img {
    opacity: 1;
  }
}
.c-footer__logo {
  padding: 28px 20px;
  text-align: center;
}
.c-footer__link {
  padding: 22px 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;
  color: #0059AF;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 500;
}
@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: 23px 20px;
  font-size: 12px;
  color: #0059AF;
  text-align: center;
  font-weight: 500;
}

/*=============================================
 Common
==============================================*/
.btn {
  width: 100%;
  max-width: 382px;
}
.btn 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: 382px;
  height: 56px;
  font-size: 24px;
  font-weight: 500;
  background-color: #0059AF;
  color: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.btn a: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 a:before {
    display: none;
  }
}
.btn a:hover:before {
  left: 110%;
}

.l-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .l-btn {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .l-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
  }
}

.c-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;
  gap: 8px;
  background-color: #0059AF;
  border-radius: 8px;
  min-width: 224px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 24px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-btn {
    max-width: 100%;
    width: 212px;
    min-width: unset;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 7px 10px;
  }
}
.c-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) {
  .c-btn:before {
    display: none;
  }
}
.c-btn:hover:before {
  left: 110%;
}
.c-btn span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .c-btn span {
    font-size: 20px;
  }
}
.c-btn--white {
  border: 1.75px solid #0059AF;
  background-color: #fff;
}
.c-btn--white span {
  color: #0059AF;
}
.c-btn--white:before {
  background-color: rgba(0, 89, 175, 0.16);
}

/*=============================================
 Mainvisual
==============================================*/
.mainVisual {
  background-color: #0C2F78;
  background-image: url("images/section_hero_none.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mainVisual__inner {
  padding: 48px 10px 45px 64px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .mainVisual__inner {
    padding: 40px 40px 47px;
  }
}
@media (max-width: 767px) {
  .mainVisual__inner {
    padding: 17px 14px 40px 16px;
  }
}
.mainVisual h1 {
  font-size: 48px;
  font-weight: 900;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 1.75;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .mainVisual h1 {
    font-size: 40px;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
}
@media (max-width: 959px) {
  .mainVisual h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .mainVisual h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.mainVisual h1 .enterline {
  display: none;
}
@media (max-width: 1150px) {
  .mainVisual h1 .enterline {
    display: block;
  }
}
.mainVisual p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .mainVisual p {
    font-size: 24px;
    margin-bottom: 46px;
  }
}
@media (max-width: 767px) {
  .mainVisual p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .mainVisual p br {
    display: none;
  }
}
.mainVisual .hero_img {
  position: absolute;
  right: 54px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .mainVisual .hero_img {
    right: 29px;
    width: 33%;
    max-width: 339px;
  }
}
@media (max-width: 767px) {
  .mainVisual .hero_img {
    position: static;
    display: block;
    margin-bottom: 16px;
    width: 100%;
    max-width: 278px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.mainVisual .l-btn {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .mainVisual .l-btn {
    gap: 16px;
  }
}
.mainVisual .c-btn--white {
  width: 266px;
}
@media (max-width: 767px) {
  .mainVisual .c-btn--white {
    width: 212px;
  }
}

/*=============================================
 Section Catch
==============================================*/
.section-catch {
  padding-top: 32px;
  padding-bottom: 64px;
}
@media (max-width: 1024px) {
  .section-catch {
    padding-top: 40px;
  }
}
.section-catch__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 1024px) {
  .section-catch__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .section-catch__inner {
    padding: 0;
  }
}
.section-catch h2 {
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
  color: #0059AF;
  text-align: center;
}
@media (max-width: 1024px) {
  .section-catch h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-catch h2 {
    font-size: 20px;
    margin-bottom: 24px;
    line-height: 1.8;
  }
}
@media (max-width: 360px) {
  .section-catch h2 {
    font-size: 18px;
  }
}
.section-catch .features {
  display: grid;
  gap: 0 9px;
  grid-template-columns: 1fr 40px 1fr;
}
@media (max-width: 1024px) {
  .section-catch .features {
    display: block;
    max-width: 100%;
    width: 643px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .section-catch .arrow {
    margin-top: 28px;
    margin-bottom: 24px;
    text-align: center;
  }
}
.section-catch .arrow img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .section-catch .arrow img {
    -webkit-transform: none;
            transform: none;
    position: static;
  }
}
.section-catch .feature h3 {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: bold;
  color: #0059AF;
  text-align: center;
}
@media (max-width: 767px) {
  .section-catch .feature h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media (max-width: 360px) {
  .section-catch .feature h3 {
    font-size: 18px;
  }
}
.section-catch .feature-box {
  background: #E6F3FF;
  border-radius: 4px;
  padding: 32px 24px 24px;
}
.section-catch .feature-box__img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 10px;
  margin-bottom: 35px;
  text-align: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 767px) {
  .section-catch .feature-box__img {
    margin-bottom: 16px;
  }
}
.section-catch .feature-box__img figure {
  height: 274px;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 767px) {
  .section-catch .feature-box__img figure {
    height: auto;
  }
  .section-catch .feature-box__img figure img {
    width: auto;
  }
}
.section-catch .feature-box__img div {
  margin-top: 12px;
  width: 100%;
  height: 80px;
  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 (max-width: 767px) {
  .section-catch .feature-box__img div {
    display: block;
    height: auto;
  }
}
.section-catch .feature-box__img .caption {
  width: 100%;
  padding: 12px 0px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 89, 175, 0.8);
  text-align: center;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .section-catch .feature-box__img .caption {
    padding: 4px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.section-catch .feature-box__img .caption--2line {
  height: 80px;
  max-height: 80px;
  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.2;
}
@media (max-width: 767px) {
  .section-catch .feature-box__img .caption--2line {
    display: block;
    height: auto;
    max-height: unset;
    line-height: 1.5;
  }
}
.section-catch .feature p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  color: #252525;
}
@media (max-width: 767px) {
  .section-catch .feature--1 .feature-box {
    padding: 24px 16px;
  }
}
.section-catch .feature--2 .feature-box {
  padding: 32px 24px 24px;
}
@media (max-width: 767px) {
  .section-catch .feature--2 .feature-box {
    padding: 16px 16px 24px;
  }
}
.section-catch .feature--2 .feature-box__img {
  gap: 0 19px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .section-catch .feature--2 .feature-box__img {
    gap: 0 9px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media (max-width: 450px) {
  .section-catch .feature--2 .feature-box__img br {
    display: none;
  }
}

/*=============================================
 Section 特徴から選ぶ
==============================================*/
.section-product {
  background: url("images/bg_product_preview.png") no-repeat top center;
  background-size: cover;
}
.section-product__inner {
  padding: 37px 83px 130px;
}
@media (max-width: 1240px) {
  .section-product__inner {
    padding: 37px 24px 130px;
  }
}
@media (max-width: 1024px) {
  .section-product__inner {
    padding: 40px 16px 41px;
  }
}
@media (max-width: 767px) {
  .section-product__inner {
    padding: 28px 10px 86px;
  }
}
.section-product__preview {
  height: 531px;
}
@media (max-width: 1024px) {
  .section-product__preview {
    height: 534px;
    height: auto;
  }
}
@media (max-width: 992px) {
  .section-product__preview {
    height: 571px;
  }
}
@media (max-width: 767px) {
  .section-product__preview {
    height: auto;
  }
}
.section-product__product {
  padding-left: 83px;
  padding-right: 83px;
}
@media (max-width: 1240px) {
  .section-product__product {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .section-product__product {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 767px) {
  .section-product__product {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section-product h2 {
  font-size: 32px;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 1024px) {
  .section-product h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-product h2 {
    font-size: 20px;
  }
}
.section-product .tab {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  max-width: 564px;
  margin: 0 auto 32px;
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px 20px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1024px) {
  .section-product .tab {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-product .tab {
    margin-bottom: 24px;
  }
}
.section-product .tab__item {
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #0059AF;
  height: 40px;
  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;
  cursor: pointer;
}
.section-product .tab__item:hover {
  background-color: rgba(0, 89, 175, 0.16);
}
.section-product .tab__item.uk-active {
  color: #fff;
  background: #0059AF;
}
@media (max-width: 767px) {
  .section-product .tab {
    padding: 0;
    max-width: 200px;
    display: none;
  }
}
.section-product .product-preview {
  color: #212121;
}
.section-product .product {
  max-width: 1092px;
  margin: 0 auto;
}
.section-product .product__name {
  font-size: 24px;
  font-weight: bold;
  max-width: 410px;
  text-align: center;
}
@media (max-width: 1024px) {
  .section-product .product__name {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .section-product .product__name {
    font-size: 20px;
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .section-product .product__name {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.section-product .product__details {
  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: 40px;
}
@media (max-width: 1120px) {
  .section-product .product__details {
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .section-product .product__details {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .section-product .product__details {
    gap: 0px;
  }
}
@media (max-width: 767px) {
  .section-product .product__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 19px;
  }
}
.section-product .product__details figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 410px;
          flex: 0 0 410px;
  padding-top: 10px;
}
@media (max-width: 1120px) {
  .section-product .product__details figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 390px;
            flex: 0 0 390px;
  }
}
@media (max-width: 1024px) {
  .section-product .product__details figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 410px;
            flex: 0 0 410px;
    margin-bottom: 11px;
  }
}
@media (max-width: 992px) {
  .section-product .product__details figure {
    -webkit-box-flex: 330px;
        -ms-flex: 330px 0 0px;
            flex: 330px 0 0;
  }
}
@media (max-width: 767px) {
  .section-product .product__details figure {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 1024px) {
  .section-product .product__details figure img {
    width: 410px;
  }
}
@media (max-width: 992px) {
  .section-product .product__details figure img {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .section-product .product__details figure img {
    width: 355px;
  }
}
.section-product .product__details .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .section-product .product__details .info {
    max-width: 643px;
  }
}
.section-product .product__details h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .section-product .product__details h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-product .product__details h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .section-product .product__details h4 br {
    display: none;
  }
}
.section-product .product__details .p1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 8px;
}
@media (max-width: 1120px) {
  .section-product .product__details .p1 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .section-product .product__details .p1 {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .section-product .product__details .p1 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-product .product__details .p1 {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 1.5;
  }
}
.section-product .product__details .marker {
  font-size: 12px;
  position: relative;
  top: 3px;
}
@media (max-width: 1024px) {
  .section-product .product__details .marker {
    font-size: inherit;
    top: 0;
  }
}
@media (max-width: 767px) {
  .section-product .product__details .marker {
    font-size: 12px;
  }
}
.section-product .product__details .sup {
  font-size: 12px;
  position: relative;
  top: -13px;
}
@media (max-width: 1024px) {
  .section-product .product__details .sup {
    top: -10px;
  }
}
.section-product .product__details .note {
  max-width: 585px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
}
.section-product .product__details .note .marker {
  top: 0;
}
.section-product .product__details .l-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .section-product .product__details .l-btn .btn2 a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-product .product__details .l-btn {
    margin-top: 16px;
  }
  .section-product .product__details .l-btn .btn2 a {
    font-size: 20px;
  }
}
.section-product .product--2 .note {
  max-width: 625px;
}
.section-product .product-list {
  max-width: 1274px;
  margin-left: auto;
  margin-right: auto;
  padding: 31px 50px 64px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1240px) {
  .section-product .product-list {
    padding: 31px 30px 64px;
  }
}
@media (max-width: 1024px) {
  .section-product .product-list {
    max-width: 644px;
    padding: 32px 24px 46px;
  }
}
@media (max-width: 767px) {
  .section-product .product-list {
    margin-top: -48px;
    max-width: 343px;
    padding: 31px 12px 40px;
  }
}
.section-product .product-list h2 {
  font-size: 24px;
  font-weight: bold;
  color: #0059AF;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .section-product .product-list h2 {
    font-size: 20px;
  }
}
.section-product .product-list__inner {
  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;
  gap: 40px 6px;
}
@media (max-width: 1024px) {
  .section-product .product-list__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .section-product .product-list__inner {
    gap: 24px;
  }
}
.section-product .product-list .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 3px);
          flex: 0 0 calc(50% - 3px);
}
@media (max-width: 767px) {
  .section-product .product-list .card {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.section-product .product-list .card figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 218px;
          flex: 0 0 218px;
}
@media (max-width: 1240px) {
  .section-product .product-list .card figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}
@media (max-width: 1024px) {
  .section-product .product-list .card figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 218px;
            flex: 0 0 218px;
  }
}
@media (max-width: 767px) {
  .section-product .product-list .card figure {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 16px;
  }
}
.section-product .product-list .card figure img {
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .section-product .product-list .card figure img {
    max-width: 260px;
  }
}
.section-product .product-list .card figure img:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .section-product .product-list .card figure img:hover {
    opacity: 1;
  }
}
.section-product .product-list .card .tags {
  margin-bottom: 4px;
}
.section-product .product-list .card .tags span {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 4px;
  border: 1.5px solid #0059AF;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #0059AF;
  margin-right: 2px;
}
.section-product .product-list .card h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.section-product .product-list .card p {
  font-size: 14px;
  margin-bottom: 8px;
}

.btn2 {
  width: 100%;
  max-width: 252px;
}
.btn2 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: 252px;
  height: 48px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 8px;
  background-color: #0059AF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.btn2 a: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) {
  .btn2 a:before {
    display: none;
  }
}
.btn2 a:hover:before {
  left: 110%;
}
.btn2--bgwhite a {
  background-color: #fff;
  border: 1.75px solid #0059AF;
  color: #0059AF;
  gap: 10px;
}
.btn2--bgwhite a:before {
  background-color: rgba(0, 89, 175, 0.16);
}
.btn2--small {
  max-width: 206px;
}
.btn2--small a {
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  max-width: 206px;
}
.btn2--small img {
  width: 18px;
}

/*=============================================
 Section 流量から選ぶ
==============================================*/
.section-flow {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .section-flow {
    padding-bottom: 40px;
  }
}
@media (max-width: 959px) {
  .section-flow {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-flow {
    padding-bottom: 24px;
    margin-top: -46px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section-flow__inner {
  max-width: 1274px;
  margin: 0 auto;
  padding: 31px 40px 24px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .section-flow__inner {
    padding: 24px 24px 32px;
  }
}
@media (max-width: 959px) {
  .section-flow__inner {
    padding: 24px 16px 24px;
  }
}
@media (max-width: 767px) {
  .section-flow__inner {
    padding: 20px 15px 8px;
    max-width: 643px;
  }
}
.section-flow h2 {
  font-size: 24px;
  color: #0059AF;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .section-flow h2 {
    margin-bottom: 19px;
  }
}
@media (max-width: 959px) {
  .section-flow h2 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .section-flow h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-flow img {
    width: 100%;
    max-width: 318px;
  }
}
.section-flow .flow-sp {
  max-width: 313px;
  margin: 0 auto;
}
.section-flow .flow-sp dl {
  display: grid;
  grid-template-columns: 104px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0059AF;
}
.section-flow .flow-sp dd {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  text-align: left;
}
.section-flow .flow-sp dd.is-center {
  text-align: center;
  line-height: 1;
}
.section-flow .flow-sp dd span {
  font-size: 12px;
}

/*=============================================
 Section Usecase
==============================================*/
.section-usecase {
  padding: 80px 20px 170px;
  background-color: #F5F5F5;
}
@media (max-width: 1024px) {
  .section-usecase {
    padding: 40px 16px 80px;
  }
}
@media (max-width: 767px) {
  .section-usecase {
    padding: 24px 16px;
  }
}
.section-usecase .ttl-en {
  font-size: 16px;
  font-weight: bold;
  color: #0059AF;
  margin-bottom: 6px;
  text-align: center;
}
.section-usecase h2 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-bottom: 24px;
  text-align: center;
}
.section-usecase .tab {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  max-width: 297px;
  margin: 0 auto 20px;
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px 16px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .section-usecase .tab {
    margin-bottom: 24px;
  }
}
.section-usecase .tab__item {
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #0059AF;
  height: 40px;
  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;
  cursor: pointer;
}
.section-usecase .tab__item:hover {
  background-color: rgba(0, 89, 175, 0.16);
}
.section-usecase .tab__item.uk-active {
  color: #fff;
  background: #0059AF;
}
.section-usecase .usecase {
  max-width: 896px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  color: #000;
}
@media (max-width: 767px) {
  .section-usecase .usecase {
    padding: 24px 16px;
    max-width: 643px;
  }
}
.section-usecase .company {
  display: grid;
  grid-template-columns: 304px 1fr;
  gap: 0 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-usecase .company {
    grid-template-columns: 1fr;
    gap: 17px 0;
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .section-usecase .company__img {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-usecase .company__img img {
    width: 100%;
    max-width: 608px;
  }
}
.section-usecase .company__info h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
  color: #0059AF;
  margin-bottom: 4px;
}
.section-usecase .company__info p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .section-usecase .company__info p {
    margin-bottom: 17px;
  }
}
.section-usecase .company__info dl {
  display: grid;
  grid-template-columns: 136px 1fr;
  gap: 4px 0;
}
@media (max-width: 767px) {
  .section-usecase .company__info dl {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.section-usecase .company__info dt {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-usecase .company__info dt {
    margin-bottom: 4px;
  }
}
.section-usecase .company__info dd {
  font-size: 16px;
}
@media (max-width: 767px) {
  .section-usecase .company__info dd {
    margin-bottom: 8px;
  }
}
.section-usecase .case-heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #212121;
}
.section-usecase .case-text {
  font-size: 16px;
  line-height: 1.75;
}
.section-usecase .case-text strong {
  color: #0059AF;
}
.section-usecase .case-text + .case-text {
  margin-top: 16px;
}
.section-usecase .case-note {
  font-size: 12px;
  font-weight: 500;
  color: #757575;
  margin-top: 4px;
}
.section-usecase .case-column {
  display: grid;
  grid-template-columns: 304px 1fr;
  gap: 0 24px;
}
@media (max-width: 767px) {
  .section-usecase .case-column {
    grid-template-columns: 1fr;
    gap: 17px 0;
  }
}
.section-usecase .case-column figure {
  padding: 16px 16px 24px;
  background-color: #fff;
  text-align: center;
}
.section-usecase .case-column figure h5 {
  font-size: 16px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 8px;
}
.section-usecase .pager {
  margin: 24px auto;
  text-align: center;
  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: 64px;
}
@media (max-width: 767px) {
  .section-usecase .pager {
    gap: 79px;
  }
}
.section-usecase .pager__item {
  display: inline-block;
}
.section-usecase .pager__item span {
  font-size: 16px;
  font-weight: bold;
  color: #0059AF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.section-usecase .pager__item span:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .section-usecase .pager__item span:hover {
    text-decoration: none;
  }
}
.section-usecase .pager__item.is-disabled span {
  cursor: not-allowed;
  opacity: 0.65;
}
.section-usecase .pager__item.is-disabled span:hover {
  text-decoration: none;
}
.section-usecase .case-intro {
  margin-bottom: 40px;
}
.section-usecase .case-reason .case-heading {
  margin-bottom: 4px;
}
.section-usecase .case-reason h4 {
  font-size: 20px;
  font-weight: 900;
  color: #0059AF;
  margin-bottom: 17px;
}
.section-usecase .case-reason .case-column {
  margin-bottom: 20px;
}

/*=============================================
 Section 導入の流れ
==============================================*/
.section-introduction {
  padding: 64px 24px 96px;
}
@media (max-width: 1024px) {
  .section-introduction {
    padding: 40px 24px 63px;
  }
}
@media (max-width: 767px) {
  .section-introduction {
    padding: 40px 24px;
  }
}
.section-introduction__inner {
  max-width: 1105px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1024px) {
  .section-introduction__inner {
    max-width: 911px;
  }
}
@media (max-width: 767px) {
  .section-introduction__inner {
    max-width: 643px;
  }
}
.section-introduction .ttl-en {
  font-size: 16px;
  font-weight: bold;
  color: #0059AF;
  margin-bottom: 6px;
  text-align: center;
}
.section-introduction h2 {
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .section-introduction h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-introduction h2 {
    margin-bottom: 16px;
  }
}
.section-introduction .card-contact {
  padding: 32px 24px;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid #0059AF;
}
@media (max-width: 1024px) {
  .section-introduction .card-contact {
    padding: 30px 25px 44px;
  }
}
@media (max-width: 767px) {
  .section-introduction .card-contact {
    padding: 15px 18px 20px;
  }
}
@media (max-width: 334px) {
  .section-introduction .card-contact {
    padding: 15px 10px 20px;
  }
}
.section-introduction .card-contact__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .section-introduction .card-contact__head {
    max-width: 264px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-introduction .card-contact__head h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  color: #0059AF;
}
@media (max-width: 920px) {
  .section-introduction .card-contact__head h3 {
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .section-introduction .card-contact__head h3 {
    font-size: 20px;
    margin-right: unset;
  }
}
.section-introduction .card-contact__head p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .section-introduction .card-contact__head p br {
    display: none;
  }
}
@media (max-width: 850px) {
  .section-introduction .card-contact__head .btn {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .section-introduction .card-contact__head .btn {
    height: 48px;
  }
}
.section-introduction .card-contact__head .btn a {
  font-weight: bold;
}
@media (max-width: 850px) {
  .section-introduction .card-contact__head .btn a {
    font-size: 16px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .section-introduction .card-contact__head .btn a {
    font-size: 16px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .section-introduction .card-contact__head .btn img {
    width: 20px;
  }
}
.section-introduction .card-contact__flow {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .section-introduction .card-contact__flow {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-introduction .card-contact__flow .item {
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
}
@media (max-width: 767px) {
  .section-introduction .card-contact__flow .item {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    width: 100%;
    max-width: 290px;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 104px 1fr;
    gap: 0 16px;
  }
}
.section-introduction .card-contact__flow .item img {
  width: 100%;
  max-width: 140px;
}
@media (max-width: 767px) {
  .section-introduction .card-contact__flow .item img {
    max-width: 104px;
  }
}
.section-introduction .card-contact__flow p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  height: 60px;
  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 (max-width: 1105px) {
  .section-introduction .card-contact__flow p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .section-introduction .card-contact__flow p {
    font-size: 16px;
    height: 40px;
  }
}
@media (max-width: 920px) {
  .section-introduction .card-contact__flow p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-introduction .card-contact__flow p {
    text-align: left;
    font-size: 20px;
    height: 60px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
@media (max-width: 360px) {
  .section-introduction .card-contact__flow p {
    font-size: 16px;
  }
}
.section-introduction .card-contact__flow p.is-custom {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 767px) {
  .section-introduction .card-contact__flow p.is-custom {
    margin-left: 0;
    margin-right: 0;
  }
}
.section-introduction .card-contact__flow .ic-arrow {
  position: relative;
  top: 60px;
  width: 64px;
}
@media (max-width: 920px) {
  .section-introduction .card-contact__flow .ic-arrow {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .section-introduction .card-contact__flow .ic-arrow {
    position: static;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .section-introduction .card-contact__flow .ic-arrow img {
    width: 26px;
  }
}
@media (max-width: 767px) {
  .section-introduction .card-contact__flow .ic-arrow img {
    width: 28px;
  }
}
.section-introduction .card {
  padding: 24px 40px;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid #BDBDBD;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .section-introduction .card {
    margin-top: 23px;
  }
}
@media (max-width: 767px) {
  .section-introduction .card {
    padding: 32px 28px 40px;
  }
}
@media (max-width: 334px) {
  .section-introduction .card {
    padding: 32px 20px 40px;
  }
}
.section-introduction .card__inner {
  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: 24px;
}
@media (max-width: 1024px) {
  .section-introduction .card__inner {
    gap: 43px;
  }
}
@media (max-width: 767px) {
  .section-introduction .card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.section-introduction .card__inner figure {
  -webkit-box-flex: 260px;
      -ms-flex: 260px 0 0px;
          flex: 260px 0 0;
}
@media (max-width: 1024px) {
  .section-introduction .card__inner figure {
    -webkit-box-flex: 225px;
        -ms-flex: 225px 0 0px;
            flex: 225px 0 0;
  }
}
@media (max-width: 767px) {
  .section-introduction .card__inner figure {
    -webkit-box-flex: 1;
        -ms-flex: auto 0 0px;
            flex: auto 0 0;
  }
}
.section-introduction .card__inner .ttl {
  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: 16px;
  padding-right: 263px;
  height: 56px;
}
@media (max-width: 767px) {
  .section-introduction .card__inner .ttl {
    margin-bottom: 0;
    padding-right: 0;
    height: auto;
  }
}
.section-introduction .card__inner .ttl h3 {
  line-height: 1.5;
}
.section-introduction .card__inner h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  color: #0059AF;
}
.section-introduction .card__inner p {
  font-size: 20px;
  line-height: 2;
}
.section-introduction .card__inner .txt {
  position: relative;
}
@media (max-width: 767px) {
  .section-introduction .card__inner .txt {
    position: static;
  }
}
.section-introduction .card__inner .btn2--small {
  position: absolute;
  right: 0;
  top: 0px;
  max-width: 253px;
}
@media (max-width: 767px) {
  .section-introduction .card__inner .btn2--small {
    max-width: 100%;
    margin-left: 0;
    margin-top: 16px;
    position: static;
  }
}
.section-introduction .card__inner .btn2--small a {
  max-width: 253px;
  height: 56px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-introduction .card__inner .btn2--small a {
    max-width: 100%;
  }
}
.section-introduction .card__inner .btn2--small img {
  width: 26px;
}

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

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

.ipad-sp {
  display: none;
}
@media (max-width: 1024px) {
  .ipad-sp {
    display: block;
  }
}

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

  .sp-dropdown {
    width: 200px;
    margin: 0 auto;
    position: relative;
  }
  .sp-dropdown .selected {
    width: 200px;
    margin: 0 auto;
    padding: 12px 20px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 24px;
  }
  .sp-dropdown__list {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    background-color: #fff;
    -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);
    border-radius: 8px;
  }
  .sp-dropdown__list .dropdown__item {
    padding: 10px 10px;
    font-size: 16px;
  }
}
.select {
  max-width: 232px;
  margin: 0 auto 32px;
}
.select button {
  width: 232px;
  height: 62px;
  background: #fff;
  color: #0059AF;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  padding-left: 32px;
  padding-right: 16px;
  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;
}
.select button:hover {
  background-color: #fff;
  color: #0059AF;
}
.select button[aria-expanded="true"] img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select__option {
  width: 232px;
  padding: 0;
  font-size: 16px;
  border-radius: 8px;
}
.select__option li {
  padding: 10px 32px;
  font-size: 16px;
}
