@charset "UTF-8";

@font-face {
  font-family: "arena";
  src: url("../font/Arena.ttf") format("truetype");
}

.sp {
  display: none;
}

.pc {
  display: block;
}

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

  .sp {
    display: block;
  }
}

/*reset css*/
* {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

table th,
table td {
  box-sizing: border-box;
  border-collapse: collapse;
}

table tr {
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  transition-duration: 0.3s;
}

a:hover {
  opacity: 0.7;
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: clamp(16px, 1.8vw, 18px);
  color: #3b4043;
  width: min(100%, 1920px);
  margin: auto;
}

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

h1 {
  line-height: 1;
}

/*reset css*/
.tab_wrap .tab {
  display: flex;
  flex-wrap: wrap;
}

.tab_wrap .tab li a {
  display: block;
  background: #ddd;
  margin: 0 2px;
  padding: 10px 20px;
}

.tab_wrap .tab li.active a {
  background: #fff;
}

.tab_wrap .area {
  display: none;
  opacity: 0;
  background: #fff;
}

.tab_wrap .area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

main {
  overflow: hidden;
  position: relative;
  margin-top: clamp(60px, 6.7vw, 118px);
}

main .contact_wrap {
  position: fixed;
  right: 0;
  top: calc(clamp(60px, 6.7vw, 118px) + min(5.21vw, 100px));
  z-index: 100;
}

main .contact_wrap li a {
  width: 3.3em;
  font-size: 10px;
  font-size: clamp(12px, 1.1vw, 20px);
  height: 20em;
  /* height: 11em; */
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7em;
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  color: #fff;
  font-weight: bold;
}

main .contact_wrap li a::before {
  content: "";
  width: 1.2em;
}

main .contact_wrap li.mate a {
  background: #ff6e00;
}

main .contact_wrap li.mate a::before {
  background: url(../image/ico_book01.svg) 0 0 / contain no-repeat;
  aspect-ratio: 24/21;
}

main .contact_wrap li.trial a {
  background: #2cb9ff;
}

main .contact_wrap li.trial a::before {
  background: url(../image/tr_icon.svg) 0 0 / contain no-repeat;
  aspect-ratio: 24/25;
}

main .contact_wrap li.contact a {
  background: #3bc93c;
}

main .contact_wrap li.contact a::before {
  background: url(../image/ico_mail01.svg) 0 0 / contain no-repeat;
  aspect-ratio: 24/18.5;
}

@media screen and (max-width: 960px) {
  main .contact_wrap {
    display: flex;
    bottom: 0;
    top: unset;
    width: 100%;
  }

  main .contact_wrap li a {
    writing-mode: unset;
    width: 100%;
    flex-direction: row;
    align-items: center;
    letter-spacing: unset;
    height: unset;
    font-size: 16px;
    padding: 18px 0 16px;
  }

  main .contact_wrap li a::before {
    min-height: 16px;
  }

  main .contact_wrap li.mate {
    background: #ff6e00;
    width: 100%;
  }

  main .contact_wrap li.trial {
    background: #2cb9ff;
    width: 38%;
  }

  main .contact_wrap li.contact {
    background: #3bc93c;
    width: 34%;
  }
}

.inner_long {
  width: min(100%, 1620px);
}

.inner {
  width: min(100%, 1386px);
}

.inner,
.inner_long {
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {

  .inner,
  .inner_long {
    width: calc(90% + 20px);
  }
}

.sp_img {
  display: none;
}

@media screen and (max-width: 540px) {
  .sp_img {
    display: inline-block;
  }

  .pc_img {
    display: none;
  }
}

/**************************************************************
header
**************************************************************/
header {
  position: fixed;
  width: 100%;
  z-index: 99;
  font-size: clamp(12px, 1.5vw, 20px);
  color: #333333;
  background: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

header .header_inn {
  display: flex;
  gap: calc(clamp(30px, 3.2vw, 42px) - 1em);
  align-items: center;
  height: clamp(60px, 6.7vw, 118px);
}

header .logo {
  width: clamp(136px, 18vw, 187px);
  z-index: 1000;
}

header #g-nav ul {
  display: flex;
  margin-top: 1em;
}

header #g-nav ul li a {
  padding: 0 1em;
  font-weight: bold;
}

header #g-nav ul li:not(:last-of-type) a {
  border-right: 1px solid;
}

@media screen and (max-width: 767px) {
  header {
    font-size: 20px;
  }

  header #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all 0.6s;
  }

  header #g-nav.panelactive {
    right: 0;
  }

  header #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  header #g-nav ul {
    z-index: 999;
    width: 80%;
    margin: 90px auto;
    flex-direction: column;
  }

  header #g-nav ul li a {
    padding: 1em;
    display: block;
    border-right: unset !important;
    border-bottom: 1px solid;
  }

  header .openbtn1 {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    display: block;
    background: #002c3e;
  }

  header .openbtn1 span {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    width: 22px;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
  }

  header .openbtn1 span:nth-of-type(1) {
    top: calc(50% + 6px);
  }

  header .openbtn1 span:nth-of-type(2) {
    top: 50%;
  }

  header .openbtn1 span:nth-of-type(3) {
    top: calc(50% - 6px);
  }

  header .openbtn1.active span {
    transform: translate(-50%, 0%);
    transform-origin: left;
  }

  header .openbtn1.active span:nth-of-type(1) {
    rotate: -45deg;
    top: 50%;
  }

  header .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }

  header .openbtn1.active span:nth-of-type(3) {
    top: 50%;
    rotate: 45deg;
  }
}

/**************************
footer
***************************/
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 72px;
  }
}

footer .f_content {
  background: url(../image/f_back.svg) center/cover no-repeat;
  padding: min(9.5vw, 95px) 0 min(7.5vw, 75px);
}

footer .f_content .content_inner {
  width: min(100%, 1094px);
  margin: auto;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
}

footer .f_content h2 {
  font-size: clamp(29px, 3.4vw, 50px);
  line-height: 1.5333333333;
  margin-bottom: 40px;
  text-align: center;
}

footer .f_content h2 br {
  display: none;
}

footer .f_content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3.5vw, 35px);
}

footer .f_content a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: clamp(19px, 2.1vw, 21px);
  text-align: center;
  height: clamp(59px, 6.4vw, 64px);
  box-sizing: border-box;
  border-radius: 30px;
  border: 4px solid #fff;
  color: #ff6e00;
  background: #fff;
  margin-bottom: clamp(21px, 2.3vw, 23px);
}

footer .f_content a:hover {
  color: #fff;
  background: #ff6e00;
  opacity: 1;
}

footer .f_content p {
  line-height: 1.8333333333;
  width: min(100%, 306px);
  margin: auto;
}

@media screen and (max-width: 768px) {
  footer .f_content {
    background: url(../image/f_back_sp.svg) center/cover no-repeat;
    padding: 125px 0 195px;
  }

  footer .f_content ul {
    grid-template-columns: 1fr;
    width: 86.8%;
    margin: auto;
  }

  footer .f_content p {
    width: 91.3%;
  }
}

@media screen and (max-width: 540px) {
  footer .f_content {
    background: url(../image/f_back_sp02.svg) center/cover no-repeat;
  }

  footer .f_content h2 br {
    display: block;
  }
}

footer .f_bottom {
  background: #002c3e;
  padding: clamp(34px, 7.2vw, 72px) 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  footer .f_bottom {
    padding: 35px 0 45px;
  }
}

footer .f_bottom .fb_inner {
  justify-content: space-between;
  width: min(100%, 1280px);
  margin: auto;
  padding: 25px 0 0;
  border-top: 1px solid #fff;
}

footer .f_bottom .fb_inner,
footer .f_bottom .fb_inner .left,
footer .f_bottom .fb_inner .right,
footer .f_bottom .fb_inner .f_nav ul {
  display: flex;
  align-items: center;
}

footer .f_bottom .left {
  gap: calc(min(4.92vw, 64px) - 1em);
  font-size: 13px;
}

footer .f_bottom .left ul {
  margin-bottom: 12px;
  margin-top: 27px;
}

footer .f_bottom .left ul li {
  line-height: 16px;
}

footer .f_bottom .left ul li:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

footer .f_bottom .left ul a {
  padding: 0 1.23em;
  line-height: 1;
}

footer .f_bottom .right {
  gap: 16px;
}

footer .f_bottom .right figure img {
  margin-bottom: 6px;
  height: 72px;
  width: auto;
}

footer .f_bottom .right figcaption {
  font-size: 10px;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
}

@media screen and (min-width: 768px) {
  footer .f_bottom .right figcaption br {
    display: none;
  }
}

footer .f_bottom .copy {
  margin-left: 1em;
  color: #94abb3;
  font-weight: 500;
  font-size: 13px;
}

footer .f_bottom .copy.sp_copy {
  text-align: center;
  margin-top: 26px;
}

@media screen and (min-width: 1201px) {
  footer .f_bottom .sp_copy {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  footer .f_bottom .fb_inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 16px;
  }

  footer .f_bottom .fb_inner .left {
    display: contents;
  }

  footer .f_bottom .f_nav {
    order: -1;
    width: 100%;
  }

  footer .f_bottom .f_nav ul {
    justify-content: center;
    margin: unset;
  }

  footer .f_bottom .pc_copy {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  footer .f_bottom {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  footer .f_bottom .f_logo img {
    width: auto;
    height: 46px;
  }

  footer .f_bottom .fb_inner {
    padding-top: 35px;
  }

  footer .f_bottom .fb_inner .f_nav ul {
    flex-direction: column;
  }

  footer .f_bottom .fb_inner .f_nav ul li:not(:last-of-type) {
    margin-bottom: 16px;
    border-right: unset;
  }

  footer .f_bottom .right figure img {
    height: 46px;
  }

  footer .f_bottom .right figcaption {
    line-height: 1.8;
  }
}

/**************************
footer end
***************************/
/**************************
top
***************************/
.maintop {
  margin-bottom: clamp(38px, 4.3vw, 55px);
}

.maintop .box {
  display: flex;
  gap: 10px clamp(10px, 16vw, 100px);
  justify-content: end;
  margin-bottom: clamp(32px, 3.4vw, 45px);
}

.maintop .box .left {
  width: 48%;
}

.maintop .box .left img {
  width: 100%;
}

.maintop .box .right {
  width: clamp(400px, 49vw, 685px);
  background: #f5f5f5;
  box-sizing: border-box;
  padding: clamp(20px, 5vw, 50px);
  padding-right: 70px;
}

.maintop .box .right .box_inner {
  width: 90%;
}

.maintop .box .right .box_inner .title {
  font-size: clamp(18px, 1.7vw, 32px);
  line-height: 1.3714285714;
  margin-bottom: 30px;
}

.maintop .box .right .box_inner .title h2 {
  padding-left: 3.54em;
  position: relative;
  font-size: inherit;
}

.maintop .box .right .box_inner .title h2::before {
  content: "";
  background: url(../image/ico_book.svg) 0 0 / contain no-repeat;
  width: 2.8em;
  aspect-ratio: 98/85;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.maintop .box .right .box_inner .title p,
.maintop .box .right .box_inner .title span {
  display: block;
  color: #ff6e00;
  font-size: 79%;
}

@media screen and (max-width: 960px) {
  .maintop .box {
    margin-top: 40px;
    justify-content: flex-start;
  }

  .maintop .box .left {
    width: 89%;
    margin-left: 5px;
  }

  .maintop .box .right {
    display: none;
  }
}

.maintop .form_box input[type="text"],
.maintop .form_box input[type="email"],
.maintop .form_box input[type="tel"] {
  box-sizing: border-box;
  border: 1px solid #cdd6dd;
  padding: 0 15px;
  min-height: 40px;
  width: 100% !important;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}

.maintop .form_box label {
  font-size: 13px;
  font-family: arial, helvetica, sans-serif;
}

.maintop .form_box .hs-form-required {
  color: red;
}

.maintop .form_box .hs-form-field {
  margin-bottom: 1em;
}

.maintop .form_box .hs-form-booleancheckbox-display {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 35px;
}

.maintop .form_box .hs-form-booleancheckbox-display a {
  text-decoration: underline;
  color: blue;
}

.maintop .form_box .hs-form-booleancheckbox-display span {
  margin: unset;
  line-height: 1;
}

.maintop .form_box .hs-richtext {
  margin: 12px 0;
}

.maintop .form_box .hs-richtext p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.maintop .form_box input[type="submit"] {
  width: 100%;
  font-size: 21px;
  font-family: "BIZ UDPGothic", sans-serif;
  background: #fff;
  border: 2px solid #ff6e00;
  height: 3em;
  border-radius: 3em;
  color: #ff6e00;
  cursor: pointer;
  transition: 0.3s;
}

.maintop .form_box input[type="submit"]:hover {
  opacity: 0.7;
}

.maintop .trial {
  background: #f5f5f5;
  padding: clamp(22px, 5.5vw, 55px) clamp(19px, 5vw, 55px) clamp(25px, 4.5vw, 45px) clamp(18px, 4.5vw, 68px);
}

.maintop .trial a {
  display: flex;
  gap: 11px 1em;
  justify-content: center;
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: bold;
  position: relative;
}

.maintop .trial a figure {
  width: 48.9%;
}

.maintop .trial a .text_box {
  width: 48%;
}

.maintop .trial a .text_box .text {
  margin-bottom: 1em;
  text-align: center;
}

.maintop .trial a .text_box .but {
  font-size: 87.5%;
  display: flex;
  gap: 0.76em;
  align-items: center;
  justify-content: center;
}

.maintop .trial a .text_box .but::before {
  content: "";
  background: url(../image/arrow.svg) 0 0 / contain no-repeat;
  width: 1.52em;
  aspect-ratio: 1;
}

@media screen and (max-width: 767px) {
  .maintop .trial a {
    flex-direction: column;
  }

  .maintop .trial a::after {
    content: "";
    background: url(../image/arrow.svg) 0 0 / contain no-repeat;
    width: 24px;
    aspect-ratio: 1;
    position: absolute;
    bottom: -10px;
    right: -12px;
  }

  .maintop .trial a figure {
    width: 100%;
  }

  .maintop .trial a .text_box {
    width: 100%;
    line-height: 1.875;
  }

  .maintop .trial a .text_box .text {
    margin: 0;
  }

  .maintop .trial a .text_box .but {
    display: none;
  }
}

.bunner_sec {
  background: #002c3e;
  color: #fff;
  margin-bottom: clamp(40px, 8vw, 80px);
}

.bunner_sec .bunner_inner {
  display: flex;
  justify-content: space-between;
  gap: 40px 10px;
  width: min(100%, 1216px);
  margin: auto;
  padding: clamp(48px, 6vw, 60px) 10px;
  box-sizing: border-box;
  font-weight: bold;
}

.bunner_sec .bunner_inner h2 {
  font-size: clamp(34px, 4.6vw, 69px);
  line-height: 1.4782608696;
}

@media screen and (min-width: 768px) {
  .bunner_sec .bunner_inner h2 {
    margin-bottom: 0.47em;
  }
}

.bunner_sec .bunner_inner p {
  font-size: clamp(23px, 2.4vw, 24px);
  line-height: 1.4166666667;
}

.bunner_sec .bunner_inner .left {
  width: min(41vw, 620px);
}

.bunner_sec .bunner_inner .right {
  width: calc(100% - (min(41vw, 620px) + 50px));
}

@media screen and (min-width: 768px) {
  .bunner_sec .bunner_inner .right p {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .bunner_sec .bunner_inner {
    flex-direction: column;
    padding: clamp(48px, 6vw, 60px) 8.8% clamp(33px, 17vw, 170px);
    margin-bottom: clamp(40px, 7.7vw, 77px);
  }

  .bunner_sec .bunner_inner .left,
  .bunner_sec .bunner_inner .right,
  .bunner_sec .bunner_inner figure img {
    width: 100%;
  }

  .bunner_sec .bunner_inner .left p {
    display: none;
  }

  .bunner_sec .bunner_inner figure {
    margin-bottom: 52px;
  }
}

.work_sec {
  margin-bottom: clamp(37px, 8.5vw, 85px);
}

@media screen and (max-width: 767px) {
  .work_sec .inner {
    width: 100%;
  }
}

.work_sec h2 {
  font-size: clamp(27px, 4.45vw, 67px);
  color: #002c3e;
  text-align: center;
  margin-bottom: clamp(30px, 3.5vw, 35px);
}

.work_sec h2 span {
  font-size: 75%;
}

.work_sec .box_wrap {
  display: flex;
  gap: 19px 14px;
  flex-wrap: wrap;
  margin-bottom: clamp(34px, 6vw, 66px);
}

.work_sec .box_wrap .item {
  border: 4px solid #002c3e;
  width: calc((100% - 14px) / 2);
  border-radius: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 327px;
  padding: 26px clamp(20px, 5vw, 50px) 50px;
  box-sizing: border-box;
}

.work_sec .box_wrap .item h3 {
  font-size: clamp(16px, 1.54vw, 23px);
  line-height: 2.0869565217;
  border: 1px solid #002c3e;
  display: inline-block;
  padding: 0 2em;
  margin-bottom: clamp(27px, 2.4vw, 36px);
}

.work_sec .box_wrap .item p {
  font-size: clamp(18px, 2vw, 30px);
  line-height: 1.4;
  color: #3b4043;
}

@media screen and (max-width: 767px) {
  .work_sec .box_wrap .item p span {
    font-size: 166%;
  }
}

.work_sec .box_wrap .item:nth-of-type(1) figure {
  width: 40%;
}

.work_sec .box_wrap .item:nth-of-type(2) figure {
  width: 41%;
}

.work_sec .box_wrap .item:nth-of-type(3) figure {
  width: 41%;
}

.work_sec .box_wrap .item.long {
  width: 100%;
  height: 434px;
}

@media screen and (min-width: 950px) {
  .work_sec .box_wrap .item.long p {
    font-size: clamp(24px, 2.45vw, 37px);
  }

  .work_sec .box_wrap .item.long p span {
    font-size: 162%;
  }
}

@media screen and (max-width: 950px) {
  .work_sec .box_wrap .item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .work_sec .box_wrap .item {
    flex-direction: column;
    align-items: flex-start;
  }

  .work_sec .box_wrap .item,
  .work_sec .box_wrap .item.long {
    height: unset;
  }

  .work_sec .box_wrap .item figure {
    text-align: center;
    width: 100% !important;
  }

  .work_sec .box_wrap .item:nth-of-type(1) {
    gap: 30px;
  }

  .work_sec .box_wrap .item:nth-of-type(1) img {
    width: 82.5%;
  }

  .work_sec .box_wrap .item:nth-of-type(2) {
    gap: 40px;
  }

  .work_sec .box_wrap .item:nth-of-type(2) img {
    width: 54%;
  }

  .work_sec .box_wrap .item:nth-of-type(3) {
    gap: 20px;
  }

  .work_sec .box_wrap .item:nth-of-type(3) img {
    width: 61.5%;
  }
}

.work_sec .scene h3 {
  font-size: clamp(35px, 3.35vw, 50px);
  text-align: center;
  line-height: 1.3428571429;
  margin-bottom: clamp(23px, 6.8vw, 68px);
}

.work_sec .scene h3 span {
  display: block;
  color: #ff6e00;
  font-size: 40%;
  line-height: 1.9375;
  margin-top: 1em;
}

.work_sec .scene ul {
  width: min(100%, 1192px);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: clamp(9px, 5vw, 53px) clamp(7px, 2.6vw, 26px);
  text-align: center;
}

.work_sec .scene ul p {
  font-size: clamp(14px, 1.6vw, 16px);
}

.work_sec .scene ul p:not(.not_margin) {
  margin-top: 1.625em;
}

.work_sec .scene ul p.not_margin {
  margin-top: 0.625em;
}

@media screen and (max-width: 767px) {
  .work_sec .scene ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 540px) {
  .work_sec .scene ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .work_sec .scene ul img {
    display: none;
  }

  .work_sec .scene ul li {
    border: 1px solid #b4b4b4;
  }

  .work_sec .scene ul li p {
    margin: unset !important;
    height: 60px;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.lead_sec {
  text-align: center;
  font-weight: bold;
  background: #f5f5f5;
  padding: clamp(37px, 8.5vw, 85px) 0;
  margin-bottom: clamp(40px, 9vw, 90px);
}

.lead_sec h2 {
  font-size: clamp(27px, 3.7vw, 55px);
  line-height: 1.6666666667;
  margin-bottom: 1em;
  color: #3bc93c;
}

.lead_sec .text_cen {
  font-size: clamp(16px, 1.5vw, 24px);
  margin-bottom: 30px;
}

.lead_sec .text_cen p {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 540px) {
  .lead_sec .text_cen p {
    line-height: 1.9;
  }
}

.lead_sec ul {
  width: min(100%, 1150px);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 20px;
  margin-bottom: clamp(45px, 7vw, 70px);
  font-size: clamp(20px, 1.94vw, 29px);
}

@media screen and (max-width: 767px) {
  .lead_sec ul {
    grid-template-columns: 1fr;
    font-size: 23px;
  }
}

.lead_sec ul li {
  background: #3bc93c;
  color: #fff;
  height: clamp(82px, 10vw, 100px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.reason_sec {
  font-weight: bold;
  margin-bottom: clamp(60px, 8vw, 80px);
}

.reason_sec .text_box {
  display: none;
}

.reason_sec ol {
  counter-reset: count 0;
}

.reason_sec .title_box h2 {
  margin-bottom: clamp(45px, 8.5vw, 85px);
}

.reason_sec .title_box ol {
  font-size: clamp(18px, 1.47vw, 22px);
  display: grid;
  grid-template-columns: 12.6em 12.6em 15.2em 12.6em;
  gap: 2em 3em;
  margin-bottom: clamp(30px, 7vw, 70px);
}

@media screen and (max-width: 1150px) {
  .reason_sec .title_box ol {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .reason_sec .title_box ol {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 540px) {
  .reason_sec .title_box ol {
    display: none;
  }
}

.reason_sec .title_box li {
  display: flex;
  align-items: center;
}

.reason_sec .title_box li::before {
  counter-increment: count 1;
  content: counter(count);
  font-size: 227%;
  margin-right: 0.22em;
  color: #ff6e00;
}

.reason_sec .title_box li::after {
  content: "";
  width: 0.4em;
  aspect-ratio: 1;
  border-top: 3px solid #ff6e00;
  border-right: 3px solid #ff6e00;
  transform: rotate(45deg);
  /* 45度回転 */
  transform-origin: center;
  /* 回転の基準を要素の中心に設定 */
  margin-left: 0.4em;
}

.reason_sec .accordion_wrap {
  margin-bottom: clamp(50px, 19vw, 190px);
}

@media screen and (max-width: 768px) {
  .reason_sec .accordion_wrap {
    margin-bottom: 50px;
  }
}

.reason_sec .accordion_wrap .item:not(:last-of-type) {
  margin-bottom: clamp(20px, 8vw, 80px);
}

@media screen and (max-width: 540px) {
  .reason_sec .accordion_wrap .item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.reason_sec .accordion_wrap .item .box_inner {
  width: 94%;
  margin: clamp(28px, 7.5vw, 75px) auto 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 540px) {
  .reason_sec .accordion_wrap .item .box_inner {
    margin-top: 28px;
    padding-bottom: 10px;
  }
}

.reason_sec .accordion_wrap .item .box_inner .left {
  width: 56%;
}

@media screen and (max-width: 767px) {
  .reason_sec .accordion_wrap .item .box_inner .left {
    width: 100%;
  }
}

.reason_sec .accordion_wrap .item .box_inner .left h4 {
  font-size: clamp(20px, 2.5vw, 30px);
  color: #002c3e;
  line-height: 1.4;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .reason_sec .accordion_wrap .item .box_inner .left h4 {
    line-height: 1.65;
  }
}

.reason_sec .accordion_wrap .item .box_inner .left li {
  display: flex;
  gap: 1em 0;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.25;
}

.reason_sec .accordion_wrap .item .box_inner .left li .ore {
  color: #ff6e00;
  white-space: nowrap;
}

.reason_sec .accordion_wrap .item .box_inner .left li .ore::after {
  content: ":";
  color: #333;
}

.reason_sec .accordion_wrap .item .box_inner .left li:not(:last-of-type) {
  margin-bottom: 1em;
}

@media screen and (max-width: 540px) {
  .reason_sec .accordion_wrap .item .box_inner .left li {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.reason_sec .accordion_wrap .item .box_inner figure {
  width: 32.3%;
}

.reason_sec .accordion_wrap .item .box_inner figure img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .reason_sec .accordion_wrap .item .box_inner figure {
    display: none;
  }
}

.reason_sec .accordion_wrap .title {
  position: relative;
  cursor: pointer;
  position: relative;
  background: #f5f5f5;
  font-size: clamp(16px, 3.2vw, 45px);
  padding-left: clamp(40px, 14vw, 140px);
  height: clamp(100px, 17.6vw, 176px);
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .reason_sec .accordion_wrap .title {
    padding-left: clamp(40px, 8vw, 60px);
  }
}

.reason_sec .accordion_wrap .title::after {
  content: "";
  width: clamp(12px, 2.3vw, 23px);
  aspect-ratio: 1;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%);
  rotate: -45deg;
  transform-origin: top center;
  position: absolute;
  top: 50%;
  right: 1.21em;
  transition: all 0.5s ease;
}

.reason_sec .accordion_wrap .title.close::after {
  rotate: 135deg;
}

.reason_sec .accordion_wrap .title h3 span {
  font-size: clamp(14px, 1.26vw, 18px);
  display: block;
  margin-top: 0.75em;
  line-height: 1.4285714286;
}

.reason_sec .accordion_wrap .title h3::before {
  counter-increment: count 1;
  content: counter(count);
  color: #ff6e00;
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  font-size: 219%;
}

@media screen and (max-width: 767px) {
  .reason_sec .accordion_wrap .title h3 {
    position: relative;
  }

  .reason_sec .accordion_wrap .title h3 span {
    width: 13em;
    font-weight: normal;
  }

  .reason_sec .accordion_wrap .title h3::before {
    font-size: 131%;
    top: 0.3em;
    left: -1em;
  }
}

.reason_sec .accordion_wrap .title .clip {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 33.7%;
  background: #002c3e;
  -webkit-clip-path: polygon(23% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(23% 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
  .reason_sec .accordion_wrap .title .clip {
    width: 20.5%;
  }
}

.reason_sec .case h3 {
  font-size: clamp(29px, 3.4vw, 50px);
  color: #3b4043;
  margin-bottom: clamp(50px, 13vw, 150px);
  line-height: 1.6206896552;
}

.reason_sec .case h3 br {
  display: none;
}

@media screen and (max-width: 767px) {
  .reason_sec .case h3 {
    width: 84vw;
    margin: 0 calc(50% - 42vw) clamp(50px, 13vw, 150px);
  }

  .reason_sec .case h3 br {
    display: block;
  }
}

.reason_sec .case h4 {
  font-size: clamp(18px, 2.9vw, 29px);
  color: #fff;
  background: #002c3e;
  display: inline-block;
  width: clamp(117px, 24vw, 244px);
  height: clamp(38px, 6.4vw, 64px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1em;
  margin: -1.2em 0 clamp(20px, 4.5vw, 45px) 0.86em;
}

.reason_sec .case h5 {
  font-size: clamp(20px, 3vw, 30px);
  color: #ff6e00;
  margin-bottom: clamp(19px, 2.8vw, 35px);
}

.reason_sec .case p {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.95;
}

@media screen and (max-width: 767px) {
  .reason_sec .case p {
    font-weight: normal;
  }
}

.reason_sec .case .case_item {
  border: 3px solid #002c3e;
  border-radius: 16px;
}

.reason_sec .case .case_item:not(:last-of-type) {
  margin-bottom: clamp(48px, 12vw, 120px);
}

@media screen and (max-width: 767px) {
  .reason_sec .case .case_item {
    width: 92vw;
    margin: 0 calc(50% - 46vw);
  }
}

.reason_sec .case .case_item .item_inner {
  padding: 0 clamp(20px, 4vw, 52px) clamp(40px, 8vw, 80px) clamp(20px, 5.3vw, 100px);
}

.reason_sec .case .case_item .item_inner .item_title {
  display: flex;
  gap: 28px 30px;
  margin-bottom: 32px;
}

.reason_sec .case .case_item .item_inner .item_title figure {
  width: 25.8%;
}

.reason_sec .case .case_item .item_inner .item_title .title_wrap {
  width: 71.5%;
}

@media screen and (max-width: 768px) {
  .reason_sec .case .case_item .item_inner .item_title {
    flex-direction: column;
  }

  .reason_sec .case .case_item .item_inner .item_title figure,
  .reason_sec .case .case_item .item_inner .item_title .title_wrap {
    width: 100%;
  }
}

.reason_sec .case .case_item .item_inner .text_box {
  width: min(100%, 1164px);
  margin-bottom: 40px;
}

.reason_sec .case .case_item .item_inner .text_box .text {
  margin-bottom: clamp(30px, 6vw, 56px);
}

.reason_sec .case .case_item .item_inner .text_box .ul_box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 40px;
}

@media screen and (max-width: 1000px) {
  .reason_sec .case .case_item .item_inner .text_box .ul_box ul {
    grid-template-columns: 1fr;
  }
}

.reason_sec .case .case_item .item_inner .text_box .ul_box h6 {
  color: #fff;
  background: #ff6e00;
  font-size: clamp(16px, 2.4vw, 24px);
  height: 58px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  margin-bottom: clamp(10px, 2.4vw, 24px);
}

@media screen and (max-width: 1000px) {
  .reason_sec .case .case_item .item_inner .text_box .ul_box h6 {
    margin-bottom: 10px;
  }
}

.reason_sec .case .case_item .item_inner .text_box .ul_box p {
  font-weight: normal;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.8888888889;
}

.reason_sec .case .case_item .item_inner .ac_but p {
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: end;
  line-height: 1;
  color: #3b4043;
  font-size: 20px;
  transition: all 0.5s ease;
  font-weight: bold;
}

.reason_sec .case .case_item .item_inner .ac_but p::after {
  content: "";
  background: url(../image/arrow.svg) 0 0 / contain no-repeat;
  aspect-ratio: 1;
  width: 31px;
  transform-origin: center;
  transition: all 0.5s ease;
}

.reason_sec .case .case_item .item_inner .ac_but p.arow_top::after {
  rotate: -90deg;
}

.reason_sec .case .case_item .item_inner .ac_but p.arow_bot::after {
  rotate: 90deg;
}

@media screen and (max-width: 768px) {
  .reason_sec .case .case_item .item_inner .ac_but p {
    justify-content: center;
  }
}

.plan_sec {
  background: #f5f5f5;
  padding: clamp(10px, 9.6vw, 96px) 0 clamp(50px, 7.5vw, 75px);
  margin-bottom: clamp(30px, 8.5vw, 85px);
}

@media screen and (max-width: 768px) {
  .plan_sec {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .plan_sec .inner {
    width: calc(92.5% + 28px);
    padding: 0 14px;
  }
}

.plan_sec .title_wrap {
  font-size: clamp(29px, 3.4vw, 50px);
  margin-bottom: clamp(60px, 8vw, 80px);
}

@media screen and (max-width: 768px) {
  .plan_sec .title_wrap {
    text-align: center;
    width: 90%;
    margin: 0 auto clamp(60px, 8vw, 80px);
    transform: translateY(-0.5em);
  }
}

.plan_sec .title_wrap h2 {
  margin-bottom: clamp(45px, 6.5vw, 65px);
}

.plan_sec .title_wrap figure {
  margin-bottom: 34px;
}

@media screen and (max-width: 540px) {
  .plan_sec .title_wrap figure .sp_img {
    display: inline-block;
  }
}

.plan_sec .title_wrap p {
  font-size: 20px;
  line-height: 1.75;
}

.plan_sec p {
  font-weight: bold;
}

.plan_sec .box01 {
  border: 5px solid #3bc93c;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 30px;
}

.plan_sec .box01 h3 {
  font-size: clamp(18px, 2vw, 20px);
  color: #fff;
  background: #3bc93c;
  display: inline-block;
  width: clamp(200px, 22vw, 218px);
  height: clamp(38px, 4.3vw, 43px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -1.2em 0 clamp(37px, 5.8vw, 58px) 1.3em;
}

.plan_sec .box01 .box_inner {
  padding: 0 clamp(22px, 5.5vw, 105px) clamp(25px, 9vw, 92px);
}

.plan_sec .box01 .box_inner .border {
  border-bottom: 1px solid #3bc93c;
  font-size: clamp(30px, 3.6vw, 36px);
  padding-bottom: 20px;
  margin-bottom: clamp(38px, 5vw, 50px);
}

@media screen and (max-width: 768px) {
  .plan_sec .box01 .box_inner .border {
    line-height: 1.4333333333;
  }
}

.plan_sec .box01 .box_inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1250px) {
  .plan_sec .box01 .box_inner ul {
    grid-template-columns: 1fr;
  }
}

.plan_sec .box01 .box_inner .price {
  margin-bottom: clamp(25px, 7.5vw, 77px);
  gap: 30px 24px;
}

.plan_sec .box01 .box_inner .price li {
  display: flex;
  align-items: center;
  gap: clamp(13px, 1.6vw, 16px);
}

.plan_sec .box01 .box_inner .price li .right {
  background: #3bc93c;
  width: clamp(113px, 14vw, 139px);
  height: clamp(41px, 5vw, 51px);
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 2vw, 20px);
}

.plan_sec .box01 .box_inner .price li .left {
  font-size: clamp(20px, 2.6vw, 26px);
  white-space: nowrap;
  -moz-columns: #3b4043;
  columns: #3b4043;
}

.plan_sec .box01 .box_inner .price li .left span {
  font-size: 210%;
  letter-spacing: -0.1em;
  margin-right: 0.1em;
}

.plan_sec .box01 .box_inner .text_wrap {
  gap: 10px 24px;
}

.plan_sec .box01 .box_inner .text_wrap li {
  background: #f5f5f5;
  border-radius: 8px;
  padding: clamp(30px, 4.2vw, 42px) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.plan_sec .box01 .box_inner .text_wrap li h5 {
  font-size: clamp(20px, 2.6vw, 26px);
  margin-bottom: clamp(15px, 3.5vw, 35px);
}

.plan_sec .box01 .box_inner .text_wrap li p {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 2.1;
}

@media screen and (max-width: 768px) {
  .plan_sec .box01 .box_inner .text_wrap li p {
    line-height: 1.5625;
  }
}

.plan_sec .box02 {
  width: 98%;
  margin: 0 auto clamp(16px, 2.7vw, 27px);
}

.plan_sec .box02 p {
  font-size: clamp(14px, 2.3vw, 23px);
  line-height: 1.8695652174;
}

.plan_sec .box02 p span {
  color: #ff6e00;
  display: block;
}

@media screen and (max-width: 767px) {
  .plan_sec .box02 p {
    font-weight: normal;
  }
}

.plan_sec .box03 {
  background: #fff;
  border-radius: 8px;
  margin-bottom: clamp(35px, 9vw, 90px);
}

.plan_sec .box03 .box_inner {
  width: min(100%, 1194px);
  margin: auto;
  padding: clamp(30px, 6.5vw, 65px) 22px;
}

.plan_sec .box03 h3 {
  font-size: clamp(14px, 2vw, 20px);
  color: #3b4043;
  margin-bottom: 25px;
}

.plan_sec .box03 h3 span {
  font-size: clamp(25px, 3vw, 30px);
  display: block;
  color: #3bc93c;
  margin-top: 0.4em;
  line-height: 1.68;
}

.plan_sec .box03 .sup_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px 24px;
  margin-bottom: 33px;
}

@media screen and (max-width: 850px) {
  .plan_sec .box03 .sup_list {
    grid-template-columns: 1fr;
  }
}

.plan_sec .box03 .sup_list li {
  font-weight: bold;
  font-size: 20px;
  border: 3px solid #3bc93c;
  border-radius: 8px;
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan_sec .box03 .type_list {
  font-size: clamp(16px, 2vw, 20px);
  display: flex;
  justify-content: center;
  gap: 1em min(5vw, 70px);
}

@media screen and (max-width: 900px) {
  .plan_sec .box03 .type_list {
    gap: 1em 17px;
  }
}

@media screen and (max-width: 767px) {
  .plan_sec .box03 .type_list {
    flex-direction: column;
  }
}

.plan_sec .box04 {
  width: min(100%, 1270px);
  margin: auto;
  color: #3b4043;
  margin-bottom: clamp(35px, 5vw, 50px);
}

.plan_sec .box04 h3 {
  font-size: clamp(29px, 3vw, 30px);
  margin-bottom: 0.6em;
  line-height: 1.4482758621;
}

@media screen and (max-width: 540px) {
  .plan_sec .box04 h3 {
    margin-bottom: 20px;
  }
}

.plan_sec .box04 figure {
  text-align: center;
  margin-bottom: clamp(28px, 6.8vw, 68px);
}

.plan_sec .box04 p {
  font-size: clamp(16px, 2.7vw, 27px);
  line-height: 1.8888888889;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .plan_sec .box04 p {
    font-weight: normal;
    text-align: left;
    width: 83%;
    margin: auto;
  }
}

.plan_sec .box05 {
  background: #fff;
  border-radius: 8px;
}

.plan_sec .box05 .box_inner {
  width: 96.5%;
  margin: auto;
  padding: clamp(33px, 5.5vw, 52px) 22px clamp(24px, 5.7vw, 57px);
  display: flex;
  justify-content: space-between;
}

.plan_sec .box05 h3 {
  font-size: clamp(29px, 3vw, 30px);
  margin-bottom: clamp(22px, 5vw, 50px);
}

.plan_sec .box05 p {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 2.15;
}

@media screen and (max-width: 767px) {
  .plan_sec .box05 p {
    font-weight: normal;
  }
}

.plan_sec .box05 p span {
  color: #ff6e00;
}

.plan_sec .box05 .left {
  width: min(100%, 427px);
  padding-top: min(8vw, 125px);
}

.plan_sec .box05 .right {
  width: calc(100% - (min(100%, 427px) + 40px));
}

@media screen and (min-width: 1001px) {
  .plan_sec .box05 .right p {
    display: none;
  }
}

.plan_sec .box05 .but {
  text-align: right;
  margin-top: 10px;
}

@media screen and (min-width: 1001px) {
  .plan_sec .box05 .but {
    display: none;
  }
}

.plan_sec .box05 .but a {
  background: url(../image/ico_expansion02.svg) 0 0 / contain no-repeat;
  width: 24.5px;
  aspect-ratio: 1;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .plan_sec .box05 .box_inner {
    flex-direction: column;
  }

  .plan_sec .box05 .left p {
    display: none;
  }

  .plan_sec .box05 .right p {
    margin-top: 30px;
  }

  .plan_sec .box05 .left,
  .plan_sec .box05 .right {
    width: 100%;
  }
}

.func_sec {
  margin-bottom: clamp(45px, 9.5vw, 95px);
}

.func_sec h2 {
  font-size: clamp(29px, 3.4vw, 50px);
  line-height: 1.1904761905;
  margin-bottom: clamp(30px, 8vw, 100px);
  color: #3b4043;
}

.func_sec .title {
  position: relative;
  margin-bottom: clamp(26px, 3.3vw, 33px);
}

.func_sec .title h3 {
  color: #002c3e;
  font-size: clamp(18px, 2.7vw, 27px);
  position: relative;
  z-index: 1;
  background: #fff;
  display: inline-block;
  padding-right: 12px;
}

.func_sec .title::after {
  content: "";
  background: #002c3e;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .func_sec .title h3 {
    padding: unset;
  }

  .func_sec .title::after {
    content: unset;
  }
}

.func_sec .box_wrap {
  display: flex;
  gap: clamp(25px, 6vw, 60px) 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.func_sec .box_wrap .list_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.func_sec .box_wrap .list_box ul li {
  width: clamp(101px, 18vw, 270px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.func_sec .box_wrap figure {
  min-height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.func_sec .box_wrap figure.h-pc {
  min-height: 138px;
}

@media screen and (max-width: 767px) {
  .func_sec .box_wrap figure.h-pc {
    min-height: 115px;
  }
}

.func_sec .box_wrap p {
  font-size: clamp(14px, 1.9vw, 19px);
  font-weight: bold;
  line-height: 1.2631578947;
  margin-top: auto;
  padding-top: clamp(10px, 1.6vw, 16px);
  color: #002c3e;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .func_sec .box_wrap {
    flex-direction: column;
  }

  .func_sec .box_wrap .list_box:not(:last-of-type) {
    border-bottom: 1px solid #002c3e;
    padding-bottom: 40px;
  }

  .func_sec .box_wrap .list_box ul {
    justify-content: unset;
    gap: 15px;
  }

  .func_sec .box_wrap .list_box ul li {
    width: calc((100% - 30px) / 3);
  }
}

@media screen and (max-width: 540px) {
  .func_sec .box_wrap img:not(.full) {
    width: 67%;
  }
}

.company_sec {
  background: #f5f5f5;
  padding: clamp(40px, 6vw, 60px) 0 clamp(35px, 5.5vw, 55px);
  margin-bottom: clamp(55px, 10vw, 100px);
}

@media screen and (max-width: 767px) {
  .company_sec {
    padding-bottom: 110px;
  }
}

.company_sec .title_wrap {
  display: flex;
  align-items: center;
  gap: 14px 22px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .company_sec .title_wrap {
    flex-direction: column;
    align-items: baseline;
  }
}

.company_sec .title_wrap h2 {
  font-size: 30px;
}

.company_sec .title_wrap p {
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .company_sec .pc_com_list {
    display: none;
  }
}

.company_sec .pc_com_list ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 11px 9px;
}

.company_sec .sp_com_list {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .company_sec .sp_com_list {
    display: none;
  }
}

.company_sec .sp_com_list.swiper {
  overflow: unset;
}

.company_sec .sp_com_list img,
.company_sec .sp_com_list a {
  width: 100%;
}

.company_sec .sp_com_list .swiper-button-prev,
.company_sec .sp_com_list .swiper-button-next {
  width: 50px;
  height: 50px;
  top: unset;
  bottom: -80px;
  transform: translateX(-50%);
}

.company_sec .sp_com_list .swiper-button-prev::after,
.company_sec .sp_com_list .swiper-button-next::after {
  content: "";
  background: url(../image/arrow02.svg) 0 0 / contain no-repeat;
  width: 50px;
  aspect-ratio: 1;
}

.company_sec .sp_com_list .swiper-button-prev {
  left: calc(50% - 62px);
}

.company_sec .sp_com_list .swiper-button-next {
  right: calc(50% - 62px);
  rotate: 180deg;
}

.q_a_sec {
  font-weight: bold;
  margin-bottom: clamp(75px, 10vw, 112px);
}

.q_a_sec .text_box {
  display: none;
}

.q_a_sec h2 {
  font-size: clamp(29px, 3.4vw, 50px);
  margin-bottom: clamp(30px, 7vw, 70px);
}

.q_a_sec .tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 38px;
}

.q_a_sec .tab .active a {
  background: #002c3e;
  color: #fff;
}

.q_a_sec .tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  height: clamp(67px, 12vw, 112px);
  font-size: clamp(20px, 2.4vw, 24px);
  border-radius: 16px 16px 0 0;
}

@media screen and (max-width: 767px) {
  .q_a_sec .tab {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .q_a_sec .tab li a {
    border-radius: 16px;
  }

  .q_a_sec .tab .active a {
    background: #002c3e;
    color: #f5f5f5;
  }
}

.q_a_sec .tab_wrap {
  border: 5px solid #002c3e;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}

.q_a_sec .tab_wrap h3 {
  font-size: 20px;
  color: #3b4043;
  margin-bottom: 44px;
}

@media screen and (min-width: 768px) {
  .q_a_sec .tab_wrap h3 {
    display: none;
  }
}

.q_a_sec .tab_wrap .area {
  width: 84.8%;
  margin: auto;
  padding: clamp(35px, 10vw, 100px) 0 clamp(20px, 10vw, 100px);
}

.q_a_sec .tab_wrap .title {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: calc(clamp(41px, 3vw, 50px) + clamp(12px, 2.8vw, 28px));
  padding-right: calc(clamp(20px, 3vw, 33px) + 21px);
  font-size: clamp(16px, 2vw, 20px);
  height: clamp(41px, 3vw, 50px);
  line-height: 1.6875;
  color: #3b4043;
  cursor: pointer;
}

.q_a_sec .tab_wrap .title::before,
.q_a_sec .tab_wrap .title::after {
  content: "";
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.q_a_sec .tab_wrap .title::after {
  background: url(../image/ico_pu.svg) 0 0 / contain no-repeat;
  width: clamp(20px, 3vw, 33px);
  transition: 0.3s;
  right: 0;
  transform-origin: top center;
}

.q_a_sec .tab_wrap .title.close::after {
  rotate: 90deg;
}

.q_a_sec .tab_wrap .title::before {
  background: url(../image/icon_q.svg) 0 0 / contain no-repeat;
  width: clamp(41px, 3vw, 50px);
  left: 0;
}

.q_a_sec .tab_wrap li .text_box {
  padding-top: min(3vw, 30px);
  line-height: 1.9;
}

.q_a_sec .tab_wrap li:not(:last-of-type) {
  margin-bottom: min(5vw, 50px);
}

@media screen and (max-width: 767px) {
  .q_a_sec .tab_wrap {
    font-weight: normal;
    overflow: unset;
    border: unset;
    border-radius: unset;
  }

  .q_a_sec .tab_wrap .area {
    display: block;
    opacity: 1;
    border: 5px solid #002c3e;
    border-radius: 16px;
    width: 92.5vw;
    margin: 0 calc(50% - 46.25vw);
    padding: 35px 0 20px;
  }

  .q_a_sec .tab_wrap .area:not(:last-of-type) {
    margin-bottom: 28px;
  }

  .q_a_sec .tab_wrap .area .area_inner {
    width: 89.7%;
    margin: auto;
  }

  .q_a_sec .tab_wrap li {
    padding-bottom: 30px;
  }

  .q_a_sec .tab_wrap li:not(:last-of-type) {
    border-bottom: 1px solid #002c3e;
  }
}

.flow_sec {
  color: #3b4043;
  margin-bottom: clamp(80px, 10vw, 100px);
}

.flow_sec h2 {
  font-size: clamp(29px, 3.4vw, 50px);
  margin-bottom: clamp(35px, 6vw, 60px);
}

.flow_sec h3 {
  padding-left: calc(min(7.4vw, 100px) + min(2.2vw, 30px));
  position: relative;
  height: min(7.4vw, 100px);
  font-size: clamp(16px, 1.78vw, 24px);
  line-height: 1.4583333333;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.flow_sec h3::before {
  content: "";
  position: absolute;
  width: min(7.4vw, 100px);
  aspect-ratio: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.flow_sec h3.icon01::before {
  background: url(../image/flow_01.svg) 0 0 / contain no-repeat;
}

.flow_sec h3.icon02::before {
  background: url(../image/flow_02.svg) 0 0 / contain no-repeat;
}

.flow_sec h3.icon03::before {
  background: url(../image/flow_03.svg) 0 0 / contain no-repeat;
}

.flow_sec h3.icon04::before {
  background: url(../image/flow_04.svg) 0 0 / contain no-repeat;
}

@media screen and (max-width: 1000px) {
  .flow_sec h3 {
    padding-left: 62px;
    height: 47px;
  }

  .flow_sec h3::before {
    width: 47px;
  }
}

@media screen and (max-width: 767px) {
  .flow_sec h3 {
    font-size: 24px;
    padding-left: 130px;
    height: 100px;
  }

  .flow_sec h3::before {
    width: 100px;
  }
}

.flow_sec .step {
  background: #002c3e;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 31px;
  display: flex;
  align-items: center;
  padding-left: clamp(24px, 3vw, 30px);
  margin-bottom: 28px;
}

.flow_sec .step:not(.last) {
  -webkit-clip-path: polygon(97% 0, 100% 50%, 97% 100%, 0 100%, 0 0);
  clip-path: polygon(97% 0, 100% 50%, 97% 100%, 0 100%, 0 0);
}

.flow_sec ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 5vw, 55px);
}

@media screen and (max-width: 768px) {
  .flow_sec ul {
    grid-template-columns: 1fr;
  }
}

.flow_sec p:not(.step) {
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.875;
}

.flow_sec p:not(.step) a {
  text-decoration: underline;
}

.hs-button {
  background: #fff !important;
  color: #FF7A59 !important;
  border-radius: 100vmax !important;
  line-height: 26px !important;
  font-size: 16px !important;
}

.c-downloadCTA-wrap {
  margin: 20px 0 60px;
}

.c-downloadCTA-wrap .c-downloadCTA-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
}

.c-downloadCTA-wrap a {
  color: #fff;
  background: #ff6e00;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: min(720px, 100%);
  height: 120px;
  border-radius: 100vmax;
  margin: 0 auto;
  font-size: 26px;
}

.c-downloadCTA-wrap a .c-downloadCTA-icon {
  width: 60px;
}

.c-downloadCTA-wrap a .c-downloadCTA-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-downloadCTA-wrap a em {
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .c-downloadCTA-wrap {
    margin: 20px 0 60px;
  }

  .c-downloadCTA-wrap .c-downloadCTA-title {
    font-size: 20px;
  }

  .c-downloadCTA-wrap a {
    gap: 10px;
    height: 66px;
    font-size: 16px;
  }

  .c-downloadCTA-wrap a em {
    font-size: 14px;
    font-style: normal;
  }

  .c-downloadCTA-wrap a .c-downloadCTA-icon {
    width: 19px;
  }

}