@charset "UTF-8";
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  vertical-align: top;
}

/* メニューのスタイルオーバーライド　*/
.drawer .drawer-hamburger {
  width: 115px;
  height: 115px;
  box-sizing: border-box;
  background-color: #70B7D7;
  padding: 0;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
}
.drawer .drawer-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.drawer .drawer-nav {
  background-color: #70B7D7;
  padding-top: 115px;
}

body {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  min-width: 1120px;
}
body .dispPC {
  display: block;
}
body .dispSP {
  display: none;
}
body header .headerLogo {
  width: 1120px;
  height: 115px;
  margin: 0 auto;
  padding-top: 9px;
}
body header .headerLogo img {
  width: auto;
  height: 100px;
}
@media screen and (max-width: 768px) {
  body header .headerLogo img {
    height: 20px;
  }
}
body header .mainvisual {
  background-color: #70B7D7;
  border-top: 4px solid #000;
  text-align: center;
  padding: 67px 0;
}
body header .mainvisual h1 {
  font-size: 28px;
  font-weight: 900;
}
body header .drawer-brand {
  border-top: 1px solid #555555;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
body footer {
  background: #000;
  color: #FFF;
  padding: 75px 0 100px 0;
}
body footer .inner {
  width: 1120px;
  margin: 0 auto;
}
body footer .logo {
  float: left;
}
body footer .logo.l2 img {
  width: 40%;
}
body footer .footerText {
  float: right;
}
body footer .footerText ul li {
  margin-bottom: 15px;
  font-size: 13px;
}
body footer .footerText ul li a {
  color: #fff;
  text-decoration: underline;
}
body footer .footerText ul li:before {
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  margin-right: 10px;
}
body footer .footerText ul li.admin:before {
  background: #515151 url("../img/f_icon01.png") center center no-repeat;
}
body footer .footerText ul li.mail:before {
  background: #515151 url("../img/f_icon02.png") center center no-repeat;
}
body footer .footerText ul li.ig:before {
  background: #515151 url("../img/foot_ig.png") center center no-repeat;
}
body footer .copyright {
  font-size: 12px;
  color: #7b7a76;
  text-align: right;
  margin-top: 40px;
}
body {
  /* HOME */
}
body.home header {
  background: #DBE7ED;
  background-size: cover;
  padding: 48px 0;
  min-width: 1120px;
}
body.home header .mainvisualTop {
  width: 1120px;
  margin: 0 auto;
  position: relative;
}
body.home header .mainvisualTop .text {
  text-align: right;
  font-size: 31px;
  font-weight: 900;
  position: absolute;
  right: 0;
  bottom: 0;
}
body.home header .mainvisualTop .text > span {
  background-color: #000;
  color: #FFF;
  display: inline-block;
  padding: 6px 30px 10px;
  margin-bottom: 14px;
}
body.home .contents > section {
  /* セクション共通 */
}
body.home .contents > section .inner {
  width: 1120px;
  margin: 0 auto;
}
body.home .contents > section .sectionTitle {
  text-align: center;
  margin-bottom: 20px;
}
body.home .contents > section .sectionTitle .icon img {
  width: 32px;
}
body.home .contents > section .sectionTitle h2 {
  font-size: 33px;
  font-weight: 900;
  margin: 20px 0 20px;
}
body.home .contents > section .sectionTitle div.sub {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  color: #70B7D7;
}
body.home .contents > section .summary {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 2em;
}
body.home .contents > section {
  /* セクション共通　ここまで */
}
body.home .contents > section#about {
  background-color: #70B7D7;
  background-size: cover;
  text-align: center;
  padding: 70px 0 100px;
}
body.home .contents > section#about h2 {
  font-size: 25px;
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
body.home .contents > section#about h2 img {
  height: 20px;
  width: auto;
}
body.home .contents > section#about h2 > div {
  background-color: #3E424C;
  color: #FFF;
  display: inline-block;
  padding: 14px;
  width: 220px;
}
body.home .contents > section#about div.summary {
  line-height: 1.5em;
  font-size: 37px;
  font-weight: 900;
  letter-spacing: 5px;
  margin-bottom: 50px;
}
body.home .contents > section#about div.summary > span {
  background: linear-gradient(transparent 65%, #FFF 50%);
  padding: 0 20px 0 25px;
}
body.home .contents > section#about p {
  line-height: 2.5em;
  font-weight: 700;
}
body.home .contents > section#about .base {
  display: flex;
  gap: 40px;
}
body.home .contents > section#about .base .blk {
  width: 50%;
  background: #fff;
  padding: 48px;
  border-radius: 16px;
}
body.home .contents > section#about .base .blk img {
  width: 100%;
  height: auto;
  display: block;
}
body.home .contents > section#about .base .blk .txt_b {
  font-size: 30px;
  font-weight: bold;
  color: #70B7D7;
}
body.home .contents > section#about .base .blk h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #70B7D7;
  font-weight: 900;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
body.home .contents > section#about .base .blk h3 span {
  background-color: #3E424C;
  padding: 16px 40px;
  border-radius: 100px;
}
body.home .contents > section#about .base .blk h3.fc {
  color: #3E424C;
  font-weight: 900;
  margin-bottom: 40px;
}
body.home .contents > section#about .base .blk h3.fc span {
  background-color: #70B7D7;
}
body.home .contents > section#news .newsInner {
  display: flex;
  padding-top: 3px;
}
body.home .contents > section#news .newsInner .sectionTitle {
  text-align: left;
  padding: 40px 0;
  width: 190px;
}
body.home .contents > section#news .newsInner .newsArea {
  width: 930px;
  border-left: 1px solid #ddd;
}
body.home .contents > section#news .newsInner .newsArea ul li a {
  display: flex;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  color: initial;
}
body.home .contents > section#news .newsInner .newsArea ul li:nth-child(2n) {
  background-color: #f8f8f8;
}
body.home .contents > section#news .newsInner .newsArea ul li div.thumb {
  width: 100px;
}
body.home .contents > section#news .newsInner .newsArea ul li div.thumb > img {
  width: 100%;
  vertical-align: middle;
}
body.home .contents > section#news .newsInner .newsArea ul li div.newsBody {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
body.home .contents > section#news .newsInner .newsArea ul li div.newsBody div.date {
  width: 130px;
  font-size: 14px;
  color: #9d9d9d;
  padding: 0 20px;
  text-align: center;
}
body.home .contents > section#news .newsInner .newsArea ul li div.newsBody div.title {
  width: 670px;
  line-height: 1.6em;
}
body.home .contents > section#merit {
  padding: 50px 0 70px 0;
  background: #fdf9dc url("../img/merit_bg01.png") center top;
  background-size: cover;
}
body.home .contents > section#merit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  padding: 0 10px;
}
body.home .contents > section#merit ul li {
  width: 530px;
  margin-bottom: 15px;
}
body.home .contents > section#merit ul li img {
  margin-left: -23px;
}
body.home .contents > section#flow {
  padding: 45px 0 105px 0;
  background-color: #DBE7ED;
  background-size: cover;
}
body.home .contents > section#flow ul.stepWrap {
  background: url("../img/flow_bg01_2025.png") no-repeat 255px 200px/530px;
  margin-top: 70px;
}
body.home .contents > section#flow ul.stepWrap li {
  width: 616px;
  position: relative;
  margin-bottom: 45px;
}
body.home .contents > section#flow ul.stepWrap li:nth-child(2) {
  margin-left: 168px;
}
body.home .contents > section#flow ul.stepWrap li:nth-child(3) {
  margin-left: 336px;
}
body.home .contents > section#flow ul.stepWrap li:nth-child(4) {
  float: right;
  margin-bottom: 0;
}
body.home .contents > section#flow ul.stepWrap li img.step {
  position: absolute;
  left: -27px;
  top: -18px;
}
body.home .contents > section#flow .flow_addtxt {
  background-color: #FCC47E;
  color: #000;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  border-radius: 6px;
  padding: 24px;
  text-align: center;
  margin-top: 40px;
}
body.home .contents > section#overview {
  background-color: #70B7D7;
  padding: 45px 0 92px;
}
body.home .contents > section#overview .sectionTitle {
  margin-bottom: 60px;
}
body.home .contents > section#overview .sectionTitle .sub {
  color: #FFF;
}
body.home .contents > section#overview .tabButtonWrap {
  position: relative;
}
body.home .contents > section#overview .tabButtonWrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(to right, rgba(112, 183, 215, 0) 0%, rgb(112, 183, 215) 100%);
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s;
}
body.home .contents > section#overview .tabButtonWrap.is-end::after {
  opacity: 0;
}
body.home .contents > section#overview ul.tabButton {
  display: flex;
  justify-content: flex-start;
  font-size: 22px;
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  overflow-x: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
body.home .contents > section#overview ul.tabButton::-webkit-scrollbar {
  display: none;
}
body.home .contents > section#overview ul.tabButton {
  padding-left: calc((100% - 1570px) / 2);
  padding-right: 80px;
}
body.home .contents > section#overview ul.tabButton li {
  flex-shrink: 0;
  width: 298px;
  border-radius: 14px 14px 0 0;
  margin: 0 10px;
  background-color: #3E424C;
  color: #70B7D7;
  padding: 20px 0;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
body.home .contents > section#overview ul.tabButton li.active {
  background-color: #fff;
  color: #000;
}
body.home .contents > section#overview .tabContents {
  background-color: #fff;
}
body.home .contents > section#overview .tabContents div.content {
  display: none;
  padding: 55px 45px 45px;
}
body.home .contents > section#overview .tabContents div.content.show {
  display: block;
}
body.home .contents > section#overview .content .entryCompanys {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
body.home .contents > section#overview .content .entryCompanys:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
body.home .contents > section#overview .content .entryCompanys span {
  width: 315px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
body.home .contents > section#overview .content .companyLogo {
  margin-bottom: 30px;
}
body.home .contents > section#overview .content .companyLogo > img {
  margin: 0 auto;
}
body.home .contents > section#overview .content .caption {
  border-left: 7px solid #70B7D7;
  padding-left: 15px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 18px;
}
body.home .contents > section#overview .content.c01 table {
  border-top: 1px solid #e2e1da;
  border-bottom: 1px solid #e2e1da;
  width: 100%;
}
body.home .contents > section#overview .content.c01 table tr th,
body.home .contents > section#overview .content.c01 table tr td {
  padding: 12px 15px;
  line-height: 1.4em;
  font-size: 14px;
  text-align: left;
}
body.home .contents > section#overview .content.c01 table tr:nth-child(2n+1) th,
body.home .contents > section#overview .content.c01 table tr:nth-child(2n+1) td {
  background: #f6f6f6;
}
body.home .contents > section#overview .content.c01 .entry {
  text-align: center;
  margin-top: 35px;
}
body.home .contents > section#overview .content.c01 .entry a {
  display: inline-block;
  width: 358px;
  height: 65px;
  padding-top: 23px;
  font-size: 17px;
  background-color: #d23617;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  border-radius: 35px;
  position: relative;
}
body.home .contents > section#overview .content.c01 .entry a i {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
body.home .contents > section#overview .content.c02 div.sections h3, body.home .contents > section#overview .content.c03 div.sections h3 {
  font-size: 21px;
  font-weight: 700;
  background-color: #70B7D7;
  margin-bottom: 30px;
  padding: 10px 20px;
}
body.home .contents > section#overview .content.c02 div.sections h3.fst, body.home .contents > section#overview .content.c03 div.sections h3.fst {
  font-size: 21px;
  font-weight: 700;
  background-color: #70B7D7;
  margin-bottom: 0px;
  padding: 10px 20px;
}
body.home .contents > section#overview .content.c02 div.sections section, body.home .contents > section#overview .content.c03 div.sections section {
  margin-bottom: 45px;
}
body.home .contents > section#overview .content.c02 div.sections section .detail_wrap, body.home .contents > section#overview .content.c03 div.sections section .detail_wrap {
  clear: both;
}
body.home .contents > section#overview .content.c02 div.sections section dl dd, body.home .contents > section#overview .content.c03 div.sections section dl dd {
  margin-bottom: 50px;
  line-height: 1.8em;
}
body.home .contents > section#overview .content.c02 div.sections section dl dd:last-of-type, body.home .contents > section#overview .content.c03 div.sections section dl dd:last-of-type {
  margin-bottom: 0;
}
body.home .contents > section#overview .content.c02 div.sections section dl dd ul, body.home .contents > section#overview .content.c03 div.sections section dl dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 15px;
}
body.home .contents > section#overview .content.c02 div.sections section dl dd ul li, body.home .contents > section#overview .content.c03 div.sections section dl dd ul li {
  width: 330px;
  font-size: 13px;
  color: #777;
  margin-right: 10px;
}
body.home .contents > section#overview .content.c02 div.sections section dl dd ul li img, body.home .contents > section#overview .content.c03 div.sections section dl dd ul li img {
  width: 100%;
  height: auto;
}
body.home .contents > section#overview .content.c02 div.sections section.sec01, body.home .contents > section#overview .content.c03 div.sections section.sec01 {
  background-color: #f6f6f6;
  display: flex;
  padding: 48px 78px 48px 78px;
}
body.home .contents > section#overview .content.c02 div.sections section.sec01 .img, body.home .contents > section#overview .content.c03 div.sections section.sec01 .img {
  margin-right: 72px;
}
body.home .contents > section#overview .content.c02 div.sections section.sec03, body.home .contents > section#overview .content.c03 div.sections section.sec03 {
  background-color: #f6f6f6;
}
body.home .contents > section#overview .content.c02 div.sections section.sec03 .in, body.home .contents > section#overview .content.c03 div.sections section.sec03 .in {
  padding: 0 48px 48px 48px;
}
body.home .contents > section#overview .content.c02 div.sections section.sec03 .in .dis, body.home .contents > section#overview .content.c03 div.sections section.sec03 .in .dis {
  line-height: 160%;
  margin-bottom: 20px;
}
body.home .contents > section#overview .content.c02 div.sections div.movie, body.home .contents > section#overview .content.c03 div.sections div.movie {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.home .contents > section#overview .content.c02 div.sections div.movie .m_base, body.home .contents > section#overview .content.c03 div.sections div.movie .m_base {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
body.home .contents > section#overview .content.c02 div.sections div.movie .m_base h4, body.home .contents > section#overview .content.c03 div.sections div.movie .m_base h4 {
  margin-top: 12px;
  line-height: 1.2em;
  font-size: 14px;
}
body.home .contents > section#overview .content.c02 div.sections div.movie .m_base div.iframeWrap, body.home .contents > section#overview .content.c03 div.sections div.movie .m_base div.iframeWrap {
  width: 100%;
  position: relative;
}
body.home .contents > section#overview .content.c02 div.sections div.movie .m_base div.iframeWrap:after, body.home .contents > section#overview .content.c03 div.sections div.movie .m_base div.iframeWrap:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
body.home .contents > section#overview .content.c02 div.sections div.movie .m_base div.iframeWrap iframe, body.home .contents > section#overview .content.c03 div.sections div.movie .m_base div.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.home .contents > section#banner {
  padding: 64px 0 96px;
  border-top: 1px solid #ddd;
  margin-top: 64px;
}
body.home .contents > section#banner .bases {
  display: flex;
  gap: 40px;
}
body.home .contents > section#banner .bases .blk {
  width: 50%;
}
body.home .contents > section#banner img {
  width: 100%;
  height: auto;
}
body.home .contents > section#companies {
  padding: 43px 0;
}
body.home .contents > section#companies .sectionTitle {
  margin-bottom: 40px;
}
body.home .contents > section#companies .companySlider {
  width: 930px;
  margin: 0 auto;
}
body.home .contents > section#companies .companySlider .slick-slide {
  width: 300px;
  margin: 0 5px;
}
body.home .contents > section#companies .companySlider .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
}
body.home .contents > section#companies .companySlider .slide-arrow.prev-arrow {
  left: -94px;
}
body.home .contents > section#companies .companySlider .slide-arrow.next-arrow {
  right: -94px;
}
body {
  /* お知らせ */
}
body.news .contents {
  padding: 60px 0 100px 0;
}
body.news .contents .inner {
  width: 1120px;
  margin: 0 auto;
}
body.news .contents .titleWrap {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
body.news .contents .titleWrap h2 {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 10px;
}
body.news .contents .newsBody p {
  line-height: 1.7em;
}
body.news .contents .newsBody img {
  margin: 10px 0;
}
body {
  /* form */
}
body.form .contents {
  padding-top: 40px;
  padding-bottom: 200px;
}
body.form .contents p.caption {
  margin-bottom: 30px;
}
body.form .contents p.error {
  color: #d23617;
  font-size: 14px;
  margin-top: 5px;
}
body.form .contents .formWrap {
  width: 1120px;
  margin: 0 auto;
}
body.form .contents .formWrap table {
  text-align: left;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  width: 100%;
}
body.form .contents .formWrap table tr {
  line-height: 1.7em;
}
body.form .contents .formWrap table tr th {
  padding: 25px 30px 25px 80px;
  position: relative;
  border-right: 1px solid #dddddd;
  width: 295px;
}
body.form .contents .formWrap table tr th span.required {
  color: #cd0d0d;
  background-color: #f6d6d6;
  display: block;
  float: left;
  font-size: 11px;
  width: 43px;
  height: 21px;
  padding-top: 5px;
  text-align: center;
  border-radius: 11px;
  position: absolute;
  top: 26px;
  left: 25px;
  line-height: 1;
}
body.form .contents .formWrap table tr th span.any {
  color: #333;
  background-color: #ebebeb;
  display: block;
  float: left;
  font-size: 11px;
  width: 43px;
  height: 21px;
  padding-top: 5px;
  text-align: center;
  border-radius: 11px;
  position: absolute;
  top: 26px;
  left: 25px;
  line-height: 1;
}
body.form .contents .formWrap table tr th span.required {
  color: #cd0d0d;
  background-color: #f6d6d6;
  display: block;
  float: left;
  font-size: 11px;
  width: 43px;
  height: 21px;
  padding-top: 5px;
  text-align: center;
  border-radius: 11px;
  position: absolute;
  top: 26px;
  left: 25px;
  line-height: 1;
}
body.form .contents .formWrap table tr th p.subText {
  font-size: 14px;
  margin-top: 10px;
  color: #454545;
}
body.form .contents .formWrap table tr th p.subText.red {
  color: #d23617;
}
body.form .contents .formWrap table tr td {
  vertical-align: top;
  padding: 25px;
}
body.form .contents .formWrap table tr td input[type=text],
body.form .contents .formWrap table tr td textarea {
  width: 600px;
  font-size: 15px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #f3f3f3;
}
body.form .contents .formWrap table tr td input[type=text].input-m,
body.form .contents .formWrap table tr td textarea.input-m {
  width: 318px;
}
body.form .contents .formWrap table tr td input[type=text].input-s,
body.form .contents .formWrap table tr td textarea.input-s {
  width: 100px;
}
body.form .contents .formWrap table tr td input[type=text]::-moz-placeholder, body.form .contents .formWrap table tr td textarea::-moz-placeholder {
  color: #adadad;
}
body.form .contents .formWrap table tr td input[type=text]::placeholder,
body.form .contents .formWrap table tr td textarea::placeholder {
  color: #adadad;
}
body.form .contents .formWrap table tr td input[type=text]:focus-visible,
body.form .contents .formWrap table tr td textarea:focus-visible {
  outline: 2px solid #70B7D7;
}
body.form .contents .formWrap table tr td input[type=radio] {
  margin-top: -3px;
}
body.form .contents .formWrap table tr td ul li {
  margin-bottom: 15px;
}
body.form .contents .formWrap table {
  /* 確認画面用 */
}
body.form .contents .formWrap table.confirm th {
  padding: 15px 20px;
}
body.form .contents .formWrap table.confirm td {
  padding: 15px 20px;
}
body.form .contents .formWrap .agreeArea {
  line-height: 1.6em;
  text-align: center;
  font-size: 14.5px;
}
body.form .contents .formWrap .agreeArea label {
  display: block;
  border-bottom: #ddd solid 1px;
  padding: 10px 0 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 14px;
}
body.form .contents .formWrap .submit {
  text-align: center;
  margin-top: 60px;
}
body.form .contents .formWrap .submit button {
  display: inline-block;
  width: 358px;
  height: 65px;
  font-size: 17px;
  background-color: #d23617;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  border-radius: 35px;
  border: none;
  position: relative;
}
body.form .contents .formWrap .submit button i {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
body.form .contents .formWrap .submit button.prev {
  background-color: #9f9f9f;
}
body.form .contents .thanksInner {
  width: 1120px;
  margin: 0 auto;
}
body .pp {
  line-height: 180%;
}
body .pp h2 {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #ddd solid 1px;
}
body .pp dl {
  margin: 40px 0;
}
body .pp dt {
  font-size: 17px;
  margin-bottom: 7px;
  font-weight: bold;
}
body .pp dd {
  margin-bottom: 30px;
}
body .pp .cc {
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 40px;
}
body .gi {
  text-align: center;
  padding: 30px 0;
}
body .gi img {
  width: 50%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body .gi {
    text-align: center;
    padding: 24px;
  }
  body .gi img {
    width: 100%;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  body .dispPC {
    display: none;
  }
  body .dispSP {
    display: block;
  }
  body {
    /* ドロワー */
  }
  body .drawer .drawer-hamburger {
    width: 64px;
    height: 64px;
  }
  body .drawer .drawer-hamburger img {
    width: 40%;
  }
  body .drawer .drawer-nav {
    padding-top: 85px;
  }
  body {
    /* ヘッダー基本 */
  }
  body header .headerLogo {
    width: 100%;
    height: 85px;
    padding: 9px;
  }
  body header .headerLogo a img {
    height: 67px;
  }
  body {
    /* フッター基本 */
  }
  body footer {
    padding: 40px 0;
  }
  body footer .inner {
    width: 100%;
    padding: 0 15px;
  }
  body footer .logo {
    float: none;
    margin-bottom: 30px;
  }
  body footer .logo img {
    width: 40%;
  }
  body footer .footerText {
    float: none;
  }
  body footer .copyright {
    text-align: center;
  }
  body.home header {
    min-width: 100%;
    padding: 100px 0 70px 0;
  }
  body.home header .mainvisualTop {
    width: 100%;
    padding: 0 15px;
  }
  body.home header .mainvisualTop .imgtext {
    margin-bottom: 30px;
  }
  body.home header .mainvisualTop .imgtext img {
    width: 85%;
    height: auto;
    display: block;
    margin: 0 auto 40px;
  }
  body.home header .mainvisualTop .text {
    font-size: 22px;
    position: initial;
    background-color: #000;
    padding: 10px 10px;
    line-height: 1.7em;
    text-align: center;
    font-size: 21px;
    width: 90%;
    margin: 0 auto;
  }
  body.home header .mainvisualTop .text > span {
    background: none;
    padding: 0;
    margin-bottom: 0;
  }
  body.home .contents > section {
    /* セクション共通 */
  }
  body.home .contents > section .sectionTitle h2 {
    font-size: 27px;
  }
  body.home .contents > section .sectionTitle div.sub {
    font-size: 15px;
  }
  body.home .contents > section .inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.home .contents > section {
    /* セクション共通　ここまで */
  }
  body.home .contents > section#about {
    padding: 56px 0 40px;
  }
  body.home .contents > section#about h2 {
    font-size: 18px;
  }
  body.home .contents > section#about h2 > div {
    width: 140px;
    font-size: 18px;
  }
  body.home .contents > section#about div.summary {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 45px;
  }
  body.home .contents > section#about div.summary > span {
    padding: 0 10px;
  }
  body.home .contents > section#about p {
    text-align: left;
    line-height: 2;
    font-size: 18px;
  }
  body.home .contents > section#about .base {
    display: block;
  }
  body.home .contents > section#about .base .blk {
    width: 100%;
    padding: 40px 24px 40px;
    border-radius: 16px;
    margin-bottom: 16px;
  }
  body.home .contents > section#about .base .blk p {
    font-size: 15px;
  }
  body.home .contents > section#about .base .blk .txt_b {
    font-size: 22px;
    font-weight: bold;
    color: #70B7D7;
  }
  body.home .contents > section#about .base .blk h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #70B7D7;
    font-weight: 900;
    margin-bottom: 40px;
    letter-spacing: 2px;
  }
  body.home .contents > section#about .base .blk h3 span {
    background-color: #3E424C;
    padding: 16px 40px;
    border-radius: 100px;
  }
  body.home .contents > section#about .base .blk h3.fc {
    color: #3E424C;
    font-weight: 900;
    margin-bottom: 40px;
  }
  body.home .contents > section#about .base .blk h3.fc span {
    background-color: #70B7D7;
  }
  body.home .contents > section#about br.dispPC {
    display: none !important;
  }
  body.home .contents > section#news .newsInner {
    display: block;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  body.home .contents > section#news .newsInner .sectionTitle {
    text-align: center;
    width: 100%;
    border-bottom: #ddd solid 1px;
    margin-bottom: 0;
    padding: 30px 0 25px;
  }
  body.home .contents > section#news .newsInner .newsArea {
    width: 100%;
    border-left: none;
  }
  body.home .contents > section#news .newsInner .newsArea ul li {
    align-items: flex-start;
  }
  body.home .contents > section#news .newsInner .newsArea ul li a {
    padding: 20px 15px;
  }
  body.home .contents > section#news .newsInner .newsArea ul li div.thumb {
    width: 25%;
  }
  body.home .contents > section#news .newsInner .newsArea ul li div.newsBody {
    width: 75%;
    display: block;
    padding: 10px 0 0 10px;
  }
  body.home .contents > section#news .newsInner .newsArea ul li div.newsBody div.date {
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  body.home .contents > section#news .newsInner .newsArea ul li div.newsBody div.title {
    width: auto;
  }
  body.home .contents > section#merit ul {
    padding: 0;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
  body.home .contents > section#merit ul li {
    width: 100%;
  }
  body.home .contents > section#merit ul li img {
    width: 100%;
    margin-left: 0;
  }
  body.home .contents > section#flow ul.stepWrap li {
    width: 100%;
  }
  body.home .contents > section#flow ul.stepWrap li:nth-child(n) {
    margin-left: 0;
  }
  body.home .contents > section#flow ul.stepWrap li img.step {
    left: 15px;
    width: 84px;
  }
  body.home .contents > section#flow ul.stepWrap li img.stepImg {
    width: 100%;
  }
  body.home .contents > section#overview ul.tabButton {
    padding: 0 6px;
    font-size: 20px;
  }
  body.home .contents > section#overview ul.tabButton li {
    width: 50%;
    margin: 0 2px;
    font-size: 12px;
    letter-spacing: 0;
    border-radius: 8px 8px 0 0;
  }
  body.home .contents > section#overview .tabContents div.content {
    padding: 40px 15px 30px;
  }
  body.home .contents > section#overview .tabContents div.content .entryCompanys span {
    width: 100%;
  }
  body.home .contents > section#overview .tabContents div.content .companyLogo img {
    width: 100%;
  }
  body.home .contents > section#overview .tabContents div.content.c01 table tr th {
    padding-bottom: 0;
  }
  body.home .contents > section#overview .tabContents div.content.c01 table tr th,
  body.home .contents > section#overview .tabContents div.content.c01 table tr td {
    display: block;
  }
  body.home .contents > section#overview .tabContents div.content.c01 .entry a {
    width: 100%;
  }
  body.home .contents > section#overview .tabContents div.content.c02 div.sections section dl dd, body.home .contents > section#overview .tabContents div.content.c03 div.sections section dl dd {
    word-break: break-all;
  }
  body.home .contents > section#overview .tabContents div.content.c02 div.sections section dl dd ul li, body.home .contents > section#overview .tabContents div.content.c03 div.sections section dl dd ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  body.home .contents > section#overview .tabContents div.content.c02 div.sections section dl dd ul li img, body.home .contents > section#overview .tabContents div.content.c03 div.sections section dl dd ul li img {
    width: 100%;
  }
  body.home .contents > section#overview .tabContents div.content.c02 div.sections section.sec01, body.home .contents > section#overview .tabContents div.content.c03 div.sections section.sec01 {
    display: block;
    padding: 20px 15px;
  }
  body.home .contents > section#overview .tabContents div.content.c02 div.sections section.sec01 .img, body.home .contents > section#overview .tabContents div.content.c03 div.sections section.sec01 .img {
    margin-right: 0;
    margin-bottom: 25px;
  }
  body.home .contents > section#overview .tabContents div.content.c02 div.sections section.sec01 .img > img, body.home .contents > section#overview .tabContents div.content.c03 div.sections section.sec01 .img > img {
    width: 100%;
    max-width: 325px;
  }
  body.home .contents > section#overview .tabContents div.content.c02 div.sections section.sec03, body.home .contents > section#overview .tabContents div.content.c03 div.sections section.sec03 {
    background-color: #f6f6f6;
  }
  body.home .contents > section#overview .tabContents div.content.c02 div.sections section.sec03 .in, body.home .contents > section#overview .tabContents div.content.c03 div.sections section.sec03 .in {
    padding: 0 10px 20px 10px;
  }
  body.home .contents > section#overview .tabContents div.content.c02 div.sections section.sec03 .in .dis, body.home .contents > section#overview .tabContents div.content.c03 div.sections section.sec03 .in .dis {
    line-height: 160%;
    margin-bottom: 20px;
  }
  body.home .contents > section#overview .tabContents div.content.c02 div.sections div.movie .m_base, body.home .contents > section#overview .tabContents div.content.c03 div.sections div.movie .m_base {
    width: calc(50% - 5px);
    margin-bottom: 20px;
  }
  body.home .contents > section#overview .tabContents div.content.c02 div.sections div.movie .m_base h3, body.home .contents > section#overview .tabContents div.content.c03 div.sections div.movie .m_base h3 {
    margin-top: 7px;
    font-size: 14px;
  }
  body.home .contents > section#banner {
    padding: 40px 0 40px;
    border-bottom: 1px solid #ddd;
  }
  body.home .contents > section#banner .bases {
    display: block;
    gap: 40px;
  }
  body.home .contents > section#banner .bases .blk {
    width: 100%;
    margin-bottom: 24px;
  }
  body.home .contents > section#banner .bases .blk img {
    width: 100%;
    height: auto;
  }
  body.home .contents > section#companies .companySlider {
    width: 100%;
  }
  body.home .contents > section#companies .companySlider .slick-slide img {
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
  }
  body.home .contents > section#companies .companySlider .slide-arrow {
    z-index: 1;
    width: 35px;
    height: 35px;
  }
  body.home .contents > section#companies .companySlider .slide-arrow img {
    width: 100%;
  }
  body.home .contents > section#companies .companySlider .slide-arrow.prev-arrow {
    left: 0;
  }
  body.home .contents > section#companies .companySlider .slide-arrow.next-arrow {
    right: 0;
  }
  body {
    /* お知らせ */
  }
  body.news .contents .inner {
    width: 100%;
    padding: 0 15px;
  }
  body {
    /* form */
  }
  body.form .contents {
    padding: 40px 15px 70px 15px;
  }
  body.form .contents .formWrap {
    width: 100%;
  }
  body.form .contents .formWrap table {
    border-bottom: none;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
  }
  body.form .contents .formWrap table tr th {
    width: 100%;
    display: block;
    padding: 15px 15px 0 70px;
    border-right: none;
  }
  body.form .contents .formWrap table tr th span.required {
    top: 16px;
    left: 15px;
  }
  body.form .contents .formWrap table tr td {
    display: block;
    border-bottom: 1px solid #dddddd;
    padding: 15px;
  }
  body.form .contents .formWrap table tr td input[type=text],
  body.form .contents .formWrap table tr td textarea {
    width: 100%;
  }
  body.form .contents .formWrap table tr td input[type=text].input-m,
  body.form .contents .formWrap table tr td textarea.input-m {
    width: 100%;
  }
  body.form .contents .formWrap table tr td input[type=text].input-s,
  body.form .contents .formWrap table tr td textarea.input-s {
    width: 100px;
  }
  body.form .contents .formWrap table tr td ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
  }
  body.form .contents .formWrap table {
    /* 確認画面用 */
  }
  body.form .contents .formWrap table.confirm td {
    padding-top: 0;
  }
  body.form .contents .formWrap table.confirm td ul li {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 5px;
    text-indent: -1em;
    padding-left: 1em;
  }
  body.form .contents .formWrap .submit {
    margin-top: 20px;
  }
  body.form .contents .formWrap .submit button {
    width: 100%;
    margin-bottom: 7px;
  }
  body.form .contents .thanksInner {
    width: 100%;
  }
}

.steps {
  list-style-type: none;
  padding: 0;
  margin: 30px 0;
}

.steps li {
  position: relative;
  width: 50%;
  background: #504944;
  padding: 2em 2em 3em 2em;
  margin-bottom: 1em;
  text-align: left;
  color: #fff;
  margin: 0 auto 2em;
  line-height: 160%;
}
.steps li.day1 {
  background-color: #70B7D7;
}
.steps li.day4 {
  background-color: #8E93BC;
}

.steps li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  left: 42%;
  border-style: solid;
  border-color: #70B7D7 transparent transparent transparent;
  border-width: 20px 50px 0 50px;
  z-index: 1;
}

.steps li:last-child::after {
  border: none !important;
}

.steps li.is-current {
  background: #9bbb30;
  font-weight: bold;
}

.steps li.is-current:after {
  border-color: #9bbb30 transparent transparent transparent;
}

.steps .ttl {
  font-weight: bold;
  font-size: 18px;
  border-bottom: #fff solid 1px;
  padding-bottom: 10px;
}
.steps .ttl span {
  color: #fff;
  background: #000;
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 13px;
  margin-right: 15px;
}
.steps .ttl br {
  display: none;
}

.steps .inbody {
  font-size: 14px;
  padding: 15px 0;
}

.steps .caution {
  font-size: 12px;
}

.steps_caution {
  font-size: 12px;
  color: #777;
  width: 50%;
  margin: -10px auto 15px auto;
}
.steps_caution p {
  margin-bottom: 7px;
  line-height: 150%;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .steps li {
    position: relative;
    width: 100%;
  }
  .steps li:after {
    left: 38%;
  }
  .steps .ttl {
    line-height: 170%;
  }
  .steps .ttl br {
    display: block;
  }
  .steps_caution {
    font-size: 12px;
    color: #777;
    width: 100%;
    margin: -10px auto 15px auto;
  }
  .steps_caution p {
    margin-bottom: 7px;
    line-height: 150%;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.re2022 img {
  display: block !important;
  width: 70%;
  margin: 16px auto;
}
@media screen and (max-width: 768px) {
  .re2022 img {
    display: block;
    width: 100%;
    margin: 16px auto;
  }
}

.entry.dead {
  pointer-events: none;
  display: block;
  width: 358px;
  height: 65px;
  padding-top: 23px;
  font-size: 17px;
  background-color: #ddd;
  text-decoration: none;
  color: #666;
  font-weight: 700;
  border-radius: 0;
  position: relative;
  margin: auto;
}

.re2025 .caption {
  margin-top: 64px;
}
.re2025 img {
  width: 100%;
  height: auto;
}
.re2025 p {
  line-height: 1.7em;
  margin-bottom: 20px;
}
.re2025 .single {
  display: block !important;
  width: 70%;
  margin: 16px auto;
}
.re2025 .twoCol {
  display: flex;
  gap: 24px;
  color: #777;
}
.re2025 .twoCol li {
  width: 50%;
  margin-bottom: 40px;
  font-size: 13px;
}
.re2025 .twoCol li img {
  margin-bottom: 16px;
}
.re2025 .threeCol {
  display: flex;
  gap: 24px;
}
.re2025 .threeCol li {
  width: 33.33%;
  margin-bottom: 40px;
  font-size: 13px;
  color: #777;
}
.re2025 .threeCol li img {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .re2025 .caption {
    margin-top: 40px;
  }
  .re2025 img {
    width: 100%;
    height: auto;
  }
  .re2025 p {
    line-height: 1.7em;
    margin-bottom: 12px;
  }
  .re2025 .single {
    display: block !important;
    width: 100%;
    margin: 8px auto;
  }
  .re2025 .twoCol {
    display: block;
    gap: 0;
    color: #777;
  }
  .re2025 .twoCol li {
    width: 100%;
    margin-bottom: 24px;
    font-size: 13px;
  }
  .re2025 .twoCol li img {
    margin-bottom: 16px;
  }
  .re2025 .threeCol {
    display: block;
    gap: 24px;
  }
  .re2025 .threeCol li {
    width: 100%;
    margin-bottom: 24px;
    font-size: 13px;
    color: #777;
  }
  .re2025 .threeCol li img {
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=style2026.css.map */