@charset "UTF-8";
html {font-size: 62.5%;}
h1, h2, h3, h4, h5, h6, p, a,li, ol, span, small, th, td, dd, dt, b, input, label , button{
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	color: #111;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}
img{ height: auto;}
a{ text-decoration: none; transition: all .3s ease-in-out;}
a:hover{ opacity: 0.6;}
.showSP{display: none;}
#page-top { position: fixed; right: 30px; bottom: 30px; z-index: 10; opacity: 0; transform: translateY(100px);}
#page-top a { position: relative; display: block;width: 65px; height: 65px; transition: all 0.3s;}
#page-top a:hover { opacity: .7;}
#page-top.UpMove { animation: UpAnime 0.5s forwards;}
#page-top.DownMove { animation: DownAnime 0.5s forwards;}
@keyframes UpAnime {
  from { opacity: 0; transform: translateY(100px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes DownAnime {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(100px); }
}
a[href^="tel:"] { pointer-events: none;}
body{
  opacity: 0;
  background-color: #F2FAFF;
  transition: opacity 1s ease-in-out;
}
body.open{
  opacity: 1;
}
.scroll-fade{
  opacity: 0;
  transform: translateY(100px);
  transition: all .3s ease-in-out;
}
.scroll-fade.anima-start{
  opacity: 1;
  transform: translateY(0);
}

header{
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}
header .logo{
  padding-left: 40px;
}
header > .linkBox{
  display: flex;
  justify-content: flex-end;
}
header > .linkBox a{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #008BD1;
  width: 170px;
  height: 100px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  margin-left: 2px;
}
header > .linkBox a::after{
  content: '';
  background: url( ../images/arrow_w.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 0.4em;
}

.fv{
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto 43px;
}
.title{
  color: #1D569B;
  font-size: 3.2rem;
  font-weight: 400;
  font-style: normal;
  word-break: auto-phrase;
  text-align: center;
}
.wrap{
  max-width: 1280px;
  padding: 0 20px;
  margin: 43px auto 0;
}
.low_page .wrap{ max-width: 1100px; box-sizing: content-box;}
.searchContentsBox{
  background-color: #fff;
  border-radius: 25px;
  padding: 50px 60px;
}
.searchContentsBox .guidelines{
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}
.searchContentsBox .guidelines .item{ width: 180px; font-size: 1.7rem;}
.searchContentsBox .guidelines .item::before{
  content: '';
  background-color: #008BD1;
  display: inline-block;
  width: 18px;
  height: 3px;
  vertical-align: 5px;
  margin-right: 1em;
}
.searchContentsBox .guidelines .contents{ width: 82%;}
.guidelines.areas .contents{
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
}
.guidelines.common{ margin-bottom: 16px; justify-content: flex-start;}
.guidelines.common .contents{
  max-width: 660px;
  margin-left: 7%;
}
.guidelines.common div.wp-block-columns{
  align-items: center!important;
  border-bottom: solid 1px #1D569B;
  padding: 10px;
  margin-bottom: 0;
}
.guidelines.common div.wp-block-columns .wp-block-column:first-child{ flex-basis: 15%!important;}
.guidelines.common div.wp-block-columns .wp-block-column:last-child{ flex-basis: 85%!important; padding-left: 24px;}
.guidelines.common div.wp-block-columns .wp-block-column:first-child > p{
  color: #1D569B;
  font-size: 1.5rem;
}
.guidelines.common div.wp-block-columns .wp-block-column:last-child > p{ font-size: 1.4rem; font-weight: 400;}
.guidelines.common div.wp-block-columns:first-child{ border-top: solid 1px #1D569B;}
form .btnBox{ text-align: center; position: relative;}
form .btnBox button.txt{
  margin-left: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: opacity .3s ease-in-out;
}
form .btnBox button.txt:hover{ opacity: 0.6;}
button.submitBnt{
  width: 236px;
  height: 63px;
  background-color: #008BD1;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  border: solid 1px #008BD1;
  border-radius: 40px;
}
button.submitBnt::before{
  content: '';
  display: inline-block;
  background: url( ../images/icon_search.png ) no-repeat center;
  background-size: cover;
  width: 42px;
  height: 42px;
  margin-right: 8px;
  vertical-align: -11px;
}
label {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
  cursor: pointer;
}
label input { display: none;}
label span{
  display: inline-block;
	color: #333;
	font-size: 1.4rem;
	border: 1px solid #5AC4FF;
	border-radius: 20px;
	padding: 5px 20px;
  transition: all .3s ease-in-out;
}
label input:checked + span,
label span:hover{ background: #C8EDFF;}

.searchContentsBox .inbox{ padding: 0 0 24px;}
.job_flex{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
.job_flex p{
  font-size: 1.5rem;
  margin-right: 2em;
}
button.txt{
  background: transparent;
  color: #1D569B;
  font-size: 1.3rem;
  text-decoration: underline;
  border: none;
}
#result{
  max-width: 1280px;
  padding: 64px 20px 0;
  margin: 0 auto 72px;
}
#result article{ margin-top: 24px;}
#result article a{
  display: block;
  background-color: #fff;
  border-radius: 15px;
  padding: 32px 10% 32px 40px;
  transition: all .3s ease-in-out;
  border: solid 1px #E5E5E5;
  position: relative;
}
#result article a::after{
  content: '';
  display: block;
  background: url( ../images/arrow_03.png) no-repeat center;
  background-size: cover;
  width: 11px;
  height: 26px;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#result article a:hover{
  background-color: #C8EDFF;
}
#result article .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#result article .flex > .l-box{ width: 39%; min-width: 390px;}
#result article .flex > .r-box{ width: 59%;}
.catBox{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.catBox > .cat{
  font-size: 1.6rem;
  line-height: 1.75em;
  font-weight: 400;
  margin-right: 24px;
}
.catBox > .cat > span{
  display: inline-block;
  background-color: #F2F2F2;
  min-width: 55px;
  height: 28px;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  line-height: 2.8rem;
  border-radius: 5px;
  margin-right: 0.6em;
  padding: 0 10px;
}
#result article .title{
  color: #1D569B;
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  margin-bottom: 1em;
}

#result article .intro p{ font-size: 1.6rem; font-weight: 400;}
#result .post_count {
  font-size: 3rem;
  padding: 0 8px;
}
#result .emptye_txt{
  color: #1D569B;
  font-size: 2rem;
  line-height: 1.8em;
  text-align: center;
}
.pankuzu{ list-style: none; margin-bottom: 48px; padding-left: 0;}
.pankuzu > li a{ text-decoration: underline; font-weight: 400;}
.pankuzu > li::after{ content: '>'; padding: 0 8px;}
.pankuzu > li:last-child::after{ display: none;}
.pankuzu > li{
  display: inline;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.single .title{
  border-bottom: solid 1px #1D569B;
  line-height: 1.8em;
  margin-bottom: 16px;
}
.single .catBox{
  margin: 32px 0 40px;
  justify-content: center;
}
.single .catBox > .cat > span{
  background-color: #fff;
  border: solid 1px #E5E5E5;
}
.single .title02{
  color: #1D569B;
  font-size: 2.8rem;
  line-height: 2em;
  text-align: center;
}
.single .contents{
  max-width: 1100px;
  background-color: #fff;
  border-top: solid 1px #1D569B;
  border-bottom: solid 1px #1D569B;
  margin: 27px auto 0;
}
.single .contents .wp-block-columns.is-layout-flex{
  align-items: center!important;
  border-top: solid 1px #1D569B;
  padding: 32px 4%;
  margin: 0;
}
.single .contents .wp-block-columns.is-layout-flex:first-child{ border-top: none;}
.single .contents .wp-block-column.is-layout-flow:first-child{ flex-basis: 30%!important; }
.single .contents .wp-block-column.is-layout-flow:first-child p{
  color: #1D569B;
  font-size: 1.8rem;
  font-weight: 500;
}
.single .contents .wp-block-column.is-layout-flow p{ font-size: 1.6rem; line-height: 1.8em; font-weight: 400;}
.single .contents .btn{ margin-top: 16px;}
.single .contents .btn a{
  display: inline-block;
  background-color: #008BD1;
  border: solid 1px #008BD1;
  border-radius: 25px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 8px 16px;
}
.single .contents iframe{
  max-width: 600px;
  width: 100%;
  margin-top: 24px;
}
.single .btnBox{  
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 850px;
  margin: 48px auto 90px;
}
.single .jigyosho{ text-align: center;}
.single .jigyosho a{
  color: #1D569B;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: underline;
}
.single .jigyosho a::after{
  content: '';
  display: inline-block;
  background: url( ../images/arrow_rightblue.png ) no-repeat center;
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-left: 0.6em;
}
.btnBox a{
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1D569B;
  border-radius: 10px;
  height: 100px;
  padding: 8px 16px;
}
.btnBox .normal{
  width: 30%;
  font-size: 2rem;
  position: relative;
  border: solid 1px #E5E5E5;
}
.btnBox .normal::before{
  content: '';
  background: url( ../images/arrow02_blue.png) no-repeat center;
  background-size: cover;
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 24px;
}
.btnBox .normal.arrow_right::before{
  right: 24px;
  left: auto;
  transform: rotateZ(180deg);
}
.btnBox .entrybtn{
  width: 68%;
  background-color: #C70E0E;
  color: #fff;
  font-size: 2.5rem;
  position: relative;
}
.btnBox .entrybtn::before{
  content: '';
  background: url( ../images/arrow02_red.png) no-repeat center;
  background-size: cover;
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 24px;
}

footer .wrap{
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
footer .flex{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc( 100% - 50px);
  padding: 60px 0px 70px;
  border-top: solid 1px #1D569B;
  box-sizing: border-box!important;
}
footer p.copyright{
  background-color: #1D569B;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 8px;
}
footer .linkBox{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 28px;
}
footer .linkBox > a{
  margin-left: 2px;
  margin-right: 10px;
  position: relative;
}
footer .linkBox > a.btn::after{
  content: '';
  display: inline-block;
  background: url(../images/arrow02.png) no-repeat center;
  background-size: cover;
  width: 6px;
  height: 12px;
  vertical-align: -1px;
  position: absolute;
  right: 12px;
  display: none;
}
footer .linkBox > a:hover{
  opacity: 1;
  background-color: #1D569B;
  color: #fff;
}
footer .linkBox > a:hover::after{
  background: url(../images/arrow02_w.png) no-repeat center;
  background-size: cover;
}
footer .r-box{
  display: flex;
  flex-flow: column;
  margin-left: 10vw;
}
footer .r-box > a{
  font-size: 1.6rem;
  font-weight: 400;
  margin: 8px 0;
}
footer .r-box > a::before{
  content: '';
  display: inline-block;
  background: url( ../images/arrow02.png) no-repeat center;
  background-size: cover;
  width: 6px;
  height: 12px;
  vertical-align: -1px;
  margin-right: 0.6em;
  display: none;
}
footer .r-box > a::after{
  content: '';
  display: inline-block;
  background: url( ../images/arrow_blue.png) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-left: 0.4em;  
}
footer .linkIconts{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .linkIconts > a{ margin-right: 2px; width: 50px;}
a.btn{
  background-color: #fff;
  min-width: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1D569B;
  font-size: 1.6rem;
  border: solid 1px #1D569B;
  border-radius: 50px;
  padding: 15px 10px;
}

.notfoundTxt{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 160px 0 200px;
}
.flowIcon{
  position: fixed;
  bottom: 30%;
  right: 5%;
}
.flowIcon a{
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  background-color: #C70E0E;
  width: 150px;
  height: 150px;
  color: #fff;
  font-size: 2.5rem;
  border: solid 2px #C70E0E;
  border-radius: 100px;
}
.flowIcon a::after{
  content: '';
  display: inline-block;
  background: url( ../images/arrow02_red.png) no-repeat center;
  background-size: cover;
  width: 26px;
  height: 26px;
  margin-top: 8px;
}
.flowIcon a:hover{ opacity: 0.6;}

.form .wrap{ max-width: 1100px;}
.form_title{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1D569B;
  font-size: 3.5rem;
  font-weight: normal;
  height: 140px;
  border: solid 1px #1D569B;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.form .shokusyu{
  font-size: 1.8rem;
  text-align: center;
}
.form .shokusyu > span{
  display: inline-block;
  color: #1D569B;
  border-right: 1px solid #1D569B;
  padding-right: 1em;
  margin-right: 1em;
}
.formBox{ margin-top: 40px;}
.form{ margin-bottom: 90px;}

.page .contents{ padding: 20px 0 70px;}
.page .contents p{ font-size: 1.6rem;}
.page .contents ul,
.page .contents ol{ padding-left: 2.4em;}
.page .contents .indent{ padding-left: 1.55em;}
.entry_end.page .contents{ padding-top: 0;}
.entry_end_btn{ margin-top: 56px;}
.entry_end_btn a{ margin: 0 auto;}
.entry_end_txt{ text-align: center!important; line-height: 4.8rem!important; font-size: 1.8rem!important;}
.entry_end_txt strong{
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0;
  padding-bottom: 1em;
}
.entry_end .btnBox a{
  width: 400px;
  margin: 51px auto 0;
  font-size: 2rem!important;
  letter-spacing: 0.02em!important;
  line-height: 5.6rem!important;
  font-weight: 500!important;
  text-decoration: none!important;
}
.entry_end .form_title{
  border: none;
  height: auto;
  padding: 0;
  letter-spacing: 0.18em;
  font-weight: normal;
}

.privacy .form_title{
  height: auto;
  border: none;
  border-bottom: solid 1px #1D569B;
  margin-bottom: 8px;
  letter-spacing: 0.18em;
  font-weight: 400;
}
.privacy .form_title + p{
  color: #008BD1;
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: auto;
  letter-spacing: 0.15em;
  text-align: center;
}
.privacy.page .contents{ max-width: 1024px; margin: 0 auto; padding-top: 60px;}
.privacy.page .contents .wp-block-list > li:first-child{  margin-top: 0;}
.privacy.page .contents li > strong{
  display: inline-block;
  font-size: 1.6rem;
  padding-bottom: 11px;
}
.privacy.page .contents li::marker{ font-weight: 500;}
.privacy.page .contents li{
  margin: 29px 0;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.66em;
}
.privacy.page .contents li:first-child{ margin-top: 0;}
.page .contents p,
.page .contents li,
.page .contents span,
.page .contents strong,
.page .contents b,
.page .contents a{ font-size: 1.6rem; line-height: 1.8em; font-weight: 400; letter-spacing: 0.04em;}
.page .contents a{ text-decoration: underline;}
.page .sp_br > br{ display: none;}
.page .contents p.midashi{
  line-height: 1.4em;
  letter-spacing: 0.05em;
  line-height: 2.5em;
  margin-bottom: 30px;
}
.page .contents p,
.page .contents li{ text-align: justify;}
.page .contents li > strong{ font-weight: 500;}

@media screen and (max-width: 1000px) {
  .searchContentsBox .guidelines .item{ width: 30%;}
  .flowIcon{ right: 10px;}
  .flowIcon a{
    width: 100px;
    height: 100px;
    font-size: 1.6rem;
  }
  .flowIcon a::after{ width: 23px; height: 23px;}
}
@media screen and (max-width: 900px) {
  footer .r-box{ margin-left: 5vw;}
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] { pointer-events: auto;}
  .page .sp_br > br{ display: block;}
  .btnBox .normal{ width: 100%; height: 80px;}
  .showSP{ display: block;}
  header{ height: auto; margin-bottom: 0;}
  header .logo{ padding-left: 20px;}
  header .logo img{ width: 136px;}
  header > .linkBox{ flex-flow: column; }
  header > .linkBox a{ height: 42px; margin-bottom: 2px; font-size: 1.4rem;}
  header > .linkBox a::after{ width: 10px; height: 10px;}

  .title{ font-size: 2.8rem;}

  .searchContentsBox{ padding: 24px 24px 32px;}
  .searchContentsBox .guidelines{ flex-flow: column; padding-bottom: 0;}
  .searchContentsBox .guidelines.guidelines.areas{ padding-top: 8px;}
  .searchContentsBox .guidelines .item{ width: 100%; margin-bottom: 24px;}
  .guidelines.common .contents{
    overflow: scroll;
    width: 100%;
    padding-bottom: 16px;
    scrollbar-width: thin;
  }
  .guidelines.common .contents::-webkit-scrollbar { width: 0; }
  .guidelines.common .contents::-webkit-scrollbar-thumb { background: #b4b4b4; }
  .guidelines.common .contents::-webkit-scrollbar-track { background: #fafafa; }
  .guidelines.common div.wp-block-columns{ width: 580px;}
  form .btnBox{ display: flex; flex-flow: column; justify-content: center; align-items: center;}
  form .btnBox button.txt{ margin-top: 16px; margin-left: 0; position: static;}
  #result article .flex{ flex-flow: column; align-items: flex-start;}
  #result article .flex > .l-box{ width: 100%; min-width: auto;}
  #result article .flex > .r-box{ width: 100%;}
  #result article a{ padding: 24px;}
  #result article a::after{ right: 13px;}
  #result article:nth-child(2){ margin-top: 8px;}
  .catBox{ flex-flow: column; align-items: flex-start;}
  .catBox > .cat{ margin-right: 0; margin-bottom: 8px;}
  footer .flex{
    flex-flow: column;
    padding-bottom: 50px;
    padding-top: 56px;
  }
  footer .r-box{ margin-left: 0; margin-top: 40px;}
  footer .linkBox{
    flex-flow: column;
    justify-content: center;
    margin-top: 42px;
  }
  footer .linkBox > a.btn{
    margin-left: 0;
    max-width: 240px;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  footer .linkBox > a:nth-child(2){ margin-bottom: 38px;}
  footer .linkIconts{ width: 100%; justify-content: center;}
  footer .linkIconts > a{ margin: 0 2px;}
  footer p.copyright{ font-size: 1.2rem;}
  footer .logo{ width: 240px; margin: 0 auto;}

	.fv{ padding: 0; margin-bottom: 24px;}
  .wrap{ margin-top: 24px; padding-left: 25px; padding-right: 25px;}

  .single .wrap{ display: flex; flex-flow: column;}
  .single .wrap > .pankuzu{ order: 3;}
  .single .wrap > section{ order: 1;}
  .single .wrap > .btnBox{ order: 2; flex-flow: column; width: 100%; max-width: 500px; margin-bottom: 80px;} 
  .single .title{ font-size: 2.6rem; text-align: left; padding: 0 10px;}
  .single .title02{ font-size: 2.4rem;}
  .single .catBox{ flex-flow: wrap;}
  .single .catBox > .cat{ margin-right: 24px;}
  .single .contents{ margin-top: 16px;}
  .single .contents .wp-block-columns.is-layout-flex{ gap: 1em; padding: 24px 4%;}
  .single .btnBox a{ width: 100%;}
  .single .btnBox a:first-child{ order: 2; margin-top: 20px;}
  .single .btnBox a:last-child{ order: 1;}
  .single .jigyosho a{ font-size: 1.6rem;}
  .single .jigyosho a::after{ width: 12px; height: 12px;}
  .single .contents iframe{ height: 200px;}

  .flowIcon{ right: 0; bottom: 30px!important;}
  .flowIcon a{
    width: 90px;
    height: 86px;
    font-size: 1.6rem;
    border-radius: 15px 0 0 15px;
  }
  .form_title{
    font-size: 2.6rem;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    height: 80px;
  }
  .form .shokusyu{ font-size: 1.4rem;}
  .guidelines.common .contents{ margin-left: 0;}
  .entry_end .form_title{ letter-spacing: 0.1em; margin-bottom: 60px;}
  .entry_end_txt{
    font-size: 1.7rem!important;
    line-height: 3.5rem!important;
    letter-spacing: 0.1em!important;
  }
  .page .wrap{ display: flex; flex-flow: column;}
  .page .wrap > .pankuzu{ order: 2;}
  .page .wrap > section{ order: 1;}
  .pankuzu > li{ display: block; margin-bottom: 12px;}
  .entry_end.page .contents{ padding-bottom: 80px;}
  .entry_end.page .wrap{ margin-top: 80px;}
  .entry_end .btnBox a{ width: 315px; margin-top: 60px!important;}
  .page .contents p.midashi{ line-height: 1.4em;}
  .privacy.page .contents ol.mg01{ margin-top: 30px}
  .page .contents .indent{ padding-left: 0;}
  .privacy.page .contents{ padding-bottom: 70px;}
  .pankuzu{ margin-bottom: 50px;}

}
@media screen and (max-width: 480px) {
  .single .catBox{ justify-content: flex-start;}
  .single .title{ font-size: 5vw;}
  .single .title02{ font-size: 4.8vw; }
  .single .btnBox a{ font-size: 1.8rem;}
  header > .linkBox a{ width: 124px;}
  .flowIcon a{
    width: 70px;
    height: 66px;
    font-size: 1.2rem;
    border-radius: 15px 0 0 15px;
  }
  .flowIcon a::after{ width: 18px; height: 18px; margin-top: 4px;}
}