@charset "UTF-8";
/* CSS Document */
.font-chenge{

}
.p-mainvisual_hemo_textbox {
  box-sizing: border-box;
  position: relative;
  margin: 163px auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 600px;
  height: 250px;
  z-index: 0;
  color: #fff;
    background-color: hsla(0,0%,100%,0.0);
}
.p-mainvisual_hemo2_textbox {
  box-sizing: border-box;
  position: relative;
  margin: 163px auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  height: 250px;
  z-index: 0;
  color: #fff;
    background-color: hsla(0,0%,100%,0.00);
}
.p-mainvisual_hemo_text ,.p-mainvisual_hemo_text2{
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  text-align: center;
}
.p-mainvisual_hemo_text {
  font-size: 40px;
	letter-spacing: 10px;
    line-height: 1.5;
}
.p-mainvisual_hemo_text2 {
  font-size: 40px;
	letter-spacing: 3px
}

.p-mainvisual_insp_title{
  position: relative;
  margin: 0;
  padding: 0 0 10px;
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .0);
  box-sizing: border-box;
  text-align: center;
    
}

.p-mainvisual_insp_title:after {
  margin: 5px 0 0;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #535E83;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  z-index: 5;
}
.p-mainvisual_insp_title {
    font-size: 48px;
    line-height: 1.27778;
	letter-spacing: 15px;
  }
.p-mainvisual_bunin_title {
  position: relative;
  margin: 0;
  padding: 0 0 10px;
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  text-align: center;
}
.p-mainvisual_bunin_title:after {
  margin: 5px 0 0;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #535E83;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  z-index: 5;
}

.p-mainvisual_bunin_text {
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  text-align: center;
	color: #FFF591;
	z-index: 2;
}
.p-mainvisual_bunin_text2 {
	font-size: 36px;
	line-height: 1.5em;
	color: #004FA3;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  text-align: center;
}


 .p-mainvisual_bunin_title {
    font-size: 56px;
    line-height: 1.27778;
     letter-spacing: 5px
  }
  .p-mainvisual_bunin_text {
    font-size: 24px;
    line-height: 1.6;
  }
 .p-mainvisual_insp_text {
    font-size: 38px;
    line-height: 1.2;
     letter-spacing: 5px;
     text-shadow: 1px 1px 0px #fff;
     font-weight: bold;
  }
.fs48-32{
    font-size: 48px;
}
@media only screen and (min-width: 768px) {
  .side_bnr {
    top: auto;
    bottom: 0;
    right: 100px;
  }
  .side_bnr .side_bnr_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .side_bnr li:not(:first-child) {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .side_bnr {
    bottom: 0;
    width: 100%;
  }
  .side_bnr .side_bnr_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .side_bnr .side_bnr_block li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.totop {
  bottom: 0;
  display: none;
  position: fixed;
  right: 10px;
}
.totop:hover {
  cursor: pointer;
  opacity: .8;
}
.totop .totop_inner {
  background: #4D74AC;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.totop .totop_inner svg {
  width: 15px;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .totop {
    width: 50px;
    bottom: 17vw;
  }
  .totop .totop_inner {
    width: 50px;
    height: 50px;
  }
}

.section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(50% - (var(--vw) * 50));
  margin-right: calc(50% - (var(--vw) * 50));
  padding-left: calc((var(--vw) * 50) - 50%);
  padding-right: calc((var(--vw) * 50) - 50%);
}

@media screen and (max-width: 767px) {
  /* ---------------------------
 * Mobile
 * --------------------------- */
    .fs48-32{
    font-size: 32px;
}
    .p-mainvisual_insp_text {
    font-size: 24px;
    line-height: 1;
        letter-spacing: 4px;
  }
.p-mainvisual_insp_title {
    font-size: 32px;
    line-height: 1;
		letter-spacing: 5px
  }
  .p-mainvisual_bunin_textbox {
    box-sizing: border-box;
    position: relative;
    margin: 100px auto ;
    padding: 20px 10px;
    width: 320px;
    height: 200px;
    z-index: 2;
    color: #fff;
  }
     .p-mainvisual_hemo_textbox {
    box-sizing: border-box;
    position: relative;
    margin: 110px auto 90px ;
    padding: 20px 10px;
    width: 94%;
    height: 200px;
    z-index: 2;
    color: #fff;
  }
  .p-mainvisual_hemo2_textbox {
    box-sizing: border-box;
    position: relative;
    margin: 110px auto 90px ;
    padding: 20px 10px;
    width: 94%;
    height: 200px;
    z-index: 2;
    color: #fff;
  }
.p-mainvisual_hemo_text {
    font-size: 24px;
    line-height: 1.2;
  }
    .p-mainvisual_hemo_text2 {
    font-size: 24px;
    line-height: 1.5;
  }
	.p-mainvisual_bunin_title {
    font-size: 32px;
    line-height: 1.41667;
  }
	  .p-mainvisual_bunin_text {
    font-size: 16px;
    line-height: 1.5;
    }
    .ma_bot-15{
        margin-bottom: -15px !important;
    }
    .ma_bot-5{
        margin-bottom: -5px !important;
    }
}
.btnn {
  display: inline-block;
  padding: 10px 30px;
  color: #FFF;
  background-color: #EF78AF;
  font-size: 20px;
  cursor: pointer;
	margin-top: 20px;
}
.btnn:hover {
  background-color: #EF78AF;
}
.disable {
  background-color: #ABABAB;
  cursor: not-allowed;
}
.disable:hover {
  background-color: #ABABAB;
}

.anchorText {
  pointer-events: none;
  /* 無効っぽい見た目にする */
display: inline-block;
  padding: 10px 30px;
  color: #FFF;
  background-color: #D4D4D4;
  font-size: 20px;
  cursor: pointer;
	margin-top: 20px;
}

#check-enable:checked ~ .anchorText {
  pointer-events: auto;
  /* 有効可されたっぽい見た目にする */
display: inline-block;
  padding: 10px 30px;
  color: #FFF;
  background-color: #EF78AF;
  font-size: 20px;
  cursor: pointer;
	margin-top: 20px;
}

.tab-1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	border-radius: 5px
}

.tab-1> label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: #e9f0f6;
    color: #5a687a;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-1> label:hover {
    opacity: .8;
}

.tab-1 input {
    display: none;
}

.tab-1> div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-1 label:has(:checked) {
    background-color: #fff;
    border-color: #4cbce1 #f0f0f0 #fff;
    border-style: solid;
    border-width: 4px 1px 1px;
    border-radius: 5px;
    color: #3a485a;
}

.tab-1 label:has(:checked) + div {
    display: block;
}
.link_list {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content:center;
}

.link_list li {
    padding: 0 50px;

}
@media screen and (max-width: 767px) {
    .link_list li {
    padding: 0 10px;

}
    }
.p-intro_hemo {/*親div*/
  position: relative;/*相対配置*/
    margin-bottom: 10px
  }

.p-intro_hemo h2 {
  position: absolute;/*絶対配置*/
    width: 90%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	font-size:46px;
	line-height: 1;
	letter-spacing: 1px;
    text-align: center;
  }
@media screen and (max-width: 767px) {
	.p-intro_hemo h2 {
		font-size: 32px
	}
}

.p-links3_outline_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-links3_outline_listItem {
  border: 1px solid #c3bfb6;
  margin: -1px 0 0;
}
.p-links3_outline_listItem a {
  position: relative;
  padding: 3px 30px 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}
.p-links3_outline_listItem a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  font-size: 28px;
  line-height: 1;
  color: #535E83;
  margin-top: -14px;
}

.p-links3_outline_icon {
  width: 150px;
  margin-right: 10px;
}

.p-links3_outline_title {
  width: 100%;

}
.p-links3_outline_title .text {
  display: block;
	margin: 10px 0 10px 10px;

}
.p-links3_outline_title .sub {
  display: block;
  color: #535E83;

}
.p-links3_outline_listItem {
    width: 100%;
	margin-bottom: 10px
  }
.p-links3 {
    padding:0 0 80px;
  }
  .p-links3_outline_listItem a:hover {
    opacity: 1;
  }
  .p-links3_outline_icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
        flex: 0 0 48px;
    width: 48px;
    margin-right: 10px;
  }
  .p-links3_outline_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

  }
  .p-links3_outline_title .text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
	  
  }
  .p-links3_outline_title .sub {
    display: block;
    margin-left: auto;
    font-size: 10px;
    font-size: .625rem;
    line-height: 1.4;
    white-space: nowrap;
  }

.p-links3_outline_list .type-color00 {
  background-color: rgba(227,180,213,0.5)
}
.p-links3_outline_list .type-color01 {
  background-color: rgba(239,187,209,0.5)
}
.p-links3_outline_list .type-color02 {
  background-color: rgba(241,189,169,0.5)
}
.p-links3_outline_list .type-color03 {
  background-color: rgba(246,215,116,0.5)
}
.p-links3_outline_list .type-color04 {
  background-color: rgba(247,232,76,0.5)
}
.p-links3_outline_list .type-color05 {
  background-color: rgba(211,217,83,0.5)
}
.p-links3_outline_list .type-color06 {
  background-color: rgba(138,191,148,0.5)
}
.p-links3_outline_list .type-color07 {
  background-color: rgba(128,196,201,0.5)
}
.p-links3_outline_list .type-color08 {
  background-color: rgba(124,200,233,0.5)
}
.p-links3_outline_list .type-color09 {
  background-color: rgba(159,183,218,0.5)
}
.p-links3_outline_list .type-color10{
  background-color: rgba(192,178,207,0.5)
}
.p-links3_outline_list .type-color11 {
  background-color: rgba(217,177,195,0.5)
}
.p-links3_outline_list .type-color12 {
  background-color: rgba(217,194,167,0.5)
}
.p-links3_outline_list .type-color-white {
  background-color: #f5f4f2;
}
@media screen and (min-width: 769px) {
  /* ---------------------------
 * PC
 * --------------------------- */
.p-links3 {
    margin: 0 0 60px;
  }
  .p-links3_outline_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }
  .p-links3_outline_listItem {
    width: 470px;
	  margin-bottom: 20px;
  }
  .p-links3_outline_title .text {

    font-size: 26px;
    line-height: 1.5;
	  letter-spacing: 1px;
	  margin:8px auto;
	  font-weight: bold;
	  color: #535E83;
	  text-align: center;
  }
  .p-links3_outline_title .sub {
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.375;
	  margin:auto;
	  text-align: center;
	  
  }	
}

.nav-boxx{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
width: 100%;
margin-bottom: 10px;
margin-top: 10px;
}
.nav-boxx .flexitem100 {
display: flex;
flex-direction: column;
width: 100%;
padding: 0 10px;
box-sizing: border-box;
text-align: center;

}
.nav-boxx .flexitem50 {
display: flex;
flex-direction: column;
width: 49%;
padding: 0px 0;
box-sizing: border-box;
text-align: center;
margin-bottom: 10px;
}
.nav-boxx .flexitem30 {
display: flex;
flex-direction: column;
width: 30%;
padding: 10px 0 0 10px;
box-sizing: border-box;
text-align: center;
margin-bottom: 10px;
}
.nav-boxx .flexitem70 {
display: flex;
flex-direction: column;
width: 69%;
padding: 0px;
box-sizing: border-box;
text-align: center;
margin-bottom: 10px;
}
@media only screen and (max-width:768px) {
.nav-boxx .flexitem50 {
width: 100%;
margin-bottom: 10px;
}
.nav-boxx .flexitem30 {
width: 100%;
margin-bottom: -10px;
}
.nav-boxx .flexitem70 {
width: 100%;
margin-bottom: 10px;
	padding: 0 0 0 10px
}
}
.p-cta {

  text-align: center;
}
.p-cta .p-cta_head {
  font-weight: 700;
  font-size: 22px;
  color: #8A7F48;
  display: block;
    margin-bottom: 20px;
}
.p-cta .p-cta_head span {
  display: block;
  font-size: 32px;
}
.p-cta .p-cta_head_bubble{
  display: block;
  width: 460px;
  margin: 0 auto 30px auto;
  font-weight: 700;
  font-size: 18px;
  color: #30478c;
  background: #D6DFED;
  padding: 20px 10px;
  border-radius: 50px;
  position: relative;
}

.p-cta .p-cta_head_bubble:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 8.5px 0 8.5px;
  border-color: #D6DFED transparent transparent transparent;
}
.p-cta a.p-cta_btn,
.p-cta a.p-cta_btn:link,
.p-cta a.p-cta_btn:visited,
.p-cta a.p-cta_btn:active {
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  display: block;
  width: 350px;
   background-image: linear-gradient(90deg, rgba(129, 141, 197, 1), rgba(158, 212, 229, 1));
  margin: 0 auto 30px auto;
  padding: 20px 0;
}
.p-cta .p-cta_option {
  text-align: center;
  color: #30478c;
  font-size: 15px;
}

.p-cta2 {

  text-align: center;
}


.p-cta2 a.p-cta_btn,
.p-cta2 a.p-cta_btn:link,
.p-cta2 a.p-cta_btn:visited,
.p-cta2 a.p-cta_btn:active {
  font-weight: normal;
  font-size: 32px;
  color: #956432;
  display: block;
  width: 100%;
    height: 60px;
   background-image: linear-gradient(90deg, rgba(255,213,255,1.00), rgba(251,247,210,1.00));
  margin: 0 auto 0px;
  padding: 20px 0 5px;
    border-radius: 40px;
    line-height: 0.8;
}
.p-cta2 .p-cta_option {
  text-align: center;
  color: #3A4C7B;
  font-size: 18px;
}
.p-cta3 {
  text-align: center;
}
.p-cta3 a.p-cta_btn,
.p-cta3 a.p-cta_btn:link,
.p-cta3 a.p-cta_btn:visited,
.p-cta3 a.p-cta_btn:active {
  font-weight: normal;
  font-size: 32px;
  color: #956432;
  display: block;
  width: 100%;
    height: 60px;
   background-image: linear-gradient(90deg, rgba(188,238,241,1.00), rgba(251,247,210,1.00));
  margin: 0 auto 0px;
  padding: 20px 0 5px;
    border-radius: 40px;
    line-height: 0.8;
    letter-spacing: 3px;
}
.p-cta3 .p-cta_option {
  text-align: center;
  color: #3A4C7B;
  font-size: 18px;
}
.p-cta4 {
  text-align: center;
}
.p-cta4 a.p-cta_btn,
.p-cta4 a.p-cta_btn:link,
.p-cta4 a.p-cta_btn:visited,
.p-cta4 a.p-cta_btn:active {
  font-weight: normal;
  font-size: 32px;
  color: #956432;
  display: block;
  width: 100%;
    height: 60px;
   background-image: linear-gradient(90deg, rgba(215,252,255,1.00), rgba(255,227,255,1.00));
  margin: 0 auto 0px;
  padding: 20px 0 5px;
    border-radius: 40px;
    line-height: 0.8;
    letter-spacing: 3px;
}
.p-cta4 .p-cta_option {
  text-align: center;
  color: #3A4C7B;
  font-size: 18px;
}
.one-line{
	padding-top: 40px;
	
}
@media only screen and (max-width:768px) {
  .p-cta {
    padding: 0px 10px !important;
  }
  .p-cta .p-cta_head {
    font-size: 17px;
  }
  .p-cta .p-cta_head span {
    font-size: 28px;
  }
  .p-cta .p-cta_head_bubble {
    width: 90%;
    font-size: 15px;
  }
  .p-cta .p-cta_head_bubble:after{
    bottom: -15px;
    border-width: 16px 8.5px 0 8.5px;
  }
.p-cta a.p-cta_btn,
.p-cta a.p-cta_btn:link,
.p-cta a.p-cta_btn:visited,
.p-cta a.p-cta_btn:active {
    width: 90%;
  }
  .p-cta .p-cta_option {
    text-align: left;
  }
    
      .p-cta2 {
    padding: 5px 10px !important;
  }

.p-cta2 a.p-cta_btn,
.p-cta2 a.p-cta_btn:link,
.p-cta2 a.p-cta_btn:visited,
.p-cta2 a.p-cta_btn:active {
    width: 100%;
	font-size: 24px;
	 height: 50px;
  margin: 0 auto 0px;
  padding: 15px 0;
    border-radius: 50px;
    line-height: 1;
  }
.p-cta2 .p-cta_option {
    font-size: 16px;
  }
.p-cta3 {
    padding: 5px 10px !important;
  }

.p-cta3 a.p-cta_btn,
.p-cta3 a.p-cta_btn:link,
.p-cta3 a.p-cta_btn:visited,
.p-cta3 a.p-cta_btn:active {
    width: 100%;
	font-size: 24px;
	 height: 50px;
  margin: 0 auto 0px;
  padding: 15px 0;
    border-radius: 50px;
    line-height: 1;
}
.p-cta3 .p-cta_option {
  font-size: 16px;
}
.p-cta4 {
    padding: 5px 10px !important;
  }

.p-cta4 a.p-cta_btn,
.p-cta4 a.p-cta_btn:link,
.p-cta4 a.p-cta_btn:visited,
.p-cta4 a.p-cta_btn:active {
    width: 100%;
	font-size: 24px;
	 height: 50px;
  margin: 0 auto 0px;
  padding: 15px 0;
    border-radius: 50px;
    line-height: 1;
}
.p-cta3 .p-cta_option {
  font-size: 16px;
}
.one-line{
	padding-top: 15px;
	
}
  }
.aisatsu{
	font-size: 18px;
	line-height: 1.3;
}
.aisatsu img{
	width: 40%
}
@media only screen and (max-width:768px) {
	.aisatsu{
		
	font-size: 16px
}
	.aisatsu img{
	width: 100%
}
}
