@charset "shift-jis";
/* --------------------------------------------------
info_gaiyou.html css
-------------------------------------------------- */
*,*::before,*::after {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

/* ------------------------------
display
------------------------------ */
.pc {
  display: inherit;
}
.tab {
  display: none;
}
.sp {
  display: none;
}
.sp_tab {
  display: none;
}
@media screen and (min-width: 600px) {
  .tab_pc {
    display: inherit;
  }
}
@media screen and (max-width: 999px) {
  .pc {
    display: none;
  }
  .tab {
    display: inherit;
  }
  .sp {
    display: none;
  }
  .sp_tab {
    display: inherit;
  }
}
@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
  .tab {
    display: none ;
  }
  .sp {
    display: inherit;
  }
  .tab_pc {
    display: none;
  }
}

/* ------------------------------
inner
------------------------------ */
.inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 599px) {
  .inner {
    padding: 60px 0;
  }
  .inner.sp_right {
    width: 96%;
    margin: 0 0 0 auto;
  }
}

/* ------------------------------
background
------------------------------ */
.bg_lblue {
  background-color: rgba(68, 161, 197, 0.1);
}
/* bg_gray_grd */
.bg_gray_grd {
  position: relative;
  overflow: hidden;
}
.bg_gray_grd::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 115%;
  height: 115%;
  background: radial-gradient(rgba(244, 244, 244, 1), rgba(255, 255, 255, 1) 60%, rgba(235, 234, 228, 1));
  content: '';
}
.bg_gray_grd .inner {
  position: relative;
  z-index: 2;
}

/* ------------------------------
button
------------------------------ */
/* btn_01 */
.btn_01 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  padding: 0.7em 35px 0.7em 1em;
  background: #fff;
  border: 1px solid #1b2669;
  border-radius: 6px;
  color: #1c236d;
  font-size: 18px;
  text-align: center;
}
.btn_01::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #1b2669;
  border-right: 1px solid #1b2669;
  content: '';
}
.btn_01:hover {
  opacity: 0.8;
}
/* btn_02 */
.btn_02 {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.75em 25px 0.75em 0.5em;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
.btn_02::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.642%22%20height%3D%2214%22%20viewBox%3D%220%200%2015.642%2014%22%3E%3Cg%20transform%3D%22translate(0.5%200.5)%22%3E%3Cpath%20d%3D%22M-.5-.5H11.037V9.668H-.5ZM10.037.5H.5V8.668h9.537Z%22%20transform%3D%22translate(4.105)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M316.437%2C283.532H304.9V273.5h2.689v1H305.9v8.032h9.537v-1.416h1Z%22%20transform%3D%22translate(-305.4%20-270.032)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  content: '';
}
.btn_02:hover {
  opacity: 0.8;
}
.btn_02.black {
  background: #000;
}
.btn_02.green {
  background: #39cd00;
}
.btn_02.pink {
  background: #e21899;
}
.btn_02.blue {
  background: #3b5998;
}
.btn_02.red {
  background: #f50204;
}
.btn_02.dblue {
  background: #294c7a;
}
@media screen and (max-width: 599px) {
  .btn_01 {
    max-width: 300px;
    font-size: 16px;
  }
  .btn_02 {
    font-size: 14px;
  }
}

/* ------------------------------
heading
------------------------------ */
.heading_01 {
  margin-bottom: 0.8em;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
.heading_01 .en {
  font-family: 'Josefin Slab', serif;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .heading_01 { 
    font-size: 22px;
  }
  .heading_01 .en {
    font-size: 16px;
  }
}

/* ------------------------------
box
------------------------------ */
.box_01 {
  padding: 30px 3%;
  background: #fff;
  border-radius: 10px;
}
.box_01.max_narrow {
  max-width: 854px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .box_01 {
    padding: 20px 4%;
    border-radius: 10px 0 0 10px;
  }
}

/* ------------------------------
about_fa
------------------------------ */
.about_fa {
  background: url(/images/info/gaiyou/bg_about_fa.png) no-repeat center / cover;
}
.about_fa h3 {
  margin-bottom: 0.8em;
  font-size: 18px;
  font-weight: bold;
}
.about_fa p {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .about_fa {
    background: url(/images/info/gaiyou/bg_about_fa_sp.png) no-repeat center / cover;
  }
  .about_fa .box_01 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* ------------------------------
company_overview
------------------------------ */
.company_overview dl {
  display: grid;
  grid-template-columns: 18% 82%;
  margin-bottom: 30px;
  border-bottom: 1px solid #dad5d0;
}
.company_overview dt,
.company_overview dd  {
  display: flex;
  align-items: center;
  padding: 1em 0.6em;
  border-top: 1px solid #dad5d0;
}
.company_overview dt {
  padding-right: 0.3em;
}
.company_overview dd {
  padding-left: 0.3em;
}
.company_overview .googlemap {
  display: block;
  width: 100%;
  height: 417px;
  margin: 0 auto;
  border: 0;
}
.company_overview .nearest_station {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 14px;
  border-left: 1px solid #dad5d0;
  border-right: 1px solid #dad5d0;
}
.company_overview .nearest_station dt {
  background: #eee;
  justify-content: center;
  font-weight: bold;
}
.company_overview .nearest_station li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 599px) {
  .company_overview dl {
    grid-template-columns: 7em calc(100% - 7em);
  }
  .company_overview dt,
  .company_overview dd  {
    padding: 1.2em 0.5em;
    border-top: 1px solid #dad5d0;
  }
  .company_overview dt {
    padding-right: 0.8em;
  }
  .company_overview dd {
    padding-left: 0.8em;
  }
  .company_overview .googlemap {
    height: 260px;
  }
  .company_overview .nearest_station {
    grid-template-columns: 1fr;
  }
  .company_overview .nearest_station dt {
    padding: 0.5em;
  }
}

/* ------------------------------
founder_ceo
------------------------------ */
.founder_ceo .box_01 + .box_01 {
  margin-top: 30px;
}
.founder_ceo h3 {
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dad5d0;
  font-size: 18px;
}
.founder_ceo h3 .txt_nml {
  font-weight: normal;
}
.founder_ceo p {
  font-size: 14px;
  line-height: 2.1;
}
@media screen and (max-width: 599px) {
  .founder_ceo h3 {
    font-size: 16px;
  }
}

/* ------------------------------
ceo_message
------------------------------ */
.ceo_message p {
  line-height: 2.1;
}
.ceo_message p + p {
  margin-top: 2em;
}
.ceo_message .ceo_name {
  font-family: "Hiragino Mincho ProN W6", "ƒqƒ‰ƒMƒm–¾’© ProN W6", "Hiragino Mincho ProN", "HG–¾’©E", "Ÿà–¾’©", YuMincho, "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  font-size: 18px;
  text-align: right;
}
.ceo_message .btn_01 {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .ceo_message .ceo_name {
    font-size: 16px;
  }
}

/* ------------------------------
history
------------------------------ */
.history .history_list {
  display: grid;
  grid-template-columns: 130px auto;
  column-gap: 2%;
}
.history .history_list dt,
.history .history_list dd {
  margin-bottom: 1.2em;
}
.history .history_list dt {
  position: relative;
  padding-left: 50px;
  font-family: "din-2014", sans-serif;
  color: #6276a3;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.history .history_list dt::before {
  position: absolute;
  top: 0.34em;
  left: 0;
  width: 15px;
  height: 15px;
  background: #6276a3;
  border-radius: 50%;
  content: '';
}
.history .history_list dt::after {
  position: absolute;
  top: 0.4em;
  left: 6px;
  width: 2px;
  height: calc(100% + 1.5em);
  background: #6276a3;
  content: '';
}
.history .history_list dt:last-of-type:after {
  content: none;
}
.history .history_list dt:last-of-type,
.history .history_list dd:last-of-type {
  margin-bottom: 0;
}
.history .btn_01 {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .history .history_list {
    grid-template-columns: 80px auto;
  }
  .history .history_list dt {
    padding-left: 20px;
    font-size: 18px;
  }
  .history .history_list dt::before {
    width: 10px;
    height: 10px;
  }
  .history .history_list dt::after {
    left: 4px;
  }
}

/* ------------------------------
media_adoption
------------------------------ */
.media_adoption .lead {
  margin-bottom: 1.5em;
  font-size: 16px;
}
.media_adoption ul {
  margin-bottom: 40px;
}
.media_adoption li > p {
  padding: 0 1em;
  font-size: 12px;
  line-height: 2.0;
}
.media_adoption .media_list h3,
.media_adoption .adoption_list h3 {
  margin-bottom: 0.8em;
  padding: 0.7em 1em;
  border-radius: 9999px;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
.media_adoption .media_list h3 {
  background: rgba(234, 85, 32, 0.1);
  color: #ea5520;
}
.media_adoption .adoption_list h3 {
  background: rgba(28, 35, 109, 0.1);
  color: #1c236d;
}
.media_adoption .media_img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.media_adoption .btn_01 {
  margin-top: 50px;
}
@media screen and (min-width: 600px) {
  .media_adoption .media_list,
  .media_adoption .adoption_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
  }
  .media_adoption .adoption_list li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .media_adoption .adoption_list li:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .media_adoption .adoption_list li:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .media_adoption .adoption_list li:nth-child(5) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 599px) {
  .media_adoption ul li + li {
    margin-top: 20px;
  }
}

/* ------------------------------
related_info
------------------------------ */
.related_info .sns_list h3 {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  margin-bottom: 30px;
}
.related_info .sns_list h3 .txt {
  line-height: 1.6;
}
.related_info .sns_list h3 .ico_sns {
  margin-top: 0.5em;
}
.related_info .sns_list h3 .ico_sns img {
  width: 35px;
}
.related_info .sns_list h3 .ico_sns .fb {
  margin-left: 9px;
}
.related_info .sns_list h3 .ico_sns .youtube {
  width: 43px;
  height: auto;
}
.related_info .sns_list .prtimes h3 {
  grid-template-columns: 130px auto;
}
.related_info .sns_list .prtimes h3 .ico_sns {
  margin-top: 0.2em;
}
.related_info .sns_list .prtimes h3 .ico_sns img {
  width: 120px;
}
.related_info .sns_list .prtimes h3 .txt {
  overflow-wrap: anywhere;
}
@media screen and (min-width: 600px) {
  .related_info .sns_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 875px;
    margin: 0 auto;
  }
  .related_info .sns_list li {
    width: 48%;
  }
  .related_info .sns_list li:nth-child(n + 3) {
    margin-top: 25px;
  }
  .related_info .sns_list h3 {
    min-height: 47px;
  }
}
@media screen and (min-width: 600px) and (max-width: 779px) {
  .related_info .sns_list h3 .txt br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .related_info .sns_list li + li {
    margin-top: 30px;
  }
  .related_info .sns_list .prtimes h3 {
    grid-template-columns: 120px auto;
  }
  .related_info .sns_list .prtimes h3 .ico_sns img {
    width: 110px;
  }
}

/* ------------------------------
tmtl
------------------------------ */
.tmtl {
  position: relative;
}
.tmtl::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, rgba(68,161,197,1) 0%,rgba(68,161,197,1) 15%,rgba(94,118,167,1) 15%,rgba(94,118,167,1) 29%,rgba(126,103,141,1) 29%,rgba(126,103,141,1) 43%,rgba(195,99,128,1) 43%,rgba(195,99,128,1) 57%,rgba(225,111,78,1) 57%,rgba(225,111,78,1) 71%,rgba(215,186,65,1) 71%,rgba(215,186,65,1) 85%,rgba(138,159,85,1) 85%,rgba(138,159,85,1) 100%);
  content: '';
}
.tmtl .img_school_scene {
  width: 100%;
}
.tmtl .inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 140px 0 150px;
}
.tmtl .lead {
  font-size: 26px;
  text-align: center;
}
.tmtl .lead br {
  display: none;
}
.tmtl .tmtllg {
  max-width: 700px;
  margin: 60px auto 0;
}
@media screen and (max-width: 849px) {
  .tmtl .lead br {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .tmtl::before {
    height: 4px;
  }
  .tmtl .inner {
    padding: 70px 0 80px;
  }
  .tmtl .lead {
    font-size: 20px;
  }
  .tmtl .tmtllg {
    margin-top: 30px;
  }
}
