@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Montserrat:wght@100;200;300&family=Mulish:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;0,1333333;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1333333&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");

* {
  list-style: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-padding-top: 140px; /* ヘッダーの高さに応じて調整 */
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 80px; /* ヘッダーの高さに応じて調整 */
  }
}

a {
  text-decoration: none;
  transition: .3s;
}

li {
  list-style-type: none;
}

.d-flex {
  display: flex;
}

.bold {
  font-weight: bold;
}

@font-face {
  font-family: "TBUDRGoStd-bold";
  src: url("../fonts/TBUDRGoStd-Bold.otf");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "TBUDRGoStd-bold";
  src: url("../fonts/TBUDRGoStd-Heavy.otf");
  font-display: swap;
}

@font-face {
  font-family: "RoGSanSrfStd-Bd";
  src: url("../fonts/RoGSanSrfStd-Bd.otf");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "PA1GothicStdN-Medium";
  src: url("../fonts/PA1GothicStdN-Medium.otf");
  font-weight: 500;
  font-display: swap;
}

.l {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.r {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.b {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.leb {
  letter-spacing: 0.06em;
}

.le-b {
  letter-spacing: -0.06em;
}

.le-b4 {
  letter-spacing: -0.04em;
}

.le-b20 {
  letter-spacing: -0.2em;
}

.b2 {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

:root {
  font-size: 22px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
}

.font {
  font-family: "rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  vertical-align: bottom;
  width: 100%;
}

.fgar {
  font-family: Garamond, "EB Garamond", serif;
}

.fyug {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

body {
  width: 100%;
  font-size: 18px;
  line-height: 1.75;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

/* body>div main.top {
  overflow-x: hidden!important;
} */

body > div .about-difference {
  overflow-x: hidden;
}

body > div .strengths {
  overflow-x: hidden;
}

body > div .column {
  overflow-x: hidden;
}

.fadeUp span {
  display: inline-block;
  overflow: hidden;
  opacity: 0;
}

.fadeUp span:nth-child(1) {
  animation: fadeInText 1s ease 0.2s forwards;
}

.fadeUp span:nth-child(2) {
  animation: fadeInText 1s ease 0.4s forwards;
}

.fadeUp span:nth-child(3) {
  animation: fadeInText 1s ease 0.6s forwards;
}

.fadeUp span:nth-child(4) {
  animation: fadeInText 1s ease 0.8s forwards;
}

.fadeUp span:nth-child(5) {
  animation: fadeInText 1s ease 1s forwards;
}

.fadeUp span:nth-child(6) {
  animation: fadeInText 1s ease 1.2s forwards;
}

.fadeUp span:nth-child(7) {
  animation: fadeInText 1s ease 1.4s forwards;
}

.fadeUp span:nth-child(8) {
  animation: fadeInText 1s ease 1.6s forwards;
}

.fadeUp span:nth-child(9) {
  animation: fadeInText 1s ease 1.8s forwards;
}

.fadeUp span:nth-child(10) {
  animation: fadeInText 1s ease 2s forwards;
}

.fadeUp span:nth-child(11) {
  animation: fadeInText 1s ease 2.2s forwards;
}

.fadeUp span:nth-child(12) {
  animation: fadeInText 1s ease 2.4s forwards;
}

.fadeUp span:nth-child(13) {
  animation: fadeInText 1s ease 2.6s forwards;
}

.fadeUp span:nth-child(14) {
  animation: fadeInText 1s ease 2.8s forwards;
}

.fadeUp span:nth-child(15) {
  animation: fadeInText 1s ease 3s forwards;
}

.fadeUp span:nth-child(16) {
  animation: fadeInText 1s ease 3.2s forwards;
}

.fadeUp span:nth-child(17) {
  animation: fadeInText 1s ease 3.4s forwards;
}

.fadeUp span:nth-child(18) {
  animation: fadeInText 1s ease 3.6s forwards;
}

.fadeUp span:nth-child(19) {
  animation: fadeInText 1s ease 3.8s forwards;
}

@keyframes fadeInText {
  0% {
    transform: translateY(-50%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  /* overflow:hidden; */
  ;
}

.section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: transparent;
}

h1 {
  font-size: 6vw;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #333333;
  background-blend-mode: lighten;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 1s ease;
  transition-delay: 0.15s;
}

.b1 {
  background-image: url("../images/img-mainbg01.jpg");
  z-index: -4;
}

@media screen and (max-width: 500px) {
  .b1 {
    background-position: 70% 50%;
  }
}

.b2 {
  background-image: url("../images/img-mainbg02.jpg");
  z-index: -3;
}

@media screen and (max-width: 500px) {
  .b2 {
    background-position: 40% 50%;
  }
}

.b3 {
  background-image: url("../images/img-mainbg03.jpg");
  z-index: -2;
}

.b4 {
  background-image: url("../images/img-mainbg04.jpg");
  z-index: -1;
}

@media screen and (max-width: 500px) {
  .b4 {
    background-position: 70% 50%;
  }
}

.show {
  opacity: 1;
}

.main-visual {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100vh;
  justify-content: flex-start;
  padding: 90px 30px 60px 30px;
  width: 100%;
  max-width: 100%;
  max-height: 800px;
  min-height: 700px;
}

@media screen and (max-width: 500px) {
  .main-visual {
    max-height: 600px;
    min-height: 500px;
  }
}

.main-visual .bgcolor {
  background: #5fa800;
  height: calc(100% - 40px);
  align-content: center;
  align-items: center;
  border-radius: 10px;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px;
  max-width: 100%;
  position: relative;
  z-index: -2;
  overflow: hidden;
  padding: 65px 0 55px 0;
}

.main-visual .bgcolor .maintxt p {
  font-size: 22px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .main-visual .bgcolor .maintxt p {
    font-size: 13px;
  }
}

@media screen and (max-width: 349px) {
  .main-visual .bgcolor .maintxt p {
    font-size: 11px;
  }
}

.main-visual .bgcolor .maintxt p span {
  display: block;
}

.main-visual .bgcolor .maintxt p span .mainvsual-br {
  display: none;
}

@media screen and (max-width: 500px) {
  .main-visual .bgcolor .maintxt p span .mainvsual-br {
    display: block;
  }
}

.main-visual .bgcolor .maintxt p .mini-title {
  font-size: 24px;
}

@media screen and (max-width: 500px) {
  .main-visual .bgcolor .maintxt p .mini-title {
    font-size: 14px;
  }
}

.main-visual .bgcolor .maintxt p .big-title {
  font-size: 38px;
  line-height: 1;
  color: #f3e521;
}

@media screen and (max-width: 500px) {
  .main-visual .bgcolor .maintxt p .big-title {
    font-size: 22px;
  }
}

.main-visual .bgcolor .mainimg {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.main-visual .bgcolor .mainimg .house {
  display: block;
  max-width: 195px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .main-visual .bgcolor .mainimg .house {
    max-width: 120px;
  }
}

.main-visual .bgcolor .mainimg .bgimage {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.byousen {
  position: relative;
  display: inline-block;
}

.byousen::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform-origin: bottom left;
  transform: scaleX(0);
  transition: transform 1s;
}

.byousen.underline::after {
  transform: scaleX(1);
}

.backgroundImage {
  background-image: linear-gradient(#f49c00, #f49c00);
  /* 単色 */
  background-size: 0 1px;
  /* 幅(0=見えない状態) | 高さ(=線の太さ) */
  background-position: bottom right;
  /* 右下に配置 */
  background-repeat: no-repeat;
  transition: background-size 1s .5s;
}

.fadein.scrollin .textWrapper.active .backgroundImage {
  background-size: 100% 2px;
  /* 幅(100%=文字の長さ) | 高さ(=線の太さ) */
  background-position: bottom left;
  /* 左下に配置 */
  ;
  padding-bottom: 1px;
}

.textWrappers.active .backgroundImage {
  background-size: 100% 2px;
  /* 幅(100%=文字の長さ) | 高さ(=線の太さ) */
  background-position: bottom left;
  /* 左下に配置 */
  ;
  padding-bottom: 1px;
}

.backgroundImage__slice {
  box-decoration-break: slice;
  /* Firefox用に指定 */
  -webkit-box-decoration-break: slice;
  /* Firefox以外のブラウザ用に指定 */
  transition: background-size 1.2s 1s;
}

.backgroundImage02 {
  display: inline;
  background-image: linear-gradient(#4d4d4d, #4d4d4d);
  /* 単色 */
  background-size: 0 1px;
  /* 幅(0=見えない状態) | 高さ(=線の太さ) */
  background-position: bottom right;
  /* 右下に配置 */
  background-repeat: no-repeat;
  transition: background-size 1s 1s;
}

.slick-slide:hover .backgroundImage02 {
  background-size: 100% 2px;
  /* 幅(100%=文字の長さ) | 高さ(=線の太さ) */
  background-position: bottom left;
  /* 左下に配置 */
  ;
}

.backgroundImage__slice02 {
  box-decoration-break: slice;
  /* Firefox用に指定 */
  -webkit-box-decoration-break: slice;
  /* Firefox以外のブラウザ用に指定 */
  transition: background-size 1.2s;
}

.backgroundImage03 {
  display: inline;
  background-image: linear-gradient(#4d4d4d, #4d4d4d);
  /* 単色 */
  background-size: 0 1px;
  /* 幅(0=見えない状態) | 高さ(=線の太さ) */
  background-position: bottom right;
  /* 右下に配置 */
  background-repeat: no-repeat;
  transition: background-size 1s;
}

a:hover .backgroundImage03 {
  background-size: 100% 2px;
  /* 幅(100%=文字の長さ) | 高さ(=線の太さ) */
  background-position: bottom left;
  /* 左下に配置 */
  ;
}

.backgroundImage__slice03 {
  box-decoration-break: slice;
  /* Firefox用に指定 */
  -webkit-box-decoration-break: slice;
  /* Firefox以外のブラウザ用に指定 */
  transition: background-size 1.2s;
}

.main-content {
  max-width: 1160px;
  margin: 0 auto;
}

@media screen and (max-width: 1160px) {
  .main-content {
    margin: 0 20px;
  }
}

@media screen and (max-width: 376px) {
  .main-content {
    margin: 0 12px;
  }
}

.main-content h2 {
  text-align: center;
  font-size: 36px;
  line-height: 1;
}

@media screen and (max-width: 500px) {
  .main-content h2 {
    font-size: 19px;
  }
}

.main-content h2 img {
  width: 70px;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .main-content h2 img {
    width: 35px;
  }
}

.main-content h2 span {
  display: block;
}

.main-content .Medical-time {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .main-content .Medical-time {
    text-align: center;
  }
}

.main-content .Medical-time table.schedule {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  border-collapse: collapse;
  border: 2px solid #333333;
  border-radius: 30px;
  margin-top: 60px;
}

@media screen and (max-width: 950px) {
  .main-content .Medical-time table.schedule {
    width: auto;
  }
}

@media screen and (max-width: 500px) {
  .main-content .Medical-time table.schedule {
    margin-top: 25px;
  }
}

.main-content .Medical-time table.schedule tr {
  box-sizing: border-box;
}

.main-content .Medical-time table.schedule tr:first-child {
  border-bottom: 2px solid #333333;
}

.main-content .Medical-time table.schedule tr:first-child th:first-child {
  border-radius: 30px 0 0 0;
}

.main-content .Medical-time table.schedule tr:first-child th:last-child {
  border-radius: 0 30px 0 0;
}

.main-content .Medical-time table.schedule tr:last-child {
  margin-top: -2px;
}

.main-content .Medical-time table.schedule tr:last-child th:first-child {
  border-radius: 30px 0 0 0;
}

.main-content .Medical-time table.schedule tr:last-child th:last-child {
  border-radius: 0 30px 0 0;
}

.main-content .Medical-time table.schedule tr:nth-child(3) {
  border-top: 2px dotted #333333;
}

.main-content .Medical-time table.schedule tr th {
  background-color: #d1e5b8;
  width: 109px;
  padding: 24px 0;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  box-sizing: border-box;
  border-left: 2px solid #333333;
}

@media screen and (max-width: 950px) {
  .main-content .Medical-time table.schedule tr th {
    width: 60px;
    padding: 15px 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .main-content .Medical-time table.schedule tr th {
    width: 45px;
    padding: 15px 0;
    font-size: 11px;
  }
}

.main-content .Medical-time table.schedule tr th:first-child {
  width: 242px;
  border: none;
}

@media screen and (max-width: 950px) {
  .main-content .Medical-time table.schedule tr th:first-child {
    width: 150px;
  }
}

.main-content .Medical-time table.schedule tr td {
  box-sizing: border-box;
  text-align: center;
  width: 109px;
  padding: 34px 0;
  line-height: 1;
  font-size: 26px;
  font-weight: 500;
  box-sizing: border-box;
  border-left: 2px solid #333333;
}

.main-content .Medical-time table.schedule tr td .medical-br {
  display: none;
}

@media screen and (max-width: 349px) {
  .main-content .Medical-time table.schedule tr td .medical-br {
    display: block;
  }
}

@media screen and (max-width: 950px) {
  .main-content .Medical-time table.schedule tr td {
    width: 60px;
    padding: 15px 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .main-content .Medical-time table.schedule tr td {
    width: 45px;
    padding: 15px 0;
    font-size: 11px;
  }
}

.main-content .Medical-time table.schedule tr td:first-child {
  width: 242px;
  border: none;
}

@media screen and (max-width: 950px) {
  .main-content .Medical-time table.schedule tr td:first-child {
    width: 150px;
  }
}

.main-content .Medical-time table.schedule tr .circl {
  font-size: 34px;
}

@media screen and (max-width: 500px) {
  .main-content .Medical-time table.schedule tr .circl {
    font-size: 22px;
  }
}

.main-content .Medical-time .holiday {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .main-content .Medical-time .holiday {
    font-size: 13px;
    letter-spacing: 0.075em;
  }
}

.main-content .Medical-time .attension {
  font-size: 24px;
  color: #ff8f00;
  line-height: 1;
  margin-top: 40px;
  font-weight: 700;
  text-align: center;
  -webkit-text-decoration: underline wavy #ff8f00;
  text-decoration: underline wavy #ff8f00;
  text-underline-offset: 10px;
}

@media screen and (max-width: 500px) {
  .main-content .Medical-time .attension {
    font-size: 14px;
    margin-top: 15px;
  }
}

.main-content .news {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 120px;
}

@media screen and (max-width: 1000px) {
  .main-content .news {
    margin-top: 120px;
  }
}

@media screen and (max-width: 1000px) {
  .main-content .news {
    margin-top: 90px;
  }
}

.main-content .news .news-wrap {
  margin-top: 70px;
}

@media screen and (max-width: 500px) {
  .main-content .news .news-wrap {
    margin-top: 35px;
  }
}

.main-content .news .newstable {
  width: 100%;
}

.main-content .news .newstable tr {
  display: block;
  border-bottom: 1px dotted #333333;
  font-size: 22px;
  font-weight: 500;
  padding: 16.5px 0;
}

@media screen and (max-width: 500px) {
  .main-content .news .newstable tr {
    padding: 15px 0;
    font-size: 12px;
    letter-spacing: 0.075em;
  }
}

.main-content .news .newstable tr:first-child {
  border-top: 1px dotted #333333;
}

.main-content .news .newstable tr td {
  line-height: 1.75;
}

.main-content .news .newstable tr td:first-child {
  padding-left: 15px;
  min-width: 175px;
  color: #1a8237;
  vertical-align: baseline;
}

@media screen and (max-width: 500px) {
  .main-content .news .newstable tr td:first-child {
    min-width: 90px;
    padding-left: 7px;
  }
}

.main-content .Medical-info {
  margin-top: 180px;
  margin-bottom: 240px;
}

@media screen and (max-width: 500px) {
  .main-content .Medical-info {
    margin-bottom: 90px;
    margin-top: 90px;
  }
}

.main-content .Medical-info-wrap {
  margin-top: 75px;
}

@media screen and (max-width: 500px) {
  .main-content .Medical-info-wrap {
    margin-top: 40px;
  }
}

.main-content .Medical-info-wrap .Medical-about {
  display: flex;
}

@media screen and (max-width: 885px) {
  .main-content .Medical-info-wrap .Medical-about {
    flex-direction: column;
  }
}

.main-content .Medical-info-wrap .Medical-about:first-child {
  margin-bottom: 120px;
}

@media screen and (max-width: 500px) {
  .main-content .Medical-info-wrap .Medical-about:first-child {
    margin-bottom: 90px;
  }
}

.main-content .Medical-info-wrap .Medical-about .Medical-sp-tit {
  display: none;
}

@media screen and (max-width: 885px) {
  .main-content .Medical-info-wrap .Medical-about .Medical-sp-tit {
    display: block;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: #1a8237;
    margin-bottom: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .main-content .Medical-info-wrap .Medical-about .Medical-sp-tit {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}

.main-content .Medical-info-wrap .Medical-about .Medical-sp-tit br {
  display: none;
}

@media screen and (max-width: 376px) {
  .main-content .Medical-info-wrap .Medical-about .Medical-sp-tit br {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  .main-content .Medical-info-wrap .Medical-about .Medical-img {
    max-width: calc(50% - 20px);
  }
}

@media screen and (max-width: 885px) {
  .main-content .Medical-info-wrap .Medical-about .Medical-img {
    margin: 0 auto;
    max-width: 200px;
  }
}

.main-content .Medical-info-wrap .Medical-about .Medical-txt {
  max-width: 630px;
  margin-left: 67px;
}

@media screen and (max-width: 1100px) {
  .main-content .Medical-info-wrap .Medical-about .Medical-txt {
    max-width: calc(50% - 20px);
  }
}

@media screen and (max-width: 885px) {
  .main-content .Medical-info-wrap .Medical-about .Medical-txt {
    max-width: 100%;
    margin-left: 0;
  }
}

.main-content .Medical-info-wrap .Medical-about .Medical-txt h3 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #1a8237;
  margin-top: 58px;
}

@media screen and (max-width: 1100px) {
  .main-content .Medical-info-wrap .Medical-about .Medical-txt h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 885px) {
  .main-content .Medical-info-wrap .Medical-about .Medical-txt h3 {
    display: none;
  }
}

.main-content .Medical-info-wrap .Medical-about .Medical-txt .medical_useful {
  font-size: 22px;
  margin-top: 67px;
}

@media screen and (max-width: 1100px) {
  .main-content .Medical-info-wrap .Medical-about .Medical-txt .medical_useful {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .main-content .Medical-info-wrap .Medical-about .Medical-txt .medical_useful {
    font-size: 13px;
    margin-top: 23px;
    letter-spacing: 0.035em;
    line-height: 1.5;
  }
}

.main-content .Medical-info-wrap .Medical-about .Medical-txt .attension02 {
  font-size: 24px;
  line-height: 1.75;
  font-weight: 700;
  color: #ff8f00;
  margin-top: 36px;
}

@media screen and (max-width: 1100px) {
  .main-content .Medical-info-wrap .Medical-about .Medical-txt .attension02 {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .main-content .Medical-info-wrap .Medical-about .Medical-txt .attension02 {
    font-size: 13px;
    text-align: center;
  }
}

.greet {
  width: 100%;
  background: #d1e5b8;
  padding-top: 68px;
  padding-bottom: 90px;
}

@media screen and (max-width: 500px) {
  .greet {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.greet h2 {
  text-align: center;
  font-size: 36px;
  line-height: 1;
}

@media screen and (max-width: 500px) {
  .greet h2 {
    font-size: 19px;
  }
}

.greet h2 img {
  width: 70px;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .greet h2 img {
    width: 35px;
    margin-bottom: 5px;
  }
}

.greet h2 span {
  display: block;
  color: #fff;
}

.greet-wrap {
  margin: 0 30px;
  background-color: #5fa800;
  padding: 100px 90px 40px 90px;
  color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 1450px) {
  .greet-wrap {
    padding: 100px 15px 40px 15px;
  }
}

@media screen and (max-width: 500px) {
  .greet-wrap {
    padding: 50px 20px 40px 20px;
    margin: 0 10px;
  }
}

.greet-wrap .greet-index {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 950px) {
  .greet-wrap .greet-index {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 950px) and (max-width: 500px) {
  .greet-wrap .greet-index {
    margin-top: 23px;
  }
}

.greet-wrap .greet-index .greet-profile {
  max-width: 391px;
  margin: 0 40px;
}

@media screen and (max-width: 1450px) {
  .greet-wrap .greet-index .greet-profile {
    margin: 0;
  }
}

.greet-wrap .greet-index .greet-profile img {
  width: 241px;
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 500px) {
  .greet-wrap .greet-index .greet-profile img {
    width: 125px;
    margin-bottom: 15px;
  }
}

.greet-wrap .greet-index .greet-profile > p {
  font-size: 22px;
  white-space: nowrap;
}

@media screen and (max-width: 500px) {
  .greet-wrap .greet-index .greet-profile > p {
    font-size: 13px;
  }
}

.greet-wrap .greet-index .greet-story {
  max-width: 646px;
  margin-left: 84px;
}

@media screen and (max-width: 1200px) {
  .greet-wrap .greet-index .greet-story {
    margin-left: 30px;
  }
}

@media screen and (max-width: 950px) {
  .greet-wrap .greet-index .greet-story {
    margin-left: 0;
    max-width: 100%;
  }
}

.greet-wrap .greet-index .greet-story > p {
  font-size: 22px;
  margin-top: 33px;
}

@media screen and (max-width: 500px) {
  .greet-wrap .greet-index .greet-story > p {
    font-size: 13px;
    margin-top: 25px;
  }
}

.greet-wrap .greet-index .greet-story .history {
  background-color: #fff;
  padding: 40px 60px;
  margin-top: 40px;
  border-radius: 10px;
  color: #333333;
}

@media screen and (max-width: 1200px) {
  .greet-wrap .greet-index .greet-story .history {
    padding: 20px 20px 20px 20px;
  }
}

@media screen and (max-width: 500px) {
  .greet-wrap .greet-index .greet-story .history {
    margin-top: 20px;
    padding-right: 5px;
  }
}

.greet-wrap .greet-index .greet-story .history > p {
  color: #ff8f00;
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 500px) {
  .greet-wrap .greet-index .greet-story .history > p {
    font-size: 17px;
  }
}

.greet-wrap .greet-index .greet-story .history table tr {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}

.greet-wrap .greet-index .greet-story .history table tr td {
  font-size: 22px;
}

.greet-wrap .greet-index .greet-story .history table tr td:first-child {
  width: 185px;
}

@media screen and (max-width: 1200px) {
  .greet-wrap .greet-index .greet-story .history table tr td:first-child {
    width: 120px;
  }
}

@media screen and (max-width: 500px) {
  .greet-wrap .greet-index .greet-story .history table tr td:first-child {
    width: 75px;
  }
}

@media screen and (max-width: 500px) {
  .greet-wrap .greet-index .greet-story .history table tr td {
    font-size: 13px;
  }
}

.greet-wrap .greet-index .greet-story .history table tr:last-child {
  margin-bottom: 0;
}

.map {
  margin-top: 210px;
}

@media screen and (max-width: 500px) {
  .map {
    margin-top: 43px;
  }
}

.map h2 {
  text-align: center;
  font-size: 36px;
}

@media screen and (max-width: 500px) {
  .map h2 {
    font-size: 19px;
  }
}

.map h2 img {
  width: 63px;
}

@media screen and (max-width: 500px) {
  .map h2 img {
    width: 32px;
  }
}

.map h2 span {
  display: block;
}

.map-wrap .map-index {
  margin-right: 120px;
  display: flex;
  margin-top: 92px;
  margin-bottom: 110px;
}

@media screen and (max-width: 1150px) {
  .map-wrap .map-index {
    margin-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .map-wrap .map-index {
    margin-right: 20px;
    margin-left: 20px;
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .map-wrap .map-index {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.map-wrap .map-index .map-item {
  width: 100%;
}

.map-wrap .map-index .map-item iframe {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .map-wrap .map-index .map-item iframe {
    height: 150px;
  }
}

.map-wrap .map-index .map-access {
  max-width: 414px;
  margin-top: 12px;
  margin-left: 40px;
}

@media screen and (max-width: 1150px) {
  .map-wrap .map-index .map-access {
    max-width: 304px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .map-wrap .map-index .map-access {
    margin-left: 0;
  }
}

.map-wrap .map-index .map-access p {
  font-size: 22px;
  line-height: 1;
}

@media screen and (max-width: 500px) {
  .map-wrap .map-index .map-access p {
    font-size: 14px;
  }
}

.map-wrap .map-index .map-access p:nth-child(2) {
  color: #ff8f00;
  margin-top: 20px;
}

@media screen and (max-width: 500px) {
  .map-wrap .map-index .map-access p:nth-child(2) {
    margin-top: 7px;
  }
}

.map-wrap .map-index .map-access .map_btn {
  background-color: #ff8f00;
  display: inline-block;
  line-height: 1;
  border-radius: 10px;
  margin-top: 48px;
  transition: 0.3s;
}

.map-wrap .map-index .map-access .map_btn:hover {
  background-color: #5fa800;
}

@media screen and (max-width: 500px) {
  .map-wrap .map-index .map-access .map_btn {
    margin-top: 15px;
  }
}

.map-wrap .map-index .map-access .map_btn a {
  display: block;
  color: #fff;
  padding: 18px 41px;
}

@media screen and (max-width: 500px) {
  .map-wrap .map-index .map-access .map_btn a {
    font-size: 14px;
    padding: 11px 17px;
  }
}

.map-wrap .map-index .map-access img {
  margin-top: 60px;
}

@media screen and (max-width: 500px) {
  .map-wrap .map-index .map-access img {
    margin-top: 25px;
  }
}

.main-index {
  max-width: 1086px;
  height: 100%;
  margin: auto;
  position: relative;
  margin: 0 20px;
  margin-left: 100px;
}

@media screen and (max-width: 1050px) {
  .main-index {
    margin-left: 40px;
  }
}

@media screen and (max-width: 500px) {
  .main-index {
    margin-left: 20px;
  }
}

.main-index .main-inline {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-index .main-inline h2 {
  font-size: 60px;
  font-family: biz-udmincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .main-index .main-inline h2 {
    font-size: 35px;
  }
}

.main-index .main-inline h2 .mainvisual-slide {
  display: block;
  transition: 0.7s transform 1s;
  transform: translateY(200%);
}

.main-index .main-inline p {
  font-size: 24px;
  line-height: 3;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .main-index .main-inline p {
    font-size: 16px;
  }
}

.main-index .main-inline p .mainvisual-slide {
  display: block;
  transition: 0.7s transform 2s;
  transform: translateY(109%);
}

.main-index .main-inline h2 .mainvisual-slide.is-show {
  transform: translateY(0);
}

.main-index .main-inline p .mainvisual-slide.is-show {
  transform: translateY(0);
}

#s1 p {
  font-size: 40px;
  font-family: rajdhani, sans-serif;
  font-style: normal;
  font-weight: 300;
  opacity: 0.6;
}

@media screen and (max-width: 500px) {
  #s1 p {
    font-size: 25px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  width: 95%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.slideshow-container {
  position: relative;
  margin: auto;
  padding-top: 86px;
}

@media screen and (max-width: 1150px) {
  .slideshow-container {
    padding-top: 58px;
  }
}

.img-res {
  display: none;
}

@media screen and (max-width: 600px) {
  .img-res {
    display: block;
  }

  .mySlides > img:first-child,
  .mySlides > video {
    display: none;
  }
}

.slideshow-container .numerator-posi {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 154px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.slideshow-container .numerator-posi .prev-slide {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.slideshow-container .numerator-posi .prev-slide:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #f49c00;
  border-left: solid 1px #f49c00;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}

.slideshow-container .numerator-posi .next-slide {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.slideshow-container .numerator-posi .next-slide:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #f49c00;
  border-right: solid 1px #f49c00;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.slideshow-container .numerator-posi .numerator {
  margin-right: 5px;
}

.slideshow-container .numerator-posi .denominator {
  margin-left: 5px;
}

.slideshow-container .indicator-line {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}


@media screen and (max-width: 600px) {
  .slideshow-container .numerator-posi {
    width: 104px;
    height: 40px;
  }

  .slideshow-container .numerator-posi .prev-slide:before {
    content: "";
    left: 10px;
  }

  .slideshow-container .numerator-posi .next-slide:after {
    content: "";
    right: 10px;
  }
}


.numerator-posis {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 154px;
  height: 52px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.numerator-posis .prev-slides {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.numerator-posis .prev-slides:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #f49c00;
  border-left: solid 1px #f49c00;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}

.numerator-posis .next-slides {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.numerator-posis.next-slides:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #f49c00;
  border-right: solid 1px #f49c00;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.numerator-posis .numerators {
  margin-right: 5px;
}

.numerator-posis .denominators {
  margin-left: 5px;
}

.indicator-lines {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}


@media screen and (max-width: 600px) {
  .numerator-posis {
    width: 104px;
    height: 40px;
  }

  .numerator-posis .prev-slides:before {
    content: "";
    left: 10px;
  }

  .numerator-posis .next-slides:after {
    content: "";
    right: 10px;
  }
}


.mySlides {
  display: none;
  width: 100vw;
  aspect-ratio: 13 / 7;
  overflow: hidden;
}

.mySlides.firstSlide {
  background: url(../images/slide/first_slide/bg_graph.svg) top center / 60px;
  position: relative;
}

.mySlides.firstSlide .text {
  position: absolute;
  top: 10%;
  left: 5%;
  max-width: calc(100% - 40px);
}

.mySlides.firstSlide .text h2 {
  position: relative;
  font-size: clamp(2.2em, 3vw, 2.5em);
  line-height: 1.4;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  left: -20px;
  opacity: 0;
  animation: text-in 0.4s ease-out 2s forwards;
}

.mySlides.firstSlide .text p {
  position: relative;
  font-size: 1.1em;
  margin-top: 20px;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  left: -20px;
  opacity: 0;
  animation: text-in 0.4s ease-out 2.1s forwards;
}

.mySlides.firstSlide .graph {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60%;
}

.mySlides.firstSlide .graph div img {
  width: 100%;
  height: 100%;
}

.mySlides.firstSlide .graph div img:last-of-type {
  display: none;
}

.mySlides.firstSlide .graph > div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  animation: graph 1.3s ease-in 0s forwards;
}

.mySlides.firstSlide .plus::before,
.mySlides.firstSlide .plus::after {
  display: none;
}

.mySlides.firstSlide .plus {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.mySlides.firstSlide .plus li {
  height: 10%;
  aspect-ratio: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
  translate: 0 20px;
}

.mySlides.firstSlide .plus li:nth-of-type(1) {
  top: 64%;
  left: 50%;
  animation: pop-in 0.4s linear 1s forwards;
}

.mySlides.firstSlide .plus li:nth-of-type(2) {
  top: 36%;
  left: 73%;
  animation: pop-in 0.4s linear 1.3s forwards;
}

.mySlides.firstSlide .plus li:nth-of-type(3) {
  top: 24%;
  left: 80%;
  animation: pop-in 0.4s linear 1.5s forwards;
}

@keyframes pop-in {
  0% {
    scale: 0.6;
    opacity: 0;
    translate: 0 20px;
  }

  20% {
    scale: 1;
    opacity: 1;
    translate: 0 -10px;
  }

  60% {
    scale: 1.3;
    opacity: 1;
    translate: 0 0;
  }

  100% {
    scale: 1;
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes graph {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes text-in {
  0% {
    left: -20px;
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }

  100% {
    left: 0;
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

/* Marquee */
@keyframes marquee {
  from {
    transform: translateX(-80%);
  }

  to {
    transform: translateX(20%);
  }
}

.mySlides.firstSlide .marquee {
  width: 120%;
  height: 40%;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 0;
  flex: 1;
  position: absolute;
  top: 52%;
  left: -10%;
  rotate: -10deg;
  opacity: 0;
  animation: fade-in 0.8s linear 2.2s forwards;
}

.mySlides.firstSlide .marquee ul {
  list-style: none;
  margin: 0;
  display: flex;
  height: 100%;
  animation: marquee 30s infinite linear 0.5s;
}

.mySlides.firstSlide .marquee ul li {
  padding: 0 5px;
  margin: 0;
  height: 100%;
}

.mySlides.firstSlide .marquee ul li img {
  height: 100%;
  width: auto;
  max-width: none;
  min-width: auto;
}

@media screen and (max-width: 768px) {
  .mySlides {
    aspect-ratio: 13 / 10;
  }

  .mySlides.firstSlide .text {
    top: auto;
    bottom: 40px;
  }

  .mySlides.firstSlide .graph {
    width: 120%;
    left: -10%;
  }

  .mySlides.firstSlide .plus li {
    height: 10%;
  }

  .mySlides.firstSlide .marquee {
    height: 30%;
    top: 10%;
  }
}

@media screen and (max-width: 526px) {
  .mySlides {
    aspect-ratio: 13 / 17;
  }

  .mySlides.firstSlide .marquee {
    top: 5%;
  }

  .mySlides.firstSlide .graph {
    height: 50%;
    top: 8%;
  }

  .mySlides.firstSlide .graph div img:last-of-type {
    display: block;
  }

  .mySlides.firstSlide .graph div img:first-of-type {
    display: none;
  }

  .mySlides.firstSlide .plus li {
    height: 14%;
  }

  .mySlides.firstSlide .text {
    bottom: 60px;
  }

  .mySlides.firstSlide .text h2 {
    font-size: 1.5em;
  }

  .mySlides.firstSlide .text p {
    margin-top: 10px;
  }

}


.sp-mainvisual {
  position: relative;
  margin: auto;
  padding-top: 86px;
}

@media screen and (max-width: 1150px) {
  .sp-mainvisual {
    padding-top: 58px;
  }
}

.mySlides > img,
.mySlides > video {
  opacity: 0;
  animation: fade 0.4s linear 0s forwards;
}

.mainvisualtxt {
  height: 330px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mainvisualtxt .pcv {
  display: block;
}

.mainvisualtxt .spv {
  display: none;
}

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

  .mainvisualtxt .pcv {
    display: none;
  }

  .mainvisualtxt .spv {
    display: block;
    font-size: 15px;
  }

  .mainvisualtxt {
    height: auto;
    padding: 43px 0;
  }
}

.mySlides:not(.firstSlide) img {
  object-fit: cover;
  object-position: bottom;
}

.sp-mainvisual {
  display: none;
}

/* @media screen and (max-width: 600px) {
  .slideshow-container{
    display: none;
  }
  .sp-mainvisual {
    display: block;
  }
} */

/* 追加：フェードインアニメーション */
@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.indicator {
  width: 0%;
  height: 4px;
  background-color: #f49c00;
  transition: width 1s;
}

#background-figure {
  width: 100%;
  background-color: rgba(237, 164, 0, 0.08);
  transition: all 0.3s ease;
  padding-top: 140px;
  padding-bottom: 110px;
  /* border-radius: 50% 50% 0 0;
  animation: shape-change ease forwards;
  animation-timeline: view();
  animation-range: contain 0% cover 100%; */
}

@media screen and (max-width: 600px) {
  #background-figure {
    padding-bottom: 60px;
    padding-top: 74px;
    width: 200%;
    /* border-radius: 45% 45% 0 0 !important; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    animation: none;
    animation-timeline: none;
    animation-range: none;
  }
}

.background-figure-wrap {
  width: 100%;
}


@media screen and (max-width: 600px) {
  .background-figureaaa {
    max-width: 100vw;
    overflow: hidden;
  }

  .background-figure-wrap {
    max-width: 100vw;
    padding: 0 20px;
    margin: 0 auto;
    padding-top: 30px;
  }
}

#movie {
  width: 100%;
  height: 200px;
  background-color: lightblue;
}

@keyframes shape-change {
  0% {
    border-radius: 50% 50% 0 0;
  }

  25% {
    border-radius: 30% 30% 0 0;
  }

  50% {
    border-radius: 10% 10% 0 0;
  }

  75% {
    border-radius: 5% 5% 0 0;
  }

  100% {
    border-radius: 0;
  }
}

.title01 {
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .title01 {
    font-size: 28px;
  }
}

.title01::before,
.title01::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 34px;
  background-color: #eb8f00;
  border-radius: 1px;
  top: 0;
  left: 50%;
  margin-top: -50px;
}

.title01::after {
  transform: rotate(90deg);
}

.background-figure-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 50px;
}

.background-figure-wrap::before,
.background-figure-wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 34px;
  background-color: #eb8f00;
  border-radius: 1px;
  top: 20px;
  left: 50%;
}

.background-figure-wrap::after {
  transform: rotate(90deg);
}

.strengths-wrap .strengths-txt {
  position: relative;
}

.strengths-wrap .strengths-txt::before,
.strengths-wrap .strengths-txt::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 34px;
  background-color: #eb8f00;
  border-radius: 1px;
  top: -50px;
  left: 50%;
  translate: -50% 0;
}

.strengths-wrap .strengths-txt::before {}

.strengths-wrap .strengths-txt::after {
  transform: rotate(90deg);
}

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

  .title01::before,
  .title01::after {
    width: 4px;
    height: 20px;
    margin-top: -30px;
  }

  .background-figure-wrap::before,
  .background-figure-wrap::after {
    width: 4px;
    height: 20px;
    top: 40px;
  }

  .strengths-wrap .strengths-txt::before,
  .strengths-wrap .strengths-txt::after {
    width: 4px;
    height: 20px;
    margin-top: -30px;
  }
}

.title01 .mini-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #ea8000;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .title01 .mini-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .title01 .mini-title {
    margin-bottom: 10px;
  }
}

.title02 {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  .title02 {
    font-size: 24px;
  }
}

.title02::before,
.title02::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 34px;
  background-color: #eb8f00;
  border-radius: 1px;
  top: 0;
  left: 0;
  margin-top: -25px;
  margin-left: 15px;
}

.title02::after {
  transform: rotate(90deg);
}

.title02 span {
  display: block;
  font-size: 20px;
  transform: translateY(-100%);
  margin-left: 50px;
  color: #eb8f00;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

@media screen and (max-width: 600px) {
  .title02 span {
    font-size: 19px;
  }
}

.title02 .mini-title {
  display: block;
  font-size: 20px;
  color: #ea8000;
  margin-bottom: 20px;
}

.header-bottom01 {
  padding-top: 226px;
  padding-bottom: 140px;
  background-image: url(../images/header-about.webp);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (min-width: 769px) {
  .header-bottom01 {
    background-size: auto calc(491px - 58px);
  }
}

@media screen and (max-width: 768px) {
  .header-bottom01 {
    padding-top: 130px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: top 30px center;
  }

  .header-bottom01::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1151px) {
  .header-bottom01 {
    background-position: left bottom;
  }
}


.header-bottom01-wrap {
  max-width: 1152px;
  margin: 0 auto;
}

@media screen and (max-width: 1152px) {
  .header-bottom01-wrap {
    margin-left: 20px;
  }
}

.header-bottom01-wrap h2 {
  color: #eb8f00;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 80px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .header-bottom01-wrap h2 {
    font-size: 46px;
  }
}

.header-bottom01-wrap h2 span {
  font-size: 20px;
  display: block;
  margin-top: 25px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .header-bottom01-wrap h2 span {
    margin-top: 10px;
  }
}

.header-bottom02 {
  padding-top: 165px;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .header-bottom02 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.header-bottom02-wrap {
  max-width: 1152px;
  margin: 0 auto;
}

@media screen and (max-width: 1152px) {
  .header-bottom02-wrap {
    margin-left: 20px;
  }
}

.header-bottom02-wrap h2 {
  color: #eb8f00;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 80px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .header-bottom02-wrap h2 {
    font-size: 46px;
  }
}

.header-bottom02-wrap h2 span {
  font-size: 20px;
  display: block;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .header-bottom02-wrap h2 span {
    margin-top: 10px;
  }
}

.header-bottom03 {
  padding-top: 160px;
  padding-bottom: 105px;
  background-image: url(../images/img-service01bg.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1152px) {
  .header-bottom03 {
    background-size: auto calc(338px - 86px);
  }
}

@media screen and (max-width: 1151px) {
  .header-bottom03 {
    background-size: auto calc(338px - 58px);
  }
}

@media screen and (max-width: 768px) {
  .header-bottom03 {
    background-size: auto calc(276px - 58px);
    background-position: left bottom;
    padding-top: 130px;
    padding-bottom: 80px;
    position: relative;
  }

  .header-bottom03::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f7e4c3;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
}


.header-bottom03-wrap {
  max-width: 1152px;
  margin: 0 auto;
}

@media screen and (max-width: 1152px) {
  .header-bottom03-wrap {
    margin-left: 20px;
  }
}

.header-bottom03-wrap h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .header-bottom03-wrap h2 {
    font-size: 30px;
  }
}

.header-bottom03-wrap h2 span {
  color: #eb8f00;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .header-bottom03-wrap h2 span {
    margin-top: 10px;
  }
}

.breadcrumb01 {
  width: 100%;
  text-align: right;
  height: 304px;
  background-color: #f7e4c3;
  color: #333333;
}


.breadcrumb01 .bread_list {
  font-size: 15px;
  margin-right: 45px;
  padding-top: 30px;
}

.breadcrumb01 .bread_list a {
  font-size: 15px;
  margin-right: 10px;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .breadcrumb01 {
    height: 44px;
  }

  .breadcrumb01 .bread_list {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 0;
    font-size: 13px;
    margin-right: 20px;
  }

  .breadcrumb01 .bread_list a {
    font-size: 13px;
  }
}

.breadcrumb02 {
  width: 100%;
  text-align: right;
  height: 311px;
  background-color: #f7e4c3;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .breadcrumb02 {
    height: auto;
  }
}

.breadcrumb02 .page-title {
  max-width: 1148px;
  margin: 0 auto;
  height: 225px;
  background-color: #fff;
  padding: 50px 0;
  text-align: left;
  border-radius: 0 0 50px 50px;
}

@media screen and (max-width: 1148px) {
  .breadcrumb02 .page-title {
    margin: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb02 .page-title {
    height: auto;
    border-radius: 0;
    margin: 0;

  }
}

@media screen and (max-width: 600px) {
  .breadcrumb02 .page-title {
    font-size: 15px;
    font-weight: 400;

  }
}

.breadcrumb02 .page-title p {
  max-width: 966px;
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {
  .breadcrumb02 .page-title p {
    margin: 0 20px;
  }
}

.breadcrumb02 .bread_list {
  font-size: 13px;
  margin-right: 45px;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .breadcrumb02 .bread_list {
    margin-right: 20px;
    padding: 8px 0;
  }
}

.breadcrumb02 .bread_list a {
  font-size: 15px;
  margin-right: 10px;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .breadcrumb02 .bread_list a {
    font-size: 13px;
  }
}

.breadcrumb03 {
  width: 100%;
  text-align: right;
  height: 311px;
  background-color: #f7e4c3;
}

@media screen and (max-width: 950px) {
  .breadcrumb03 {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb03 {
    height: auto;
  }
}

.breadcrumb03 .page-title {
  max-width: 1148px;
  margin: 0 auto;
  height: 225px;
  background-color: #fff;
  padding: 35px 0 65px 0;
  text-align: left;
  border-radius: 0 0 50px 50px;
  position: relative;
  color: #333333;
}

@media screen and (max-width: 1148px) {
  .breadcrumb03 .page-title {
    margin: 0 20px;
  }
}

@media screen and (max-width: 950px) {
  .breadcrumb03 .page-title {
    height: auto;
    padding: 35px 0 45px 0;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb03 .page-title {

    height: auto;
    border-radius: 0;
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .breadcrumb03 .page-title {
    font-size: 15px;
    font-weight: 400;
  }
}

.breadcrumb03 .page-title::before,
.breadcrumb03 .page-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 50px;
  background-color: #eb8f00;
  border-radius: 1px;
  bottom: 0;
  right: 15%;
  margin-top: -50px;
  transform: translateY(50%);
}

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

  .breadcrumb03 .page-title::before,
  .breadcrumb03 .page-title::after {
    height: 52px;
  }
}

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

  .breadcrumb03 .page-title::before,
  .breadcrumb03 .page-title::after {
    display: none;
  }
}

.breadcrumb03 .page-title::after {
  transform: translateY(50%) rotate(90deg);
}

.breadcrumb03 .page-title p {
  max-width: 1005px;
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {
  .breadcrumb03 .page-title p {
    margin: 0 20px;
  }
}

.breadcrumb03 .bread_list {
  font-size: 15px;
  margin-right: 45px;
  padding-top: 30px;
}

@media screen and (max-width: 1050px) {
  .breadcrumb03 .bread_list {
    margin-right: 20px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb03 .bread_list {
    margin-right: 20px;
    padding: 8px 0;
    font-size: 13px;
  }
}

.breadcrumb03 .bread_list a {
  font-size: 15px;
  margin-right: 10px;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .breadcrumb03 .bread_list a {
    font-size: 13px;
  }
}

.breadcrumb04 {
  width: 100%;
  text-align: right;
  background-color: #f7e4c3;
}

.breadcrumb04 .bread_list {
  font-size: 15px;
  margin-right: 45px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #333333;
}

.breadcrumb04 .bread_list a {
  font-size: 15px;
  margin-right: 10px;
  font-weight: 500;
  color: #333333;
}

@media screen and (max-width:768px) {
  .breadcrumb04 .bread_list {
    margin-right: 20px;
  }
}

@media screen and (max-width:600px) {
  .breadcrumb04 .bread_list {
    font-size: 13px;
  }

  .breadcrumb04 .bread_list a {
    font-size: 13px;
  }
}

.about-section {
  max-width: 1152px;
  margin: 0 auto;
  margin-top: -193px;
  background-color: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 1152px) {
  .about-section {
    margin: 0 20px;
    margin-top: -193px;
  }
}

@media screen and (max-width: 768px) {
  .about-section {
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  .about-section {
    margin: 0;
  }
}

.about-section-txt {
  margin: 0 60px;
}

@media screen and (max-width: 1152px) {
  .about-section-txt {
    margin: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .about-section-txt {
    margin: 0 20px;
  }
}

.about-section-txt h3 {
  padding-top: 85px;
  margin-bottom: 65px;
  line-height: 1;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}

@media screen and (max-width: 1152px) {
  .about-section-txt h3 {
    padding-top: 40px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .about-section-txt h3 {
    font-size: 20px;
  }
}

.about-section-txt p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.972;
}

.about-section-txt p::before,
.about-section-txt p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.about-section-txt p::before {
  margin-top: calc((1 - 1.972) * 0.5em);
}

.about-section-txt p::after {
  margin-bottom: calc((1 - 1.972) * 0.5em);
}

@media screen and (max-width: 1152px) {
  .about-section-txt p {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .about-section-txt p {
    font-size: 15px;
  }
}

.about-section-txt p span {
  font-feature-settings: "palt";
  letter-spacing: 0;
}

.about-section-img {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 926px;
  margin-top: 100px;
}

@media screen and (max-width: 600px) {
  .about-section-img {
    /* flex-direction: column; */
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 30px;
  }
}

.about-section-img img {
  max-width: 444px;
  width: 100%;
}

@media screen and (max-width: 1050px) {
  .about-section-img img {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 600px) {
  .about-section-img img {
    width: 100%;
    max-width: calc((100% / 2) - 5px);
  }
}

.about-main {
  max-width: 1152px;
  margin: 0 auto;
  margin-top: 110px;
  margin-bottom: 160px;
}

@media screen and (max-width: 600px) {
  .about-main {
    margin-bottom: 50px;
  }
}

.about-main .about-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.about-main .about-wrap .about-content {
  width: 100%;
  margin: 0 20px;
}

.about-main .about-wrap .about-content .about-index {
  margin-bottom: 160px;
}

@media screen and (max-width: 600px) {
  .about-main .about-wrap .about-content .about-index {
    margin-bottom: 80px;
  }
}

.about-main .about-wrap .about-content .about-index .about-tit {
  position: relative;
  max-width: 510px;
  margin: 0 auto;
}

.about-main .about-wrap .about-content .about-index .about-tit img {
  max-width: 510px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .about-main .about-wrap .about-content .about-index .about-tit img {
    max-width: 440px;
    display: block;
    margin: 0 auto;
    width: 70%;
  }
}

.about-main .about-wrap .about-content .about-index .about-tit .heading {
  position: absolute;
  width: 100%;
  bottom: 90px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .about-main .about-wrap .about-content .about-index .about-tit .heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .about-main .about-wrap .about-content .about-index .about-tit .heading {
    bottom: 30px;
  }
}

@media screen and (max-width: 376px) {
  .about-main .about-wrap .about-content .about-index .about-tit .heading {
    bottom: 30px;
    font-size: 19px;
  }
}

.about-main .about-wrap .about-content .about-index .about-tit .heading .color-change {
  color: #f49c00;
}

.about-main .about-wrap .about-content .about-index .about-txt {
  width: 100%;
  margin-top: -40px;
}

@media screen and (max-width: 500px) {
  .about-main .about-wrap .about-content .about-index .about-txt {
    margin-top: -20px;
  }
}

@media screen and (max-width: 376px) {
  .about-main .about-wrap .about-content .about-index .about-txt {
    margin-top: -10px;
  }
}

.about-main .about-wrap .about-content .about-index .about-txt p {
  font-size: 17px;
  line-height: 2.029;
}

@media screen and (max-width: 600px) {
  .about-main .about-wrap .about-content .about-index .about-txt p {
    font-size: 15px;
    font-weight: 400;
  }
}

@media screen and (max-width: 376px) {
  .about-main .about-wrap .about-content .about-index .about-txt p {
    font-size: 15px;
  }
}

.about-main .about-wrap .about-content .about-index .about-nextimg {
  max-width: 706px;
  margin: 0 auto;
  margin-top: 40px;
}

.about-main .about-wrap .about-content .about-index .about-nextimg p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .about-main .about-wrap .about-content .about-index .about-nextimg p {
    font-size: 14px;
  }
}

.about-main .about-wrap .about-content .about-index02 {
  margin-bottom: 160px;
}

@media screen and (max-width: 600px) {
  .about-main .about-wrap .about-content .about-index02 {
    margin-bottom: 80px;
  }
}

.about-main .about-wrap .about-content .about-index02 .about-tit {
  position: relative;
  max-width: 608px;
  margin: 0 auto;
}

.about-main .about-wrap .about-content .about-index02 .about-tit img {
  max-width: 608px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .about-main .about-wrap .about-content .about-index02 .about-tit img {
    max-width: 440px;
    display: block;
    margin: 0 auto;
    width: 70%;
  }
}

.about-main .about-wrap .about-content .about-index02 .about-tit .heading {
  position: absolute;
  width: 100%;
  bottom: 90px;
  right: -50px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .about-main .about-wrap .about-content .about-index02 .about-tit .heading {
    font-size: 20px;
    bottom: 60px;
    right: -40px;
  }
}

@media screen and (max-width: 500px) {
  .about-main .about-wrap .about-content .about-index02 .about-tit .heading {
    bottom: 10px;
    right: unset;
  }
}

@media screen and (max-width: 376px) {
  .about-main .about-wrap .about-content .about-index02 .about-tit .heading {
    bottom: 10px;
    right: unset;
    font-size: 19px;
  }
}

.about-main .about-wrap .about-content .about-index02 .about-tit .heading .color-change {
  color: #f49c00;
}

.about-main .about-wrap .about-content .about-index02 .about-txt {
  width: 100%;
  margin-top: -40px;
}

@media screen and (max-width: 500px) {
  .about-main .about-wrap .about-content .about-index02 .about-txt {
    margin-top: 0;
  }
}

@media screen and (max-width: 376px) {
  .about-main .about-wrap .about-content .about-index02 .about-txt {
    margin-top: 0;
  }
}

.about-main .about-wrap .about-content .about-index02 .about-txt p {
  font-size: 17px;
  line-height: 2.029;
}

@media screen and (max-width: 600px) {
  .about-main .about-wrap .about-content .about-index02 .about-txt p {
    font-size: 15px;
    font-weight: 400;
  }
}

@media screen and (max-width: 376px) {
  .about-main .about-wrap .about-content .about-index02 .about-txt p {
    font-size: 15px;
  }
}

.service-main {
  width: 100%;
  margin: 0 auto;
}

.service-main .service-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.service-main .service-wrap .service-content {
  width: 81.4%;
  background-color: #f5f4f1;
  padding: 0 20px;
}

@media screen and (max-width: 1070px) {
  .service-main .service-wrap .service-content {
    max-width: 100%;
    width: 100%;
    height: auto;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.service-main .service-wrap .service-content .service-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 120px;
}

@media screen and (max-width: 1070px) {
  .service-main .service-wrap .service-content .service-ai {
    margin-top: 60px;
  }
}

.service-main .service-wrap .service-content .service-ai > h3 {
  font-size: 30px;
  color: #ea8000;
  font-weight: 900;
  line-height: 1;
}

@media screen and (max-width: 1152px) {
  .service-main .service-wrap .service-content .service-ai > h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .service-main .service-wrap .service-content .service-ai > h3 {
    font-size: 18px;
  }
}

.service-main .service-wrap .service-content .service-ai > p {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 65px;
}

@media screen and (max-width: 1152px) {
  .service-main .service-wrap .service-content .service-ai > p {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .service-content .service-ai > p {
    line-height: 1.75;
  }
}

@media screen and (max-width: 500px) {
  .service-main .service-wrap .service-content .service-ai > p {
    font-size: 15px;
  }
}

.service-main .service-wrap .service-content .service-index {
  display: flex;
  flex-direction: column;
  margin-bottom: 47px;
  padding: 60px 0;
  background-color: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .service-content .service-index {
    padding-top: 40px;
    padding-bottom: 30px;
    border-radius: 10px;
  }
}

.service-main .service-wrap .service-content .service-index:last-child {
  margin-bottom: 120px;
}

.service-main .service-wrap .service-content .service-index .service-tit {
  display: flex;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .service-content .service-index .service-tit {
    flex-direction: column;
  }
}

.service-main .service-wrap .service-content .service-index .service-tit > .img {
  max-width: 403px;
  width: 100%;
  padding-left: 60px;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .service-content .service-index .service-tit > .img {
    max-width: 100%;
    padding-left: 0;
    margin: 0 20px;
    width: auto;
    order: 2;
  }
}

.service-main .service-wrap .service-content .service-index .service-tit > .img2 {
  max-width: 403px;
  width: 100%;
  padding-right: 60px;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .service-content .service-index .service-tit > .img2 {
    max-width: 100%;
    padding-right: 0;
    margin: 0 30px;
    width: auto;
    order: 2;
  }
}

.service-main .service-wrap .service-content .service-index .service-tit > .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .service-content .service-index .service-tit > .txt {
    order: 1;
    padding-bottom: 15px;
  }
}

.service-main .service-wrap .service-content .service-index .service-tit .heading {
  width: 100%;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .service-main .service-wrap .service-content .service-index .service-tit .heading {
    font-size: 21px;
  }
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .service-content .service-index .service-tit .heading {
    font-size: 22px;
  }
}

.service-main .service-wrap .service-content .service-index .service-tit .heading::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 1px;
  background-color: #000;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.service-main .service-wrap .service-content .service-index .service-tit .heading .hbr {
  display: block;
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .service-content .service-index .service-tit .heading .hbr {
    display: block;
    font-size: 16px;
  }
}

.service-main .service-wrap .service-content .service-index .service-tit .heading .color-change {
  color: #f49c00;
}

.service-main .service-wrap .service-content .service-index .service-txt {
  margin: 0 60px;
  margin-top: 45px;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .service-content .service-index .service-txt {
    margin: 0 20px;
    margin-top: 20px;
  }
}

.service-main .service-wrap .service-content .service-index .service-txt p {
  font-size: 17px;
  font-weight: 400;
  line-height: 2.029;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .service-content .service-index .service-txt p {
    font-size: 15px;
    line-height: 1.75;
  }
}

.service-main .service-wrap .service-content .service-index .btn {
  max-width: 450px;
  height: 80px;
  margin: 0 auto;
  margin-top: 65px;
  width: 100%;
  background: #f49c00;
  text-align: center;
  display: block;
  border-radius: 50px;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .service-content .service-index .btn {
    margin: 0 20px;
    width: auto;
    height: 60px;
    margin-top: 30px;
  }
}

.service-main .service-wrap .service-content .service-index .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .service-content .service-index .btn a {
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  .service-main .service-wrap .service-content .service-index .btn a {
    font-size: 12px;
  }
}

.service-main .service-wrap .service-content .service-index .btn a::before {
  position: absolute;
  content: "";
  right: 15px;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-left: 10px solid #3a3d3f;
  border-radius: 2px;
}

.service-main .service-wrap .service-content .service-index .btn a::after {
  position: absolute;
  content: "";
  right: 25px;
  width: 0px;
  height: 2px;
  border-left: 18px solid #3a3d3f;
  border-radius: 2px;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .service-content .service-index .btn a::before {
    position: absolute;
    content: "";
    right: 18px;
    box-sizing: border-box;
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-left: 8px solid #3a3d3f;
    border-radius: 2px;
  }

  .service-main .service-wrap .service-content .service-index .btn a::after {
    position: absolute;
    content: "";
    right: 25px;
    width: 0px;
    height: 2px;
    border-left: 14px solid #3a3d3f;
    border-radius: 2px;
  }
}

.btn:hover a::before,
.btn:hover a::after {
  transition: .3s;
  transform: translateX(5px);
}

.service-main .service-wrap .service-content .sindex1 {
  position: relative;
}

.service-main .service-wrap .service-content .sindex1::before {
  position: absolute;
  content: "01";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  right: 0;
  width: 123px;
  height: 80px;
  border-radius: 0 20px 0 20px;
  background: rgba(244, 156, 0, 0.25);
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .service-content .sindex1::before {
    font-size: 23px;
    width: 60px;
    height: 40px;
    border-radius: 0 10px 0 10px;
  }
}

.service-main .service-wrap .service-content .sindex2 {
  position: relative;
}

.service-main .service-wrap .service-content .sindex2::before {
  position: absolute;
  content: "02";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  left: 0;
  width: 123px;
  height: 80px;
  border-radius: 20px 0 20px 0;
  background: rgba(244, 156, 0, 0.25);
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .service-content .sindex2::before {
    font-size: 23px;
    width: 60px;
    height: 40px;
    left: auto;
    right: 0;
    border-radius: 0 10px 0 10px;
  }
}

.service-main .service-wrap .service-content .sindex3 {
  position: relative;
}

.service-main .service-wrap .service-content .sindex3::before {
  position: absolute;
  content: "03";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  right: 0;
  width: 123px;
  height: 80px;
  border-radius: 0 20px 0 20px;
  background: rgba(244, 156, 0, 0.25);
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .service-content .sindex3::before {
    font-size: 23px;
    width: 60px;
    height: 40px;
    border-radius: 0 10px 0 10px;
  }
}

.service-main .service-wrap .service-content .sindex4 {
  position: relative;
}

.service-main .service-wrap .service-content .sindex4::before {
  position: absolute;
  content: "04";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  left: 0;
  width: 123px;
  height: 80px;
  border-radius: 20px 0 20px 0;
  background: rgba(244, 156, 0, 0.25);
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .service-content .sindex4::before {
    font-size: 23px;
    width: 60px;
    height: 40px;
    left: auto;
    right: 0;
    border-radius: 0 10px 0 10px;
  }
}

.service-main .service-wrap .service-content .service-index02 {
  margin-bottom: 160px;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .service-content .service-index02 {
    padding-bottom: 30px;
  }
}

.service-main .service-wrap .service-content .service-index02 .service-tit {
  position: relative;
  max-width: 608px;
  margin: 0 auto;
}

.service-main .service-wrap .service-content .service-index02 .service-tit img {
  max-width: 608px;
  margin: 0 auto;
}

.service-main .service-wrap .service-content .service-index02 .service-tit .heading {
  position: absolute;
  width: 100%;
  bottom: 90px;
  right: -50px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.service-main .service-wrap .service-content .service-index02 .service-tit .heading .color-change {
  color: #f49c00;
}

.service-main .service-wrap .service-content .service-index02 .service-txt {
  width: 100%;
  margin-top: -40px;
}

.service-main .service-wrap .service-content .service-index02 .service-txt p {
  font-size: 17px;
  line-height: 2.029;
}

.service-main .service-wrap .schedule-content {
  width: 81.4%;
  margin-left: auto;
}

@media screen and (max-width: 1070px) {
  .service-main .service-wrap .schedule-content {
    max-width: 100%;
    width: 100%;
    margin: 0 20px;
    height: auto;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.service-main .service-wrap .schedule-content .schedule-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .schedule-content .schedule-ai {
    margin: 60px 0;
  }
}

.service-main .service-wrap .schedule-content .schedule-ai > h3 {
  font-size: 50px;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #ea8000;
}

@media screen and (max-width: 1070px) {
  .service-main .service-wrap .schedule-content .schedule-ai > h3 {
    font-size: 35px;
  }
}

.service-main .service-wrap .schedule-content .schedule-ai > p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1070px) {
  .service-main .service-wrap .schedule-content .schedule-ai > p {
    font-size: 15px;
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .service-main .service-wrap .schedule-content .schedule-ai > p {
    font-size: 12px;
    font-weight: 400;
    margin-top: 0;
  }
}

.service-main .service-wrap .schedule-content .schedule-ai > .modal p {
  line-height: 1;
  display: inline-block;
  padding: 13px 20px;
  border: 1px solid #000;
  font-size: 17px;
  font-weight: 700;
  border-radius: 50px;
}

.service-main .service-wrap .schedule-content .schedule-ai > .modal a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  padding-bottom: 1px;
  line-height: 1;
  margin-left: 20px;
  border-bottom: 1px solid #000;
}

.service-main .service-wrap .schedule-content .schedule-ai .schedule-img {
  margin-top: 15px;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .schedule-content .schedule-ai .schedule-img #image-link {
    margin-top: 30px;
  }
}

.service-main .service-wrap .schedule-content .schedule-ai .schedule-img p.tet {
  line-height: 1;
  display: inline-block;
  padding: 13px 20px;
  border: 1px solid #000;
  font-size: 17px;
  font-weight: 700;
  border-radius: 50px;
}

@media screen and (max-width: 500px) {
  .service-main .service-wrap .schedule-content .schedule-ai .schedule-img p.tet {
    padding: 8px 10px;
    font-size: 11px;
  }
}

.service-main .service-wrap .schedule-content .schedule-ai .schedule-img p.modaltxt {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  padding-bottom: 1px;
  line-height: 1;
  margin-left: 20px;
  border-bottom: 1px solid #000;
}


@media screen and (max-width: 500px) {
  .service-main .service-wrap .schedule-content .schedule-ai .schedule-img p.modaltxt {
    font-size: 10px;
    font-weight: 400;
  }
}

.service-main .service-wrap .schedule-content .schedule-ai .schedule-txt {
  font-size: 15px;
  margin-top: 30px;
}

.service-main .service-wrap .second-content {
  width: 81.4%;
  margin-left: auto;
  background-color: rgba(237, 164, 0, 0.08);
}

@media screen and (max-width: 1070px) {
  .service-main .service-wrap .second-content {
    max-width: 100%;
    width: 100%;
    height: auto;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.service-main .service-wrap .second-content .second-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 90px;
}

@media screen and (max-width: 800px) {
  .service-main .service-wrap .second-content .second-ai {
    margin: 60px 20px;
  }
}

.service-main .service-wrap .second-content .second-ai > h3 {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  color: #ea8000;
}

@media screen and (max-width: 1070px) {
  .service-main .service-wrap .second-content .second-ai > h3 {
    font-size: 21px;
  }
}

@media screen and (max-width: 500px) {
  .service-main .service-wrap .second-content .second-ai > h3 {
    font-size: 18px;
  }
}

.service-main .service-wrap .second-content .second-ai > p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 500px) {
  .service-main .service-wrap .second-content .second-ai > p {
    font-size: 15px;
    margin-top: 28px;
  }
}

.service-main .service-wrap .second-content .second-ai .second-index {
  background-color: #fff;
  padding: 50px 60px;
  margin-bottom: 47px;
  border-radius: 20px;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .second-content .second-ai .second-index {
    padding: 30px;
  }
}

.service-main .service-wrap .second-content .second-ai .second-index:last-child {
  margin-bottom: 0;
}

.service-main .service-wrap .second-content .second-ai .second-index h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #ea8000;
  position: relative;
  padding-bottom: 37px;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .second-content .second-ai .second-index h4 {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .service-main .service-wrap .second-content .second-ai .second-index h4 {
    line-height: 1.5;
  }
}

.service-main .service-wrap .second-content .second-ai .second-index h4::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 68px;
  height: 1px;
  background-color: #000;
}

.service-main .service-wrap .second-content .second-ai .second-index p {
  font-size: 17px;
  font-weight: 400;
  padding-top: 37px;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .second-content .second-ai .second-index p {
    font-size: 15px;
    padding-top: 20px;
  }
}

.service-main .service-wrap .second-content .second-ai .second-index p span {
  font-feature-settings: "palt";
  letter-spacing: 0;
}

.service-main .service-wrap .option-content {
  width: 81.4%;
  margin-left: auto;
}

@media screen and (max-width: 1070px) {
  .service-main .service-wrap .option-content {
    max-width: 100%;
    width: 100%;
  }
}

.service-main .service-wrap .option-content .option-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 110px;
}

@media screen and (max-width: 800px) {
  .service-main .service-wrap .option-content .option-ai {
    margin: 0 20px;
    margin-top: 50px;
  }
}

.service-main .service-wrap .option-content .option-ai > h3 {
  font-size: 30px;
  color: #ea8000;
  font-weight: 900;
  margin-bottom: 55px;
}

@media screen and (max-width: 1070px) {
  .service-main .service-wrap .option-content .option-ai > h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 800px) {
  .service-main .service-wrap .option-content .option-ai > h3 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .option-content .option-ai > h3 {
    font-size: 18px;
  }
}

.service-main .service-wrap .option-content .option-ai > p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 65px;
}

.service-main .service-wrap .option-content .option-index {
  display: flex;
  flex-direction: column;
  margin-bottom: 47px;
  padding: 60px 0;
  background-color: rgba(135, 186, 75, 0.1);
  border-radius: 20px;
}

.service-main .service-wrap .option-content .option-index:last-child {
  margin-bottom: 120px;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .option-content .option-index:last-child {
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .service-main .service-wrap .option-content .option-index {
    padding-top: 40px;
    border-radius: 10px;
  }
}

.service-main .service-wrap .option-content .option-index .option-tit {
  display: flex;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .option-content .option-index .option-tit {
    flex-direction: column;
  }
}

.service-main .service-wrap .option-content .option-index .option-tit > .img {
  max-width: 403px;
  width: 100%;
  padding-left: 60px;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .option-content .option-index .option-tit > .img {
    max-width: 100%;
    padding-left: 0;
    margin: 0 20px;
    width: auto;
    order: 2;
  }
}

.service-main .service-wrap .option-content .option-index .option-tit > .img2 {
  max-width: 403px;
  width: 100%;
  padding-right: 60px;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .option-content .option-index .option-tit > .img2 {
    max-width: 100%;
    padding-right: 0;
    margin: 0 20px;
    width: auto;
    order: 1;
  }
}

.service-main .service-wrap .option-content .option-index .option-tit > .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .option-content .option-index .option-tit > .txt {
    margin-top: 0;
    margin-bottom: 23px;
    order: 1;
  }
}

.service-main .service-wrap .option-content .option-index .option-tit .heading {
  width: 100%;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .service-main .service-wrap .option-content .option-index .option-tit .heading {
    font-size: 22px;
  }
}

.service-main .service-wrap .option-content .option-index .option-tit .heading::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 1px;
  background-color: #000;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.service-main .service-wrap .option-content .option-index .option-tit .heading .hbr {
  display: block;
  font-size: 20px;
}

.service-main .service-wrap .option-content .option-index .option-tit .heading .color-change {
  color: #87ba4b;
}

.service-main .service-wrap .option-content .option-index .option-txt {
  margin: 0 60px;
  margin-top: 45px;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .option-content .option-index .option-txt {
    margin: 0 20px;
    margin-top: 20px;
  }
}

.service-main .service-wrap .option-content .option-index .option-txt p {
  font-size: 17px;
  line-height: 2.029;
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .option-content .option-index .option-txt p {
    font-size: 15px;
    line-height: 1.75;
  }
}

.service-main .service-wrap .option-content .option-index .btn {
  max-width: 450px;
  height: 80px;
  margin: 0 auto;
  margin-top: 65px;
  width: 100%;
  background: #f49c00;
  text-align: center;
  display: block;
  border-radius: 50px;
}

.service-main .service-wrap .option-content .option-index .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.service-main .service-wrap .option-content .option-index .btn a::before {
  position: absolute;
  content: "";
  right: 4px;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-left: 10px solid #3a3d3f;
  border-radius: 2px;
}

.service-main .service-wrap .option-content .option-index .btn a::after {
  position: absolute;
  content: "";
  right: 15px;
  width: 0px;
  height: 2px;
  border-left: 18px solid #3a3d3f;
  border-radius: 2px;
}

.service-main .service-wrap .option-content .sindex1 {
  position: relative;
}

.service-main .service-wrap .option-content .sindex1::before {
  position: absolute;
  content: "05";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #58b22d;
  top: 0;
  right: 0;
  width: 123px;
  height: 80px;
  border-radius: 0 20px 0 20px;
  background: rgba(88, 178, 45, 0.25);
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .option-content .sindex1::before {

    font-size: 23px;
    width: 60px;
    height: 40px;
    border-radius: 0 10px 0 10px;
  }
}

.service-main .service-wrap .option-content .sindex2 {
  position: relative;
}

.service-main .service-wrap .option-content .sindex2::before {
  position: absolute;
  content: "06";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #58b22d;
  top: 0;
  left: 0;
  width: 123px;
  height: 80px;
  border-radius: 20px 0 20px 0;
  background: rgba(88, 178, 45, 0.25);
}

@media screen and (max-width: 600px) {
  .service-main .service-wrap .option-content .sindex2::before {

    font-size: 23px;
    width: 60px;
    height: 40px;
    border-radius: 0 10px 0 10px;
    left: auto;
    right: 0;
  }
}

.service-main .service-wrap .option-content .option-index02 {
  margin-bottom: 160px;
}

.service-main .service-wrap .option-content .option-index02 .option-tit {
  position: relative;
  max-width: 608px;
  margin: 0 auto;
}

.service-main .service-wrap .option-content .option-index02 .option-tit img {
  max-width: 608px;
  margin: 0 auto;
}

.service-main .service-wrap .option-content .option-index02 .option-tit .heading {
  position: absolute;
  width: 100%;
  bottom: 90px;
  right: -50px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.service-main .service-wrap .option-content .option-index02 .option-tit .heading .color-change {
  color: #f49c00;
}

.service-main .service-wrap .option-content .option-index02 .option-txt {
  width: 100%;
  margin-top: -40px;
}

.service-main .service-wrap .option-content .option-index02 .option-txt p {
  font-size: 17px;
  line-height: 2.029;
}

.service-main .service-wrap .option-next {
  width: 81.4%;
  margin-left: auto;
  background-color: #f5f4f1;
}

@media screen and (max-width: 1070px) {
  .service-main .service-wrap .option-next {
    max-width: 100%;
    width: 100%;
  }
}

.service-main .service-wrap .option-next .option-next-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 94px;
}

@media screen and (max-width: 800px) {
  .service-main .service-wrap .option-next .option-next-ai {
    margin: 0 20px;
    margin-top: 50px;
  }
}

.service-main .service-wrap .option-next .option-next-ai > h3 {
  font-size: 30px;
  color: #ea8000;
  font-weight: 900;
  margin-bottom: 55px;
}

.service-main .service-wrap .option-next .option-next-ai > p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 40px;
}

.service-main .service-wrap .option-next .option-next-ai ul {
  margin-bottom: 110px;
  margin-left: 15px;
}

@media screen and (max-width: 800px) {
  .service-main .service-wrap .option-next .option-next-ai ul {
    margin-bottom: 50px;
  }
}

@media screen and (max-width:500px) {
  .service-main .service-wrap .option-next .option-next-ai > p {
    font-size: 15px;
  }
}

.service-main .service-wrap .option-next .option-next-ai ul li {
  font-size: 17px;
  font-weight: 400;
}

@media screen and (max-width:500px) {
  .service-main .service-wrap .option-next .option-next-ai ul li {
    font-size: 15px;
  }
}

.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service01-main,
.service02-main,
.service03-main,
.service04-main {
  width: 100%;
  margin: 0 auto;
}

.service01-content,
.service02-content,
.service03-content,
.service04-content {
  max-width: 1152px;
  margin: 0 auto;
  display: flex;
  gap: 0 80px;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 90px;
  position: relative;
}

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

  .service01-content,
  .service02-content,
  .service03-content,
  .service04-content {
    margin: 0 20px;
    margin-top: 80px;
    margin-bottom: 90px;
  }
}

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

  .service01-content,
  .service02-content,
  .service03-content,
  .service04-content {
    flex-direction: column;
    align-items: baseline;
    margin-top: 40px;
  }
}

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

  .service01-content-txt,
  .service02-content-txt,
  .service03-content-txt,
  .service04-content-txt {
    margin-right: 20px;
  }
}

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

  .service01-content-txt,
  .service02-content-txt,
  .service03-content-txt {
    margin: 0;
    order: 2;
  }
}

.service01-content-txt h3,
.service02-content-txt h3,
.service03-content-txt h3,
.service04-content-txt h3 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 900;
  color: #ea8000;
}

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

  .service01-content-txt h3,
  .service02-content-txt h3,
  .service03-content-txt h3,
  .service04-content-txt h3 {
    font-size: 20px;
    margin-top: 45px;
    margin-bottom: 30px;
    text-align: center;
  }
}

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

  .service01-content-txt h3,
  .service02-content-txt h3,
  .service03-content-txt h3,
  .service04-content-txt h3 {
    font-size: 19px;
  }
}

.service01-content-txt p,
.service02-content-txt p,
.service03-content-txt p,
.service04-content-txt p {
  font-size: 16px;
  font-weight: 700;
}

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

  .service01-content-txt p,
  .service02-content-txt p,
  .service03-content-txt p,
  .service04-content-txt p {
    line-height: 1.75;
    font-size: 15px;
  }
}

.service01-content-txt ul,
.service02-content-txt ul,
.service03-content-txt ul,
.service04-content-txt ul {
  margin-top: 25px;
  margin-bottom: 25px;
}

.service01-content-txt ul li,
.service02-content-txt ul li,
.service03-content-txt ul li,
.service04-content-txt ul li {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
  color: #ea8000;
  margin-left: 55px;
  margin-bottom: 25px;
  position: relative;
}

.service02-content-txt ul li,
.service03-content-txt ul li,
.service04-content-txt ul li {
  margin-left: 40px;
}

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

  .service01-content-txt ul li,
  .service02-content-txt ul li,
  .service03-content-txt ul li,
  .service04-content-txt ul li {
    font-size: 18px;
  }
}

/* @media screen and (max-width: 500px) {

  .service01-content-txt ul li,
  .service02-content-txt ul li,
  .service03-content-txt ul li,
  .service04-content-txt ul li {
    line-height: 1.3;
    margin-left: 0;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 0;
  }
} */

.service01-content-txt ul li:last-child,
.service02-content-txt ul li:last-child,
.service03-content-txt ul li:last-child,
.service04-content-txt ul li:last-child {
  margin-bottom: 0;
}

.service01-content-txt ul li::before,
.service02-content-txt ul li::before,
.service03-content-txt ul li::before,
.service04-content-txt ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background-image: url(../images/icon-check.png);
  background-size: 33px;
  margin-left: -43px;
}

/* @media screen and (max-width: 500px) {

  .service01-content-txt ul li::before,
  .service02-content-txt ul li::before,
  .service03-content-txt ul li::before,
  .service04-content-txt ul li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 33px;
    height: 33px;
    background-size: 33px;
    margin-left: 0;
    margin-top: -50px;
  }

  .service01-content-txt ul li:last-child,
  .service02-content-txt ul li:last-child,
  .service03-content-txt ul li:last-child,
  .service04-content-txt ul li:last-child {
    line-height: 1.75;
  }
} */

.service01-content-img,
.service02-content-img,
.service03-content-img {
  max-width: 410px;
}

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

  .service01-content-img,
  .service02-content-img,
  .service03-content-img {
    max-width: 410px;
    flex-direction: column;
    margin: 30px auto 0;
  }
}

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

  .service01-content-img,
  .service02-content-img,
  .service03-content-img {
    order: 1;
    max-width: 100%;
  }
}

.document-slider {
  max-width: 1152px;
  margin: 0 auto;
  padding: 57px 0;
  background-color: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 1152px) {
  .document-slider {
    padding: 57px 20px;
    margin: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .document-slider {
    margin: 0;
    border-radius: 0;
  }
}

.document-slider .tab {
  max-width: 905px;
  margin: 0 auto;
  position: relative;
}

.document-slider .tab-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.document-slider .tab-list .tab-menu {
  padding: 10px 43px 10px 20px;
  margin-bottom: 20px;
  background: #fce7c2;
  border: 1px solid #f49c00;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 700;
  color: #ea8000;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 905px) {
  .document-slider .tab-list .tab-menu {
    width: calc(50% - 20px);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 650px) {
  .document-slider .tab-list .tab-menu {
    width: 100%;
    font-size: 15px;
  }
}

.document-slider .tab-list .tab-menu::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #ea8000;
  border-right: solid 2px #ea8000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.document-slider .tab-list .tab-menu.current {
  padding: 10px 43px 10px 20px;
  background: #f49c00;
  border: 1px solid #fce7c2;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 905px) {
  .document-slider .tab-list .tab-menu.current {
    width: calc(50% - 20px);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 650px) {
  .document-slider .tab-list .tab-menu.current {
    width: 100%;
    font-size: 15px;
  }

  .document-slider .tab-list .tab-menu:not(.current) {
    display: none;
  }

  .document-slider .tab-list .tab-menu.current {
    padding: 5px 20px;
  }

  .document-slider .tab-list .tab-menu.current::before {
    display: none;
  }
}

.document-slider .tab-list .tab-menu.current::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.document-slider .tab .content-group {
  margin-top: 15px;
}

.document-slider .tab .content-group .arrow-left::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border: 0;
  border-top: solid 2px #333;
  border-left: solid 2px #333;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 32%;
  left: -40px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 1050px) {
  .document-slider .tab .content-group .arrow-left::before {
    left: -10px;
  }
}

@media screen and (max-width: 768px) {
  .document-slider .tab .content-group .arrow-left::before {
    top: 38%;
  }
}

@media screen and (max-width: 600px) {
  .document-slider .tab .content-group .arrow-left::before {
    top: 50%;
  }
}

@media screen and (max-width: 550px) {
  .document-slider .tab .content-group .arrow-left::before {
    top: 54%;
  }
}

@media screen and (max-width: 450px) {
  .document-slider .tab .content-group .arrow-left::before {
    top: 60%;
  }
}

@media screen and (max-width: 400px) {
  .document-slider .tab .content-group .arrow-left::before {
    top: 63%;
  }
}

.document-slider .tab .content-group .arrow-right::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 32%;
  right: -40px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 1050px) {
  .document-slider .tab .content-group .arrow-right::before {
    right: -10px;
  }
}

@media screen and (max-width: 768px) {
  .document-slider .tab .content-group .arrow-right::before {
    top: 38%;
  }
}

@media screen and (max-width: 600px) {
  .document-slider .tab .content-group .arrow-right::before {
    top: 50%;
  }
}

@media screen and (max-width: 550px) {
  .document-slider .tab .content-group .arrow-right::before {
    top: 54%;
  }
}

@media screen and (max-width: 450px) {
  .document-slider .tab .content-group .arrow-right::before {
    top: 60%;
  }
}

@media screen and (max-width: 400px) {
  .document-slider .tab .content-group .arrow-right::before {
    top: 63%;
  }
}

.document-slider .tab .content-group .content-box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  .document-slider .tab .content-group .content-box p {
    font-size: 13px;
    line-height: 1.75;
  }
}

.document-slider .tab .content-group .content-box img {
  margin-top: 40px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
}

.document-slider .service-tab-txt {
  max-width: 905px;
  margin: 0 auto;
  margin-top: 30px;
}

.document-slider .service-tab-txt p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

/* .document-slider .service-tab-txt .service-tab-link {
  text-align: right;
  margin-top: 40px;
}

.document-slider .service-tab-txt .service-tab-link a {
  text-align: right;
  border-bottom: 1px solid #000;
  display: inline-block;
  line-height: 1;
  padding-bottom: 2px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
} */

/* @media screen and (max-width: 600px) {
  .document-slider .service-tab-txt {
    display: flex;
    flex-direction: column;
  }

  .document-slider .service-tab-txt p {
    order: 2;
    margin-top: 30px;
  }

  .document-slider .service-tab-txt .btn2 {
    order: 1;
  }

  .document-slider .service-tab-txt .btn2 a::before,
  .document-slider .service-tab-txt .btn2 a::after {
    display: none;
  }

  .document-slider .service-tab-txt .btn2 a {
    padding: 20px;
  }

  .document-slider .service-tab-txt .btn2 {
    margin-top: 20px;
    border: 2px solid #f49c00;
  }

} */

/* @media screen and (max-width: 500px) {
  .document-slider .service-tab-txt .service-tab-link a {
    font-size: 14px;
  }

  .document-slider .service-tab-txt .btn2 {
    max-width: 100%;
    width: 100%;
  }
} */



.service01-main .service01-wrap .service01-plus {
  width: 100%;
  background-color: #f5f4f1;
  padding-bottom: 100px;
}

.service01-main .service01-wrap .service01-plus > h3 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  padding-top: 85px;
  margin-bottom: 50px;
  line-height: 1.5;
}

.service01-main .service01-wrap .service01-plus > h3::before,
.service01-main .service01-wrap .service01-plus > h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.service01-main .service01-wrap .service01-plus > h3::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

.service01-main .service01-wrap .service01-plus > h3::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 768px) {
  .service01-main .service01-wrap .service01-plus > h3 {
    font-size: 21px;
  }
}

@media screen and (max-width: 500px) {
  .service01-main .service01-wrap .service01-plus > h3 {
    font-size: 15px;
  }
}

.service01-main .service01-wrap .service01-plus > h3 span {
  font-size: 18px;
}

@media screen and (max-width: 500px) {
  .service01-main .service01-wrap .service01-plus > h3 span {
    font-size: 15px;
  }
}

.service01-plus .document-slider .tab-list .tab-menu {
  margin-top: 30px;
  position: relative;
}

.service01-plus .document-slider .tab-list .tab-menu span {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #333333;
  white-space: nowrap;
  font-weight: 500;
  font-size: 15px;
}

.service01-plus .button {
  text-align: right;
}

.service01-plus .button a {
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
}

.service01-plus .button a::after {
  content: " >";
}


.service01-main .service01-wrap .service01-difference {
  margin: 0 calc(50% - 50vw);
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 90px;
  background-color: #fff;
}

.service01-difference {
  max-width: 1152px;
  margin: 0 auto 140px;
  padding: 0 20px;
}

.service01-difference h3 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 900;
  color: #ea8000;
}

@media screen and (max-width: 500px) {
  .service01-difference h3 {
    font-size: 20px;
    text-align: center;
  }
}

.service01-schedule {
  max-width: 1152px;
  margin: 0 auto 140px;
  padding: 0 20px;
}

.service01-schedule h3 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 900;
  color: #ea8000;
}

@media screen and (max-width: 500px) {
  .service01-schedule h3 {
    font-size: 20px;
    text-align: center;
  }
}

.service01-schedule .service01-schedule-img p.tet {
  line-height: 1;
  display: inline-block;
  padding: 13px 20px;
  border: 1px solid #000;
  font-size: 17px;
  font-weight: 700;
  border-radius: 50px;
}

@media screen and (max-width: 500px) {
  .service01-schedule .service01-schedule-img p.tet {
    padding: 8px 10px;
    font-size: 11px;
  }
}

.service01-schedule .service01-schedule-img p.modaltxt {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  padding-bottom: 1px;
  line-height: 1;
  margin-left: 20px;
  border-bottom: 1px solid #000;
}


@media screen and (max-width: 500px) {
  .service01-schedule .service01-schedule-img p.modaltxt {
    font-size: 10px;
    font-weight: 400;
  }
}

.service01-schedule .service01-schedule-txt {
  font-size: 15px;
  margin-top: 30px;
}




/* service02 */
.header-bottom03.service02 {
  background-image: url(../images/img-service02bg.jpg);
}

.service02-flow > h3 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  padding-top: 85px;
  margin-bottom: 50px;
  line-height: 1.5;
}

.service02-flow {
  max-width: 1152px;
  margin: 0 auto 140px;
  padding: 0 20px;
}

.service02-plan {
  background-color: #f5f4f1;
  padding-bottom: 40px;
}

.service02-plan > h3 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  padding-top: 85px;
  margin-bottom: 20px;
  line-height: 1.5;
}

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

  .service02-flow > h3,
  .service02-plan > h3 {
    font-size: 21px;
  }
}

@media screen and (max-width: 600px) {
  .service02-flow > h3 {
    padding-top: 0;
  }
}

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

  .service02-flow > h3 {
    font-size: 18px;
  }
}

.service02-plan > h3 + p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
  padding: 0 20px;
}

.service02-plan-list > li {
  width: calc(100% - 40px);
  max-width: 1152px;
  margin: 0 auto 40px;
  padding: 60px clamp(20px, 5%, 80px);
  background-color: #fff;
  border-radius: 20px;
  font-size: 16px;
}

.service02-plan-list h4 {
  display: table;
  min-width: 200px;
  padding: 15px 30px;
  margin: 0 auto 50px;
  background: #ea8000;
  border-radius: 50px;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.service02-plan-list span.orange {
  color: #ea8000;
}

.service02-plan-list .amount dl {
  display: flex;
  gap: 40px;
  margin: 28px 0 40px;
}

.service02-plan-list .amount dl > div {
  flex: 1;
  background-color: #fcfaf0;
  border: solid 1px #ea8000;
  padding: 16px 24px 28px;
}

.service02-plan-list .amount dl dt {
  color: #ea8000;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}

.service02-plan-list .amount img {
  margin-top: 40px;
}

.service02-plan-list .policy ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 48px 0;
}

.service02-plan-list .policy ul li {
  display: inline-block;
  background-color: #fcfaf0;
  border: solid 1px #ea8000;
  color: #ea8000;
  width: 194px;
  padding: 8px 0;
  text-align: center;
  font-weight: 700;
}

.service02-plan-list .policy-img {
  display: flex;
  gap: 25px;
  max-width: 890px;
  margin: 40px auto 0;
  width: 100%;
}

.service02-plan-list .policy-img p {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


@media screen and (max-width: 768px) {
  .service02-plan-list > li {
    border-radius: 0;
  }

  .service02-plan-list .amount dl {
    flex-direction: column;
  }

  .service02-plan-list .policy ul {
    flex-direction: column;
  }

  .service02-plan-list .policy ul li {
    width: 100%;
  }

  .service02-plan-list .policy-img {
    flex-direction: column;
    width: 70%;
  }
}




/* service03 */
.header-bottom03.service03 {
  background-image: url(../images/img-service03bg.jpg);
}

@media screen and (max-width: 768px) {
  .header-bottom03.service03 {
    background-position: center bottom;
  }
}

.service03-content {
  font-size: 16px;
}

.service03-schedule {
  max-width: 997px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 90px;
  margin-bottom: 120px;
  font-size: 16px;
}

.service03-schedule img {
  margin: 0 auto 80px;
}

.service03-schedule p span {
  font-weight: 900;
}

.service03-document {
  max-width: 1152px;
  margin: 0 auto 140px;
  padding: 0 20px;
}

.service03-document h3 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 900;
  color: #ea8000;
}

.service03-document ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  max-width: 725px;
}

.service03-document ul li {
  position: relative;
  margin-left: 40px;
  font-weight: 900;
  font-size: 18px;
}

.service03-document ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background-image: url(../images/icon-check.png);
  background-size: 33px;
  margin-left: -43px;
}

@media screen and (max-width: 600px) {
  .service03-content {
    gap: 0;
  }

  .service03-document ul {
    grid-template-columns: 1fr;
  }
}




/* service04 */
.header-bottom03.service04 {
  background-image: url(../images/img-service04bg.jpg);
}

.service04-content {
  margin-top: calc(2em + 80px);
}

.service04-content-txt {
  margin: 0 auto;
}

@media screen and (min-width: 501px) {
  .service04-content h3 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -1.5em;
  }
}

@media screen and (max-width: 500px) {
  .service04-content {
    margin-top: 0;
  }
}

@media screen and (max-width: 950px) {
  .service04-content {
    gap: 40px;
  }

  .service04-content h3 {
    position: relative;
  }
}

.service04-content-img {
  display: flex;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  border: solid 1px #1a1a1a;
  padding: 30px 40px;
  font-weight: bold;
}

.service04-content-img div {
  flex: 1;
}

.service04-content-img div:first-child p {
  display: grid;
  gap: 10px 20px;
  margin: 10px 0;
  width: 80%;
  grid-template-columns: 1fr 1fr;
}

.service04-content-img div:first-child p span {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f49c00;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .service04-content-img {
    flex-direction: column;
    gap: 20px;
  }

  .service04-content-img div:first-child p {
    margin: 10px auto;
  }
}


.service04-content-txt ul li {
  white-space: nowrap;
  color: #1a1a1a;
}

.service04-document {
  background-color: #f5f4f1;
  padding: 80px 0;
}

@media screen and (min-width: 960px) {

  .service04-document .document-slider .tab-list .tab-menu:nth-child(1),
  .service04-document .document-slider .tab-list .tab-menu:nth-child(2),
  .service04-document .document-slider .tab-list .tab-menu:nth-child(4),
  .service04-document .document-slider .tab-list .tab-menu:nth-child(5) {
    width: 318px;
  }

  .service04-document .document-slider .tab-list .tab-menu:nth-child(3),
  .service04-document .document-slider .tab-list .tab-menu:nth-child(6) {
    width: 230px;
  }
}

@media screen and (max-width: 960px) {
  .service04-document .document-slider .tab-list .tab-menu {
    min-width: calc(50% - 20px);
  }
}


.service04-first {
  max-width: 1152px;
  margin: 100px auto 140px;
  padding: 0 20px;
  font-size: 16px;
}

.service04-first h3 {
  display: table;
  min-width: 200px;
  padding: 15px 30px;
  margin: 0 auto 50px;
  background: #80ac2f;
  border-radius: 50px;
  font-size: 17px;
  text-align: center;
  font-weight: 400;
  color: #fff;
}

.service04-first h4 {
  font-size: 30px;
  font-weight: 700;
  color: #87ba4b;
  text-align: center;
  margin-bottom: 80px;
}

.service04-first h4 span {
  display: block;
  font-size: 0.8em;
  color: #1a1a1a;
}

.service04-first-description {
  display: flex;
  justify-content: space-between;
}

.service04-first-description > div {
  width: 52%;
}

.service04-first-description > figure {
  width: 43%;
}

@media screen and (max-width: 950px) {
  .service04-first-description {
    flex-direction: column;
    gap: 40px;
  }

  .service04-first-description > div,
  .service04-first-description > figure {
    width: 100%;
  }
}

.service04-first-description .recommend {
  margin-top: 80px;
  border: solid 1px #80ac2f;
  padding: clamp(30px, 5%, 40px) clamp(15px, 5%, 40px);
  border-radius: 10px;
  position: relative;
}

.service04-first-description .recommend h5 {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  font-size: 20px;
  color: #80ac2f;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.service04-first-description .recommend ul li {
  font-weight: 900;
  color: #ea8000;
  margin-left: 55px;
  margin-bottom: 10px;
  line-height: 1.5;
  position: relative;
}

.service04-first-description .recommend ul li {
  color: #1a1a1a;
}

.service04-first-description .recommend ul li {
  margin-left: 35px;
}

/* @media screen and (max-width: 500px) {
  .service04-first-description .recommend ul li {
    line-height: 1.3;
    margin-left: 0;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 0;
  }
} */

.service04-first-description .recommend ul li:last-child {
  margin-bottom: 0;
}

.service04-first-description .recommend ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-image: url(../images/icon-check-green.png);
  background-size: 26px;
  margin-left: -36px;
}

/* @media screen and (max-width: 500px) {
  .service04-first-description .recommend ul li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 33px;
    height: 33px;
    background-size: 33px;
    margin-left: 0;
    margin-top: -50px;
  }

  .service04-first-description .recommend ul li:last-child {
    line-height: 1.75;
  }
} */

.service04-first-message {
  text-align: center;
  margin: 80px 0;
}

@media screen and (max-width: 1152px) {
  .service04-first-message {
    text-align: left;
  }
}

.service04-first-message span {
  text-decoration: underline;
}

.service04-first-flow ol li {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  padding: clamp(20px, 5vw, 40px);
  background: #F3F8ED;
  border-radius: 20px;
}

.service04-first-flow ol li h5 {
  width: 180px;
  font-size: 20px;
  font-weight: 700;
  color: #87ba4b;
  text-align: center;
}

.service04-first-flow ol li h5 span {
  display: block;
  font-size: 0.9em;
}

.service04-first-flow ol li > div {
  width: calc(100% - 180px);
}

.service04-first-flow .step01 span {
  font-size: 15px;
}

.service04-first-flow .step01 p {
  font-size: 15px;
}

.service04-first-flow .step01 a {
  display: block;
  margin-top: 40px;
  margin-bottom: 10px;
  width: 300px;
  max-width: 100%;
  background: #f49c00;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.service04-first-flow .step02 p {
  margin-top: 1em;
  color: #ba3936;
  font-size: 15px;
  font-weight: 900;
}


@media screen and (max-width: 600px) {
  .service04-first-flow ol li {
    flex-direction: column;
  }

  .service04-first-flow ol li > div {
    width: 100%;
  }

  .service04-first-flow .step01 p {
    text-align: center;
  }

  .service04-first-flow .step01 a {
    margin-inline: auto;
  }
}




.volumn-main {
  width: 100%;
  margin: 0 auto;
}

.volumn-main .volumn-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.volumn-main .volumn-wrap .page-link02 {
  order: 2;
  padding: 0 20px;
  z-index: 2;
}

.volumn-main .volumn-wrap .volumn-content {
  width: 81.4%;
  background-color: #f5f4f1;
}

@media screen and (max-width: 768px) {
  .volumn-main .volumn-wrap .volumn-content {
    max-width: 100%;
    width: 100%;
  }
}

.volumn-main .volumn-wrap .volumn-content .volumn-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 120px;
}

.volumn-main .volumn-wrap .volumn-content .volumn-ai > h3 {
  font-size: 30px;
  color: #ea8000;
  font-weight: 900;
}

.volumn-main .volumn-wrap .volumn-content .volumn-ai > p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 65px;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index .volumn-tit {
  display: flex;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index .volumn-tit > .img {
  max-width: 403px;
  width: 100%;
  padding-left: 60px;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index .volumn-tit > .img2 {
  max-width: 403px;
  width: 100%;
  padding-right: 60px;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index .volumn-tit > .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index .volumn-tit .heading {
  width: 100%;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  position: relative;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index .volumn-tit .heading::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 1px;
  background-color: #000;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.volumn-main .volumn-wrap .volumn-content .volumn-index .volumn-tit .heading .hbr {
  display: block;
  font-size: 20px;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index .volumn-tit .heading .color-change {
  color: #f49c00;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index .volumn-txt {
  margin: 0 60px;
  margin-top: 45px;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index .volumn-txt p {
  font-size: 17px;
  line-height: 2.029;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index .btn {
  max-width: 450px;
  height: 80px;
  margin: 0 auto;
  margin-top: 65px;
  width: 100%;
  background: #f49c00;
  text-align: center;
  display: block;
  border-radius: 50px;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index .btn a::before {
  position: absolute;
  content: "";
  right: 4px;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-left: 10px solid #3a3d3f;
  border-radius: 2px;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index .btn a::after {
  position: absolute;
  content: "";
  right: 15px;
  width: 0px;
  height: 2px;
  border-left: 18px solid #3a3d3f;
  border-radius: 2px;
}

.volumn-main .volumn-wrap .volumn-content .sindex1 {
  position: relative;
}

.volumn-main .volumn-wrap .volumn-content .sindex1::before {
  position: absolute;
  content: "01";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  right: 0;
  width: 123px;
  height: 80px;
  border-radius: 0 20px 0 20px;
  background: rgba(244, 156, 0, 0.25);
}

.volumn-main .volumn-wrap .volumn-content .sindex2 {
  position: relative;
}

.volumn-main .volumn-wrap .volumn-content .sindex2::before {
  position: absolute;
  content: "02";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  left: 0;
  width: 123px;
  height: 80px;
  border-radius: 20px 0 20px 0;
  background: rgba(244, 156, 0, 0.25);
}

.volumn-main .volumn-wrap .volumn-content .sindex3 {
  position: relative;
}

.volumn-main .volumn-wrap .volumn-content .sindex3::before {
  position: absolute;
  content: "03";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  right: 0;
  width: 123px;
  height: 80px;
  border-radius: 0 20px 0 20px;
  background: rgba(244, 156, 0, 0.25);
}

.volumn-main .volumn-wrap .volumn-content .sindex4 {
  position: relative;
}

.volumn-main .volumn-wrap .volumn-content .sindex4::before {
  position: absolute;
  content: "04";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  left: 0;
  width: 123px;
  height: 80px;
  border-radius: 20px 0 20px 0;
  background: rgba(244, 156, 0, 0.25);
}

.volumn-main .volumn-wrap .volumn-content .volumn-index02 {
  margin-bottom: 160px;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index02 .volumn-tit {
  position: relative;
  max-width: 608px;
  margin: 0 auto;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index02 .volumn-tit img {
  max-width: 608px;
  margin: 0 auto;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index02 .volumn-tit .heading {
  position: absolute;
  width: 100%;
  bottom: 90px;
  right: -50px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index02 .volumn-tit .heading .color-change {
  color: #f49c00;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index02 .volumn-txt {
  width: 100%;
  margin-top: -40px;
}

.volumn-main .volumn-wrap .volumn-content .volumn-index02 .volumn-txt p {
  font-size: 17px;
  line-height: 2.029;
}

.volumn-main .volumn-wrap .schedule-content {
  width: 81.4%;
  margin-left: auto;
}

.volumn-main .volumn-wrap .schedule-content .schedule-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 120px;
}

.volumn-main .volumn-wrap .schedule-content .schedule-ai > h3 {
  font-size: 50px;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #ea8000;
}

.volumn-main .volumn-wrap .schedule-content .schedule-ai > p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 20px;
}

.volumn-main .volumn-wrap .schedule-content .schedule-ai > .modal p {
  line-height: 1;
  display: inline-block;
  padding: 13px 20px;
  border: 1px solid #000;
  font-size: 17px;
  font-weight: 700;
  border-radius: 50px;
}

.volumn-main .volumn-wrap .schedule-content .schedule-ai > .modal a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  padding-bottom: 1px;
  line-height: 1;
  margin-left: 20px;
  border-bottom: 1px solid #000;
}

.volumn-main .volumn-wrap .schedule-content .schedule-ai .schedule-img {
  margin-top: 15px;
}

.volumn-main .volumn-wrap .schedule-content .schedule-ai .schedule-txt {
  margin-top: 30px;
}

.volumn-main .volumn-wrap .second-content {
  width: 81.4%;
  margin-left: auto;
  background-color: rgba(237, 164, 0, 0.08);
}

.volumn-main .volumn-wrap .second-content .second-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 90px;
}

.volumn-main .volumn-wrap .second-content .second-ai > h3 {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  color: #ea8000;
}

.volumn-main .volumn-wrap .second-content .second-ai > p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 40px;
}

.volumn-main .volumn-wrap .second-content .second-ai .second-index {
  background-color: #fff;
  padding: 50px 60px;
  margin-bottom: 47px;
  border-radius: 20px;
}

.volumn-main .volumn-wrap .second-content .second-ai .second-index:last-child {
  margin-bottom: 0;
}

.volumn-main .volumn-wrap .second-content .second-ai .second-index h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #ea8000;
  position: relative;
  padding-bottom: 37px;
}

.volumn-main .volumn-wrap .second-content .second-ai .second-index h4::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 68px;
  height: 1px;
  background-color: #000;
}

.volumn-main .volumn-wrap .second-content .second-ai .second-index p {
  font-size: 17px;
  font-weight: 400;
  padding-top: 37px;
}

.volumn-main .volumn-wrap .second-content .second-ai .second-index p span {
  font-feature-settings: "palt";
  letter-spacing: 0;
}

.volumn-main .volumn-wrap .option-content {
  width: 81.4%;
  margin-left: auto;
}

.volumn-main .volumn-wrap .option-content .option-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 110px;
}

.volumn-main .volumn-wrap .option-content .option-ai > h3 {
  font-size: 30px;
  color: #ea8000;
  font-weight: 900;
  margin-bottom: 55px;
}

.volumn-main .volumn-wrap .option-content .option-ai > p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 65px;
}

.volumn-main .volumn-wrap .option-content .option-index {
  display: flex;
  flex-direction: column;
  margin-bottom: 47px;
  padding: 60px 0;
  background-color: rgba(135, 186, 75, 0.1);
  border-radius: 20px;
}

.volumn-main .volumn-wrap .option-content .option-index:last-child {
  margin-bottom: 120px;
}

.volumn-main .volumn-wrap .option-content .option-index .option-tit {
  display: flex;
}

.volumn-main .volumn-wrap .option-content .option-index .option-tit > .img {
  max-width: 403px;
  width: 100%;
  padding-left: 60px;
}

.volumn-main .volumn-wrap .option-content .option-index .option-tit > .img2 {
  max-width: 403px;
  width: 100%;
  padding-right: 60px;
}

.volumn-main .volumn-wrap .option-content .option-index .option-tit > .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.volumn-main .volumn-wrap .option-content .option-index .option-tit .heading {
  width: 100%;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  position: relative;
}

.volumn-main .volumn-wrap .option-content .option-index .option-tit .heading::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 1px;
  background-color: #000;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.volumn-main .volumn-wrap .option-content .option-index .option-tit .heading .hbr {
  display: block;
  font-size: 20px;
}

.volumn-main .volumn-wrap .option-content .option-index .option-tit .heading .color-change {
  color: #87ba4b;
}

.volumn-main .volumn-wrap .option-content .option-index .option-txt {
  margin: 0 60px;
  margin-top: 45px;
}

.volumn-main .volumn-wrap .option-content .option-index .option-txt p {
  font-size: 17px;
  line-height: 2.029;
}

.volumn-main .volumn-wrap .option-content .option-index .btn {
  max-width: 450px;
  height: 80px;
  margin: 0 auto;
  margin-top: 65px;
  width: 100%;
  background: #f49c00;
  text-align: center;
  display: block;
  border-radius: 50px;
}

.volumn-main .volumn-wrap .option-content .option-index .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.volumn-main .volumn-wrap .option-content .option-index .btn a::before {
  position: absolute;
  content: "";
  right: 4px;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-left: 10px solid #3a3d3f;
  border-radius: 2px;
}

.volumn-main .volumn-wrap .option-content .option-index .btn a::after {
  position: absolute;
  content: "";
  right: 15px;
  width: 0px;
  height: 2px;
  border-left: 18px solid #3a3d3f;
  border-radius: 2px;
}

.volumn-main .volumn-wrap .option-content .sindex1 {
  position: relative;
}

.volumn-main .volumn-wrap .option-content .sindex1::before {
  position: absolute;
  content: "05";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #58b22d;
  top: 0;
  right: 0;
  width: 123px;
  height: 80px;
  border-radius: 0 20px 0 20px;
  background: rgba(88, 178, 45, 0.25);
}

.volumn-main .volumn-wrap .option-content .sindex2 {
  position: relative;
}

.volumn-main .volumn-wrap .option-content .sindex2::before {
  position: absolute;
  content: "06";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #58b22d;
  top: 0;
  left: 0;
  width: 123px;
  height: 80px;
  border-radius: 20px 0 20px 0;
  background: rgba(88, 178, 45, 0.25);
}

.volumn-main .volumn-wrap .option-content .option-index02 {
  margin-bottom: 160px;
}

.volumn-main .volumn-wrap .option-content .option-index02 .option-tit {
  position: relative;
  max-width: 608px;
  margin: 0 auto;
}

.volumn-main .volumn-wrap .option-content .option-index02 .option-tit img {
  max-width: 608px;
  margin: 0 auto;
}

.volumn-main .volumn-wrap .option-content .option-index02 .option-tit .heading {
  position: absolute;
  width: 100%;
  bottom: 90px;
  right: -50px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.volumn-main .volumn-wrap .option-content .option-index02 .option-tit .heading .color-change {
  color: #f49c00;
}

.volumn-main .volumn-wrap .option-content .option-index02 .option-txt {
  width: 100%;
  margin-top: -40px;
}

.volumn-main .volumn-wrap .option-content .option-index02 .option-txt p {
  font-size: 17px;
  line-height: 2.029;
}

.volumn-main .volumn-wrap .option-next {
  width: 81.4%;
  margin-left: auto;
  background-color: #f5f4f1;
}

.volumn-main .volumn-wrap .option-next .option-next-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 94px;
}

.volumn-main .volumn-wrap .option-next .option-next-ai > h3 {
  font-size: 30px;
  color: #ea8000;
  font-weight: 900;
  margin-bottom: 55px;
}

.volumn-main .volumn-wrap .option-next .option-next-ai > p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 40px;
}

.volumn-main .volumn-wrap .option-next .option-next-ai ul {
  margin-bottom: 110px;
  margin-left: 15px;
}

.volumn-main .volumn-wrap .option-next .option-next-ai ul li {
  font-size: 17px;
  font-weight: 400;
}

.service-bottom-link {
  width: 100%;
  background-color: rgba(237, 164, 0, 0.08);
  padding-top: 104px;
  padding-bottom: 87px;
}

.service-bottom-link-wrap {
  max-width: 1012px;
  margin: 0 auto;
  text-align: center;
}

.service-bottom-link-wrap .title {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  position: relative;
  line-height: 1;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .service-bottom-link-wrap .title {
    font-size: 15px;
  }
}

.service-bottom-link-wrap .title::before {
  position: absolute;
  content: "";
  width: 68px;
  height: 1px;
  background-color: #000;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.service-bottom-link-wrap .service-bottom-link-list {
  margin-top: 68px;
}

.service-bottom-link-wrap .service-bottom-link-list .service-bottom-link-index {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.service-bottom-link-wrap .service-bottom-link-list .service-bottom-link-index .service-bottom-link-imgtxt {
  max-width: 229px;
}

.service-bottom-link-wrap .service-bottom-link-list .service-bottom-link-index .service-bottom-link-imgtxt.doupage {
  opacity: .5;
}

.service-bottom-link-wrap .service-bottom-link-list .service-bottom-link-index .service-bottom-link-imgtxt.doupage p {
  border-bottom: none;
}

.service-bottom-link-wrap .service-bottom-link-list .service-bottom-link-index .service-bottom-link-imgtxt a p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  display: inline-block;
  line-height: 1;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}

.volumnes-main {
  width: 100%;
  margin: 0 auto;
}

.volumnes-main .volumnes-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.volumnes-main .volumnes-wrap .page-link02 {
  order: 2;
  padding: 0 20px;
  z-index: 2;
}

.volumnes-main .volumnes-wrap .volumnes-content {
  width: 81.4%;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .volumnes-main .volumnes-wrap .volumnes-content {
    max-width: 100%;
    width: 100%;
  }
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 110px;
}

@media screen and (max-width: 1050px) {
  .volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai {
    margin: 0 20px;
    margin-top: 60px;
  }
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai > h3:first-of-type {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.75;
  margin-bottom: 30px;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai > h3:first-of-type::before,
.volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai > h3:first-of-type::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai > h3:first-of-type::before {
  margin-top: calc((1 - 1.75) * 0.5em);
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai > h3:first-of-type::after {
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai .categorydate {
  margin-bottom: 75px;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai .categorydate .date {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #a8a8a8;
  padding-right: 20px;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai .categorydate .category {
  color: #ea8000;
  padding-left: 15px;
}

.volumnes-content .edit-area {
  margin-bottom: 120px;
  font-weight: 400;
}

.volumnes-content .edit-area > *,
.volumnes-content .edit-area p,
.volumnes-content .edit-area ul,
.volumnes-content .edit-area ol {
  margin-bottom: 20px;
}

.volumnes-content .edit-area figure {
  margin-bottom: 40px;
}

.volumnes-content .edit-area ul li {
  list-style: disc;
  margin-left: 1.5em;
}

.volumnes-content .edit-area ol li {
  list-style: decimal;
  margin-left: 1.5em;
}

.volumnes-content .edit-area a:not(.wp-block-button__link) {
  text-decoration: underline;
  color: #2271b1;
}

/* .volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai img {
  margin-bottom: 75px;
  height: auto;
} */

/* .volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 80px;
} */

/* .volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai p::before,
.volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai p::before {
  margin-top: calc((1 - 1.75) * 0.5em);
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai p::after {
  margin-bottom: calc((1 - 1.75) * 0.5em);
} */

/* .volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai .big {
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  color: #ea8000;
  margin-bottom: 35px;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai .small {
  font-size: 19px;
  font-weight: 900;
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 2px solid #000;
  margin-bottom: 50px;
} */

/* .volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai ul li {
  position: relative;
  margin-left: 20px;
  line-height: 1;
  margin-bottom: 20px;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-ai ul li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50px;
  margin-left: -20px;
  background-color: #ea8000;
} */

/* .volumnes-main .volumnes-wrap .volumnes-content .volumnes-index {
  display: flex;
  flex-direction: column;
  margin-bottom: 47px;
  background-color: #fff;
  border-radius: 20px;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index:last-child {
  margin-bottom: 120px;
} */

/* .volumnes-main .volumnes-wrap .volumnes-content .volumnes-index .volumnes-tit {
  display: flex;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index .volumnes-tit > .img {
  max-width: 403px;
  width: 100%;
  padding-left: 60px;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index .volumnes-tit > .img2 {
  max-width: 403px;
  width: 100%;
  padding-right: 60px;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index .volumnes-tit > .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index .volumnes-tit .heading {
  width: 100%;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  position: relative;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index .volumnes-tit .heading::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 1px;
  background-color: #000;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index .volumnes-tit .heading .hbr {
  display: block;
  font-size: 20px;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index .volumnes-tit .heading .color-change {
  color: #f49c00;
} */

/* .volumnes-main .volumnes-wrap .volumnes-content .volumnes-index .volumnes-txt {
  margin: 0 60px;
  margin-top: 45px;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index .volumnes-txt p {
  font-size: 17px;
  line-height: 2.029;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index .btn {
  max-width: 450px;
  height: 80px;
  margin: 0 auto;
  margin-top: 65px;
  width: 100%;
  background: #f49c00;
  text-align: center;
  display: block;
  border-radius: 50px;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index .btn a::before {
  position: absolute;
  content: "";
  right: 4px;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-left: 10px solid #3a3d3f;
  border-radius: 2px;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index .btn a::after {
  position: absolute;
  content: "";
  right: 15px;
  width: 0px;
  height: 2px;
  border-left: 18px solid #3a3d3f;
  border-radius: 2px;
} */

/* .volumnes-main .volumnes-wrap .volumnes-content .sindex1 {
  position: relative;
}

.volumnes-main .volumnes-wrap .volumnes-content .sindex1::before {
  position: absolute;
  content: "01";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  right: 0;
  width: 123px;
  height: 80px;
  border-radius: 0 20px 0 20px;
  background: rgba(244, 156, 0, 0.25);
} */

/* .volumnes-main .volumnes-wrap .volumnes-content .sindex2 {
  position: relative;
}

.volumnes-main .volumnes-wrap .volumnes-content .sindex2::before {
  position: absolute;
  content: "02";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  left: 0;
  width: 123px;
  height: 80px;
  border-radius: 20px 0 20px 0;
  background: rgba(244, 156, 0, 0.25);
} */

/* .volumnes-main .volumnes-wrap .volumnes-content .sindex3 {
  position: relative;
}

.volumnes-main .volumnes-wrap .volumnes-content .sindex3::before {
  position: absolute;
  content: "03";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  right: 0;
  width: 123px;
  height: 80px;
  border-radius: 0 20px 0 20px;
  background: rgba(244, 156, 0, 0.25);
} */

/* .volumnes-main .volumnes-wrap .volumnes-content .sindex4 {
  position: relative;
}

.volumnes-main .volumnes-wrap .volumnes-content .sindex4::before {
  position: absolute;
  content: "04";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  left: 0;
  width: 123px;
  height: 80px;
  border-radius: 20px 0 20px 0;
  background: rgba(244, 156, 0, 0.25);
} */

/* .volumnes-main .volumnes-wrap .volumnes-content .volumnes-index02 {
  margin-bottom: 160px;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index02 .volumnes-tit {
  position: relative;
  max-width: 608px;
  margin: 0 auto;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index02 .volumnes-tit img {
  max-width: 608px;
  margin: 0 auto;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index02 .volumnes-tit .heading {
  position: absolute;
  width: 100%;
  bottom: 90px;
  right: -50px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index02 .volumnes-tit .heading .color-change {
  color: #f49c00;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index02 .volumnes-txt {
  width: 100%;
  margin-top: -40px;
}

.volumnes-main .volumnes-wrap .volumnes-content .volumnes-index02 .volumnes-txt p {
  font-size: 17px;
  line-height: 2.029;
} */

/* .volumnes-main .volumnes-wrap .schedule-content {
  width: 81.4%;
  margin-left: auto;
}

.volumnes-main .volumnes-wrap .schedule-content .schedule-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 120px;
}

.volumnes-main .volumnes-wrap .schedule-content .schedule-ai > h3 {
  font-size: 50px;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #ea8000;
}

.volumnes-main .volumnes-wrap .schedule-content .schedule-ai > p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 20px;
}

.volumnes-main .volumnes-wrap .schedule-content .schedule-ai > .modal p {
  line-height: 1;
  display: inline-block;
  padding: 13px 20px;
  border: 1px solid #000;
  font-size: 17px;
  font-weight: 700;
  border-radius: 50px;
}

.volumnes-main .volumnes-wrap .schedule-content .schedule-ai > .modal a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  padding-bottom: 1px;
  line-height: 1;
  margin-left: 20px;
  border-bottom: 1px solid #000;
}

.volumnes-main .volumnes-wrap .schedule-content .schedule-ai .schedule-img {
  margin-top: 15px;
}

.volumnes-main .volumnes-wrap .schedule-content .schedule-ai .schedule-txt {
  margin-top: 30px;
} */

/* .volumnes-main .volumnes-wrap .second-content {
  width: 81.4%;
  margin-left: auto;
  background-color: rgba(237, 164, 0, 0.08);
}

.volumnes-main .volumnes-wrap .second-content .second-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 90px;
}

.volumnes-main .volumnes-wrap .second-content .second-ai > h3 {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  color: #ea8000;
}

.volumnes-main .volumnes-wrap .second-content .second-ai > p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 40px;
}

.volumnes-main .volumnes-wrap .second-content .second-ai .second-index {
  background-color: #fff;
  padding: 50px 60px;
  margin-bottom: 47px;
  border-radius: 20px;
}

.volumnes-main .volumnes-wrap .second-content .second-ai .second-index:last-child {
  margin-bottom: 0;
}

.volumnes-main .volumnes-wrap .second-content .second-ai .second-index h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #ea8000;
  position: relative;
  padding-bottom: 37px;
}

.volumnes-main .volumnes-wrap .second-content .second-ai .second-index h4::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 68px;
  height: 1px;
  background-color: #000;
}

.volumnes-main .volumnes-wrap .second-content .second-ai .second-index p {
  font-size: 17px;
  font-weight: 400;
  padding-top: 37px;
}

.volumnes-main .volumnes-wrap .second-content .second-ai .second-index p span {
  font-feature-settings: "palt";
  letter-spacing: 0;
} */

/* .volumnes-main .volumnes-wrap .option-content {
  width: 81.4%;
  margin-left: auto;
}

.volumnes-main .volumnes-wrap .option-content .option-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 110px;
}

.volumnes-main .volumnes-wrap .option-content .option-ai > h3 {
  font-size: 30px;
  color: #ea8000;
  font-weight: 900;
  margin-bottom: 55px;
}

.volumnes-main .volumnes-wrap .option-content .option-ai > p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 65px;
}

.volumnes-main .volumnes-wrap .option-content .option-index {
  display: flex;
  flex-direction: column;
  margin-bottom: 47px;
  padding: 60px 0;
  background-color: rgba(135, 186, 75, 0.1);
  border-radius: 20px;
}

.volumnes-main .volumnes-wrap .option-content .option-index:last-child {
  margin-bottom: 120px;
}

.volumnes-main .volumnes-wrap .option-content .option-index .option-tit {
  display: flex;
}

.volumnes-main .volumnes-wrap .option-content .option-index .option-tit > .img {
  max-width: 403px;
  width: 100%;
  padding-left: 60px;
}

.volumnes-main .volumnes-wrap .option-content .option-index .option-tit > .img2 {
  max-width: 403px;
  width: 100%;
  padding-right: 60px;
}

.volumnes-main .volumnes-wrap .option-content .option-index .option-tit > .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.volumnes-main .volumnes-wrap .option-content .option-index .option-tit .heading {
  width: 100%;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  position: relative;
}

.volumnes-main .volumnes-wrap .option-content .option-index .option-tit .heading::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 1px;
  background-color: #000;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.volumnes-main .volumnes-wrap .option-content .option-index .option-tit .heading .hbr {
  display: block;
  font-size: 20px;
}

.volumnes-main .volumnes-wrap .option-content .option-index .option-tit .heading .color-change {
  color: #87ba4b;
}

.volumnes-main .volumnes-wrap .option-content .option-index .option-txt {
  margin: 0 60px;
  margin-top: 45px;
}

.volumnes-main .volumnes-wrap .option-content .option-index .option-txt p {
  font-size: 17px;
  line-height: 2.029;
}

.volumnes-main .volumnes-wrap .option-content .option-index .btn {
  max-width: 450px;
  height: 80px;
  margin: 0 auto;
  margin-top: 65px;
  width: 100%;
  background: #f49c00;
  text-align: center;
  display: block;
  border-radius: 50px;
}

.volumnes-main .volumnes-wrap .option-content .option-index .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.volumnes-main .volumnes-wrap .option-content .option-index .btn a::before {
  position: absolute;
  content: "";
  right: 4px;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-left: 10px solid #3a3d3f;
  border-radius: 2px;
}

.volumnes-main .volumnes-wrap .option-content .option-index .btn a::after {
  position: absolute;
  content: "";
  right: 15px;
  width: 0px;
  height: 2px;
  border-left: 18px solid #3a3d3f;
  border-radius: 2px;
}

.volumnes-main .volumnes-wrap .option-content .sindex1 {
  position: relative;
}

.volumnes-main .volumnes-wrap .option-content .sindex1::before {
  position: absolute;
  content: "05";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #58b22d;
  top: 0;
  right: 0;
  width: 123px;
  height: 80px;
  border-radius: 0 20px 0 20px;
  background: rgba(88, 178, 45, 0.25);
}

.volumnes-main .volumnes-wrap .option-content .sindex2 {
  position: relative;
}

.volumnes-main .volumnes-wrap .option-content .sindex2::before {
  position: absolute;
  content: "06";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #58b22d;
  top: 0;
  left: 0;
  width: 123px;
  height: 80px;
  border-radius: 20px 0 20px 0;
  background: rgba(88, 178, 45, 0.25);
}

.volumnes-main .volumnes-wrap .option-content .option-index02 {
  margin-bottom: 160px;
}

.volumnes-main .volumnes-wrap .option-content .option-index02 .option-tit {
  position: relative;
  max-width: 608px;
  margin: 0 auto;
}

.volumnes-main .volumnes-wrap .option-content .option-index02 .option-tit img {
  max-width: 608px;
  margin: 0 auto;
}

.volumnes-main .volumnes-wrap .option-content .option-index02 .option-tit .heading {
  position: absolute;
  width: 100%;
  bottom: 90px;
  right: -50px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.volumnes-main .volumnes-wrap .option-content .option-index02 .option-tit .heading .color-change {
  color: #f49c00;
}

.volumnes-main .volumnes-wrap .option-content .option-index02 .option-txt {
  width: 100%;
  margin-top: -40px;
}

.volumnes-main .volumnes-wrap .option-content .option-index02 .option-txt p {
  font-size: 17px;
  line-height: 2.029;
} */

/* .volumnes-main .volumnes-wrap .option-next {
  width: 81.4%;
  margin-left: auto;
  background-color: #f5f4f1;
}

.volumnes-main .volumnes-wrap .option-next .option-next-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 94px;
}

.volumnes-main .volumnes-wrap .option-next .option-next-ai > h3 {
  font-size: 30px;
  color: #ea8000;
  font-weight: 900;
  margin-bottom: 55px;
}

.volumnes-main .volumnes-wrap .option-next .option-next-ai > p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 40px;
}

.volumnes-main .volumnes-wrap .option-next .option-next-ai ul {
  margin-bottom: 110px;
  margin-left: 15px;
}

.volumnes-main .volumnes-wrap .option-next .option-next-ai ul li {
  font-size: 17px;
  font-weight: 400;
} */

.fee-main {
  width: 100%;
  margin: 0 auto;
}

.fee-main .fee-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.fee-main .fee-wrap .page-link {
  top: 127px;
  margin-top: 80px;
  height: auto;
}

.fee-main .fee-wrap .fee-content {
  width: 81.4%;
}

@media screen and (max-width: 600px) {
  .fee-main .fee-wrap .page-link {
    top: 127px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1070px) {
  .fee-main .fee-wrap .fee-content {
    max-width: 100%;
    width: 100%;
    height: auto;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.fee-main .fee-wrap .fee-content .fee-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 80px;
}

@media screen and (max-width: 1070px) {
  .fee-main .fee-wrap .fee-content .fee-ai {
    margin: 0 20px;
  }
}

.fee-main .fee-wrap .fee-content .fee-ai > h3 {
  font-size: 30px;
  line-height: 1;
  color: #ea8000;
  font-weight: 900;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .fee-main .fee-wrap .fee-content .fee-ai > h3 {
    font-size: 18px;
  }
}

.fee-main .fee-wrap .fee-content .fee-ai > h3 span {
  font-size: 20px;
}

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

  .fee-main .fee-wrap .fee-content .fee-ai > h3 span {
    font-size: 16px;
  }
}

.fee-main .fee-wrap .fee-content .fee-ai > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 45px;
  margin-bottom: 65px;
}

@media screen and (max-width: 500px) {
  .fee-main .fee-wrap .fee-content .fee-ai > p {
    margin-top: 25px;
  }
}

.fee-main .fee-wrap .fee-content .fee-ai > p::before,
.fee-main .fee-wrap .fee-content .fee-ai > p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.fee-main .fee-wrap .fee-content .fee-ai > p::before {
  margin-top: calc((1 - 2.219) * 0.5em);
}

.fee-main .fee-wrap .fee-content .fee-ai > p::after {
  margin-bottom: calc((1 - 2.219) * 0.5em);
}

.fee-main .fee-wrap .fee-content .fee-index {
  display: flex;
  flex-direction: column;
  margin-bottom: 47px;
  padding: 60px 0;
  background-color: #fff;
  border-radius: 20px;
}

.fee-main .fee-wrap .fee-content .fee-index:last-child {
  margin-bottom: 120px;
}

.fee-main .fee-wrap .fee-content .fee-index .fee-tit {
  display: flex;
}

.fee-main .fee-wrap .fee-content .fee-index .fee-tit > .img {
  max-width: 403px;
  width: 100%;
  padding-left: 60px;
}

.fee-main .fee-wrap .fee-content .fee-index .fee-tit > .img2 {
  max-width: 403px;
  width: 100%;
  padding-right: 60px;
}

.fee-main .fee-wrap .fee-content .fee-index .fee-tit > .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.fee-main .fee-wrap .fee-content .fee-index .fee-tit .heading {
  width: 100%;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  position: relative;
}

.fee-main .fee-wrap .fee-content .fee-index .fee-tit .heading::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 1px;
  background-color: #000;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.fee-main .fee-wrap .fee-content .fee-index .fee-tit .heading .hbr {
  display: block;
  font-size: 20px;
}

.fee-main .fee-wrap .fee-content .fee-index .fee-tit .heading .color-change {
  color: #f49c00;
}

.fee-main .fee-wrap .fee-content .fee-index .fee-txt {
  margin: 0 60px;
  margin-top: 45px;
}

.fee-main .fee-wrap .fee-content .fee-index .fee-txt p {
  font-size: 17px;
  line-height: 2.029;
}

.fee-main .fee-wrap .fee-content .fee-index .btn {
  max-width: 450px;
  height: 80px;
  margin: 0 auto;
  margin-top: 65px;
  width: 100%;
  background: #f49c00;
  text-align: center;
  display: block;
  border-radius: 50px;
}

.fee-main .fee-wrap .fee-content .fee-index .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.fee-main .fee-wrap .fee-content .fee-index .btn a::before {
  position: absolute;
  content: "";
  right: 4px;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-left: 10px solid #3a3d3f;
  border-radius: 2px;
}

.fee-main .fee-wrap .fee-content .fee-index .btn a::after {
  position: absolute;
  content: "";
  right: 15px;
  width: 0px;
  height: 2px;
  border-left: 18px solid #3a3d3f;
  border-radius: 2px;
}

.fee-main .fee-wrap .fee-content .sindex1 {
  position: relative;
}

.fee-main .fee-wrap .fee-content .sindex1::before {
  position: absolute;
  content: "01";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  right: 0;
  width: 123px;
  height: 80px;
  border-radius: 0 20px 0 20px;
  background: rgba(244, 156, 0, 0.25);
}

.fee-main .fee-wrap .fee-content .sindex2 {
  position: relative;
}

.fee-main .fee-wrap .fee-content .sindex2::before {
  position: absolute;
  content: "02";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  left: 0;
  width: 123px;
  height: 80px;
  border-radius: 20px 0 20px 0;
  background: rgba(244, 156, 0, 0.25);
}

.fee-main .fee-wrap .fee-content .sindex3 {
  position: relative;
}

.fee-main .fee-wrap .fee-content .sindex3::before {
  position: absolute;
  content: "03";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  right: 0;
  width: 123px;
  height: 80px;
  border-radius: 0 20px 0 20px;
  background: rgba(244, 156, 0, 0.25);
}

.fee-main .fee-wrap .fee-content .sindex4 {
  position: relative;
}

.fee-main .fee-wrap .fee-content .sindex4::before {
  position: absolute;
  content: "04";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  left: 0;
  width: 123px;
  height: 80px;
  border-radius: 20px 0 20px 0;
  background: rgba(244, 156, 0, 0.25);
}

.fee-main .fee-wrap .fee-content .fee-index02 {
  margin-bottom: 160px;
}

.fee-main .fee-wrap .fee-content .fee-index02 .fee-tit {
  position: relative;
  max-width: 608px;
  margin: 0 auto;
}

.fee-main .fee-wrap .fee-content .fee-index02 .fee-tit img {
  max-width: 608px;
  margin: 0 auto;
}

.fee-main .fee-wrap .fee-content .fee-index02 .fee-tit .heading {
  position: absolute;
  width: 100%;
  bottom: 90px;
  right: -50px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.fee-main .fee-wrap .fee-content .fee-index02 .fee-tit .heading .color-change {
  color: #f49c00;
}

.fee-main .fee-wrap .fee-content .fee-index02 .fee-txt {
  width: 100%;
  margin-top: -40px;
}

.fee-main .fee-wrap .fee-content .fee-index02 .fee-txt p {
  font-size: 17px;
  line-height: 2.029;
}

.fee-main .fee-wrap .schedule-content {
  width: 81.4%;
  margin-left: auto;
}

.fee-main .fee-wrap .schedule-content .schedule-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 120px;
}

.fee-main .fee-wrap .schedule-content .schedule-ai > h3 {
  font-size: 50px;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #ea8000;
}

.fee-main .fee-wrap .schedule-content .schedule-ai > p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 20px;
}

.fee-main .fee-wrap .schedule-content .schedule-ai > .modal p {
  line-height: 1;
  display: inline-block;
  padding: 13px 20px;
  border: 1px solid #000;
  font-size: 17px;
  font-weight: 700;
  border-radius: 50px;
}

.fee-main .fee-wrap .schedule-content .schedule-ai > .modal a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  padding-bottom: 1px;
  line-height: 1;
  margin-left: 20px;
  border-bottom: 1px solid #000;
}

.fee-main .fee-wrap .schedule-content .schedule-ai .schedule-img {
  margin-top: 15px;
}

.fee-main .fee-wrap .schedule-content .schedule-ai .schedule-txt {
  margin-top: 30px;
}

.fee-main .fee-wrap .second-content {
  width: 81.4%;
  margin-left: auto;
  background-color: rgba(237, 164, 0, 0.08);
}

.fee-main .fee-wrap .second-content .second-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 90px;
}

.fee-main .fee-wrap .second-content .second-ai > h3 {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  color: #ea8000;
}

.fee-main .fee-wrap .second-content .second-ai > p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 40px;
}

.fee-main .fee-wrap .second-content .second-ai .second-index {
  background-color: #fff;
  padding: 50px 60px;
  margin-bottom: 47px;
  border-radius: 20px;
}

.fee-main .fee-wrap .second-content .second-ai .second-index:last-child {
  margin-bottom: 0;
}

.fee-main .fee-wrap .second-content .second-ai .second-index h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #ea8000;
  position: relative;
  padding-bottom: 37px;
}

.fee-main .fee-wrap .second-content .second-ai .second-index h4::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 68px;
  height: 1px;
  background-color: #000;
}

.fee-main .fee-wrap .second-content .second-ai .second-index p {
  font-size: 17px;
  font-weight: 400;
  padding-top: 37px;
}

.fee-main .fee-wrap .second-content .second-ai .second-index p span {
  font-feature-settings: "palt";
  letter-spacing: 0;
}

.fee-main .fee-wrap .option-content {
  width: 81.4%;
  margin-left: auto;
}

.fee-main .fee-wrap .option-content .option-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 110px;
}

.fee-main .fee-wrap .option-content .option-ai > h3 {
  font-size: 30px;
  color: #ea8000;
  font-weight: 900;
  margin-bottom: 55px;
}

.fee-main .fee-wrap .option-content .option-ai > p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 65px;
}

.fee-main .fee-wrap .option-content .option-index {
  display: flex;
  flex-direction: column;
  margin-bottom: 47px;
  padding: 60px 0;
  background-color: rgba(135, 186, 75, 0.1);
  border-radius: 20px;
}

.fee-main .fee-wrap .option-content .option-index:last-child {
  margin-bottom: 120px;
}

.fee-main .fee-wrap .option-content .option-index .option-tit {
  display: flex;
}

.fee-main .fee-wrap .option-content .option-index .option-tit > .img {
  max-width: 403px;
  width: 100%;
  padding-left: 60px;
}

.fee-main .fee-wrap .option-content .option-index .option-tit > .img2 {
  max-width: 403px;
  width: 100%;
  padding-right: 60px;
}

.fee-main .fee-wrap .option-content .option-index .option-tit > .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.fee-main .fee-wrap .option-content .option-index .option-tit .heading {
  width: 100%;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  position: relative;
}

.fee-main .fee-wrap .option-content .option-index .option-tit .heading::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 1px;
  background-color: #000;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.fee-main .fee-wrap .option-content .option-index .option-tit .heading .hbr {
  display: block;
  font-size: 20px;
}

.fee-main .fee-wrap .option-content .option-index .option-tit .heading .color-change {
  color: #87ba4b;
}

.fee-main .fee-wrap .option-content .option-index .option-txt {
  margin: 0 60px;
  margin-top: 45px;
}

.fee-main .fee-wrap .option-content .option-index .option-txt p {
  font-size: 17px;
  line-height: 2.029;
}

.fee-main .fee-wrap .option-content .option-index .btn {
  max-width: 450px;
  height: 80px;
  margin: 0 auto;
  margin-top: 65px;
  width: 100%;
  background: #f49c00;
  text-align: center;
  display: block;
  border-radius: 50px;
}

.fee-main .fee-wrap .option-content .option-index .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.fee-main .fee-wrap .option-content .option-index .btn a::before {
  position: absolute;
  content: "";
  right: 4px;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-left: 10px solid #3a3d3f;
  border-radius: 2px;
}

.fee-main .fee-wrap .option-content .option-index .btn a::after {
  position: absolute;
  content: "";
  right: 15px;
  width: 0px;
  height: 2px;
  border-left: 18px solid #3a3d3f;
  border-radius: 2px;
}

.fee-main .fee-wrap .option-content .sindex1 {
  position: relative;
}

.fee-main .fee-wrap .option-content .sindex1::before {
  position: absolute;
  content: "05";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #58b22d;
  top: 0;
  right: 0;
  width: 123px;
  height: 80px;
  border-radius: 0 20px 0 20px;
  background: rgba(88, 178, 45, 0.25);
}

.fee-main .fee-wrap .option-content .sindex2 {
  position: relative;
}

.fee-main .fee-wrap .option-content .sindex2::before {
  position: absolute;
  content: "06";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #58b22d;
  top: 0;
  left: 0;
  width: 123px;
  height: 80px;
  border-radius: 20px 0 20px 0;
  background: rgba(88, 178, 45, 0.25);
}

.fee-main .fee-wrap .option-content .option-index02 {
  margin-bottom: 160px;
}

.fee-main .fee-wrap .option-content .option-index02 .option-tit {
  position: relative;
  max-width: 608px;
  margin: 0 auto;
}

.fee-main .fee-wrap .option-content .option-index02 .option-tit img {
  max-width: 608px;
  margin: 0 auto;
}

.fee-main .fee-wrap .option-content .option-index02 .option-tit .heading {
  position: absolute;
  width: 100%;
  bottom: 90px;
  right: -50px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.fee-main .fee-wrap .option-content .option-index02 .option-tit .heading .color-change {
  color: #f49c00;
}

.fee-main .fee-wrap .option-content .option-index02 .option-txt {
  width: 100%;
  margin-top: -40px;
}

.fee-main .fee-wrap .option-content .option-index02 .option-txt p {
  font-size: 17px;
  line-height: 2.029;
}

.fee-main .fee-wrap .option-next {
  width: 81.4%;
  margin-left: auto;
  background-color: #f5f4f1;
}

.fee-main .fee-wrap .option-next .option-next-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 94px;
}

.fee-main .fee-wrap .option-next .option-next-ai > h3 {
  font-size: 30px;
  color: #ea8000;
  font-weight: 900;
  margin-bottom: 55px;
}

.fee-main .fee-wrap .option-next .option-next-ai > p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 40px;
}

.fee-main .fee-wrap .option-next .option-next-ai ul {
  margin-bottom: 110px;
  margin-left: 15px;
}

.fee-main .fee-wrap .option-next .option-next-ai ul li {
  font-size: 17px;
  font-weight: 400;
}

.fee-main .fee-wrap .plan-content {
  width: 81.4%;
  margin-left: auto;
  background-color: #f5f4f1;
  margin-top: 94px;
  padding: 100px 0 75px 0;
  position: relative;
}

@media screen and (max-width: 1070px) {
  .fee-main .fee-wrap .plan-content {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1070px) {
  .fee-main .fee-wrap .plan-content {
    padding-top: 50px;
  }
}

.fee-main .fee-wrap .plan-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 55%;
  width: 0;
  height: 0;
  border-top: 50px solid #f5f4f1;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  transform: translateY(-80%) rotate(180deg);
}

.fee-main .fee-wrap .plan-content .plan-ai {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .fee-main .fee-wrap .plan-content .plan-ai {
    margin: 0 20px;
  }
}

.fee-main .fee-wrap .plan-content .plan-ai .plan-index {
  background-color: #fff;
  padding: 43px 90px;
  border-radius: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1070px) {
  .fee-main .fee-wrap .plan-content .plan-ai .plan-index {
    padding: 43px 20px 43px 50px;
  }
}

.fee-main .fee-wrap .plan-content .plan-ai .plan-index h4 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 600px) {
  .fee-main .fee-wrap .plan-content .plan-ai .plan-index h4 {
    font-size: 17px;
  }
}

.fee-main .fee-wrap .plan-content .plan-ai .plan-index h4::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-left: -36px;
  background-color: #f49c00;
}

.fee-main .fee-wrap .plan-content .plan-ai .plan-index ul {
  margin: 28px 0;
  margin-left: 15px;
}

.fee-main .fee-wrap .plan-content .plan-ai .plan-index ul li {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 17px;
  list-style-type: disc;
  list-style-position: outside;
}

@media screen and (max-width: 600px) {
  .fee-main .fee-wrap .plan-content .plan-ai .plan-index ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .fee-main .fee-wrap .plan-content .plan-ai .plan-index ul li {
    line-height: 1.3;
    font-size: 14px;
  }
}

.fee-main .fee-wrap .plan-content .plan-ai .plan-index ul li:last-child {
  margin-bottom: 0;
}

.fee-main .fee-wrap .plan-content .plan-ai .plan-index p {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  margin-left: 15px;
}

.fee-main .fee-wrap .plan-content .plan-ai .plan-index02 {
  background-color: #fff;
  border-radius: 10px;
  padding: 43px 90px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1070px) {
  .fee-main .fee-wrap .plan-content .plan-ai .plan-index02 {
    padding: 43px 20px 43px 50px;
  }
}

.fee-main .fee-wrap .plan-content .plan-ai .plan-index02 h4 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 600px) {
  .fee-main .fee-wrap .plan-content .plan-ai .plan-index02 h4 {
    font-size: 17px;
  }
}

.fee-main .fee-wrap .plan-content .plan-ai .plan-index02 h4::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-left: -36px;
  background-color: #80ac2f;
}

.fee-main .fee-wrap .plan-content .plan-ai .plan-index02 ul {
  margin-top: 28px;
  margin-left: 15px;
}

.fee-main .fee-wrap .plan-content .plan-ai .plan-index02 ul li {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 17px;
  list-style-type: disc;
  list-style-position: outside;
}

@media screen and (max-width: 600px) {
  .fee-main .fee-wrap .plan-content .plan-ai .plan-index02 ul li {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .fee-main .fee-wrap .plan-content .plan-ai .plan-index02 ul li {
    line-height: 1.3;
    font-size: 14px;
  }
}

.fee-main .fee-wrap .plan-content .plan-ai .plan-index02 ul li:last-child {
  margin-bottom: 0;
}

.fee-main .fee-wrap .plan-content .plan-ai .subtxt {
  font-size: 20px;
  font-weight: 900;
  border-bottom: 2px solid #000;
  line-height: 1;
  display: inline-block;
  padding-bottom: 2px;
  margin-top: 30px;
}

@media screen and (max-width: 500px) {
  .fee-main .fee-wrap .plan-content .plan-ai .subtxt {
    font-size: 18px;
  }
}

.fee-main .fee-wrap .plan-content .plan-ai .txt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.219;
}

.fee-main .fee-wrap .plan-content .plan-ai .txt::before,
.fee-main .fee-wrap .plan-content .plan-ai .txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.fee-main .fee-wrap .plan-content .plan-ai .txt::before {
  margin-top: calc((1 - 2.219) * 0.5em);
}

.fee-main .fee-wrap .plan-content .plan-ai .txt::after {
  margin-bottom: calc((1 - 2.219) * 0.5em);
}

@media screen and (max-width: 600px) {
  .fee-main .fee-wrap .plan-content .plan-ai .txt {
    font-size: 15px;
  }
}

.fee-main .fee-wrap .fsecond-content {
  width: 81.4%;
  margin-left: auto;
}

@media screen and (max-width: 1070px) {
  .fee-main .fee-wrap .fsecond-content {
    max-width: 100%;
    width: 100%;
    padding-top: 50px;
    height: auto;
  }
}

.fee-main .fee-wrap .fsecond-content .fsecond-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 80px;
}

@media screen and (max-width: 800px) {
  .fee-main .fee-wrap .fsecond-content .fsecond-ai {
    margin: 0 20px;
  }
}

.fee-main .fee-wrap .fsecond-content .fsecond-ai .table02 {
  display: table;
}

.fee-main .fee-wrap .fsecond-content .fsecond-ai .table02 tbody tr td:first-child {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .fee-main .fee-wrap .fsecond-content .fsecond-ai .table02 tbody tr:first-child td:first-child {
    padding: 15px 10px;
  }

  .fee-main .fee-wrap .fsecond-content .fsecond-ai .table02 tbody tr:first-child td {
    padding: 14.5px;
  }

  .fee-main .fee-wrap .fsecond-content .fsecond-ai .table02 tbody tr td:first-child {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .fee-main .fee-wrap .fsecond-content .fsecond-ai .table02 {
    /* display: block; */
  }
}

.fee-main .fee-wrap .fsecond-content .fsecond-ai > h3 {
  font-size: 30px;
  line-height: 1;
  color: #ea8000;
  font-weight: 900;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1070px) {
  .fee-main .fee-wrap .fsecond-content .fsecond-ai > h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 800px) {
  .fee-main .fee-wrap .fsecond-content .fsecond-ai > h3 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .fee-main .fee-wrap .fsecond-content .fsecond-ai > h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 376px) {
  .fee-main .fee-wrap .fsecond-content .fsecond-ai > h3 {
    font-size: 21px;
  }
}

.fee-main .fee-wrap .fsecond-content .fsecond-ai > h3 span {
  font-size: 20px;
}

@media screen and (max-width: 800px) {
  .fee-main .fee-wrap .fsecond-content .fsecond-ai > h3 span {
    display: block;
    font-size: 16px;
  }
}

.fee-main .fee-wrap .fsecond-content .fsecond-ai > p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 40px;
  line-height: 1;
}

.fee-main .fee-wrap .fsecond-content .fsecond-ai > p a {
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 900;
  padding-bottom: 1px;
  line-height: 1;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 500px) {
  .fee-main .fee-wrap .fsecond-content .fsecond-ai > p a {
    font-size: 14px;
  }

  .fee-main .fee-wrap .fsecond-content .fsecond-ai > p {
    margin-bottom: 20px;
  }
}

.fee-main .fee-wrap .fsecond-content .fsecond-ai .fsecond-gasyuku {
  margin-top: 105px;
}

@media screen and (max-width: 800px) {
  .fee-main .fee-wrap .fsecond-content .fsecond-ai .fsecond-gasyuku {
    margin-top: 150px;
  }
}

.fee-main .fee-wrap .fsecond-content .fsecond-ai .fsecond-subtxt {
  margin-top: 25px;
}

@media screen and (max-width: 600px) {
  .fee-main .fee-wrap .fsecond-content .fsecond-ai .fsecond-subtxt {
    margin-top: 15px;
  }
}

.fee-main .fee-wrap .fsecond-content .fsecond-ai .fsecond-price {
  font-size: 16px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 130px;
}

@media screen and (max-width: 800px) {
  .fee-main .fee-wrap .fsecond-content .fsecond-ai .fsecond-price {
    margin-bottom: 70px;
    margin-top: 15px;
  }
}

.fee-main .fee-wrap .fsecond-content .fsecond-ai .fsecond-price span {
  font-size: 20px;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index {
  display: flex;
  flex-direction: column;
  margin-bottom: 47px;
  padding: 60px 0;
  background-color: #fff;
  border-radius: 20px;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index:last-child {
  margin-bottom: 120px;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index .fsecond-tit {
  display: flex;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index .fsecond-tit > .img {
  max-width: 403px;
  width: 100%;
  padding-left: 60px;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index .fsecond-tit > .img2 {
  max-width: 403px;
  width: 100%;
  padding-right: 60px;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index .fsecond-tit > .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index .fsecond-tit .heading {
  width: 100%;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  position: relative;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index .fsecond-tit .heading::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 1px;
  background-color: #000;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.fee-main .fee-wrap .fsecond-content .fsecond-index .fsecond-tit .heading .hbr {
  display: block;
  font-size: 20px;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index .fsecond-tit .heading .color-change {
  color: #f49c00;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index .fsecond-txt {
  margin: 0 60px;
  margin-top: 45px;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index .fsecond-txt p {
  font-size: 17px;
  line-height: 2.029;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index .btn {
  max-width: 450px;
  height: 80px;
  margin: 0 auto;
  margin-top: 65px;
  width: 100%;
  background: #f49c00;
  text-align: center;
  display: block;
  border-radius: 50px;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index .btn a::before {
  position: absolute;
  content: "";
  right: 4px;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-left: 10px solid #3a3d3f;
  border-radius: 2px;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index .btn a::after {
  position: absolute;
  content: "";
  right: 15px;
  width: 0px;
  height: 2px;
  border-left: 18px solid #3a3d3f;
  border-radius: 2px;
}

.fee-main .fee-wrap .fsecond-content .sindex1 {
  position: relative;
}

.fee-main .fee-wrap .fsecond-content .sindex1::before {
  position: absolute;
  content: "01";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  right: 0;
  width: 123px;
  height: 80px;
  border-radius: 0 20px 0 20px;
  background: rgba(244, 156, 0, 0.25);
}

.fee-main .fee-wrap .fsecond-content .sindex2 {
  position: relative;
}

.fee-main .fee-wrap .fsecond-content .sindex2::before {
  position: absolute;
  content: "02";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  left: 0;
  width: 123px;
  height: 80px;
  border-radius: 20px 0 20px 0;
  background: rgba(244, 156, 0, 0.25);
}

.fee-main .fee-wrap .fsecond-content .sindex3 {
  position: relative;
}

.fee-main .fee-wrap .fsecond-content .sindex3::before {
  position: absolute;
  content: "03";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  right: 0;
  width: 123px;
  height: 80px;
  border-radius: 0 20px 0 20px;
  background: rgba(244, 156, 0, 0.25);
}

.fee-main .fee-wrap .fsecond-content .sindex4 {
  position: relative;
}

.fee-main .fee-wrap .fsecond-content .sindex4::before {
  position: absolute;
  content: "04";
  font-size: 46px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #f49c00;
  top: 0;
  left: 0;
  width: 123px;
  height: 80px;
  border-radius: 20px 0 20px 0;
  background: rgba(244, 156, 0, 0.25);
}

.fee-main .fee-wrap .fsecond-content .fsecond-index02 {
  margin-bottom: 160px;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index02 .fsecond-tit {
  position: relative;
  max-width: 608px;
  margin: 0 auto;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index02 .fsecond-tit img {
  max-width: 608px;
  margin: 0 auto;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index02 .fsecond-tit .heading {
  position: absolute;
  width: 100%;
  bottom: 90px;
  right: -50px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index02 .fsecond-tit .heading .color-change {
  color: #f49c00;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index02 .fsecond-txt {
  width: 100%;
  margin-top: -40px;
}

.fee-main .fee-wrap .fsecond-content .fsecond-index02 .fsecond-txt p {
  font-size: 17px;
  line-height: 2.029;
}

.company-main {
  width: 100%;
  margin: 0 auto;
}

.company-main .company-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.company-main .company-wrap .page-link {
  margin-top: 85px;
}

@media screen and (max-width: 600px) {
  .company-main .company-wrap .page-link {
    margin-top: 30px;
  }

}

.company-main .company-wrap .company-content {
  width: 81.4%;
}

@media screen and (max-width: 1070px) {
  .company-main .company-wrap .company-content {
    max-width: 100%;
    width: 100%;
  }
}

.company-main .company-wrap .company-content .company-ai {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 85px;
}

@media screen and (max-width: 800px) {
  .company-main .company-wrap .company-content .company-ai {
    margin: 0 20px;
  }
}

.company-main .company-wrap .company-content .company-ai > h3 {
  font-size: 50px;
  color: #ea8000;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  line-height: 1;
}

.company-main .company-wrap .company-content .company-ai > h3 span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
}

.company-main .company-wrap .company-content .company-ai > p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 65px;
}

.company-main .company-wrap .company-content .company-ai .company-ssa {
  margin-bottom: 50px;
}

.company-main .company-wrap .company-content .company-ai .company-map {
  width: 100%;
  margin-top: 55px;
}

@media screen and (max-width: 500px) {
  .company-main .company-wrap .company-content .company-ai .company-ssa {
    font-size: 35px;
  }
}

@media screen and (max-width: 500px) {
  .company-main .company-wrap .company-content .company-ai > h3 span {
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
  }
}

@media screen and (max-width: 800px) {
  .company-main .company-wrap .company-content .company-ai .company-map {
    margin-top: 30px;
  }
}

.company-main .company-wrap .company-content .company-ai .company-map iframe {
  width: 100%;
}

.company-main .company-wrap .company-content .company-ai .company-image {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  margin-bottom: 110px;
}

@media screen and (max-width: 800px) {
  .company-main .company-wrap .company-content .company-ai .company-image {
    margin-top: 30px;
    flex-direction: column;
  }
}

.company-main .company-wrap .company-content .company-ai .company-image img {
  width: calc(50% - 22px);
}

@media screen and (max-width: 800px) {
  .company-main .company-wrap .company-content .company-ai .company-image img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.company-main .company-wrap .company-content .company-index02 {
  margin-bottom: 160px;
}

.company-main .company-wrap .company-content .company-index02 .company-tit {
  position: relative;
  max-width: 608px;
  margin: 0 auto;
}

.company-main .company-wrap .company-content .company-index02 .company-tit img {
  max-width: 608px;
  margin: 0 auto;
}

.company-main .company-wrap .company-content .company-index02 .company-tit .heading {
  position: absolute;
  width: 100%;
  bottom: 90px;
  right: -50px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.company-main .company-wrap .company-content .company-index02 .company-tit .heading .color-change {
  color: #f49c00;
}

.company-main .company-wrap .company-content .company-index02 .company-txt {
  width: 100%;
  margin-top: -40px;
}

.company-main .company-wrap .company-content .company-index02 .company-txt p {
  font-size: 17px;
  line-height: 2.029;
}

.company-main .company-wrap .message-content {
  width: 81.4%;
  margin-left: auto;
  background-color: #f5f4f1;
  padding: 120px 0 140px 0;
}

@media screen and (max-width: 1070px) {
  .company-main .company-wrap .message-content {
    max-width: 100%;
    width: 100%;
    height: auto;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0 70px 0;
  }
}

@media screen and (max-width: 500px) {
  .company-main .company-wrap .message-content {
    padding: 60px 0 30px 0;
  }
}

.company-main .company-wrap .message-content .message-ai {
  max-width: 906px;
  margin: 0 auto;
}

@media screen and (max-width: 906px) {
  .company-main .company-wrap .message-content .message-ai {
    margin: 0 20px;
  }
}

.company-main .company-wrap .message-content .message-ai > h3 {
  font-size: 50px;
  color: #ea8000;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  line-height: 1;
}

.company-main .company-wrap .message-content .message-ai > h3 span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
}


@media screen and (max-width: 500px) {
  .company-main .company-wrap .message-content .message-ai > h3 {
    font-size: 35px;
  }
}

@media screen and (max-width: 500px) {
  .company-main .company-wrap .message-content .message-ai > h3 span {
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
  }
}

.company-main .company-wrap .message-content .message-ai .message-index {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .company-main .company-wrap .message-content .message-ai .message-index {
    flex-direction: column;
  }
}

.company-main .company-wrap .message-content .message-ai .message-index .message-txt {
  max-width: 418px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .company-main .company-wrap .message-content .message-ai .message-index .message-txt {
    order: 2;
    max-width: 100%;
  }
}

.company-main .company-wrap .message-content .message-ai .message-index .message-txt .txt {
  font-size: 17px;
  line-height: 2.029;
  font-weight: 400;
}

.company-main .company-wrap .message-content .message-ai .message-index .message-txt .ceo-wrap {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .company-main .company-wrap .message-content .message-ai .message-index .message-txt .ceo-wrap {
    margin-top: 30px;
  }
}

.company-main .company-wrap .message-content .message-ai .message-index .message-txt .ceo-wrap .ceo {
  display: inline-block;
  text-align: left;
}

.company-main .company-wrap .message-content .message-ai .message-index .message-txt .ceo-wrap .ceo .post {
  font-size: 16px;
  font-weight: 400;
}

.company-main .company-wrap .message-content .message-ai .message-index .message-txt .ceo-wrap .ceo .name {
  font-size: 25px;
  font-weight: 700;
}

.company-main .company-wrap .message-content .message-ai .message-index .message-img {
  max-width: 451px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .company-main .company-wrap .message-content .message-ai .message-index .message-img {
    order: 1;
  }
}

.company-main .company-wrap .message-content .message-ai .message-index .message-img img {
  max-height: 489px;
}

.company-main .company-wrap .message-content .message-ai .message-index ul {
  margin-left: 30px;
}

.company-main .company-wrap .message-content .message-ai .message-index02 {
  background-color: #fff;
  padding: 30px 50px;
}

.company-main .company-wrap .message-content .message-ai .message-index02 h4 {
  font-size: 20px;
  position: relative;
  margin-left: 20px;
}

.company-main .company-wrap .message-content .message-ai .message-index02 h4::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-left: -20px;
  background-color: #58b22d;
}

.company-main .company-wrap .message-content .message-ai .message-index02 ul {
  margin-left: 30px;
}

.company-main .company-wrap .message-content .message-ai .message-index02 p {
  font-size: 14px;
  color: #efefef;
}

.company-main .company-wrap .message-content .message-ai .subtxt {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  line-height: 1;
  display: inline-block;
  padding-bottom: 1px;
  margin-top: 30px;
}

.company-main .company-wrap .message-content .message-ai .txt {
  margin-top: 20px;
}

.company-main .company-wrap .staff-content {
  width: 81.4%;
  margin-left: auto;
  margin-top: 120px;
}

@media screen and (max-width: 1070px) {
  .company-main .company-wrap .staff-content {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .company-main .company-wrap .staff-content {
    margin-top: 60px;
  }
}

.company-main .company-wrap .staff-content .staff-ai {
  margin: 0 auto;
  margin-left: 100px;
}

@media screen and (max-width: 850px) {
  .company-main .company-wrap .staff-content .staff-ai {
    margin-left: 20px;
  }
}

.company-main .company-wrap .staff-content .staff-ai > h3 {
  font-size: 50px;
  color: #ea8000;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  line-height: 1;
}

.company-main .company-wrap .staff-content .staff-ai > h3 span {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
}


@media screen and (max-width: 500px) {
  .company-main .company-wrap .staff-content .staff-ai > h3 {
    font-size: 35px;
  }
}

@media screen and (max-width: 500px) {
  .company-main .company-wrap .staff-content .staff-ai > h3 span {
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
  }
}

.company-main .company-wrap .staff-content .staff-ai .staff-wrap {
  margin-top: 92px;
  margin-bottom: 130px;
  background-color: rgba(237, 164, 0, 0.08);
  border-radius: 15px 0 0 15px;
}

.company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list {
  max-width: 712px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 850px) {
  .company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list {
    margin: 0 20px;
  }
}

.company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-mrt {
  margin-top: -46px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-mrt {
    margin-top: -60px;
  }
}

.company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  width: calc(50% - 41px);
}

@media screen and (max-width: 850px) {
  .company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 500px) {
  .company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index {
    width: 100%;
    margin-bottom: 30px;
  }
}

.company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index:nth-child(2n) {
  margin-top: -50px;
}

@media screen and (max-width: 500px) {
  .company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index:nth-child(2n) {
    margin-top: 0;
  }
}

.company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index .staff-img {
  position: relative;
}

.company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index .staff-img::before,
.company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index .staff-img::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 25px;
  background-color: #eb8f00;
  border-radius: 1px;
  bottom: 0;
  left: 0;
}

.company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index .staff-img::before {
  transform: translateY(50%);
}

.company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index .staff-img::after {
  transform: translateY(50%) rotate(90deg);
}

.company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index .staff-txt {
  margin-top: 20px;
}

.company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index .staff-txt .post {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #ea8000;
}

.company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index .staff-txt .name {
  font-size: 21px;
  margin-top: 10px;
  line-height: 1;
  font-weight: 700;
}

.company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index .staff-txt .name img {
  width: auto;
}

.company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index .staff-txt .txt {
  font-size: 15px;
  margin-top: 15px;
  font-weight: 400;
  line-height: 1.767;
}

.company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index .staff-txt .txt::before,
.company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index .staff-txt .txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index .staff-txt .txt::before {
  margin-top: calc((1 - 1.767) * 0.5em);
}

.company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index .staff-txt .txt::after {
  margin-bottom: calc((1 - 1.767) * 0.5em);
}

@media screen and (max-width: 500px) {
  .company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index .staff-txt .txt {
    margin-top: 5px;
  }
}

.company-main .company-wrap .staff-content .staff-ai .staff-index {
  display: flex;
}

@media screen and (max-width:600px) {
  .company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index .staff-txt .name {
    margin-top: 8px;
  }

  .company-main .company-wrap .staff-content .staff-ai .staff-wrap .staff-list .staff-index .staff-txt .txt {
    margin-top: 15px;
  }
}

.service-bottom-link {
  width: 100%;
  background-color: rgba(237, 164, 0, 0.08);
  padding-top: 104px;
  padding-bottom: 87px;
}

@media screen and (max-width: 1050px) {
  .service-bottom-link {
    padding-top: 60px;
    padding-bottom: 42px;
  }
}

.service-bottom-link-wrap {
  max-width: 1012px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1050px) {
  .service-bottom-link-wrap {
    margin: 0 20px;
  }
}

.service-bottom-link-wrap .title {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  position: relative;
  line-height: 1;
  display: inline-block;
}

.service-bottom-link-wrap .title::before {
  position: absolute;
  content: "";
  width: 68px;
  height: 1px;
  background-color: #000;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.service-bottom-link-wrap .service-bottom-link-list {
  margin-top: 68px;
}

@media screen and (max-width: 1050px) {
  .service-bottom-link-wrap .service-bottom-link-list {
    margin-top: 40px;
  }
}

.service-bottom-link-wrap .service-bottom-link-list .service-bottom-link-index {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .service-bottom-link-wrap .service-bottom-link-list .service-bottom-link-index {
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.service-bottom-link-wrap .service-bottom-link-list .service-bottom-link-index .service-bottom-link-imgtxt {
  max-width: 229px;
}

@media screen and (max-width: 1000px) {
  .service-bottom-link-wrap .service-bottom-link-list .service-bottom-link-index .service-bottom-link-imgtxt {
    max-width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}

.service-bottom-link-wrap .service-bottom-link-list .service-bottom-link-index .service-bottom-link-imgtxt a p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  display: inline-block;
  line-height: 1;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 600px) {
  .service-bottom-link-wrap .service-bottom-link-list .service-bottom-link-index .service-bottom-link-imgtxt a p {
    font-size: 12px;
  }
}

.privacy {
  max-width: 1055px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 140px;
}

@media screen and (max-width: 1055px) {
  .privacy {
    margin: 0 20px;
    margin-top: 40px;
    margin-bottom: 70px;
  }
}

.privacy .privacy-wrap .privacy-content {
  width: 100%;
}

.privacy .privacy-wrap .privacy-content .privacy-setumei {
  margin-bottom: 60px;
  font-size: 16px;
}

.privacy .privacy-wrap .privacy-content .privacy-index {
  margin-bottom: 65px;
}

@media screen and (max-width: 600px) {
  .privacy .privacy-wrap .privacy-content .privacy-index {
    margin-bottom: 30px;
  }
}

.privacy .privacy-wrap .privacy-content .privacy-index .privacy-tit {
  position: relative;
  line-height: 1;
  font-size: 19px;
  font-weight: 900;
  color: #ea8000;
}

@media screen and (max-width: 600px) {
  .privacy .privacy-wrap .privacy-content .privacy-index .privacy-tit {
    font-size: 18px;
  }
}

.privacy .privacy-wrap .privacy-content .privacy-index .privacy-txt {
  width: 100%;
  font-size: 16px;
  margin-top: 25px;
  line-height: 2.219;
}

.privacy .privacy-wrap .privacy-content .privacy-index .privacy-txt::before,
.privacy .privacy-wrap .privacy-content .privacy-index .privacy-txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.privacy .privacy-wrap .privacy-content .privacy-index .privacy-txt::before {
  margin-top: calc((1 - 2.219) * 0.5em);
}

.privacy .privacy-wrap .privacy-content .privacy-index .privacy-txt::after {
  margin-bottom: calc((1 - 2.219) * 0.5em);
}

@media screen and (max-width: 600px) {
  .privacy .privacy-wrap .privacy-content .privacy-index .privacy-txt {
    margin-top: 15px;
    line-height: 1.75;
  }

  .privacy .privacy-wrap .privacy-content .privacy-index .privacy-txt::before,
  .privacy .privacy-wrap .privacy-content .privacy-index .privacy-txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }

  .privacy .privacy-wrap .privacy-content .privacy-index .privacy-txt::before {
    margin-top: calc((1 - 1.75) * 0.5em);
  }

  .privacy .privacy-wrap .privacy-content .privacy-index .privacy-txt::after {
    margin-bottom: calc((1 - 1.75) * 0.5em);
  }
}

.privacy .privacy-wrap .privacy-content .privacy-index ul li {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin-top: 20px;
}

.privacy .privacy-wrap .privacy-content .privacy-mb {
  margin-bottom: 70px;
}

@media screen and (max-width: 600px) {
  .privacy .privacy-wrap .privacy-content .privacy-mb {
    margin-bottom: 40px;
    line-height: 1.75;
  }

  .privacy .privacy-wrap .privacy-content .privacy-mb::before,
  .privacy .privacy-wrap .privacy-content .privacy-mb::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }

  .privacy .privacy-wrap .privacy-content .privacy-mb::before {
    margin-top: calc((1 - 1.75) * 0.5em);
  }

  .privacy .privacy-wrap .privacy-content .privacy-mb::after {
    margin-bottom: calc((1 - 1.75) * 0.5em);
  }
}

.privacy .privacy-wrap .privacy-content .privacy-mbn {
  margin-bottom: 0;
}

.contact {
  max-width: 674px;
  margin: 0 auto;
  margin-top: 110px;
  margin-bottom: 220px;
}

@media screen and (max-width: 680px) {
  .contact {
    margin: 0 20px;
    margin-top: 60px;
    margin-bottom: 100px;
  }
}

.contact .contact-txt {
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 80px;
}

.contact .contact-txt p {
  line-height: 1;
}

@media screen and (max-width: 500px) {
  .contact .contact-txt p {
    font-size: 14px;
    line-height: 1.75;
  }
}

.contact .contact-wrap p {
  font-size: 17px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  margin-top: 25px;
}

@media screen and (max-width: 600px) {
  .contact .contact-wrap p {
    font-size: 16px;
    margin-top: 20px;
  }
}



.download {
  max-width: 1152px;
  margin: 0 auto;
  margin-top: 110px;
  margin-bottom: 220px;
  padding: 0 20px;
}

@media screen and (max-width: 680px) {
  .download {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}

.download .orange {
  color: #ea8000;
}

.download a,
.download input[type="submit"] {
  display: block;
  margin-top: 40px;
  margin-bottom: 10px;
  width: 420px;
  max-width: 100%;
  background: #f49c00;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.download input[type="submit"] {
  max-width: 360px;
  border: solid 2px #fff;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 500px) {
  .download a,
  .download input[type="submit"] {
    width: auto;
    min-width: 300px;
  }
}

.download-form {
  display: flex;
  gap: 60px;
}

.download-form > div:first-child {
  width: 45%;
}

.download-form > div:last-child {
  width: 55%;
  font-size: 16px;
  background-color: rgb(247, 228, 195);
  padding: 20px;
  padding-bottom: 0;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.download-form h3 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}

.download-form h3 span {
  color: #ea8000;
  display: block;
  font-size: clamp(14px, 0.7em, 18px);
}

@media screen and (max-width: 768px) {
  .download-form h3 {
    font-size: 21px;
  }
}

.download-form input[type="text"],
.download-form input[type="email"] {
  max-width: 300px;
  border: solid 1px #8d8d8d;
  border-radius: 6px;
  height: 50px;
  padding: 0 10px;
  margin-left: 20px;
  font-size: 16px;
}

.download-form form {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5em;
}

.download-form form br {
  display: none;
}

.download-form form label {
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 2em;
}

.download-form form .wpcf7-response-output {
  margin-top: 0 !important;
}
#download-button {
  display:none;
}


@media screen and (max-width: 980px) {
  .download-form {
    flex-direction: column;
  }

  .download-form > div:first-child,
  .download-form > div:last-child {
    width: unset;
  }
  .download-form > div:last-child,
  .download-form form label {
    text-align: left;
  }
  
  .download-form form{
    width:auto;
  }

  .download-form input[type="text"],
  .download-form input[type="email"] {
    display: block;
    margin-left: 0 !important;
    width: 100%;
    max-width: 100%;
  }
}


.download-sheet,
.download-keiei {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
}

.download-sheet h3 {
  font-size: clamp(21px, 5vw, 28px);
  color: #ea8000;
  font-weight: 700;
  margin-bottom: 20px;
}

.tab-menu {
  cursor: pointer;
}

.tab-menu.current {
  background-color: #85746c;
}

.content-box {
  display: none;
  width: 100%;
}

.content-box img {
  display: block;
  height: auto;
  width: 100%;
}

.page-link {
  margin-top: 127px;
  max-width: 18.6%;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: sticky;
  left: 0;
  top: 127px;
}

@media screen and (max-width: 1070px) {
  .page-link {
    max-width: 100%;
    height: auto;
    flex-direction: unset;
    flex-wrap: wrap;
    margin: 50px;
    justify-content: space-between;
    position: unset;
  }
}

@media screen and (max-width: 500px) {
  .page-link {
    margin: 30px 20px;
    margin-left: 40px;
  }
}

.page-link a {
  font-size: 15px;
  margin-left: 20%;
  color: #8e8e8e;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 1070px) {
  .page-link a {
    width: calc(50% - 15px);
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .page-link a {
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 0;
    color: #000;
  }
}

.page-link a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #dbdbdb;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-left: -30px;
}

@media screen and (max-width: 500px) {
  .page-link a::before {
    background-color: #eda400;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-left: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.page-link .header__link.is-active {
  font-weight: 900;
  color: #333333;
}

.page-link .header__link.is-active::before {
  background-color: #f49c00;
  width: 17px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width:768px) {
  .page-link .header__link.is-active::before {
    width: 9px;
    height: 9px;
  }
}

.page-link02 {
  margin-top: 78px;
  max-width: 18.6%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: sticky;
  left: 0;
  top: 78px;
}

.page-link02 .page-link-wrap {
  max-width: 212px;
  margin: 0 auto;
}

.page-link02 .page-link-wrap .category {
  margin-bottom: 110px;
}

.page-link02 .page-link-wrap .category > p {
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 30px;
}

.page-link02 .page-link-wrap ul li {
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  color: #8e8e8e;
  cursor: pointer;
  transition: .3s;
}

.page-link02 .page-link-wrap ul li:hover {
  color: #1a1a1a;
}

.page-link02 .page-link-wrap ul li.current {
  color: #1a1a1a;
}

.page-link02 .page-link-wrap .popular > p {
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 30px;
}

.page-link02 .page-link-wrap .popular .popular-wrap .popular-pikup {
  margin-bottom: 45px;
}

.page-link02 .page-link-wrap .popular .popular-wrap .popular-pikup a {
  margin-left: 0;
}

.page-link02 .page-link-wrap .popular .popular-wrap .popular-pikup a > p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.767;
  padding-bottom: 1px;
  border-bottom: 1px solid #4d4d4d;
  color: #4d4d4d;
  display: inline;
}

.page-link02 .page-link-wrap .popular .popular-wrap .popular-pikup a::before {
  display: none;
}

.page-link02 a {
  font-size: 15px;
  margin-left: 20%;
  color: #8e8e8e;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}

.page-link02 a::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  background-color: #dbdbdb;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-left: -30px;
}

.page-link02 .header__link.is-active {
  font-weight: 900;
  color: #333333;
}

.page-link02 .header__link.is-active::before {
  background-color: #f49c00;
}

.about-difference {
  max-width: 1152px;
  margin: 0 auto;
  text-align: right;
  width: 100%;
}

.about-difference h3 {
  font-size: 30px;
  color: #ea8000;
  margin-bottom: 60px;
}

@media screen and (max-width: 1152px) {
  .about-difference h3 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .about-difference h3 {
    font-size: 18px;
  }
}

.about-difference .about-table {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .about-difference .about-table {
    margin: 0 20px;
  }
}

.underline-before {
  background: linear-gradient(#f49c00, #f49c00) 0 100%/0 3px no-repeat;
  /*左から、カラー（始点と終点それぞれ同じものを指定）、position / サイズ横縦 繰り返しの有無 */
  transition: 1s;
  /*トランジションの設定。下線を引く動きをアニメーションにするのに必要 */
  text-decoration: none;
  /*テキストの装飾の設定 */
  ;
}

.underline-after {
  background-size: 100% 2px;
  /* 変化後のスタイル。横サイズを0から100%に変えることで指定の文字列に下線を引く */
  ;
}

table {
  border-collapse: collapse;
}

.table01 .bold {
  font-weight: 700;
}

.table01 .blue {
  color: #3397d5;
  font-weight: 700;
}

.table01 .orange {
  color: #ea8000;
  font-weight: 700;
}

.table01 {
  width: 100%;
  margin-top: 80px;
  border-collapse: separate;
  border-spacing: 24px 20px;
}

.table01 th,
.table01 td {
  padding: 10px 30px;
  position: relative;
}

.table01 th {
  text-align: right;
  font-weight: 700;
  font-size: 19px;
  text-decoration: underline;
  padding: 0;
  white-space: nowrap;
}

.table01 td:nth-of-type(1) {
  background-color: #E5F4F6;
  border: solid 1px #46b0c1;
}

.table01 td:nth-of-type(2) {
  background-color: #FDECCE;
  border: solid 2px #f49c00;
}

.table01 td:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../images/img-plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -10px;
  right: -10px;
}

.table01 td h4 {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  position: absolute;
  top: -30px;
  left: 10px;
  display: none;
}

.table01 tr:first-child td h4 {
  font-size: 16px;
  display: block;
}

.table01 td:nth-of-type(1) h4 {
  color: #3397d5;
}

.table01 td:nth-of-type(2) h4 {
  color: #ea8000;
}

@media screen and (max-width: 768px) {
  .table01 {
    margin-top: 0;
    border-spacing: 0;
  }

  .table01 tr {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 0;
  }

  .table01 th {
    font-size: 16px;
    margin-top: 60px;
    padding: 0;
    text-align: center;
  }

  .table01 tr:first-child th {
    margin-top: 0;
  }

  .table01 td h4 {
    display: block;
  }
}


.table02 {
  width: 100%;
  border: 2px solid #808080 !important;
}

.table02 tbody tr:first-child td {
  font-size: 19px;
  font-weight: 700;
  background-color: #fcf1d9;
  color: #ea8000;
}

.table02 tbody tr td {
  font-size: 16px;
  font-weight: 700;
  font-weight: 400;
  padding: 25px;
  background-image: linear-gradient(to right, #808080 4px, transparent 4px), linear-gradient(to bottom, #808080 4px, transparent 4px);
  background-size: 10px 1px, 1px 10px;
  /* 横と縦のサイズを設定 */
  background-repeat: repeat-x, repeat-y;
  /* 横と縦それぞれにリピートさせます */
  background-position: left bottom, left bottom;
  text-align: center;
}

.table02 tbody tr td:first-child {
  background-image: linear-gradient(to right, #808080 4px, transparent 4px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 19px;
  font-weight: 700;
  padding: 25px 5px;
  padding-left: 30px;
  text-align: left;
  padding-right: 20px;
}

.table02 tbody tr td:nth-child(2) {
  background-image: linear-gradient(to right, #808080 4px, transparent 4px), linear-gradient(to bottom, #808080 10px, transparent 4px);
}

.table02 tbody tr td.le-b20 {
  letter-spacing: -0.02em;
  line-height: 1.211;
}

.table02 tbody tr td span.blue {
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #3397d5;
}

.table02 tbody tr td span.orange {
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #ea8000;
}

.table02 tbody tr:last-child td {
  background-image: linear-gradient(to bottom, #808080 4px, transparent 4px);
  background-size: 1px 10px;
  background-repeat: repeat-y;
  background-position: left top;
}

.table02 tbody tr:last-child td:nth-child(2) {
  background-image: linear-gradient(to right, #808080 4px, transparent 4px), linear-gradient(to bottom, #808080 10px, transparent 4px);
}

.table02 tbody tr:last-child td:first-child {
  background-image: none;
}

@media only screen and (max-width: 600px) {
  .table02 {
    /* display: block; */
    overflow-x: scroll;
    white-space: nowrap;
  }

  .table02 tbody tr td {
    font-size: 14px;
  }

  .table02 tbody tr:first-child td:first-child {
    background-color: #fcf1d9;
  }

  .table02 tbody tr td {
    padding: 15px 10px;
  }

  .table02 tbody tr td:first-child {
    font-size: 14px;
    position: sticky;
    left: 0;
    background-color: #fff;
    padding: 10px 15px;
  }

  .table02 tbody tr:first-child td {
    font-size: 14px;
    padding: 15px 10px;
  }
}

.table03 {
  width: 100%;
}

@media screen and (max-width: 650px) {
  .table03 tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #f5f4f1;
    padding: 10px 0;
  }
}

.table03 tbody tr td {
  font-weight: 400;
  padding: 25px;
}

.table03 tbody tr td:first-child {
  font-size: 19px;
  font-weight: 500;
  padding: 25px 5px;
  padding-left: 30px;
  border-bottom: 2px solid #ea8000;
  text-align: left;
}

@media screen and (max-width: 650px) {
  .table03 tbody tr td:first-child {
    font-size: 17px;
    line-height: 1;
    padding: 10px 5px;
    border: none;
    padding-bottom: 0;
  }
}

.table03 tbody tr td:last-child {
  font-weight: 400;
  font-size: 20px;
  padding: 25px 5px;
  padding-left: 30px;
  border-bottom: 2px solid #f5f4f1;
  text-align: left;
}

@media screen and (max-width: 650px) {
  .table03 tbody tr td:last-child {
    font-size: 17px;
    line-height: 1;
    padding: 10px 5px;
    border: none;
  }
}

.table03 tbody tr td.le-b20 {
  letter-spacing: -0.02em;
  line-height: 1.211;
}

.table03 tbody tr td span.blue {
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #3397d5;
}

.table03 tbody tr td span.orange {
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #ea8000;
}

.table03 tbody tr td span.bold {
  font-weight: 500;
}

.table03 tbody tr:last-child td:first-child {
  background-image: none;
}

.header__nav {
  width: 100%;
  position: fixed;
  z-index: 100;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1150px) {
  .header__nav {
    flex-direction: column;
  }
}

@media screen and (max-width: 1150px) {
  .header__nav .sp-block {
    display: block;
    max-width: 850px;
    margin: 0 auto;
    width: 100%;
    line-height: 1;
  }
}

@media screen and (max-width: 850px) {
  .header__nav .sp-block {
    width: auto;
    margin: 0 20px;
  }
}

.header__nav .sp-block p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.header__nav .sp-block a {
  font-family: rajdhani, sans-serif;
  color: #fff;
  font-size: 37px;
}

.header__nav .sp-block a span {
  font-size: 32px;
  margin-right: 10px;
}

.header__nav .header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 45px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1150px) {
  .header__nav .header_top {
    flex-direction: column;
    align-items: unset;
    padding: 0;
    /* max-width: 850px; */
    margin: 0 auto;
    height: 100dvh;
  }
}

@media screen and (max-width: 850px) {
  .header__nav .header_top {
    width: auto;
  }
}

@media screen and (max-width: 500px) {
  .header__nav .header_top {
    margin: 0 20px;
  }
}

.header__nav .header_top a {
  display: block;
  max-width: 255px;
  width: 100%;
}

.header__nav .header_top a img {
  max-width: 255px;
  width: 100%;
}

.header__nav .header_top nav {
  display: flex;
  align-items: center;
}

.header__nav .header_top .nav__items {
  display: flex;
}

@media screen and (max-width: 1150px) {
  .header__nav .header_top .nav__items {
    width: 100%;
  }
}

.header__nav .header_top .nav__items .header-service {
  display: none;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  background-color: rgba(127, 122, 111, 0.7);



  animation-name: kieru;
  animation-fill-mode: forwards;
  animation-duration: .3s;
}


@keyframes kieru {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 1150px) {
  .header__nav .header_top .nav__items .header-service {
    /* display: none !important; */
  }
}

.header__nav .header_top .nav__items .header-service .header-hover {
  pointer-events: auto;
  padding-top: 30px;
  transition: .3s;
}

.header__nav .header_top .nav__items .header-service .header-service-wrap {
  pointer-events: auto;
  max-width: 1052px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 50px 55px 50px;
  border-radius: 10px;
  transition: .3s;
}

.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #8e8e8e;
  position: relative;
}

.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top::before {
  position: absolute;
  content: "";
  right: 0;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  border: 15px solid transparent;
  border-left: 21px solid #f49c00;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 0px;
  height: 4px;
  border-left: 36px solid #f49c00;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top img {
  max-width: 180px;
}

.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top .menu-title {
  margin-left: 45px;
}

.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top .menu-title a {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  color: #ea8000;
}

.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top .menu-title a span {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 1px;
  display: inline-block;
  color: #333333;
  border-bottom: 1px solid #000;
}

.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom {
  padding-top: 40px;
}

.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list {
  display: flex;
  justify-content: space-between;
}

.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list .header-menu-service p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}

.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list .header-menu-service ul li {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}

.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list .header-menu-service ul li:last-child {
  background-color: transparent;
  margin-left: 0;
  margin: 0 17.5px;
}

.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list .header-menu-service ul li:last-child a {
  line-height: 1;
  font-size: 18px;
  color: #1a1a1a;
  margin: unset;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* margin-left: 52.5px; */
  /* border-radius: 0 0 0 15px;*/
  ;
}

.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list .header-menu-service ul li:last-child a:hover {
  color: #ea8000;
}

.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list .header-menu-service ul li a {
  font-weight: 500;
  font-size: 18px;
  padding: 0;
  padding-right: 41px;
  position: relative;
  transition: .3s;
}

.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list .header-menu-service ul li a::before {
  position: absolute;
  content: "";
  right: 0;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-left: 10px solid #f49c00;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}

.header-service-wrap .header-service-bottom .header-menu-list .header-menu-service ul li a::after {
  position: absolute;
  content: "";
  right: 9px;
  width: 0px;
  height: 2px;
  border-left: 18px solid #f49c00;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}

.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list .header-menu-service ul li a:hover::before,
.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list .header-menu-service ul li a:hover::after {
  transition: .3s;
  transform: translate(5px, -50%);
}

.header__nav .header_top .nav__items li {
  margin: 0 10px;
}

.header__nav .header_top .nav__items li a {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s;
  padding: 40px 0 30px 0;
}

.header__nav .header_top .nav__items li a:hover {
  color: #ea8000;
}

@media screen and (max-width: 1150px) {
  .header__nav .header_top .nav__items li a {
    display: block;
    text-align: left;
    margin: 0;
    width: 100%;
  }
}

.header__nav .header_top .nav__items li a:hover {
  transition: 0.3s;
}

.header__nav .header_top .nav__items li a:hover img {
  transition: 0.3s;
}

.header__nav .header_top .nav__items li a:hover img:nth-child(1) {
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}

.header__nav .header_top .nav__items li a:hover img:nth-child(2) {
  transition: 0.3s;
  opacity: 1;
  z-index: 2;
}

.header__nav .header_top .nav__items li a span {
  display: block;
  font-size: 33px;
}

@media screen and (max-width: 1150px) {
  .header__nav .header_top .nav__items li a span {
    font-size: 27px;
  }
}

.header__nav .header_top .nav__items li a img {
  width: 88px;
  display: block;
  position: absolute;
  transition: 0.3s;
}

@media screen and (max-width: 1150px) {
  .header__nav .header_top .nav__items li a img {
    display: none;
  }
}

.header__nav .header_top .nav__items li a img:nth-child(1) {
  transition: 0.3s;
  opacity: 1;
  z-index: 1;
}

.header__nav .header_top .nav__items li a img:nth-child(2) {
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}

.header__nav .header_top .nav__items li:last-child {
  width: auto;
  background-color: #e36a00;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  border-radius: 0 0 0 15px;
  transition: .3s;
}

.header__nav .header_top .nav__items li:last-child:hover {
  background-color: #f49c00;
  transition: .3s;
}

@media screen and (max-width: 1150px) {
  .header__nav .header_top .nav__items li:last-child {
    border-bottom: none;
    background-color: transparent;
    margin-left: 0;
    width: 100%;
    justify-content: left;
  }

  .header__nav .header_top .nav__items li:last-child:hover {
    background-color: transparent;
  }
}

.header__nav .header_top .nav__items li:last-child a {
  color: #fff;
  font-size: 20px;
  padding: 0;
  display: block;
  padding: 32px 33px 32px 40px;
}

@media screen and (max-width: 1150px) {
  .header__nav .header_top .nav__items li:last-child a {
    font-size: 16px;
    display: block;
    text-align: left;
    margin: 0 auto;
    color: #333333;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 10px;
  }
}

.header__nav .header_top .nav-items__item.popupmenu {
  transition: .3s;
}


.header__nav .header_top .nav-items__item.popupmenu:hover {
  transition: .3s;
}

.header__nav .header_top .nav-items__item.popupmenu:hover .header-service {
  transition: .3s;
  opacity: 1;
  display: block;

  animation-name: Homenu;
  animation-fill-mode: forwards;
  animation-duration: .3s;
}

@keyframes Homenu {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header__nav .header_top .nav-items__item.popupmenu:hover .header-service {
  transition: .3s;
  text-align: center;
}

.header__nav .header_top .nav-items__item.popupmenu:hover .header-service .header-hover {
  display: inline-block;
  text-align: left;
  max-width: 1052px;
  width: 100%;
  transition: .3s;
}

.header__nav .header_top .nav-items__item.popupmenu:hover .header-service .header-hover .header-service-wrap {
  transition: .3s;
}


@media screen and (max-width: 1150px) {
  .header__nav .header_top .nav-items__item.popupmenu {}

  .header__nav .header_top .nav-items__item.popupmenu > a {
    pointer-events: none;
  }

  .header__nav .header_top .header-service.active {
    display: block !important;
    opacity: 1;
    position: unset;
    animation-name: none;
    background: #fff;
    height: auto;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap {
    padding-bottom: 0;
  }

  .header__nav .header_top .nav-items__item.popupmenu:hover {
    display: block;
  }

  /* .header__nav .header_top .nav-items__item.popupmenu a:hover {
    pointer-events: none;
  } */

  .header-service-wrap {
    display: flex;
    flex-direction: column;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top img {
    display: none;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list {
    display: flex;
    flex-direction: column;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top .menu-title a {
    justify-content: center;
    font-size: 18px;
    align-items: center;
    padding: 0;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top .menu-title a span {
    margin-top: 0;
    font-size: 16px;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top .menu-title {
    margin-left: 0;
    margin-right: 17.5px;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top {
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #8e8e8e;
    /* /* position: relative; */
  }

  .header__nav .header_top .nav__items .header-service .header-hover {
    padding-top: 0;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap {
    padding-top: 0;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list .header-menu-service ul li:last-child a {
    display: block;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
  }

  .header__nav .header_top .nav__items li:last-child {
    width: auto;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list .header-menu-service ul li:last-child {
    margin-bottom: 10px;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top::before,
  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top::after {
    display: none;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top .menu-title {
    max-width: 100%;
    width: 100%;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top .menu-title a {
    position: relative;
    text-align: left;
    align-items: baseline;
    color: #f7e4c3;
    margin: 0;
    max-width: 100%;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list .header-menu-service ul li a {
    text-align: left;
    margin: 0;
    max-width: 100%;
    font-size: 16px;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top .menu-title a::before {
    position: absolute;
    content: "";
    right: 0;
    box-sizing: border-box;
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-left: 10px solid #f49c00;
    border-radius: 2px;
    top: 70%;
    transform: translateY(-70%);
    transition: .3s;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top .menu-title a::after {
    position: absolute;
    content: "";
    right: 9px;
    width: 0px;
    height: 2px;
    border-left: 18px solid #f49c00;
    border-radius: 2px;
    top: 70%;
    transform: translateY(-180%);
    transition: .3s;
  }

  .header__nav.active {
    overflow: scroll;
  }

  .header__nav .header_top .nav-items__item.popupmenu {
    position: relative;
  }

  .header__nav .header_top .nav-items__item.popupmenu::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 45px;
    left: 85px;
    margin: auto;
    transition: .3s;
  }

  .header__nav .header_top .nav-items__item.popupmenu::after {
    content: '';
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    /* border-bottom: solid 2px #333; */
    border-radius: 50%;
    transform: translateY(2px) rotate(45deg);
    position: absolute;
    top: 35px;
    left: 76px;
    margin: auto;
    transition: .3s;
  }

  .header-menu-service ul {
    padding-bottom: 10px;
  }

  .header-menu-service:last-child ul {
    padding-bottom: 0;
  }

  .header__nav .header_top .nav-items__item.popupmenu:has(.header-service.active)::after {
    transform: translateY(-2px) rotate(45deg);
  }

  .header__nav .header_top .nav-items__item.popupmenu:has(.header-service.active)::before {
    transition: .3s;
    transform: rotate(225deg);
  }

  .header__nav .header_top .nav-items__item.popupmenu:has(.header-service.active) > a p {
    color: #ea8000;
  }

  .header-service {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
  }

  .header-service.active {
    max-height: 1000px;
    /* 必要な高さに応じて調整 */
  }

  /* アコーディオンのアニメーション */
  .header-service-wrap {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }

  .header-service.active .header-service-wrap {
    opacity: 1;
    transform: scaleY(1);
  }


  .header__nav .header_top .nav__items .header-service .header-service-wrap {
    background-color: #f7e4c3;
    padding: 20px;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list .header-menu-service p {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list .header-menu-service ul li {
    margin-bottom: 15px;
  }

  .header-menu-service {
    border-bottom: 1.5px solid #fff;
  }

  .header-menu-service:last-child {
    border-bottom: none;
    padding-top: 20px;
  }

  .header-menu-service:last-child ul li {
    margin-left: 0;
  }

  .header-menu-service:last-child a {
    font-weight: 700;
  }

  .header-menu-service p {
    padding-top: 20px;
  }

  .header-menu-service:last-child ul li a {
    font-weight: 700;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom {
    padding-top: 0;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-top {
    border-bottom: 1.5px solid #fff;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .header__nav .header_top .nav-items__item.popupmenu::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 45px;
    left: 110px;
    margin: auto;
    transition: .3s;
  }

  .header__nav .header_top .nav-items__item.popupmenu::after {
    content: '';
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    /* border-bottom: solid 2px #333; */
    border-radius: 50%;
    transform: translateY(2px) rotate(45deg);
    position: absolute;
    top: 35px;
    left: 101px;
    margin: auto;
    transition: .3s;
  }
}



@media screen and (max-width: 600px) {
  .header__nav .header_top .nav__items .header-service .header-service-wrap {
    padding: 20px;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list .header-menu-service ul li a {
    padding: 7px 0;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list .header-menu-service p {
    font-size: 16px;
    font-weight: 700;
  }

  .header__nav .header_top a {
    max-width: 100%;
  }
}

.header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list .header-menu-service ul li {
  margin-bottom: 20px;
}


@media screen and (max-width: 1150px) {
  .header__nav .header_top a img {
    max-width: 255px;
    margin: 15px 0;
    margin-left: 20px;
  }

  .header__nav .header_top .nav__items .header-service .header-service-wrap .header-service-bottom .header-menu-list .header-menu-service ul li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .header__nav .header_top a img {
    max-width: 210px;
    margin: 15px 0;
  }
}

.js-header.is-hidden {
  transition: 0.5s;
  transform: translateY(-100%);
}

@media screen and (max-width: 1150px) {
  .js-header.is-hidden {
    transform: translate(100%, -100%);
  }
}

.fade-in-element {
  opacity: 0;
  transform: translateY(50px);
  /* 初期位置を下に設定 */
  transition: opacity 1s, transform 1s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein02.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fadein02 {
  opacity: 0;
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein03.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fadein03 {
  opacity: 0;
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.text-fade-in {
  position: relative;
  overflow: hidden;
}

.eachTextAnime span {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 10s ease, transform 10s ease;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 2s ease-out forwards;
  transition: opacity 10s ease, transform 10s ease;
  opacity: 1;
  transform: translateX(0);
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.txt {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1150px) {
  .header__nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    transform: translateX(0);
    background-color: #fff;
    opacity: 0 !important;
    margin-left: auto;
    justify-content: center;
    display: none;
  }
}

.navtop {
  opacity: 0;
  animation: topnav 3s ease-in-out forwards;
}

@keyframes topnav {
  0% {
    opacity: 0;
  }

  90% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.sp-block-logo {
  display: none;
}

@media screen and (max-width: 1150px) {
  .sp-block-logo {
    display: block;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    background-color: #fff;
  }

  .sp-block-logo img {
    max-width: 255px;
    margin: 15px 0;
    margin-left: 20px;
  }
}

@media screen and (max-width: 500px) {
  .sp-block-logo {
    display: block;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
  }

  .sp-block-logo img {
    max-width: 210px;
    margin: 15px 0;
    margin-left: 20px;
  }
}

@media screen and (max-width: 1150px) {
  .nav-items {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    flex-direction: column;
  }
}

@media screen and (max-width: 1150px) {
  .nav-items__item a {
    color: black;
    width: 100%;
    display: block;
    text-align: left;
    padding: 25px 0 10px 0;
  }
}

.nav-items__item:last-child a {
  font-size: 20px;
}


.sp-city {
  display: none;
}

@media screen and (max-width: 1150px) {
  .sp-city {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}

/* ハンバーガーメニュー */
.header__hamburger {
  /* width: 50px;
  height: 50px; */
}

.hamburger {
  z-index: 9999;
  position: fixed;
  top: 16.5px;
  right: 16.5px;
  border: none;
  background: transparent;
}

@media screen and (min-width: 1150px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  width: 35px;
  height: 3px;
  background-color: #ff8f00;
  position: relative;
  transition: ease 0.4s;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 5.5px auto;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
  opacity: 1 !important;
  transition: 0.2s;
  display: block;
}

.hamburger.active span:nth-child(1) {
  top: 10px;
  transform: rotate(25deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -7px;
  transform: rotate(-25deg);
}

.sp-block {
  display: none;
}

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

.sp-blocke {
  display: none;
}

@media screen and (max-width: 700px) {
  .sp-blocke {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .sp-blocke {
    display: none;
  }
}

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

@media screen and (max-width: 1150px) {
  .form-link {
    max-width: 850px;
    margin: 0 auto;
    width: 100%;
    margin-top: 28px;
  }
}

@media screen and (max-width: 850px) {
  .form-link {
    margin: 0 20px;
    margin-top: 28px;
    width: auto;
  }
}

.form-link ul {
  display: flex;
  height: 100%;
}

@media screen and (max-width: 1150px) {
  .form-link ul {
    flex-direction: column;
  }
}

.form-link ul li {
  font-size: 14px;
  width: 100px;
  margin-left: 2px;
  background-color: #d8dee1;
  transition: 0.3s;
}

@media screen and (max-width: 1150px) {
  .form-link ul li {
    width: 100%;
    margin-bottom: 17px;
  }
}

.form-link ul li:hover {
  background-color: #b1b5d0;
}

.form-link ul li a {
  display: flex;
  height: 100%;
  color: #1c2d5d;
  font-weight: 700;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1150px) {
  .form-link ul li a {
    flex-direction: unset;
    justify-content: unset;
    padding: 7px 0;
    padding-left: 20px;
  }
}

.form-link ul li a img {
  width: 48px;
  height: 48px;
}

@media screen and (max-width: 1150px) {
  .form-link ul li a img {
    margin-right: 20px;
  }
}

.plus {
  position: relative;
}

.plus::before,
.plus::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 25px;
  background-color: #000066;
}

.plus::after {
  transform: rotate(90deg);
}

.service-list {
  max-width: 1355px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1355px) {
  .service-list {
    margin: 0 20px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 600px) {
  .service-list {
    margin: 0;
    margin-top: 25px;
    margin-bottom: 30px;
  }
}

.service-list .service-index {
  width: calc(33.3333333333% - 14px);
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin-bottom: 10px;
  aspect-ratio: 1.4 / 1;
}

/* @media screen and (max-width: 1350px) {
  .service-list .service-index {
    height: auto;
  }
} */

@media screen and (max-width: 1050px) {
  .service-list .service-index {
    width: calc(50% - 14px);
  }
}

@media screen and (max-width: 930px) {
  .service-list .service-index {
    height: 272px;
  }
}

@media screen and (max-width: 600px) {
  .service-list .service-index {
    width: 100%;
    height: 272px;
  }
}

@media screen and (max-width: 376px) {
  .service-list .service-index {
    height: 220px;
    margin-bottom: 20px;
  }
}

.service-list .service-index a {
  color: #fff;
  display: block;
  transition: 0.3s;
  height: 100%;
}

.service-list .service-index a img {
  transition: 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-list .service-index a .service-explanation {
  transition: 0.3s;
}

.service-list .service-index a .service-explanation .service-title {
  position: relative;
}

.service-list .service-index a .service-explanation .service-title::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

.service-list .service-index a:hover {
  transition: 0.3s;
}

.service-list .service-index a::before {
  transition: .3s;
  /* background: rgb(255, 255, 255); */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, .2) 100%);
  mix-blend-mode: multiply;
  z-index: 5;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}

.service-list .service-index a:hover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, .1); */
  z-index: 5;
  transition: .3s;
}

.service-list .service-index a:hover .service-explanation {
  transition: 0.3s;
}

.service-list .service-index a:hover .service-explanation .service-title {
  transition: 0.3s;
  border-bottom: none;
}

.service-list .service-index a:hover .service-explanation .service-title::after {
  transition: 0.3s;
  width: 100%;
}

.service-list .service-index a .service-explanation {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .service-list .service-index a .service-explanation {
    left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 600px) {
  .service-list .service-index a .service-explanation {
    bottom: 10px;
    left: 12px;
    margin-right: 12px;
  }
}

.service-list .service-index a .service-explanation .service-title {
  font-size: 24px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  line-height: 1;
  padding-bottom: 2px;
}

@media screen and (max-width: 1300px) {
  .service-list .service-index a .service-explanation .service-title {
    font-size: 19px;
  }
}

@media screen and (max-width: 500px) {
  .service-list .service-index a .service-explanation .service-title {
    font-size: 17px;
  }
}

.service-list .service-index a .service-explanation .service-txt {
  font-size: 15px;
}

@media screen and (max-width: 1300px) {
  .service-list .service-index a .service-explanation .service-txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .service-list .service-index a .service-explanation .service-txt {
    font-size: 12px;
  }
}

.service-list .service-index a:hover img {
  transition: 0.3s;
  transform: scale(1.1);
}

.btn1 {
  max-width: 450px;
  height: 80px;
  margin: 0 auto;
  background: #f49c00;
  text-align: center;
  display: block;
  border-radius: 50px;
  border: 1px solid #fff;
}

@media screen and (max-width: 600px) {
  .btn1 {
    max-width: 320px;
    height: 60px;
  }
}

.btn1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  transition: .3s;
}

.btn1 a::before {
  position: absolute;
  content: "";
  right: 35px;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-left: 10px solid #3a3d3f;
  border-radius: 2px;
  transition: .3s;
}

.btn1 a::after {
  position: absolute;
  content: "";
  right: 45px;
  width: 0px;
  height: 2px;
  border-left: 18px solid #3a3d3f;
  border-radius: 2px;
  transition: .3s;
}

.btn1:hover a::before,
.btn1:hover a::after {
  transition: .3s;
  transform: translateX(5px);
}

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

  .btn1 a::before {
    position: absolute;
    content: "";
    right: 18px;
    box-sizing: border-box;
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-left: 8px solid #3a3d3f;
    border-radius: 2px;
  }

  .btn1 a::after {
    position: absolute;
    content: "";
    right: 25px;
    width: 0px;
    height: 2px;
    border-left: 14px solid #3a3d3f;
    border-radius: 2px;
  }
}

.btn2 {
  max-width: 450px;
  height: 80px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  display: block;
  border-radius: 50px;
  border: 1px solid #f49c00;
}

@media screen and (max-width: 600px) {
  .btn2 {
    max-width: 320px;
    height: 60px;
  }
}

.btn2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f49c00;
  width: 100%;
  height: 100%;
  position: relative;
  transition: .3s;
}

.btn2 a::before {
  position: absolute;
  content: "";
  right: 20px;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-left: 8px solid #3a3d3f;
  border-radius: 2px;
  transition: .3s;
}

.btn2 a::after {
  position: absolute;
  content: "";
  right: 25px;
  width: 0px;
  height: 2px;
  border-left: 14px solid #3a3d3f;
  border-radius: 2px;
  transition: .3s;
}

.btn2:hover a::before,
.btn2:hover a::after {
  transition: .3s;
  transform: translateX(5px);
}

.btn3 {
  max-width: 674px;
  height: 110px;
  margin: 0 auto;
  background: #f49c00;
  text-align: center;
  display: flex;
  border-radius: 100px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .btn3 {
    max-width: 320px;
    height: 70px;
  }
}

.btn3 i {
  font-size: 20px;
  margin-left: -20px;
  margin-right: 20px;
}

.btn3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 34px;
  border-radius: 100px;
}

@media screen and (max-width: 600px) {
  .btn3 a {
    font-size: 24px;
  }
}

.btn3 a:hover {
  transition: 0.3s;
}

.btn3 a:hover i {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  transition: 0.3s;
}

.strengths {
  margin: 40px 0;
}

@media screen and (max-width: 1050px) {
  .strengths {
    margin: 80px 0;
  }
}

.strengths-wrap {
  max-width: 1152px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .strengths-wrap {
    margin: 0 20px;
  }
}

@media screen and (max-width: 920px) {
  .strengths-wrap {
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .strengths-wrap {
    padding-top: 50px;
  }
}

.strengths-wrap .strengths-txt {
  min-width: 450px;
  margin-right: 80px;
}

@media screen and (max-width: 1200px) {
  .strengths-wrap .strengths-txt {
    margin-right: 0;
  }
}

@media screen and (max-width: 920px) {
  .strengths-wrap .strengths-txt {
    min-width: auto;
    text-align: center;
    width: 100%;
  }
}

.strengths-wrap .strengths-txt .title01 {
  margin-left: -25px;
}

.strengths-wrap .strengths-txt .title01 p {
  margin: 0;
}

@media screen and (max-width: 920px) {
  .strengths-wrap .strengths-txt .title01 {
    margin-left: 0;
  }
}



.strengths-wrap .strengths-txt > p {
  max-width: 325px;
  margin: 50px auto;
  line-height: 1.917;
}

@media screen and (max-width: 600px) {
  .strengths-wrap .strengths-txt > p {
    font-size: 15px;
  }
}

.strengths-wrap .strengths-txt > p::before,
.strengths-wrap .strengths-txt > p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.strengths-wrap .strengths-txt > p::before {
  margin-top: calc((1 - 1.917) * 0.5em);
}

.strengths-wrap .strengths-txt > p::after {
  margin-bottom: calc((1 - 1.917) * 0.5em);
}

@media screen and (max-width: 920px) {
  .strengths-wrap .strengths-txt .resimg {
    margin: 25px auto;
    max-width: 500px;
    position: relative;
  }

  .strengths-wrap .strengths-txt .resimg::before {
    position: absolute;
    content: '';
    right: -45%;
    top: -20%;
    background-image: url(../images/two-circle.png);
    width: 100%;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .strengths-wrap .strengths-txt > p {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 35px;
  }

  .strengths-wrap .strengths-txt > p br {
    display: none;
  }
}

.strengths-wrap .strengths-txt .resimg .spv {
  display: none;
}

@media screen and (max-width: 920px) {
  .strengths-wrap .strengths-txt .resimg .spv {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}

.strengths-wrap .strengths-img {
  margin-right: -80px;
  margin-left: 80px;
  min-width: 865px;
}

@media screen and (max-width: 1200px) {
  .strengths-wrap .strengths-img {
    min-width: 585px;
    max-width: 700px;
  }
}

@media screen and (max-width: 1200px) {
  .strengths-wrap .strengths-img {
    min-width: 585px;
    max-width: 700px;
  }
}

@media screen and (max-width: 920px) {
  .strengths-wrap .strengths-img .pcv {
    display: none;
  }
}

@media screen and (max-width: 920px) {
  .strengths-wrap .strengths-img .spv {
    display: block;
  }
}

.column {
  width: 100%;
  background-color: #eeedea;
  padding-top: 92px;
  padding-bottom: 98px;
}

@media screen and (max-width: 768px) {
  .column {
    padding-top: 60px;
    padding-bottom: 46px;
  }
}

.column-wrap {
  /* margin-left: calc((100vw - 1200px) / 2); */
}

@media screen and (max-width: 1250px) {
  .column-wrap {
    /* padding-left: 20px; */
  }
}

.column-wrap .column-top {
  display: flex;
  align-items: end;
  margin-bottom: 20px;
  margin-left: calc((100vw - 1200px) / 2);
}

@media screen and (max-width: 1200px) {
  .column-wrap .column-top {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .column-wrap .column-top {
    margin-bottom: 0;
  }
}

.column-wrap .column-top .column-link {
  margin-left: 40px;
}

.column-wrap .column-top .column-link a {
  font-size: 14px;
  display: inline-block;
  padding-bottom: 1px;
  color: #666666;
  border-bottom: 1px solid #666666;
  line-height: 1;
}

.column-wrap .column-bottom .column-list {
  display: flex;
  padding: 16px 0;
}

.column-wrap .column-bottom .column-list .column-index {
  max-width: 450px;
  width: auto !important;
  height: auto;
  margin-right: 30px;
  padding: 34px 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 11px rgba(171, 135, 105, 0.41);
}

@media screen and (max-width: 500px) {
  .column-wrap .column-bottom .column-list .column-index {
    padding: 20px;
  }
}

@media screen and (max-width: 500px) {
  .column-wrap .column-bottom .column-list .column-index {
    max-width: 78vw;
    width: 100% !important;
  }
}

.column-wrap .column-bottom .column-list .column-index .article-txt {
  color: #4d4d4d;
}

.column-wrap .column-bottom .column-list .column-index .column-img img {
  width: 100%;
}

.column-wrap .column-bottom .column-list .column-index .column-explanation .article-smalltit {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 20px 0;
  color: #4d4d4d;
}

.column-wrap .column-bottom .column-list .column-index .column-explanation .article-smalltit .date {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #a8a8a8;
  padding-right: 20px;
}

.column-wrap .column-bottom .column-list .column-index .column-explanation .article-smalltit .category {
  color: #ea8000;
  padding-left: 15px;
}

.top-banner-area {
  display: flex;
  gap: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1152px;
  margin: 0 auto;
}


.top-banner-area a {
  overflow: hidden;
}

.top-banner-area img {
  transition: .3s;
}

.top-banner-area img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 1170px) {
  .top-banner-area {
    margin: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .top-banner-area {
    flex-direction: column;
  }
}


.hamburger-menu {
  display: none;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .hamburger-menu {
    /* display: block; */
    display: none;
    position: fixed;
    right: 0;
    width: 50px;
    bottom: 0;
    background-color: #eb8f00;
    z-index: 5;
    height: 40px;
  }
}

.hamburger-menu::before {
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .hamburger-menu::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #333;
    border-left: solid 2px #333;
    transform: rotate(-45deg);
    position: fixed;
    right: 20px;
    bottom: 15px;
    margin: auto;
    z-index: 5;
    transition: 0.3s;
  }
}

.hamburger-menu.active::before {
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .hamburger-menu.active::before {
    transition: 0.3s;
    transform: rotate(135deg);
  }
}

#jquery-tab-pager-navi {
  /* display: none; */
  display: flex;
  justify-content: center;
  width: 100vw;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 120px;
}

#jquery-tab-pager-navi li {
  font-size: 21px;
  font-weight: 700;
  margin: 0 10px;
  display:none;
}

#jquery-tab-pager-navi li a {
  color: #4D4E4A;
  border-bottom: 1px solid #000;
  width: 40px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#jquery-tab-pager-navi li a.current {
  width: 46px;
  height: 56px;
  background-color: rgba(237, 164, 0, .3);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

#jquery-tab-pager-navi li a.previos {
  color: #4D4E4A;
  border: 1px solid #000;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}

#jquery-tab-pager-navi li a.next {
  color: #4D4E4A;
  border: 1px solid #000;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 15px;
}

#jquery-tab-pager-navi li a span {
  position: relative;
}

#jquery-tab-pager-navi li:first-of-type ,
#jquery-tab-pager-navi li:last-of-type ,
#jquery-tab-pager-navi li:has(> a.current) ,
#jquery-tab-pager-navi li:has(> a.current) + li ,
#jquery-tab-pager-navi li:has(> a.current) + li + li {
  display:block;
}

/* #jquery-tab-pager-navi li a.next span.pre-arrow::before{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 13px;    
  height: 13px;   
  border-top: 3px solid #000;     
  border-right: 3px solid #000;   
  transform: rotate(45deg); 
}

#jquery-tab-pager-navi li a.next span.pre-arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  width: 15px; 
  height: 3px;
  background: #000;
}

#jquery-tab-pager-navi li a.next span.next-arrow::before{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 13px;    
  height: 13px;   
  border-top: 3px solid #000;     
  border-right: 3px solid #000;   
  transform: rotate(45deg); 
}

#jquery-tab-pager-navi li a.next span.next-arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  width: 15px; 
  height: 3px;
  background: #000;
} */

/* 初期状態では右側に配置 */
@media screen and (max-width: 768px) {
  .page-link02 {
    position: fixed;
    top: 0;
    right: 0px;
    height: 100%;
    transition: right 0.3s ease;
    transform: translateX(100%);
    left: unset;
    max-width: 300px;
    background-color: #fff;
    overflow-y: scroll;
    margin-top: 53px;
    transition: 0.3s;
  }
}

.volumn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 930px;
  margin: 0 auto;
  padding: 78px 0 89px 0;
}

@media screen and (max-width: 1300px) {
  .volumn-list {
    margin: 0 20px;
  }
}

@media screen and (max-width: 930px) {
  .volumn-list {
    flex-direction: column;
  }
}

.volumn-list > a {
  color: #4d4d4d;
  margin-bottom: 47px;
}

@media screen and (max-width: 1300px) {
  .volumn-list > a {
    max-width: 100%;
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 930px) {
  .volumn-list > a {
    width: 100%;
  }
}

.volumn-list .volumn-index {
  max-width: 450px;
  width: auto !important;
  height: auto;
  padding: 34px 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 11px rgba(171, 135, 105, 0.41);
}

@media screen and (max-width: 930px) {
  .volumn-list .volumn-index {
    max-width: 100% !important;
  }
}

.volumn-list .volumn-index .volumn-img {
  overflow: hidden;
  width: 100%;
  transition: .3s;
  border-radius: 5px;
}

.volumn-list a {
  transition: .3s;
}

.volumn-list .volumn-index .volumn-img img {
  width: 100%;
  transition: .3s;
}

.volumn-list a:hover .volumn-index .volumn-img img {
  transform: scale(1.1);
  transition: .3s;
}

.volumn-list .volumn-index .volumn-explanation .article-smalltit {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 20px 0;
}

.volumn-list .volumn-index .volumn-explanation .article-smalltit .date {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #a8a8a8;
  padding-right: 20px;
}

.volumn-list .volumn-index .volumn-explanation .article-smalltit .category {
  color: #ea8000;
  padding-left: 15px;
}

footer {
  background-color: #eeedea;
  padding-top: 70px;
  padding-bottom: 20px;
}

footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1152px;
  margin: 0 auto;
}

footer .footer-wrap .logo-address {
  max-width: 290px;
}

footer .footer-wrap .logo-address img {
  max-width: 300px;
}

footer .footer-wrap .logo-address .footer-address {
  margin-top: 40px;
  font-weight: 400;
}

footer .footer-wrap .logo-address .footer-address a {
  color: #000;
}

footer .footer-wrap .logo-address .contact-link {
  display: none;
}

footer .footer-wrap .footer-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 340px;
  width: 100%;
  padding:0 10px;
}

footer .footer-wrap .footer-nav ul li {
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1;
}

footer .footer-wrap .footer-nav ul li:first-child {
  margin-top: 0;
}

footer .footer-wrap .footer-nav ul li a {
  color: #000;
}

footer .footer-wrap .footer-nav ul .kasou {
  font-size: 15px;
  margin-top: 23px;
}

footer .footer-wrap .footer-nav ul .kasou a {
  font-weight: 500;
}

footer .footer-wrap > .contact-link {
  max-width: 290px;
  width: 100%;
}

footer .footer-wrap .contact-link > a {
  max-width: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1.7px solid #fff;
  padding: 17px 0;
  width: 100%;
  background-color: #f49c00;
  border-radius: 50px;
  transition: 0.3s;
}

footer .footer-wrap .contact-link > a .footer-tel {
  margin-left: 20px;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}

footer .footer-wrap .contact-link > a .footer-tel span {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

footer .footer-wrap .contact-link > a:hover {
  transition: 0.3s;
}

footer .footer-wrap .contact-link > a:hover .footer-icon {
  transition: 0.3s;
}

footer .footer-wrap .contact-link > a:hover .footer-icon i {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  transition: 0.3s;
}

footer .footer-wrap .contact-link .sns {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}

footer .footer-wrap .contact-link .sns li {}

footer .footer-wrap .contact-link .sns a {
  display: block;
}

footer .footer-wrap .contact-link .sns a img {
  width: 30px;
}


@media screen and (max-width: 1152px) {
  footer .footer-wrap {
    margin: 0 20px;
  }
}

@media screen and (max-width: 950px) {
  footer .footer-wrap .logo-address .contact-link {
    display: block;
    margin-top: 30px;
  }

  footer .footer-wrap > .contact-link > a {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  footer .footer-wrap {
    display:grid;
    grid-template:
    "info nav"
    "info sns";
    gap: 30px;
  }

  footer .footer-wrap .logo-address{
    grid-area: info;
  }

  footer .footer-wrap .footer-nav{
    grid-area: nav;
  }

  footer .footer-wrap .contact-link {
    grid-area: sns;
  }

  footer .footer-wrap .contact-link .sns {
    justify-content: flex-end;
    margin-left:auto;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-wrap {
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
  }

  footer .footer-wrap .footer-nav {
    border-top: solid 1px #666;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  footer .footer-wrap .logo-address img {
    /* max-width: 200px; */
    margin: 0 auto;
    display: block;
  }

  footer .footer-wrap .logo-address .contact-link {
    margin: 0 auto;
    margin-top: 30px;
  }
}



footer .copylight {
  max-width: 1152px;
  margin: 0 auto;
  margin-top: 60px;
  font-size: 13px;
}

@media screen and (max-width: 1152px) {
  footer .copylight {
    margin: 0 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .copylight {
    text-align: center;
  }
}

footer .copylight a {
  margin-left: 45px;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  display: inline-block;
  line-height: 1;
  color: #000;
}

@media screen and (max-width: 350px) {
  footer .copylight a {
    margin-left: 10px;
  }
}

@keyframes fadeUpAnime {
  0% {
    transform: rotate(20deg);
  }

  20% {
    transform: rotate(0deg);
  }

  40% {
    transform: rotate(20deg);
  }

  60% {
    transform: rotate(0deg);
  }

  80% {
    transform: rotate(20deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: -2;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  width: 100%;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 3s both;
}

.scroll-infinity__item {
  width: 100vw;
}

@media screen and (max-width: 1150px) {
  .scroll-infinity__item {
    width: 180vw;
  }
}

@media screen and (max-width: 768px) {
  .scroll-infinity__item {
    width: 230vw;
  }
}

@media screen and (max-width: 500px) {
  .scroll-infinity__item {
    width: 280vw;
  }
}

.scroll-infinity__item > img {
  width: 100%;
}

.anime1 {
  opacity: 0;
  animation: mainanime 1s ease 0.5s forwards;
}

.anime3 {
  opacity: 0;
  animation: mainanime 1s ease 1s forwards;
}

.anime2 {
  opacity: 0;
  animation: mainanime 1s ease 1.5s forwards;
}

@keyframes mainanime {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.test-slick .slick-list {
  padding: 0 10% 0 20px !important;
}

.test-slick .slick-track {
  display: flex;
  padding: 16px 0;
  /* margin-left: calc((100vw - 1200px) / 2); */
}

@media screen and (max-width:1200px) {
  .test-slick .slick-track {
    margin-left: 0;
  }
}

.slick-slide {
  transition: 0.3s;
}

.slick-slide .column-img {
  overflow: hidden;
  border-radius: 5px;
}

.slick-slide .column-img img {
  transition: 0.3s;
}

.slick-slide:hover {
  transition: 0.3s;
}

.slick-slide:hover .column-img {
  transition: 0.3s;
}

.slick-slide:hover .column-img img {
  transition: 0.3s;
  transform: scale(1.1);
}

.hr {
  display: none;
}

@media screen and (max-width:600px) {
  .hr {
    display: block;
    width: 100%;
    margin: 0 20px;
    height: 2px;
    background-color: #f5f4f1;
    margin-bottom: 50px;
  }
}


@media screen and (max-width: 376px) {
  .service-list .service-index a img {
    object-fit: cover;
    object-position: center;
  }
}

h2.title {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

main.top h2.title {
  justify-content: center;
}

h2.title span {
  display: block;
  width: 100%;
}

h2.title p {
  /* ここからアニメーション関係 */
  transform: translateY(100%);
  animation: textanimation .5s forwards;
  opacity: 0;
}

/* 1文字目 */
h2.title p:nth-child(1) {
  animation-delay: 0.1s
}

/* 2文字目 */
h2.title p:nth-child(2) {
  animation-delay: 0.2s
}

/* 3文字目 */
h2.title p:nth-child(3) {
  animation-delay: 0.3s
}

/* 4文字目 */
h2.title p:nth-child(4) {
  animation-delay: 0.4s
}

/* 5文字目 */
h2.title p:nth-child(5) {
  animation-delay: 0.5s
}

/* 6文字目 */
h2.title p:nth-child(6) {
  animation-delay: 0.6s
}

/* 7文字目 */
h2.title p:nth-child(7) {
  animation-delay: 0.7s
}

/* 8文字目 */
h2.title p:nth-child(8) {
  animation-delay: 0.8s
}

/* 9文字目 */
h2.title p:nth-child(9) {
  animation-delay: 0.9s
}

/* 10文字目 */
h2.title p:nth-child(10) {
  animation-delay: 1s
}

/* 11文字目 */
h2.title p:nth-child(11) {
  animation-delay: 1.1s
}

/* 12文字目 */
h2.title p:nth-child(12) {
  animation-delay: 1.2s
}

h2.title span {
  transform: translateY(1em);
  animation: textanimations .5s forwards .2s;
}

@keyframes textanimation {
  0% {
    transform: translateY(50%) translate3d(0, var(--anime-h-offset, 0), 0) rotateY(-10deg);
    opacity: 0;
  }

  100% {
    transform: translateY(0) translate3d(0, var(--anime-h-offset, 0), 0) rotateY(0);
    opacity: 1;
  }
}

@keyframes textanimations {
  0% {
    transform: translateY(1em);
  }

  100% {
    transform: translateY(0);
  }
}

h2.title00 {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

main.top h2.title00 {
  justify-content: center;
}

/* h2.title00.animate{
  overflow: initial;
} */

main.top h2.title00 span {
  display: block;
  width: 100%;
}

main.top h2.title00 p {
  /* ここからアニメーション関係 */
  transform: translateY(1em);
}

main.top h2.title00.animate p {
  /* ここからアニメーション関係 */
  transform: translateY(1em);
  animation: textanimations .5s forwards;
}

/* 1文字目 */
main.top h2.title00.animate.animate p:nth-child(1) {
  animation-delay: 0.1s
}

/* 2文字目 */
main.top h2.title00.animate p:nth-child(2) {
  animation-delay: 0.2s
}

/* 3文字目 */
main.top h2.title00.animate p:nth-child(3) {
  animation-delay: 0.3s
}

/* 4文字目 */
main.top h2.title00.animate p:nth-child(4) {
  animation-delay: 0.4s
}

/* 5文字目 */
main.top h2.title00.animate p:nth-child(5) {
  animation-delay: 0.5s
}

/* 6文字目 */
main.top h2.title00.animate p:nth-child(6) {
  animation-delay: 0.6s
}

/* 7文字目 */
main.top h2.title00.animate p:nth-child(7) {
  animation-delay: 0.7s
}

/* 8文字目 */
main.top h2.title00.animate p:nth-child(8) {
  animation-delay: 0.8s
}

/* 9文字目 */
main.top h2.title00.animate p:nth-child(9) {
  animation-delay: 0.9s
}

/* 10文字目 */
main.top h2.title00.animate p:nth-child(10) {
  animation-delay: 1s
}

/* 11文字目 */
main.top h2.title00.animate p:nth-child(11) {
  animation-delay: 1.1s
}

/* 12文字目 */
main.top h2.title00.animate p:nth-child(12) {
  animation-delay: 1.2s
}


main.top h2.title00 span {
  overflow: hidden;
}

main.top h2.title00 span {
  transform: translateY(1em);
  opacity: 0;
}

main.top h2.title00.animate span {
  transform: translateY(1em);
  animation: textanimationss .5s forwards .2s;
  opacity: 1;
}



@keyframes textanimations {
  0% {
    transform: translateY(30px) translate3d(0, var(--anime-h-offset, 0), 0);
    opacity: 0;
  }

  100% {
    transform: translateY(0) translate3d(0, var(--anime-h-offset, 0), 0);
    opacity: 1;
  }
}

@keyframes textanimationss {
  0% {
    transform: translateY(30px) translate3d(0, var(--anime-h-offset, 0), 0);
  }

  100% {
    transform: translateY(0) translate3d(0, var(--anime-h-offset, 0), 0);
  }
}


h2.title000 {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

main.top h2.title000 {
  justify-content: center;
}

main.top h2.title000 span {
  display: block;
  width: 100%;
}

/* h2.title000.animate{
  overflow: initial;
} */

main.top h2.title000 p {
  /* ここからアニメーション関係 */
  transform: translateY(1em);
}

main.top h2.title000.animate p {
  /* ここからアニメーション関係 */
  transform: translateY(1em);
  animation: textanimationes .5s forwards;
}

/* 1文字目 */
main.top h2.title000.animate.animate p:nth-child(1) {
  animation-delay: 0.1s
}

/* 2文字目 */
main.top h2.title000.animate p:nth-child(2) {
  animation-delay: 0.2s
}

/* 3文字目 */
main.top h2.title000.animate p:nth-child(3) {
  animation-delay: 0.3s
}

/* 4文字目 */
main.top h2.title000.animate p:nth-child(4) {
  animation-delay: 0.4s
}

/* 5文字目 */
main.top h2.title000.animate p:nth-child(5) {
  animation-delay: 0.5s
}

/* 6文字目 */
main.top h2.title000.animate p:nth-child(6) {
  animation-delay: 0.6s
}

/* 7文字目 */
main.top h2.title000.animate p:nth-child(7) {
  animation-delay: 0.7s
}

/* 8文字目 */
main.top h2.title000.animate p:nth-child(8) {
  animation-delay: 0.8s
}

/* 9文字目 */
main.top h2.title000.animate p:nth-child(9) {
  animation-delay: 0.9s
}

/* 10文字目 */
main.top h2.title000.animate p:nth-child(10) {
  animation-delay: 1s
}

/* 11文字目 */
main.top h2.title000.animate p:nth-child(11) {
  animation-delay: 1.1s
}

/* 12文字目 */
main.top h2.title000.animate p:nth-child(12) {
  animation-delay: 1.2s
}


main.top h2.title000 span {
  overflow: hidden;
}

main.top h2.title000 span {
  transform: translateY(1em);
  opacity: 0;
}

main.top h2.title000.animate span {
  transform: translateY(1em);
  animation: textanimationess .5s forwards .2s;
  opacity: 1;
}



@keyframes textanimationes {
  0% {
    transform: translateY(1em) translate3d(0, var(--anime-h-offset, 0), 0);
    opacity: 0;
  }

  100% {
    transform: translateY(0) translate3d(0, var(--anime-h-offset, 0), 0);
    opacity: 1;
  }
}

@keyframes textanimationess {
  0% {
    transform: translateY(1em) translate3d(0, var(--anime-h-offset, 0), 0);
  }

  100% {
    transform: translateY(0) translate3d(0, var(--anime-h-offset, 0), 0);
  }
}

#background-figure {
  position: absolute;
  width: 50vw;
  height: 50vw;
  aspect-ratio: 1;
  left: 50%;
  top: 0;
  background-color: rgba(237, 164, 0, 0.08);
  border-radius: 100%;
  transform: translateX(-50%);
}

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

@media screen and (max-width:1200px) {
  .service-list {
    width: 90vw;
    margin: 0 auto;
  }
}

.background-figure-wrap .btn1 {
  margin-top: 50px;
}

.sp-blockbr {
  display: none;
}

@media screen and (max-width:500px) {
  .sp-blockbr {
    display: block;
  }
}