@charset "UTF-8";



/* content-box */
.content-box {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}

.content-box p {
  font-size: 16px;
  /* line-height: 220%; */
  margin-bottom: 1.4em;
}

.boxFlexible_eventinfo p {
  font-size: 35px;
}

.content-box .photo {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.content-box .photo img {
  max-width: 100%;
  height: auto;
}



/*
----------------------------------------------------------
Page: Common
---------------------------------------------------------- */

.single-page {
  /*margin:0 45px;*/
}

.page-section {
  margin: 60px auto;
  /* width: 100%; */
  max-width: 12000px;
  padding: 70px 3%;
  background: #fefefe;
  border: #f5f5f5 1px solid;
  /* border-left: none; */
  -webkit-border-radius: 0px 15px 0 0px;
  border-radius: 0px 15px 0 0px;
  /* font-family: dnp-shuei-mgothic-std, sans-serif; */
}
}

.page-section:first-child {
  margin-top: 50px;
}


/*
.page-section-sub:not(:first-child){border-top:1px solid #d9e3e5;padding-top:60px;margin-top:60px;}*/

@media (max-width:900px) {
  .page-section {
    margin: 50px 2.5%;
    padding: 60px 5%;
  }
}

@media (max-width:738px) {
  .page-section {
    margin: 40px 10px 0;
    padding: 50px 5%;
    border: #f0f0f0 1px solid;
  }
}

@media (max-width:414px) {
  .page-section {
    padding: 40px 4%;
    margin: 40px 0;
  }
}

.page-section.dashed {
  border: #111 1px dashed;
}

.page-section .lead-image {
  display: block;
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.page-section-header {
  text-align: left;
  font-size: 28px;
  margin-bottom: 10px;
}

.page-section-header:before {
  content: '●'
}



.page-section-header .lead {
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}





.contents-wrap {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 7rem; */
  /* justify-content: center; */
  align-items: flex-start;
  /* width: 100%; */
  max-width: 1200px;
  margin: 50px auto 50px;
}

.contents-wrap:nth-child(odd) {
  flex-direction: row-reverse;
  margin-bottom: 100px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
}

.contents-wrap:nth-child(even) {
  /* 	background:#eee; */
}

.contents-text {
  width: 70%;
  padding: 0;
  /*flex: 2;*/
}

.flow_title {
  border-bottom: solid 2px
}




.contents-text p {
  font-size: 18px;
  line-height: 1.5
}

.contents-img {
  width: 100%;
  flex: 1;
  padding: 0 1em;
}

.contents-text h2 {
  margin-bottom: 2rem;
  margin-top: 5rem;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding: 3px;
  color: #242e76;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: 'Abel', sans-serif;
}

.contents-img img {
  display: block;
  /* max-width: 400px; */
  /* height: 250px; */
  overflow: hidden;
  /* width: 120px; */
  /* height: 100%; */
  position: relative;
  object-fit: cover;
  margin: 0 auto;
  width: 100%;
  border-radius: 0.5%;
  /* padding: 2%; */
}

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

  .contents-wrap,
  .contents-wrap:nth-child(odd) {
    flex-direction: column;
  }

  .contents-text,
  .contents-img img {
    width: 100%;
    /*flex: 1;*/
  }

  .contents-text {
    padding: 3rem;
  }

  .contents-text h2 {
    /* text-align: center; */
  }
}

@media(max-width:499px) {
  h2.sub-ttl2 {
    font-size: 1.5rem;
  }


  .contents-text {
    padding: 1rem;
  }


  .contents-img img {
    width: 150px;
    ;
  }





}


/*! #company
=========================================== */
.companyTable {
  margin-top: 30px;
  margin-bottom: 100px;
}

.companyTable th,
.companyTable td {
  border: 1px dashed #d6d6d6;
  text-align: left;
}

.companyTable th {
  width: 250px;
  border-left: 0;
  padding: 10px 1% 10px;
  font-weight: 400;
}

.companyTable td {
  border-right: 0;
  padding: 10px 0 10px 30px;
}


.companyTable tr {
  border-bottom: dashed 1px #eee;
  /*   cursor: pointer; */
}

.companyTable tr:hover {
  /*   background-color: #02126d; */
  /*   color:#fff; */

}


.companyTable th:before {
  font-family: 'Font Awesome 6 pro';
  content: "\f52d";
  color: #322961;
  /* left:0; */
  position: relative;
  padding-right: 0.5rem;
}

.companyTable ul {}

.companyTable ul li {
  position: relative;
  /* padding-left: 1rem; */
  color: #322961;
}

.companyTable ul li::before {
  font-family: 'Font Awesome 6 pro';
  content: "\f111";
  padding-right: 0.4rem;
  font-size: 12px;
}

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

  .companyTable th {
    width: 100px;
    border-left: 0;
    padding: 18px 0 16px
  }
}

.linkArea {
  text-align: center;
  margin-top: 40px;
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
}


.boxFlexible_eventinfo {
  position: relative;
  margin: 3em 0 0em;
  padding: 2em 1em;
  border: solid 1px #02126d;
  /* max-width: 500px; */
  /* width: 100%; */
}



.boxFlexible_eventinfo .box-title {
  position: absolute;
  display: inline-block;
  top: -17px;
  left: 15px;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  font-size: 22px;
  color: #02126d;
  font-weight: bold;
  background: #fff;
}

.boxFlexible_eventinfo p a {
  height: auto;
}

.boxFlexible_eventinfo p a {
  margin: 0;
  padding: 0;
  /* font-size: 20px; */
  line-height: 2;
  /* padding: 10px; */
  display: inline;
}

.boxFlexible_eventinfo p span {}


.gallery_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.gallery_col>div {
  flex: 1 0 0%;
  /* margin: 0.4em 0.5em; */
  /* padding: 1em 0.5em; */
  /* justify-content: center; */
  padding: 0 40px;
}


.gallery_col>div p {
  margin-bottom: 0;
  text-align: left;
}

.gallery_col>div p.r_tanto {
  font-size: 25px;
}





@media screen and (max-width: 768px) {
  .gallery_col {
    display: flex;
    flex-direction: column;
  }

  .boxFlexible_eventinfo p {
    font-size: 28px;
    margin: 1rem 0 !important;
  }
}

.button_a {
  cursor: pointer;
  /* width: 100%; */
  height: auto;
  font-weight: 600;
  font-size: 20px;
  line-height: 2.1em;
  letter-spacing: 0.18em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  color: #322961;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-color: #322961;
  border-style: solid;
  border-width: 1px;
  padding: 13px 17px;
  padding: 0.8125em 1em 0.75em;
  transition: background-color 500ms ease-out;
}

.button_a:hover,
.button_a:focus {
  background-color: #322961;
  color: #fff;
  border: 1px solid #322961;
  text-decoration: none;
}



@font-face {
  font-family: 'typicons';
  src: url("fonts/typicons.eot");
  src: url("fonts/typicons.eot?#iefix") format('embedded-opentype'),
    url("fonts/typicons.woff") format('woff'),
    url("fonts/typicons.ttf") format('truetype'),
    url("fonts/typicons.svg#typicons") format('svg');
  font-weight: normal;
  font-style: normal;

  .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }


}



.quality h2 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0;
  font-size: 25px;
  margin-bottom: 30px;
}

.quality h2:before,
h2:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}

.quality h2:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}

.quality h2:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

.quality p {
  font-size: 18px;
  letter-spacing: 0.1em
}

@media(max-width:499px) {
  .quality {
    width: 95%;
    margin: 20px auto;
    text-align: left;

    padding-top: 30px;
    /* float:left; */
  }
}








.about .contents .kv .kv__concept .kv__concept--title {
  width: 100%;
  font-size: 60px;
  color: #322961;
  font-family: "Century Gothic", sans-serif;
}

.about .contents .kv .kv__concept .kv__concept--title span {
  /* padding-top: calc(46 / 220 * 100%); */
  /* background-image: url("../img/contents/access/title.svg"); */
  /* font-size: 60px; */
  /* color: #ddd; */
}

.about .contents .section {
  margin-bottom: 70px;
  padding: 0 20px;
}

.about .about__contents--titile {
  text-align: center;
  margin-bottom: 20px;
}

.about .about__contents--titile dt {
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
  margin-bottom: 10px;
}

.about .about__contents--titile dd {
  font-size: 16px;
}

.about .about__contents--titile dd br {
  display: none;
}

.about .section>p {
  text-align: center;
  line-height: 2;
  margin-bottom: 45px;
}

.about .google__btn {
  text-align: center;
  margin: 0 auto;
}

.about .google__btn a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fffbf6;
  line-height: 35px;
  padding: 0 30px 0 39px;
  border-radius: 35px;
  background-color: #cb2e27;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.about .google__btn a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 13px;
  left: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../img/contents/about/google--icon.svg");
}

.about .google__btn:hover a {
  opacity: .7;
}

.about .h2 {
  margin-bottom: 50px;
}

.about .h2 strong {
  /* width: 371px; */
  /* background-image: url("../img/contents/about/column--title.svg"); */
}

.about .about__column li {
  margin-bottom: 35px;
}

.about .about__column li dl {
  position: relative;
  padding-left: 130px;
}

.about .about__column li dl dt {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: bold;
}

.about .about__column li dl dd {
  position: relative;
  font-size: 16px;
  margin-bottom: 18px;
  padding-left: 35px;
  line-height: 1.5;
}

.about .about__column li dl dd:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 22px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.about .about__column li dl dd.icon--train:after {
  background-image: url("../img/contents/about/icon--train.svg");
}

.about .about__column li dl dd.icon--bus:after {
  background-image: url("../img/contents/about/icon--bus.svg");
}

.about .about__column li dl dd.icon--car:after {
  background-image: url("../img/contents/about/icon--car.svg");
}

.about .about__column li dl dd.icon--plane:after {
  background-image: url("../img/contents/about/icon--plane.svg");
}



.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}

.flex-item {
  flex: 1 1 300px;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

a:link.btn {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
}

.interview-card {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
}

.interview-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .interview-card {
    flex-direction: column;
  }
}

.hero .mv {
  position: relative;
}

.hero .mv h1 {
  position: absolute;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 600;
  bottom: 20%;
  right: 0;
}

.hero .mv h1 span {
  contain: "";
  background: #fff;
  height: 1rem;
}

@media screen and (max-width: 768px) {
  .hero .mv h1 {
    position: static;
    text-align: left;
    margin: 2rem 0;
  }
}

.flex-container.x {
  flex-direction: row-reverse;
}

.flex-img {
  flex: 1 1 200px;
}

.flex-txt {
  flex: 1 1 600px;
}

.contents h2.title_a {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  color: #322961;
  line-height: 1.5;
  margin: 2rem 0 1rem;
}

.contents h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #322961;
  line-height: 1.5;
  margin: 1rem 0;
}

@media screen and (max-width: 768px) {
  .contents h3 {
    text-align: center;
  }
}

#about img {
  max-width: 200px;
  margin: auto;
}

.interview-card h3 span {
  font-size: 1rem;
  font-weight: 500;
}

.sp {
  display: none;
}

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

  .pc {
    display: none;
  }
}

h4.jouken {
  color: orange;
  font-size: 1.2rem;
  font-weight: 600;
}

ul.jouken,
ol.jouken {
  padding: 0;
  position: relative;
  font-size: 1rem;
}

ul.jouken li,
ol.jouken li {
  color: black;
  border-left: solid 8px orange;
  /*左側の線*/
  background: whitesmoke;
  /*背景色*/
  margin-bottom: 5px;
  /*下のバーとの余白*/
  line-height: 1.5;
  border-radius: 0 20px 20px 0;
  /*右側の角だけ丸く*/
  padding: 0.8em;
  list-style-type: none !important;
}