@charset "UTF-8";

/* reset */
html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, strike, tt, var, u, i, center, dl, ol, ul, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
}
address,caption,cite,code,dfn,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
*, *::before, *::after{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* base
----------------------------------------*/
html {
  overflow: auto;
  font-size: .625rem;
}
body {/* */
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 0;
  text-align: justify;
  line-break: strict;
  overflow-wrap: break-word;
  /*word-wrap: break-word; */
  width: 100%;
  color: #161616;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
  font-size: 1.6rem;
}
a {color: #161616; text-decoration: none;}
a:hover {text-decoration: underline;}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:active, a:hover {text-decoration:underline;}
img{vertical-align: bottom;}
.sp_only{display: none;}

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

/* ローカルヘッダー
----------------------------------------*/
.header_bg{
  background: #EFEFEF;
}
.header_wrap {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 95%;
  max-width: 930px;
  padding: 3.035vw 0 2.335vw;
  display: flex;
  padding-right: 15px;
}
.header_wrap .logo_inner {
  max-width: calc(100% - 130px);
  margin: 0 auto;
  display: flex;
  gap: 10px 40px;
  align-items:flex-start;
  /* flex-wrap: wrap; */
  position: relative;
}
.header_wrap .logo_inner a:first-child img{
  position: relative;
  top: -2px;
}
.header_pr {
  display: inline-block;
  width: 8.585%;
}
@media screen and (min-width: 440px) {
  .header_wrap {
    padding: 14px 0 10px;
  }
  .header_pr {
    width: 40px;
  }
}
@media screen and (min-width: 640px) {
  .header_wrap {
    padding: 15.79px 0 11.74px;
  }
}
@media screen and (min-width: 1000px) {
  .header_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .logo_inner {
    width:480px;
    max-width: calc(100% - 40px);
    flex-wrap: wrap;
    align-items: center;
  }
  .header_wrap .logo_inner a{
    /* max-width: calc(50% - 20px);*/
    line-height: 1;
  } 
  .header_wrap .logo_inner a:nth-child(1) {
    width: 37%;
  }
  .header_wrap .logo_inner a:nth-child(2) {
    width: 34.25%;
  }
  .header_wrap .logo_inner a:nth-child(3) {
    width: 41.25%;
  }
  .header_wrap .logo_inner a:nth-child(4) {
    width: 44.25%;
  }
}

/* Layout
----------------------------------------*/
body .wrapper {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: start;
  border: 0;
  font-size: 1.6rem;
  line-height: 2;
  word-break: normal;/*English*/
  -webkit-text-size-adjust:100%;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
  padding: 0;
  color: #000;
}
.wrapper p{
  font-size: 1.6rem;
}
.wrapper img{
  max-width: 100%;
  height: auto;
}
.wrapper a{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #1c52cc;
}
.wrapper a:hover {
  cursor: pointer;
}

.top .main, .leaf .main {
  background: url(bg.jpg) no-repeat center bottom;
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "Segoe UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.l-container{
  padding-bottom: 45px;
}
.l-content {
  width: 900px;
  margin: 0 auto;
}
.top .l-content {
  max-width: 90%;
}
.hero {
  background: #000000 url(bg_hero.jpg) no-repeat bottom center;
  background-color: rgb(0, 0, 0);
  background-size: auto;
  background-size: cover;
  color: #fff;
  background-color: rgb(0, 0, 0);
  box-shadow: 3px 3.5px 9px 0px rgba(102, 102, 102, 0.6);
  position: relative;
  z-index: 1000;
  text-align: center;
}
.hero .l-content {
  position: relative;
  padding: 10px 0 40px;
}
.hero_title {
  text-align: center;
}
.hero img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.outline {
  background-color: rgba(0, 23, 140, 0.7);
  width: 668px;
  max-width: 95%;
  margin: 15px auto 0;
  padding: 20px 30px;
  line-height: 1.3;
  z-index: 2;
  text-align: left;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.outline div{
  display: flex;
  flex-wrap: wrap;
}
.outline dd {
  flex: 1;
}
.outline dd span{
  display: inline-block;
  margin-right: .5em;
}

.lead_area {
  background: #fff;
  padding: 50px 0 60px;
  position: relative;
  z-index: 10;
}
.lead {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 600;
}
.link_btn_program {
  max-width: 500px;
  margin: 30px auto 0;
}
.base_btn {
  color: #fff!important;
  border-radius: 50px;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: #00008c;
  box-shadow: 3px 3px 9px 0px rgba(102, 102, 102, 0.6);
  line-height: 1;
  position: relative;
}
.arrow,
.arrow_left{
  font-weight: 600;
  position: relative;
}
.arrow_left::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  width: 0;
  height: 0;
  margin-top: -7px;
  border: 6px solid transparent;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
  border-left: 8px solid #8fcefa;
  transform: rotate(-180deg);
}
.arrow::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -.75em;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: transparent;
  border-left: 5px solid #92d1ea;
  transform: translateY(-50%);
}
.title_area {
  background: url(bg_title.jpg) no-repeat center center;
  background-size: auto;
  background-size: cover;
  box-shadow: 3px 3.5px 9px 0px rgba(102, 102, 102, 0.6);
  text-align: center;
  padding: 30px 20px 30px;
  margin: 0 0 10px 0;
}
.title_area_img {
  width: 160px;
  margin: 0 auto;
}
.title_area_img img{
  width: 100%;
  height: auto;
}
.title_area_note {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: right;
}

.contents_list {
  max-width: 740px;
  display: flex;
  justify-content: space-between;
  /* justify-content: center; */
  flex-wrap: wrap;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.contents_list_item {
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 6px #999;
  /* width: calc(100% / 3 - 20px); */
  width: calc(100% / 2 - 20px);
  max-width: 320px;
  margin: 10px;
}
.contents_list_item:hover,
.contents_list_item:active{
  box-shadow: 0 0 3px #333;
}
.contents_list_item a:hover{
  text-decoration: none;
}
.contents_list_item .list_item_text{
  padding: 0 0 30px;

}
.contents_list_item a p {
  color: #000;
}
.contents_list_item a .contents_list_img img {
  width: 100%;
  height: auto;
}
.contents_list_item .theme {
  background: #00178c;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 5px;
  line-height: 1.2;
}
.contents_list_item .company {
  font-size: 2rem;
  font-weight: 600;
  font-feature-settings: "palt";
    letter-spacing: 0.025em;
    padding: 0 10px;
    margin-top: 2.5%;
}
.contents_list_item a .title {
  color: #000;
  font-size: 1.5rem;
  padding: 0 10px;
}
/* お問い合わせ */
.contact_area {
  background: linear-gradient(90deg,#00008c,#00178c);
  color: #fff;
  font-weight: 600;
  padding: 30px 0;
  margin: 50px 0 0;
}
.contact_block {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.contact_title {
  font-size: 2.2rem;
  margin-right: 1em;
  padding-right: 1em;
  border-right: 2px solid #fff;
}
.contact_text {
  font-size: 1.6rem;
}
.contact_text a {
  color: #fff;
  text-decoration: underline;
  margin: 0 1px;
}
.contents_list_item a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.contents_list_item a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #8fcefa;
  border-left: 20px solid transparent;
  transition: all 0.5s;
}
.contents_list_item a:hover:after{
  border-bottom: 20px solid #00a2e2;
}

@media screen and (min-width: 441px) and (max-width: 1048px) {
  .contents_list_item a .title br{
    display: none;
  }

}
@media screen and (max-width: 999px){
  img{
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px){
  .title_area{
    padding: 25px 20px 30px;
  }
  .title_area_img{
    width: 150px;
  }
  .contents_list_item {
    width: calc(100% / 2 - 20px);
  }
  .contact_block {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .contact_title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-right: 1em;
    border-right: 0;
  }
}
@media screen and (max-width: 640px){
  .outline dt,.outline dd{
    font-size: 1.4rem;
  }
  .contents_list_item .company{
    font-size: 1.8rem;
  }
  .contact_area{
    padding: 30px 0;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 440px){
  .hero .l-content{
    padding: 5px 0 20px;
  }
  .outline{
    margin: 10px auto 0;
    padding: 20px 20px;
  }
  .title_area{
    padding: 10px 20px 20px;
  }
  .title_area_img{
    width: 120px;
  }
  .contents_list_item {
    width: 100%;
    margin: 10px 0;
  }
  .contact_title {
    font-size: 1.6rem;
  }
  .contact_title {
    font-size: 1.6rem;
  }
  .contact_text {
    font-size: 1.3rem;
  }
}

/* leaf
----------------------------------------*/
.leaf .hero{
  z-index: auto;
  box-shadow: none;
}
.leaf .hero .l-content {
    position: relative;
    padding: 10px 0 100px;
}
.leaf .hero .l-content h1 img{
  width: 460px;
  height: auto;
}
.leaf .l-content.heading {
    position: relative;
    margin-bottom: -90px;
}
.leaf .l-content.heading .heading-nav{
  position: relative;
  top: -90px;
}
.leaf .l-content.heading .heading-nav ul{
  display: flex;
  justify-content: space-between;
}
.leaf .l-content.heading .heading-nav ul li{
  padding: 10px 15px;
  font-size: 1.8rem;
}
.leaf .l-content.heading .heading-nav ul .category{
  background-color: #222fac;
  color: #fff;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
.leaf .l-content.heading .side-nav{
  position: fixed;
  z-index: 99;
  top: 125px;
  left: 0;
  width: 31px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.leaf .l-content.heading .side-nav a:hover{
  opacity: .9;
}
.leaf .l-content.heading .heading-nav .heading-box{
  padding: 5% 10% 4.5%;
  background: #fff;
  /* border-top: solid 4px #000; */
}
.leaf .l-content.heading .heading-nav .heading-box h2.heading02{
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 1.3em;
  padding-bottom: 0.5em;
  border-bottom: solid 3px #1c52cc;
}
.leaf .l-content.heading .heading-nav .heading-box .lead {
  margin-top: 20px;
  margin-bottom: 0px;
}
.leaf .l-content .inner{
  padding: 0 5% 5%;
}
.leaf .l-content .inner p{
  font-size: 1.5rem;
  margin-bottom: .8em;
  line-height: 2.0;
}
.leaf .l-content p.content_note{
  font-size: 90%;
  padding-left: 1em;
  text-indent: -1em;
}
.leaf .heading-box p.content_note{
  text-align: right;
}
.leaf .l-content h3.heading03{
  font-size: 2.2rem;
  color: #1c52cc;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.5;
}
.leaf .l-content .inner p .name1{
  color: #000;
}
.leaf .l-content .inner p .name2{
  color: #1c52cc;
}
.leaf .l-content .inner p .name3{
  color: #8b1ccc;
}
.img.img_right{
  float: right;
  margin: 0 0 20px 30px;
}
.img.img_left{
  width: auto;
  float: left;
  margin: 0 30px 20px 0;
}
.leaf .l-content{
  max-width: 100%;
}
.leaf .l-content.main-contents{
  background-color: #fff;
  position:relative;
  margin: 0 auto 50px;
  box-shadow: 0px 3px 9px 3px rgba(102, 102, 102, 0.3);
}
.leaf .wrapper{
  max-width: 90%;
  background-color: #fff;
  margin: 0 auto;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.movie_area {
  margin: 0 auto 60px;
}
.movie_area .caption{
  text-align: center;
  line-height: 1.5;
  margin-top: 1em;
  font-weight: 600;
  font-size: 1.5rem;
}

@media (max-width: 1000px) {
  .leaf .l-content.main-contents{
    width: 90%;
  }
  .leaf .wrapper {
    margin: 0 auto 0;
  }
  .leaf .l-content .inner {
    padding: 0 10px 5%;
  }
} /* end case-1124px */
@media screen and (max-width: 768px){
  .leaf .l-container{
    position: relative;
    top: 0;
  }
  .leaf header {
    position: relative;
    z-index: 10000;
  }
  .leaf .l-content.heading .side-nav {
    width: 26px;
  }
  .leaf .hero .l-content {
    padding: 10px 30px 75px;    
  }
  .leaf .l-content.heading .heading-nav ul li {
    font-size: 1.8rem;
  }
  .leaf .l-content.heading .heading-nav .heading-box {
    padding: 5% 5%;
  }
  .leaf .wrapper {
    padding: 5% 0 7.5%;
  }
  .leaf .l-content{
    padding: 0;
  }
  .leaf .l-content.heading .heading-nav {
    position: relative;
    top: -60px;
  }
  .leaf .l-content.heading .heading-nav .heading-box h2.heading02 {
    font-size: 2.2rem;
  }
  .leaf .l-content h3.heading03 {
    font-size: 1.9rem;
  }
  .leaf .l-content .inner {
    padding: 0 0 5%;
  }
  .img.img_right,
  .img.img_left{
    width: 100%;
    max-width: 300px;
    float: none;
    margin: 20px auto 20px;
  }
  .img.img_raight img,
  .img.img_left img{
    width: 100%;
  }
  .movie_area {
    margin: 0 auto 30px;
  }
}
@media (max-width: 640px) {
  .social_buttons {
    width:100%;
  }
  .leaf .hero .l-content {
    padding: 10px 15% 12.5%;
  }
  .leaf .l-content.heading .heading-nav .heading-box h2.heading02 br{
    display: none;
  }
  .leaf .l-content.heading .heading-nav ul li {
    padding: 10px 15px;
    font-size: 1.2rem;
  }
  .leaf .l-content.heading .heading-nav .heading-box h2.heading02 {
    font-size: 1.9rem;
    text-align: left;
  }
  .leaf .wrapper {
    padding: 7.5% 5% 7.5%;
  }
  .leaf .l-content h3.heading03 {
    font-size: 1.8rem;
  }
  .social_buttons{
    position: absolute;
    right: auto;
    left: 8px;
    top: 0px;
    padding-top: 8px;
    padding-left: 0;
  }
  .social_buttons li{
    margin-right: 4px;
  }
  .l-content {
    padding: 0 15px;
  }
  .movie_area {
    margin: 0 auto 15px;
  }
  .movie_area .caption{
    font-size: 1.4rem;
  }
} /* end case-640 */
@media (max-width: 480px) {
  .leaf .hero .l-content {
    padding: 5px 15% 17.5% 15%;
  }
  .leaf .l-content.heading .side-nav {
    position: fixed;
    top: 90px;
    width: 20px;
  }
  .leaf .l-content.heading .heading-nav .heading-box h2.heading02 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .leaf .l-content.heading .heading-nav .heading-box .lead {
    line-height: 1.7;
    margin-top: 5%;
  }
  .leaf .wrapper {
    padding: 10% 5% 10%;
  }
  .leaf .l-content .inner p{
    font-size: 1.4rem;
    line-height: 1.7;
  }
} /* end case-480 */
@media (max-width: 360px) {
  .leaf .hero .l-content {
    padding: 10px 15% 22% 15%;
  }
  .leaf .l-content.heading .heading-nav ul li{
    padding: 5px 15px;
  }
}

/* images lightbox
----------------------------------------*/
.img.img_center {
  margin: 30px auto;
  max-width: 640px;
  line-height: 1.5;
}
.img.img_center img{
  border: 1px solid #ddd;
}
.bpimage_click{
  font-size: 1.4rem;
  text-align: right;
  margin-top: .5em;
}
.bpimage_title {
  margin-bottom: 0.5em;
  color: #222fac;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}
.bpimage_caption {
  color: #000;
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}
.bpimage_caption .name {
  font-size: 1.7rem;
}
@media screen and (max-width: 640px){
  .bpimage_title{
    text-align: left;
    font-size: 1.6rem;
  }
  .image_click {
    display: none;
  }
}

/* お問い合わせ
----------------------------------------*/
.info_area {
  background: linear-gradient(90deg,#dee2e6,#dcdce1);
  box-shadow: 3px 3px 6px 0px rgba(102, 102, 102, 0.5);
  line-height: 1.3;
  margin: 0 auto 40px;
  max-width: 800px;
  padding: 30px 20px 10px;
  text-align: center;
}
.info_area .l-content{
  display: inline-block;
  width: auto;
  margin: 0 auto;
}
.info_area .info_block{
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  text-align: left;
}
.info_title {
  border-right: 1px solid #999;
  color: #000;
  font-size: 1.8rem;
  padding-right: 1em;
  line-height: 1.5;
}
.leaf .l-content .inner p.info_text {
  color: #000;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}
.info_area a{
  color: #222fac;
}
.info_text a {
  font-size: 1.4rem;
  position: relative;
  margin-left: 1em;
  display: block;
  line-height: 1.2;
}
.info_text .arrow::before {
  border-left: 8px solid #1c52cc;
  content: "";
    position: absolute;
    top: 9px;
    left: -.75em;
}
.back_btn_area {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 640px){
  .info_area{
    padding: 15px 15px 0px;
  }
  .info_area .info_block{
    display: block;
  }
  .info_title{
    border-right: none;
    border-bottom: 1px solid #999;
    font-size: 1.6rem;
    padding-right: 0;
    padding-bottom: 3px;
    margin-bottom: 5px;
  }
  p.info_text{
    font-size: 1.5rem;
  }
}

/* pageTop
----------------------------------------*/
.pagetop {
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 10px;
  color: #fff;
}
.pagetop a {
  background-color: rgba(0,0,0,0.7);
  text-decoration: none;
  color: #fff;
  padding: 4px 12px 6px;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  line-height: 1.4;
  transition: 0.5s;
}
.pagetop a:hover,
.pagetop a:active {
    opacity: .6;
}
@media screen and (max-width: 768px){
}