@charset "UTF-8";

/*****************************
  pagecommon
*****************************/
.pagehead{
  padding-top: 0px;
  position: relative;
}
.pagehead-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.pagehead-bg::before{
  content: "";
  background: linear-gradient(0deg, rgba(1, 89, 144, 0.0) 0%, rgba(1, 89, 144, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 767px) {
  .pagehead-bg{
    height: 230px;
  }
}

/******************************
  ページhead
******************************/
.pagehead-ttl {
position: absolute;
color: #fff;
top: 50%;
left: 50%;
width: 100%;
transform: translateY(-50%) translateX(-50%);
text-align: center;
}
.pagehead-ttl h2 {
font-size: 30px;
letter-spacing: 1px;
font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.pagehead-ttl p {
font-size: 20px;
line-height: 1.4;
letter-spacing: 1px;
font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1024px) {
}

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

@media screen and (max-width: 767px) {
  .pagehead-ttl h2 {
    font-size: 20px;
  }
  .pagehead-ttl p {
    font-size: 14px;
  }
}

/*****************************
  top 汎用SECTION
*****************************/
.top_sec{
  margin: 30px 0;
  padding: 60px 0 60px;
}
.top_sec_shot{
  margin: 30px 0;
  padding: 30px 0 30px;
}
.top_sec_long{
  margin: 30px 0;
  padding: 30px 0 100px;
}
@media screen and (max-width: 820px) {
  .top_sec,.top_sec_shot,.top_sec_long {
    margin: 0px 0;
    padding: 30px 0 40px;
  }
}

/*****************************
  下層 汎用SECTION
*****************************/
.pagesec{
  margin: 30px 0;
  padding: 60px 0 60px;
}
.pagesec_shot{
  margin: 30px 0;
  padding: 30px 0 30px;
}
.pagesec_long{
  margin: 30px 0;
  padding: 30px 0 100px;
}
@media screen and (max-width: 820px) {
  .pagesec,.pagesec_shot,.pagesec_long {
    margin: 0px 0;
    padding: 60px 0 60px;
  }
}

.calendarsec{
  margin: 30px 0;
  padding: 60px 0 30px;
}
@media screen and (max-width: 820px) {
.calendarsec{
  margin: 30px 0;
  padding: 60px 0 0px;
}
}


/*****************************
  プラポリ
*****************************/
.page-privacy{
  margin-top: 60px;
  margin-bottom: 60px;
}
.pagebox{
  width: 100%;
  margin: 10px auto 10px;
}
.page-privacy .pplist .pplist .ppbox{
  margin: 2rem 0;
}
.page-privacy .pplist .ttl{
border-left: 5px solid #172242;
color: #172242;
font-size: 2rem;
font-weight: bold;
margin: 3rem 0 1rem;
padding: .8rem 1.5rem;
letter-spacing: 1px;
}
.page-privacy .pplist .content .add{
  margin-top: 2rem;
}
.page-privacy p,
.page-privacy .pplist .content{
  line-height: 1.8;
}
.page-privacy .pplist .content ul{
  margin-top: 1rem;
  margin-left: 2rem;
}
.page-privacy .pplist .content li{
  list-style: "・";
}
@media only screen and (max-width: 767px) {
  .page-privacy .pplist .ttl{
      font-size: 1.8rem;
  }
}

/*****************************
  サイトマップ
*****************************/
.sitemap_m{
margin-bottom: 60px;
}
.sitemaplist {
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 50px;
}
.sitemaplist li {
width: 47%;
list-style: none;
margin: 10px;
}
@media screen and (max-width: 767px) {
.sitemaplist li {
width: 100%;
list-style: none;
}
}
.sitemaplist li a{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
border-color: #172242;
background: #172242;
color: #fff;
opacity: 1;
}
.sitemaplist li a:hover{
background: #2b396a;
}
.sitemaplist li a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff;
}
.sitemaplist li a:hover::after {
color: #fff;
}
.sitemaplist li.sitemap-current a{
color: #fff !important;
border: 1px solid;
background: #2b396a;
}
/* .sitemap-current a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff !important;
} */


/*****************************
  フォーム コンタクトフォーム
*****************************/
.firsttxt{
  width: min(900px, 100%);
  margin: 10px auto 30px;
}
.ppbox{
  width: min(900px, 100%);
  margin: 10px auto 10px;
}
.formbox{
  width: min(900px, 100%);
  margin: 0 auto;
}
.formbox .fomin{
  background: #F5F5F5;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formbox .fomin:not(:first-of-type){
  border-top: 0;
}
.formbox .fomttl{
  font-weight: bold;
  padding: 0 1rem;
  text-align: left;
  width: 200px;
}
.formbox .fomttl span{
  background: #B22D35;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  display: table;
  margin: 5px 0;
}
.formbox .fomttl span.any{
  background: #003c8a;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  display: table;
  margin: 5px 0;
}
.formbox .fomcontent{
  background: #fff;
  padding: 2rem 1rem;
  width: calc(100% - 200px);
}
.formbox .fomcontent span.error{
  background: none;
  margin: 0;
}
.formbox .fomcontent dl{
  margin-bottom: 1rem;
}
.formbox .fomcontent dt{
  width: 145px;
}
.formbox .fomcontent dd{
  margin-left: auto;
  width: calc(100% - 165px);
}
.formbox .input-check{
  text-align: left;
}
.formbox .input-radio .wpcf7-list-item,
.formbox .input-check .wpcf7-list-item{
  display: block;
  margin-right: 1rem;
  margin-left: 0;
}
.input-submit{
  margin: 3rem auto;
  text-align: center;
}
.formtxt{
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem 0 0;
}
.formtxt .inbox{
  margin: 2rem 0;
}
.formtxt .inbox p{
  margin-bottom: 2rem;
}

/* .formbox input,
.formbox textarea,
.formbox select,
.input-submit input{
} */
.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-txtarea textarea,
.formbox .input-select select {
  background: #f3f3f3;
  border: 1px solid #9f9f9f;
  border-radius: 3px;
  width: 100%;
}
.formbox .input-age input,
.formbox .input-num input{
  margin-right: 1rem;
  max-width: 100px;
}
.formbox .input-day:first-child{
  margin-bottom: 1rem;
}
.formbox .input-day input{
  width: calc(100% - 145px);
}

.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-select select {
  font-size: 1.6rem;
  height: 36px;
  padding: 0 .5rem;
}
.formbox .input-date input{
  margin: .5rem 0;
}
.formbox .input-select select{
  appearance: auto;
}
.formbox .input-txtarea textarea {
  padding: .5em;
}
.formbox .input-add{
  margin-top: 1rem;
}
.formbox .input-zip input{
  margin: 0 1rem;
  width: 100px;
}
.formbox .input-zip .subtxt{
  display: block;
  font-size: 1.4rem;
  margin-bottom: -1rem;
  text-align: right;
}

.formbox .input-submit {
  text-align: center;
  margin-top: 2em;
}
.formbox .input-submit div {
  display: inline-block;
  vertical-align: middle;
}
.formbox .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.pagesec-contact{
  position: relative;
}
.pagesec-contact .inner1{
  position: relative;
}
.pagesec-contact .ttlbox1{
  margin-bottom: 2rem;
}
.pagesec-contact .firsttxt{
  margin: 0 auto ;
  max-width: 800px;
  padding: 1rem;
}
.pagesec-contact .firsttxt p{
  color: #282828;
  font-size: 1.8rem;
  font-weight: bold;
}
.pagesec-contact .txtbox{
  margin: 2rem auto ;
  max-width: 800px;
  padding: 1rem;
  position: relative;
}
.pagesec-contact .txtbox .attention{
  color: #A42020;
  font-weight: bold;
  margin-top: -1rem;
}
.pagesec-contact .txtbox .telbox{
  margin-top: 2rem;
}
.pagesec-contact .txtbox .telbox a{
  color: #003da5;
  font-size: 2.4rem;
  font-weight: bold;
}
.pagesec-contact .txtbox .telbox a i{
  margin-right: .3rem;
}
.pagesec-contact .txtbox .telbox p{
  font-weight: bold;
  margin: 0;
}

.pagesec-contact .box{
  margin-top: 2rem;
  position: relative;
  padding-top: 1rem;
}
.pagesec-contact .ppbox{
  margin: 2rem auto;
  max-width: 800px;
}
.pagesec-contact .ppbox a{
  text-decoration: underline;
}
.formblock .lastcheck{
  margin: 0 auto;
  max-width: 800px;
}
.pagesec-contact .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
form.sent .formblock,
form .sent-after,
form.sent .fomb{
  display: none;
}
form.sent .sent-after{
  display: block;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.pagesec-contact .wpcf7 form .wpcf7-response-output{
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}

.fomb {
  max-width: 300px;
  margin: 2rem auto 0;
}
.fomb input{
  background: #172242;
  border: 1px solid #172242;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 0%);
  color: #fff;
  display: inline-block;
  min-width: 180px;
  opacity: 1 !important;
  padding: .5rem 2rem ;
  position: relative;
  transition: .3s;
  letter-spacing: 5px;
}
.fomb:hover input{
  background-color: #fff;
  color: #172242;
  letter-spacing: 5px;
}
.fomb input:disabled{
  background: #b5b5b5 !important;
  color: #ebebeb;
  border: 1px solid #b5b5b5;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 30%);
}


@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .formbox .input-zip .subtxt{
    margin-bottom: 1rem;
    text-align: left;
  }
  .formbox .fomttl {
    padding: 1rem;
    text-align: left;
    width: 100%;
  }
  .formbox .fomcontent{
    padding: 1.5rem 1rem;
    width: 100%;
  }
  .contactlink .fbox{
    margin: .5rem 0;
    width: 100%;
  }
  .formbox .input-age input, .formbox .input-num input {
    margin-right: 1rem;
    max-width: 70px;
  }
  .pagesec-contact .ppbox .formpp h3 {
    font-size: 2.4rem;
  }
  .pagesec-contact .wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: left;
  }
  .pagesec-contact .txtbox,
  form.sent .sent-after{
    text-align: left;
  }

  .formbox .fomcontent dt,
  .formbox .fomcontent dd{
    width: 100%;
  }
  .formbox .input-add {
    margin: 0 0 1rem;
  }
  .pagesec-contact .formlinks li{
    margin: 0 auto;
    width: 80%;
  }
  .pagesec-contact .formlinks li a{
    border: 1px solid #0F2453;
    border-bottom: 0;
  }
  .pagesec-contact .formlinks li:last-of-type{
    border-bottom: 1px solid #0F2453;
  }
}



/* ----------------------------------------
animate.cssカスタム
------------------------------------------*/
.animate__delay-01s {animation-delay: calc(var(--animate-delay) * 0.1);}
.animate__delay-02s {animation-delay: calc(var(--animate-delay) * 0.2);}
.animate__delay-03s {animation-delay: calc(var(--animate-delay) * 0.3);}
.animate__delay-04s {animation-delay: calc(var(--animate-delay) * 0.4);}
.animate__delay-05s {animation-delay: calc(var(--animate-delay) * 0.5);}
.animate__delay-06s {animation-delay: calc(var(--animate-delay) * 0.6);}
.animate__delay-07s {animation-delay: calc(var(--animate-delay) * 0.7);}
.animate__delay-08s {animation-delay: calc(var(--animate-delay) * 0.8);}
.animate__delay-09s {animation-delay: calc(var(--animate-delay) * 0.9);}
.animate__delay-10s {animation-delay: calc(var(--animate-delay) * 1.0);}
.animate__delay-11s {animation-delay: calc(var(--animate-delay) * 1.1);}
.animate__delay-12s {animation-delay: calc(var(--animate-delay) * 1.2);}
.animate__delay-13s {animation-delay: calc(var(--animate-delay) * 1.3);}
.animate__delay-14s {animation-delay: calc(var(--animate-delay) * 1.4);}
.animate__delay-15s {animation-delay: calc(var(--animate-delay) * 1.5);}
.animate__delay-16s {animation-delay: calc(var(--animate-delay) * 1.6);}
.animate__delay-17s {animation-delay: calc(var(--animate-delay) * 1.7);}
.animate__delay-18s {animation-delay: calc(var(--animate-delay) * 1.8);}
.animate__delay-19s {animation-delay: calc(var(--animate-delay) * 1.9);}
.animate__delay-20s {animation-delay: calc(var(--animate-delay) * 2);}

.top_flex_3col{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.top_flex_3col li{
  width: calc(100% / 3);
  padding: 10px;
}
@media screen and (max-width: 820px) {
.top_flex_3col li{
  width: calc(100% / 2);
  padding: 10px;
}
}



/*****************************
  scroll to TOP
*****************************/
/* .page_top {
  margin-top: 20px;
  text-align: center;
}
.page_top a{
  border-bottom: 1px solid #e0e0e0;
  z-index: 1000;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  transition: 0.5s;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #c8c8c8;
}

.page_top a::before {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  position: relative;
  transition: 0.5s;
  top: 0;
  padding-right: 10px;
  vertical-align: top;
}
.page_top a:hover{
  opacity: 1;
  color: #777;
transition: 0.5s;
}
.page_top a:hover:before {
  color: #777;
  top: -3px;
} */


/*****************************
よくある質問
*****************************/
.qa_box{
  margin: 50px 0;
}

.qa dl {
  cursor: pointer;
  margin: 0;
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
  position: relative;
  background: #F7F7F7;
  margin-bottom: 10px;
}
.qa dl.open {
  border-radius: 5px;
  background: #EDBFD9;
}
.qa dt {
  margin: 0;
  position: relative;
}
.qa dl dt::before,
.qa dl dt::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0%;
  width: 23px;
  height: 2px;
  background: #edbfd9;
}
.qa dl.open dt::before,
.qa dl.open dt::after{
  background: #fff;
}
.qa dl dt::after{
  transform:rotate(90deg);
  -moz-transition: -moz-transform .3s linear;
  -webkit-transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
}
.qa .open dt::after{
  transform:rotate(360deg);
}
.qa dt p {
  font-size: 18px;
width: calc(100% - 60px);
display: inline-block;
padding-left: 10px;
  line-height: 1.6;
  color: #504538;
  letter-spacing: 1px;
}

.qa .open dt p {
  font-size: 18px;
width: calc(100% - 60px);
  display: inline-block;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
.qa .open dt p {
  font-size: 14px;
}
}


.qa dt span,
.qa dd span{
  color: #DEA5C5;
  font-size: 30px;
  line-height: 0.8;
}
.qa .open dt span,
.qa .open dd span{
  color: #ffffff;
  font-size: 30px;
  line-height: 0.8;
  left: 0;
}
@media screen and (max-width: 767px) {
  .qa dt span,
  .qa dd span{
    vertical-align: top;
  }
}

.qa dd span{
  position: absolute;
}
.qa dd {
  height: auto;
  padding: 2rem 2rem 2rem 0;
  position: relative;
}
.qa dd .answer_area {
  width: calc(100% - 35px);
  margin-left: 35px;
  margin-right: 0px;
  padding: 10px 15px;
  background: #fbfbfb;
  min-height: 100px;
  border-radius: 5px;
}
.qa dd p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.qa dd p:first-child{
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .qa dd{
    padding: 0 0 2rem ;
  }
  .qa dt p,
  .qa dd p{
font-size: 14px;
  }
  .qa dl dt::before,
  .qa dl dt::after{
    top: 1.5rem;
    right: 0;
}
}

/*****************************
  タブ
*****************************/
/* タブ全体 */
.calendar-tabs {
  margin-top: 24px;
}

/* 見出しの横並び（多いときは横スクロール） */
.calendar-tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  overflow-x: visible; 
}
@media screen and (max-width: 767px) {
.calendar-tablist {
  gap: 4px;
  margin: 0 0 20px;
}
}




.calendar-tabitem { flex: 0 0 auto; }
.calendar-tabbtn {
  display: inline-block;
  white-space: nowrap;
  padding: 7px 20px;
  border-radius: 20px;
  border: 1px solid #bcd6e7;
  background: #fff;
  color: #015990;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s, box-shadow .2s;
}
@media screen and (max-width: 767px) {
  .calendar-tabbtn { 
    font-size: 13px; 
    padding: 7px 12px;
  }
}

.calendar-tabbtn:hover,
.calendar-tabbtn:focus { outline: none; box-shadow: 0 0 0 2px rgba(0,120,212,.2); }
.calendar-tabbtn.is-active {
  background: #015990; /* お好みのテーマカラーに合わせてOK */
  color: #fff;
  border-color: #015990;
}

/* パネル */
.calendar-tabpanels { 
  margin-top: 8px; 
}
.calendar-panel { 
  display: block; 
}
.calendar-panel[hidden] { 
  display: none; 
}

/* 既存ブロックの軽い整え（任意） */
.box_switch_bg { 
background: #f1fbff;
border-radius: 0px;
padding: 60px 20px 10px;
margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.box_switch_bg { 
  background: #ffffff;
  padding: 0px;
}
}

.company_tbl { 
  width: 100%; 
  border-collapse: collapse; 
}
@media (max-width: 767px) {
.company_tbl { 
  font-size: 14px;
}
}


.company_tbl th,.company_tbl td { 
  border-bottom: 1px solid #d1d1d1; 
  padding: 15px 10px;
  vertical-align: top; 
}
.company_tbl tr:first-child th,.company_tbl tr:first-child td { 
  border-top: 1px solid #d1d1d1; 
  border-bottom: 1px solid #d1d1d1; 
  padding: 15px 10px;
  vertical-align: top; 
}
@media (max-width: 767px) {
.company_tbl tr:first-child th,.company_tbl tr:first-child td { 
  padding: 15px 10px;
}
}

.company_tbl th { 
  width: 28%; 
  background: #f1f1f1;
  font-weight: 600;
  letter-spacing: 1px; 
}

@media (max-width: 767px) {
  .company_tbl th { 
    width: 25%; 
  }
}

.mainbg{
background: linear-gradient(to right, #F9F9F9 0%, #F9F9F9 30%, #fff 30%, #fff 100%);
}
@media screen and (max-width: 767px) {
.mainbg{
background: #fff;
}
}

.f_contact_area{
padding-top: 50px;
margin-left: 10%;
width: calc(100% - 10%);
}
.blue_box{
  height: 400px;
  background: #172242;
  width: 100%;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
.f_contact_area{
margin-left: 0%;
width: calc(100% - 0%);
}
.blue_box{
  height: 400px;
  padding: 50px 0;
}
}
@media screen and (max-width: 767px) {
.blue_box{
  height: unset;
  padding: 10px 0 40px;
}
}



.white_box{
background: #fff;
padding: 50px 120px 40px;
margin: 0 auto;
border: 1px solid #cccccc;
}
@media screen and (max-width: 1300px) {
.white_box{
padding: 50px 50px 40px;
}
}
@media screen and (max-width: 1180px) {
.white_box{
padding: 30px 30px 20px;
}
}
@media screen and (max-width: 820px) {
.white_box{
padding: 30px 30px 10px;
}
}
@media screen and (max-width: 767px) {
.white_box{
padding: 20px 20px 10px;
}
}

.white_box h3{
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #003c8a;
  text-align: center;
}
.white_box .contect_text{
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.white_box h3{
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #003c8a;
  text-align: left;
}
.white_box .contect_text{
  font-size: 14px;
  margin-bottom: 10px;
}
}



.white_box_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
}
.white_box_flex .left_area{
  padding: 10px 20px;
}
.white_box_flex .right_area{
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
.white_box_flex .left_area{
  padding: 0px 10px;
}
.white_box_flex .right_area{
  padding: 0px 10px;
}
}



.white_box_flex .left_area .tel{
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2px;
  position: relative;
  padding-left: 55px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.white_box_flex .left_area .tel::before {
position: absolute;
content: "";
background-image: url(../images/common/tel.webp);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 45px;
aspect-ratio: 1 / 1;
left: 0px;
top: 14px;
}
@media screen and (max-width: 600px) {
.white_box_flex .left_area .tel{
  font-size: 35px;
  letter-spacing: 1px;
  padding-left: 40px;
}
.white_box_flex .left_area .tel::before {
width: 30px;
left: 0px;
top: 5px;
}
}


.white_box_flex .left_area .text{
  font-size: 16px;
  color: #757575;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 2px;
}

.top_bg_img{
  position: relative;
  background-image: url(../images/common/top_bg_img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  padding: 50px 0 20px;
}
.top_bg_img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-90deg, rgba(1, 89, 144, 0.0) 0%, rgba(1, 89, 144, 1) 100%);
}
.bg_content {
    position: relative;
    z-index: 0;
}

.white_text p{
  color: #fff;
}

.greeting_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
  margin: 80px 0;
}
.greeting_flex .left_area{
  width: 450px;
}
.greeting_flex .right_area{
  width: calc(100% - 500px);
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
.greeting_flex{
flex-direction: column-reverse;
  margin: 80px 0;
}
.greeting_flex .left_area{
  width: min(600px, 100%);
  margin: 0 auto;
}
.greeting_flex .right_area{
   width: min(600px, 100%);
  margin: 0px auto 80px
}
}
@media screen and (max-width: 767px) {
.greeting_flex{
flex-direction: column-reverse;
  margin: 30px 0 60px;
}
}


.greeting_flex .left_area span{
  font-size: 18px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.greeting_flex .left_area h3{
  font-size: 40px;
  border-bottom: 1px solid #ccc;
  letter-spacing: 3px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.greeting_flex .left_area h3 span{
  font-size: 22px;
  vertical-align: text-top;
  margin-left: 20px;
  color: #003c8a;
  letter-spacing: 1px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
.greeting_flex .left_area h3{
  font-size: 26px;
}
.greeting_flex .left_area h3 span{
  font-size: 16px;
  margin-left: 20px;
}
}


.greeting_flex .right_area .img_area{
  position: relative;
  z-index: 0;
}
.greeting_flex .right_area .img_area::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/greeting_img_bg.webp) no-repeat center / cover;
  position: absolute;
  top: 40px;
  left: 40px;
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 767px) {
.greeting_flex .right_area .img_area::before{
  top: 15px;
  left: 15px;
}
}

.greeting_flex .left_area h4{
  font-size: 18px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 30px;
  margin-bottom: 10px;
}

.profile_style dl {
display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.8;
}
.profile_style dl dt {
    width: 100px;
}
.profile_style dl dd {
    width: auto;
}
@media screen and (max-width: 767px) {
.profile_style dl {
  line-height: 1.4;
}
.profile_style dl dt {
    width: 100%;
    font-weight: bold;
}
.profile_style dl dd {
    width: auto;
    font-size: 14px;
}
}

.message_box{
  position: relative;
  background: #f1fbff;
  border-radius: 12px;
  padding: 50px;
}
.message_title{
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: left;
  color: #fff;
  top: 0%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  padding: 20px;
  z-index: 1;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
.message_box{
  padding: 50px 15px 15px;
}
.message_title{
  top: 35px;
}
}

.message_box p{
  line-height: 1.8;
  margin-bottom: 10px;
}
.message_box p:last-child{
  margin-bottom: 0px;
}


.cred_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 0 20px;
  border-top: 1px solid #eee;
}

.cred_flex .left_area{
  width: 200px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #da3916;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.cred_flex .right_area{
 width: calc(100% - 200px);
}
.cred_flex .right_area h3{
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 20px;
letter-spacing: 1px;
}
.cred_flex .right_area p{
font-size: 16px;
line-height: 1.8;
margin-bottom: 25px;
border-radius: 10px;
background-color: #f0f0f0;
padding: 15px 20px;
}


@media screen and (max-width: 1024px) {
  .cred_flex .left_area{
  width: 200px;
  font-size: 18px;
}
.cred_flex .right_area{
 width: calc(100% - 200px);
}
.cred_flex .right_area h3{
 font-size: 16px;
 margin-bottom: 10px;
}
.cred_flex .right_area p{
font-size: 16px;
line-height: 1.6;
}
}
@media screen and (max-width: 767px) {
  .cred_flex .left_area{
  width: 100%;
  font-size: 22px;
}
.cred_flex .right_area{
 width: 100%;
}
.cred_flex .right_area h3{
 font-size: 16px;
 margin-bottom: 10px;
}
.cred_flex .right_area p{
font-size: 16px;
line-height: 1.6;
padding: 15px 15px;
}
}






.service_bg_img01{
  position: relative;
  background-image: url(../images/common/service_bg01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  height: 400px;
}
.service_bg_img02{
  position: relative;
  background-image: url(../images/common/service_bg02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  height: 400px;
}
.service_bg_img03{
  position: relative;
  background-image: url(../images/common/service_bg03.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  height: 400px;
}
@media screen and (max-width: 767px) {
.service_bg_img01{
  height: 300px;
}
.service_bg_img02{
  height: 300px;
}
.service_bg_img03{
  height: 300px;
}
}
@media screen and (max-width: 600px) {
.service_bg_img01{
  height: 250px;
}
.service_bg_img02{
  height: 250px;
}
.service_bg_img03{
  height: 250px;
}
}


.service_bg_img01:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-90deg, rgba(1, 89, 144, 0.0) 0%, rgba(1, 89, 144, 0.2) 100%);
}
.service_bg_img02:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-90deg, rgba(1, 89, 144, 0.0) 0%, rgba(1, 89, 144, 0.2) 100%);
}
.service_bg_img03:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-90deg, rgba(1, 89, 144, 0.0) 0%, rgba(1, 89, 144, 0.2) 100%);
}





.service_area{
  background: #ecf5ff;
  margin: 0px 0;
  padding: 0px 0 10px;
  background: #F9F9F9 url(../images/top/bg_border.png) repeat top left;
}


.white_service_box{
  width: min(1100px, 100%);
  max-width: 100%;
  background: #fff;
  padding: 40px 60px 60px;
  margin: -80px auto 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
.white_service_box{
  padding: 40px 10px 20px;
  margin: -80px auto 50px;
}
}

.service_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.service_flex .left_area{
  width: 200px;
  padding: 10px;
}
.service_flex .right_area{
  width: calc(100% - 200px);
  padding: 10px;
}
@media screen and (max-width: 1024px) {
.service_flex .left_area{
  width: 130px;
  padding: 10px;
}
.service_flex .right_area{
  width: calc(100% - 130px);
  padding: 10px;
}
}

@media screen and (max-width: 767px) {
.service_flex .left_area{
  margin: 0 auto;
}
.service_flex .right_area{
  width: 100%;
  padding: 10px;
  text-align: center;
}
}


.circle_area{
  position: relative;
  width: 150px;
  height: 150px;
  background: linear-gradient(to right, #111721 0%, #172242 100%);
  border-radius: 50%;
}
.circle_area img{
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
.circle_area{
  width: 110px;
  height: 110px;
}
.circle_area img{
  width: 75px;
}
}

.service_flex .right_area span{
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
    letter-spacing: 3px;
  color: #085e93;
}
.service_flex .right_area h3{
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 3px;
}
@media screen and (max-width: 1024px) {
.service_flex .right_area span{
  font-size: 16px;
}
.service_flex .right_area h3{
  font-size: 26px;
}
}

.service_flex .right_area p{
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height:1.8;
}
@media screen and (max-width: 767px) {
.service_flex .right_area p{
  text-align: left;
}
}

/*****************************
  service_box
*****************************/
.service_box{
  background: #F7F9FC;
  margin-bottom: 10px;
clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
}
@media screen and (max-width: 1024px) {
.service_box{
  width: min(600px, 100%);
  margin: 0 auto 10px;
}
}
@media screen and (max-width: 600px) {
.service_box{
clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
}
}



.service_box_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
padding: 30px 30px 60px;
}
@media screen and (max-width: 600px) {
.service_box_flex{
padding: 10px 5px 30px;
}
}


.service_box_flex .left_area{
  width: 250px;
  padding: 10px;
}
.service_box_flex .right_area{
  width: calc(100% - 250px);
  padding: 10px;
}
@media screen and (max-width: 1024px) {
.service_box_flex .left_area{
  width: 100%;
  padding: 10px;
}
.service_box_flex .right_area{
  width: 100%;
  padding: 10px 10px 40px;
}
}



.service_box_flex .left_area h4{
font-size: 22px;
font-weight: bold;
letter-spacing: 2px;
color: #085e93;
text-align: center;
}

.service_box_flex .right_area ul li{
  position: relative;
  margin-left: 20px;
  font-size: 18px;
  margin-bottom: 10px;
  color: #67757e;
}
.service_box_flex .right_area ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -28px;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-image: url(../images/common/li_icon.svg);
}
@media screen and (max-width: 1024px) {
.service_box_flex .left_area h4{
font-size: 20px;
}
.service_box_flex .right_area ul li{
    margin-left: 20px;
    font-size: 16px;
    margin-bottom: 5px;
}
.service_box_flex .right_area ul li::before {
  top: 3px;
  left: -20px;
  width: 16px;
  height: 16px;
}
}
@media screen and (max-width: 600px) {
  .service_box_flex .right_area ul li{
    margin-bottom: 20px;
}
.service_box_flex .right_area ul li::before {
  top: 5px;
  left: -22px;
}
}

/*****************************
  service_box02
*****************************/
.service_box02{
  background: #172242;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
.service_box02{
  width: min(600px, 100%);
  margin: 0 auto 10px;
}
}


.service_box02_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
padding: 30px 30px;
}
@media screen and (max-width: 600px) {
.service_box02_flex{
padding: 20px 5px;
}
}


.service_box02_flex .left_area{
  width: 250px;
  padding: 10px;
}
.service_box02_flex .right_area{
  width: calc(100% - 250px);
  padding: 10px;
}
@media screen and (max-width: 1024px) {
.service_box02_flex .left_area{
  width: 100%;
  padding: 10px;
}
.service_box02_flex .right_area{
  width: 100%;
}
}



.service_box02_flex .left_area h4{
font-size: 22px;
letter-spacing: 2px;
color: #fde235;
text-align: center;
}

.service_box02_flex .right_area ul li{
  position: relative;
  margin-left: 20px;
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
}
.service_box02_flex .right_area ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: -28px;
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    background-size: cover;
    background-image: url(../images/common/li_icon02.svg);
}

@media screen and (max-width: 1024px) {
.service_box02_flex .left_area h4{
font-size: 20px;
}
.service_box02_flex .right_area ul li{
    margin-left: 20px;
    font-size: 16px;
    margin-bottom: 5px;
}
.service_box02_flex .right_area ul li::before {
  top: 3px;
  left: -20px;
  width: 16px;
  height: 16px;
}
}
@media screen and (max-width: 600px) {
.service_box02_flex .right_area ul li{
  margin-bottom: 20px;
}
.service_box02_flex .right_area ul li::before {
  top: 5px;
  left: -22px;
}
}

/*****************************
price_flex
*****************************/

.price_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
margin-bottom: 20px;
}
.price_flex .left_area{
  width: 200px;
  padding: 10px;
}
.price_flex .right_area{
  width: calc(100% - 200px);
  padding: 10px;
}

@media screen and (max-width: 1024px) {
.price_flex .left_area{
  width: 130px;
  padding: 10px;
}
.price_flex .right_area{
  width: calc(100% - 130px);
  padding: 10px;
}
}

@media screen and (max-width: 767px) {
.price_flex .left_area{
  margin: 0 auto;
}
.price_flex .right_area{
  width: 100%;
  padding: 10px;
  text-align: center;
}
}

.circle_area02{
  position: relative;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, #025a91 0%, #478cb3 100%);
  border-radius: 50%;
}
.circle_area02 img{
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  max-width: 100%;
}


@media screen and (max-width: 1024px) {
.circle_area02{
  width: 110px;
  height: 110px;
}
.circle_area02 img{
  width: 75px;
}
}


.price_flex .right_area span{
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
    letter-spacing: 3px;
  color: #025a91;
}
.price_flex .right_area h3{
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 3px;
}
.price_flex .right_area h3 span{
  font-size: 26px;
  color: #111721;
}

/*****************************
  price_box
*****************************/
.price_box{
  background: #f1fbff;
  padding: 60px;
}
@media screen and (max-width: 820px) {
.price_box{
  background: #f1fbff;
  padding: 20px;
}
}
@media screen and (max-width: 767px) {
.price_box{
  background: #fff;
  padding: 0px;
}
}

.price_box p{
  margin-bottom: 20px;
}
.price_box .bold_text{
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.8;
}
.price_box .remarks{
  font-size: 16px;
  color: #67757e;
  margin-bottom: 0px;
}

.price_bg_img{
  position: relative;
  background-image: url(../images/common/price_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  height: 400px;
}

@media screen and (max-width: 767px) {
.price_bg_img{
  height: 300px;
}
}
@media screen and (max-width: 600px) {
.price_bg_img{
  height: 250px;
}
}

.price_bg_img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-90deg, rgba(1, 89, 144, 0.0) 0%, rgba(1, 89, 144, 0.2) 100%);
}

.hr{
  width: 90%;
  margin: 0 auto;
}
.hr::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    background-repeat: repeat-x;
    margin-top: 80px;
    margin-bottom: 30px;
}

.table_style01 {
    width: min(900px, 100%);
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}
.table_style01 table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 15px;
}
@media screen and (max-width: 767px) {
.table_style01 table {
    font-size: 14px;
}
}



.ta01 tr {
    border-bottom: 1px solid #ccc;
}
.ta01 .ta01_head01 {
  width: 100px;
  text-align: center;
}
.ta01 .ta01_head02 {
  background: #f1f1f1;
  width: 70%;
  text-align: center;
  font-weight: bold;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
.ta01 .ta01_head02 {
  padding: 15px 10px;
}
}




.ta01 .ta01_head03 {
  background: #ffffff;
  width: 30%;
  font-weight: bold;
}
.ta01 .ta01_head04 {
  background: #f1f1f1;
  width: 70%;
  padding: 20px 10px;
}
.ta01 .ta01_head05 {
  background: #f1f1f1;
  font-weight: bold;
}

.ta01 th {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 10px;
    line-height: 1.4;
    display: table-cell;
    align-content: center;
    background: #f1f1f1;
    text-align: left;
}
.ta01 td {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 10px;
    line-height: 1.4;
    display: table-cell;
    align-content: center;
    background: #fff;
}

@media screen and (max-width: 767px) {
.ta01 th {
    padding: 10px 5px;
}
.ta01 td {
    padding: 10px 5px;
}
}

.ta01 td span{
  color: #E60101;
}


/*****************************
  RECRUIT
*****************************/
.recruittxt{
  text-align: left;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.recruittxt p{
  margin-bottom: 20px;
}

.recruitsec table {
  border-top: none;
  border-left: none;
  border-collapse: collapse;
  width: min(800px, 100%);
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .recruitsec table {
    border-top:  2px solid #c7c7c7;
    font-size: 14px;
  }
}

.recruitsec table th {
  border-bottom: 2px solid #c7c7c7;
  border-right: none;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  vertical-align: middle;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .recruitsec table th {
    width: 100%;
    display: block;
    padding: 5px 10px;
    background-color: #f7f7f7;
  }
}

.recruitsec table td {
  border-bottom: 2px solid #c7c7c7;
  border-right: none;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .recruitsec table td {
    padding: 20px 10px;
    display:block;
  }
}

.recruit_detail_contents{
  width: min(900px, 100%);
  padding: 40px 30px;
  margin: 0 auto 50px;
  background: #fff;

}
@media screen and (max-width: 767px) {
.recruit_detail_contents{
  width: 100%;
  padding: 30px 0px 0px;
  margin: 0 auto 20px;
}
}

/******************************
SPのbr
******************************/
.sp_br {
  display: none; /* pcの時は非表示 */
}
.pc_br {
  display: block; /* spの時は非表示 */
}

@media (max-width: 767px) {
  .sp_br {
    display: block; /* spの時は表示 */
  }
  .pc_br {
  display: none; /* spの時は非表示 */
  }
}