@charset "utf-8";
.s_pc_view {
  display: block !important; /*改行にのみ使用*/
}
.s_sp_view {
  display: none !important; /*改行にのみ使用*/
}
.s_mat0 {
  margin-top: 0;
}
.s_mat5 {
  margin-top: 5px;
}
.s_mat10 {
  margin-top: 10px;
}
.s_mat20 {
  margin-top: 20px;
}
.s_mat30 {
  margin-top: 30px;
}
.s_mat40 {
  margin-top: 40px;
}
.s_mat50 {
  margin-top: 50px;
}
.s_mat60 {
  margin-top: 60px;
}
.s_mat70 {
  margin-top: 70px;
}
.s_mat80 {
  margin-top: 80px;
}
.s_mat80vh {
  margin-top: 80vh;
}

.s_mab0 {
  margin-bottom: 0;
}
.s_mab5 {
  margin-bottom: 5px;
}
.s_mab10 {
  margin-bottom: 10px;
}
.s_mab20 {
  margin-bottom: 20px;
}
.s_mab30 {
  margin-bottom: 30px;
}
.s_mab40 {
  margin-bottom: 40px;
}
.s_mab50 {
  margin-bottom: 50px;
}
.s_mab60 {
  margin-bottom: 60px;
}
.s_mab70 {
  margin-bottom: 70px;
}
.s_mab80 {
  margin-bottom: 80px;
}
.s_mab90 {
  margin-bottom: 90px;
}
.s_mab100 {
  margin-bottom: 100px;
}

.s_auto {
  margin: auto;
}
.s_auto_right {
  margin: 0 0 0 auto;
}

.s_al_center,
.aligncenter {
  text-align: center;
}
.s_al_right,
.alignright {
  text-align: right;
}
.s_al_left,
.alignleft {
  text-align: left;
}
.s_vl_top {
  vertical-align: top;
}
.s_vl_middle {
  vertical-align: middle;
}
.s_vl_bottom {
  vertical-align: bottom;
}

.s_f_left {
  float: left;
}
.s_f_right {
  float: right;
}
.is_f_clear {
  float: none;
  text-align: center;
}

.s_red {
  color: #FF0000;
}
.s_black {
  color: var(--bk-color);
}
.s_white {
  color: var(--wh-color);
}
.s_blue {
  color: var(--bl-color);
}
.s_bg_white {
  background-color: var(--wh-color);
}
.s_bg_cream {
  background-color: #FFFEE8;
}
.s_line {
  background: linear-gradient(transparent 60%, #CCE0FF 0%);
}
.s_bold {
  font-weight: bold;
}
.s_indent {
  text-indent: 1em;
}
.s_kome,
.s_kome li {
  text-indent: -0.5em;
  margin-left: 1em;
}
.s_underline {
  text-decoration: underline;
}

.s_ff_en{
  font-family: "din-2014", sans-serif;
  font-weight: 600;
}

.s_fw_normal {
  font-weight: normal;
}
.s_fw_40 {
  font-weight: 400;
}
.s_fw_50 {
  font-weight: 500;
}
.s_fw_60 {
  font-weight: 600;
}
.s_fw_70 {
  font-weight: 700;
}
.s_fw_80 {
  font-weight: 800;
}
.s_fw_90 {
  font-weight: 900;
}
.s_inline {
  display: inline-block;
}

.s_fs_sm {
  font-size: 1.2rem;
}
.s_fs_lg {
  font-size: 1.8rem;
}

.s_img_floatL {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.s_img_floatR {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.s_fs11 {
  font-size: 1.1rem !important;
}
.s_fs12 {
  font-size: 1.2rem !important;
}
.s_fs13 {
  font-size: 1.3rem !important;
}
.s_fs14 {
  font-size: 1.4rem !important;
}
.s_fs15 {
  font-size: 1.5rem !important;
}
.s_fs16 {
  font-size: 1.6rem !important;
}
.s_fs17 {
  font-size: 1.7rem !important;
}
.s_fs18 {
  font-size: 1.8rem !important;
}
.s_fs19 {
  font-size: 1.9rem !important;
}
.s_fs20 {
  font-size: 2rem !important;
}
.s_fs21 {
  font-size: 2.1rem !important;
}
.s_fs22 {
  font-size: 2.2rem !important;
}
.s_fs23 {
  font-size: 2.3rem !important;
}
.s_fs24 {
  font-size: 2.4rem !important;
}
.s_fs25 {
  font-size: 2.5rem !important;
}
.s_fs26 {
  font-size: 2.6rem !important;
}
.s_fs27 {
  font-size: 2.7rem !important;
}
.s_fs28 {
  font-size: 2.8rem !important;
}
.s_fs29 {
  font-size: 2.9rem !important;
}
.s_fs30 {
  font-size: 3rem !important;
}
.s_fs31 {
  font-size: 3.1rem !important;
}
.s_fs32 {
  font-size: 3.2rem !important;
}
.s_fs44 {
  font-size: 4.4rem !important;
}
.s_fs62 {
  font-size: 6.2rem !important;
}
.s_fs63 {
  font-size: 6.3rem !important;
}
.s_fs64 {
  font-size: 6.4rem !important;
}
.s_fs65 {
  font-size: 6.5rem !important;
}
.s_fs66 {
  font-size: 6.6rem !important;
}
.s_fs67 {
  font-size: 6.7rem !important;
}
.s_fs68 {
  font-size: 6.8rem !important;
}
.s_fs69 {
  font-size: 6.9rem !important;
}
.s_fs70 {
  font-size: 7rem !important;
}
.s_fs76 {
  font-size: 7.6rem !important;
}
.s_fs78 {
  font-size: 7.8rem !important;
}
.s_w10p {
  width: 10%;
}
.s_w20p {
  width: 20%;
}
.s_w30p {
  width: 30%;
}
.s_w40p {
  width: 40%;
}
.s_w50p {
  width: 50%;
}
.s_w60p {
  width: 60%;
}
.s_w70p {
  width: 70%;
}
.s_w80p {
  width: 80%;
}
.s_w90p {
  width: 90%;
}
.s_w100p {
  width: 100%;
}

.s_disable {
  pointer-events: none;
}

.s_lh18{
  line-height: 1.8;
}

@media screen and (max-width: 968px) {
  .s_pc_view {
    display: none !important; /*改行にのみ使用*/
  }
  .s_sp_view {
    display: block !important; /*改行にのみ使用*/
  }

  .s_f_left.is_sp_f_clear {
    float: left;
  }
  .s_f_right.is_sp_f_clear {
    float: right;
  }

  .s_mat0_sp {
    margin-top: 0;
  }
  .s_mat5_sp {
    margin-top: 5px;
  }
  .s_mat10_sp {
    margin-top: 10px;
  }
  .s_mat20_sp {
    margin-top: 20px;
  }
  .s_mat30_sp {
    margin-top: 30px;
  }
  .s_mat40_sp {
    margin-top: 40px;
  }
  .s_mat50_sp {
    margin-top: 50px;
  }
  .s_mat80vh_sp {
    margin-top: 80vh;
  }
  
  .s_mab0_sp {
    margin-bottom: 0;
  }
  .s_mab5_sp {
    margin-bottom: 5px;
  }
  .s_mab10_sp {
    margin-bottom: 10px;
  }
  .s_mab20_sp {
    margin-bottom: 20px;
  }
  .s_mab30_sp {
    margin-bottom: 30px;
  }
  .s_mab40_sp {
    margin-bottom: 40px;
  }
  .s_mab50_sp {
    margin-bottom: 50px;
  }
  .s_mab60_sp {
    margin-bottom: 60px;
  }
  .s_mab100_sp {
    margin-bottom: 100px;
  }
  
  .s_auto_sp {
    margin: auto;
  }

  .s_lh_sp{
    line-height: normal;
  }

  .s_fs11_sp {
    font-size: 1.1rem !important;
  }
  .s_fs12_sp {
    font-size: 1.2rem !important;
  }
  .s_fs13_sp {
    font-size: 1.3rem !important;
  }
  .s_fs14_sp {
    font-size: 1.4rem !important;
  }
  .s_fs15_sp {
    font-size: 1.5rem !important;
  }
  .s_fs16_sp {
    font-size: 1.6rem !important;
  }
  .s_fs17_sp {
    font-size: 1.7rem !important;
  }
  .s_fs18_sp {
    font-size: 1.8rem !important;
  }
  .s_fs19_sp {
    font-size: 1.9rem !important;
  }
  .s_fs20_sp {
    font-size: 2rem !important;
  }
  .s_fs21_sp {
    font-size: 2.1rem !important;
  }
  .s_fs22_sp {
    font-size: 2.2rem !important;
  }
  .s_fs23_sp {
    font-size: 2.3rem !important;
  }
  .s_fs24_sp {
    font-size: 2.4rem !important;
  }
  .s_fs25_sp {
    font-size: 2.5rem !important;
  }
  .s_fs26_sp {
    font-size: 2.6rem !important;
  }
  .s_fs27_sp {
    font-size: 2.7rem !important;
  }
  .s_fs28_sp {
    font-size: 2.8rem !important;
  }
  .s_fs29_sp {
    font-size: 2.9rem !important;
  }
  .s_fs30_sp {
    font-size: 3rem !important;
  }
  .s_fs31_sp {
    font-size: 3.1rem !important;
  }
  .s_fs32_sp {
    font-size: 3.2rem !important;
  }
  .s_fs33_sp {
    font-size: 3.3rem !important;
  }
  .s_fs34_sp {
    font-size: 3.4rem !important;
  }
  .s_fs35_sp {
    font-size: 3.5rem !important;
  }
  .s_fs36_sp {
    font-size: 3.6rem !important;
  }
  .s_fs37_sp {
    font-size: 3.7rem !important;
  }
  .s_fs38_sp {
    font-size: 3.8rem !important;
  }
  .s_fs39_sp {
    font-size: 3.9rem !important;
  }
  .s_fs40_sp {
    font-size: 4rem !important;
  }
  .s_fs41_sp {
    font-size: 4.1rem !important;
  }
  .s_fs42_sp {
    font-size: 4.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .s_al_center_sp,
  .aligncenter_sp {
    text-align: center;
  }
  .s_al_right_sp,
  .alignright_sp {
    text-align: right;
  }
  .s_al_left_sp,
  .alignleft_sp {
    text-align: left;
  }
}


/*----------------------------------------------
	top
---------------------------------------------*/
/*  .s_top_mv
---------------------------------------------*/
.s_top_mv {
    display: grid;
    grid-template-columns: 2fr 1fr;
    position: relative;
    width: 100%;
    height: 80vh;
    justify-content: space-between;
    align-items: center;
    padding-top: 10rem;
    gap: 3rem;
	overflow: hidden;
}
.s_top_mv_right {
    margin-right: -18vw;
}
.s_top_mv_image {
	max-width: 1200px;
}
.s_top_mv_copy {
  font-size: 5.6rem;
  color: #fff;
  letter-spacing: -1px;
  text-shadow: 0px 2px 4px #03276140;
}
.s_top_mv_bg01 {
    width: fit-content;
    font-size: 4rem;
    background: var(--bl-color);
    color: var(--wh-color);
    padding: 0 5rem 0 10rem;
    margin: 0 0 2rem 0;
    text-shadow: none;
}
.s_top_mv_bg02 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 6rem;
    background: var(--wh-color);
    color: var(--bk-color);
    padding: 1rem 3rem;
    text-shadow: none;
}
.s_top_mv_txtbox{
	padding-left: 10rem;
}
.s_top_mv_lead {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.8;
}
.s_top_mv_logo {
    max-width: 550px;
}
.s_top_mv_ttl {
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--bl-color);
    margin: 3rem 0 1rem;
}
.s_top_mv_cap {
    font-size: 1.4rem;
}
.s_top_mv_flex {
    align-items: center;
    gap: 1rem;
}
.s_top_mv_gsi {
    width: 100px;
	padding-bottom: 0.5rem;
}
/* スクロールダウンの位置 */
.s_mv_scrol {
    margin: 5rem auto 2rem;
}
.s_top_mv_scroll {
    padding-top: 70px;
    position: relative;
    text-align: center;
    margin-bottom: 1rem;
    text-decoration: none;
}
.s_top_mv_scroll::before {
    animation: mvscroll 2s infinite;
    border-bottom: 4px solid #2a61ff;
    border-left: 4px solid #2a61fe;
    content: "";
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.s_top_mv_scroll span {
    font-size: 2.2rem;
    font-weight: 600;
    color: #2a61ff;
}
/* 矢印のアニメーション */
@keyframes mvscroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 1800px) {
	.s_top_mv_image {
		max-width: 1000px;
	}
}
@media screen and (max-width: 1600px) {
  .s_top_mv_ttl{
	font-size: 3rem;
  }
  .s_top_mv_image {
    max-width: 900px;
  }
  .s_top_mv_logo {
    max-width: 440px;
}
  .s_top_mv_bg01 {
    font-size: 3.4rem;
    padding: 0 5rem 0 6rem;
  }
  .s_top_mv_bg02 {
    font-size: 5rem;
  }
  .s_top_mv_gsi {
    width: 60px;
}
.s_top_mv_lead {
    font-size: 1.8rem;
}
.s_top_mv_txtbox {
    padding-left: 6rem;
}
}
@media screen and (max-width: 1300px) {
	.s_top_mv_image {
        max-width: 700px;
    }
	.s_top_mv_bg01 {
        font-size: 2.8rem;
		padding: 0 5rem 0 4rem;
	}
	.s_top_mv_bg02 {
        font-size: 4.2rem;
    }
	.s_top_mv_ttl {
        font-size: 2.8rem;
    }
	.s_top_mv_txtbox {
        padding-left: 4rem;
    }
}
@media screen and (max-width: 1030px) {
	.s_top_mv {
		grid-template-columns: 1fr;
		padding-top: 14rem;
		gap: 1rem;
	}
	.s_top_mv_bg01 {
		width: 100%;
		text-align: center;
	}
	.s_top_mv_bg02{
		justify-content: center;
	}
	.s_top_mv_cap{
		text-align: center;
	}
	.s_top_mv_txtbox{
		text-align: center;
	}
	.s_top_mv_flex{
		justify-content: center;
	}
	.s_top_mv_right {
		margin-right: 0vw;
	}
	.s_top_mv_image {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }

}
@media screen and (max-width: 830px) {
	.s_top_mv{
		height: 100%;
		padding-top: 6rem;
	}
	.s_top_mv_bg01 {
		font-size: 2rem;
		padding: 0;
    }
	.s_top_mv_logo {
        max-width: 200px;
    }
	.s_top_mv_bg02{
		padding: 1rem 0rem;
		font-size: 2.4rem;
		gap: 1rem;
	}
	.s_top_mv_bg02 {
        font-size: 2.4rem;
    }
	.s_top_mv_txtbox {
        padding: 0 1rem;
    }
	.s_top_mv_cap{
		font-size: 1rem;
	}
	.s_top_mv_ttl {
        font-size: 2rem
    }
	.s_top_mv_lead {
        font-size: 1.6rem;
    }
	.s_top_mv_scroll::before{
		width: 15px;
		height: 15px;
	}
	.s_top_mv_scroll span {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 768px) {
}

/*  .s_top_mv
---------------------------------------------*/
.s_mv_contact {
    margin: 1rem 0 0rem;
}

/*  .s_sec01
---------------------------------------------*/
.s_sec01_lead {
    color: var(--wh-color);
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 4rem;
    text-shadow: 0px 2px 4px #03276140;
}

@media screen and (min-width: 1921px) {
  .s_top_section::before,.s_top_section::after{
    background-size: cover;
  }
  .s_top_section::after {
    background-size: contain;
  }
}
@media screen and (max-width: 1030px) {
  .s_sec01_lead {
	font-size: 1.8rem;
  }
}
@media screen and (max-width: 830px) {
	.s_sec01_lead {
        font-size: 1.4rem;
		margin-bottom: 2rem;
	}
}

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

}


/*  .s_sec02
---------------------------------------------*/
.s_sec02 {
  position: relative;
}
.s_sec02_box {
    position: relative;
}
.s_sec02_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}
.s_sec02_item {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 2.6rem;
    background: var(--wh-color);
    border-radius: 10px;
    padding: 4rem;
    box-shadow: 0 0 10px rgba(78, 81, 228, 0.1);
}
.s_sec02_item:nth-child(2n) {
    justify-content: end;
}
.s_sec02_catch {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    background: var(--bl-color);
    color: var(--wh-color);
    font-size: 2.8rem;
    font-weight: 500;
    padding: 3rem;
    border-radius: 10px;
}
.s_sec02_bl {
    background: var(--libl-color);
    padding: 0 0.8rem;
    font-size: 3.8rem;
    border-radius: 5px;
}
.s_sec02_rd {
    background: var(--rd-color);
    padding: 0 0.8rem;
    font-size: 3.8rem;
    border-radius: 5px;
}
.s_sec02_dot {
    position: relative;
    padding: 0 0 1rem;
    font-size: 3.8rem;
    letter-spacing: 2px;
}
.s_sec02_dot::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--wh-color);
}

@media screen and (max-width: 1600px) {
	.s_sec02_item{
		font-size: 2rem;
	}
	.s_sec02_catch{
		font-size: 2.2rem;
	}
	.s_sec02_bl,.s_sec02_rd,.s_sec02_dot{
		font-size: 3rem;
	}
	.s_sec02_dot::after{
		width: 6px;
		height: 6px;
	}
}
@media screen and (max-width: 1300px) {
	.s_sec02_item {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 1030px) {
	.s_sec02_item {
		font-size: 1.6rem;
		padding: 3rem;
    }
	.s_sec02_lead{
		font-size: 1.6rem;
	}
	.s_sec02_catch{
		font-size: 1.8rem;
		padding: 3rem 2rem;
	}
	.s_sec02_bl, .s_sec02_rd, .s_sec02_dot {
        font-size: 2.2rem;
    }

}
@media screen and (max-width: 830px) {
	.s_sec02_grid {
		gap: 0.5rem;
	}
	.s_sec02_item {
        padding: 1.5rem;
        height: 200px;
    }
	.s_sec02_item:nth-child(3),.s_sec02_item:nth-child(4){
		align-items: end!important;
	}
	.s_sec02_catch {
        width: 65%;
        padding: 1.5rem 1.5rem 2rem;
        font-size: 1.3rem;
    }
	.s_sec02_bl, .s_sec02_rd, .s_sec02_dot {
		font-size: 1.6rem;
	}
	.s_sec02_dot::after {
        width: 3px;
        height: 3px;
        top: 2.2rem;
    }
	.s_sec02_lead_ttl {
		font-size: 1.3rem;
	}
}


/*  .s_sec03
---------------------------------------------*/
.s_sec03_three {
    font-size: 7.4rem;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 800;
    color: var(--bl-color);
    padding: 0 0.5rem 0 3rem;
}
.s_sec03_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}
.s_sec03_item {
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    background: rgb(255 255 255 / 44%);
    padding: 3rem;
    border: 2px solid rgb(255 255 255 / 84%);
    border-radius: 15px;
    box-shadow: 0px 3px 10px rgb(12 47 91 / 12%);
    transition: .3s;
}
.s_sec03_item:hover {
    box-shadow: 0px 2px 10px 15px rgb(12 47 91 / 10%);
}
.s_sec03_circle_image {
    max-width: 250px;
}
.s_sec03_number {
    font-family: "Montserrat", sans-serif;
    font-size: 7rem;
    font-weight: 700;
    font-style: italic;
    color: var(--bl-color);
    line-height: 1;
}
.s_sec03_subttl {
    color: var(--bk-color);
    font-size: 3rem;
    font-weight: 800;
    margin: 1rem auto 2rem;
}
.s_sec03_ex {
    padding: 15rem 0;
    border-bottom: 3px solid #ffffffdb;
}
.s_sec03_ex_grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
}
.s_sec03_ex_ttl {
    font-size: 5rem;
    font-weight: 800;
}
.s_sec03_ex_ttl i {
    font-size: 4.4rem;
    padding: 0 2rem;
}
.s_sec03_ex_number {
    font-family: "Montserrat", sans-serif;
    font-size: 10rem;
    font-weight: 700;
    font-style: italic;
    color: var(--bl-color);
    line-height: 1;
}
.s_sec03_ex_lead {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 2rem 0;
}

@media screen and (max-width: 1600px) {
	.s_sec03_subttl{
		font-size: 2.4rem;
		line-height: 1.3;
	}
	.s_sec03_circle_image {
		max-width: 180px;
	}
	.s_sec03_number{
		font-size: 5rem;
	}
	.s_sec03_ex_number{
		font-size: 7rem;
	}
	.s_sec03_ex_ttl {
		font-size: 3.8rem;
	}
	.s_sec03_ex_lead{
		font-size: 2rem;
	}
}
@media screen and (max-width: 1300px) {
	.s_sec03_ex_ttl {
        font-size: 3.4rem;
    }

}

@media screen and (max-width: 1030px) {
	.s_sec03_grid{
		gap: 2rem;
	}
	.s_sec03_item{
		padding:2rem;
	}
	.s_sec03_subttl {
		font-size: 1.8rem;
	}
	.s_sec03_circle_image {
        max-width: 130px;
    }
	.s_sec03_ex_grid {
		grid-template-columns: 1fr;
	}
	.s_sec03_ex_img {
		width: 60%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 830px) {
	.s_sec03_grid{
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	.s_sec03_item {
        padding: 1rem 0.5rem;
    }
	.s_sec03_circle_image {
        max-width: 150px;
    }
	.s_sec03_subttl {
        font-size: 2rem;
		margin: 1rem auto 1rem;
    }
	.s_sec03_number {
        font-size: 4.4rem;
    }
	.s_sec03_three{
		font-size: 4rem;
		    padding: 0 0.5rem 0 1rem;
	}
	.s_sec03_ex {
    padding: 5rem 0;
}
	.s_sec03_ex_number {
        font-size: 5rem;
	}
	.s_sec03_ex_ttl {
        font-size: 2.8rem;
    }
	.s_sec03_ex_ttl i {
		font-size: 2.4rem;
		padding: 0 1rem;
	}
	.s_sec03_ex_lead {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 768px) {

}

/*  .s_sec04
---------------------------------------------*/
.s_sec04 {
  padding: 10rem 0;
}
.s_sec04_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    justify-content: space-between;
}
.s_sec04_item {
	color: var(--wh-color);
    background: linear-gradient(180deg, #0077FF 0%, #003C80 100%);
    border-radius: 20px;
    padding: 4rem 2rem 4rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	align-self: start;
}
.s_sec04_ttl {
    position: relative;
    font-size: 2.8rem;
    height: 200px;
}
.s_sec04_ttl_small {
    display: block;
    font-size: 1.8rem;
    line-height: 1.8;
}
.s_sec04_ttl::after {
    position: absolute;
    content: "";
    max-width: 35%;
    width: 100%;
    height: 150px;
    bottom: 0;
    right: 0;
    background-image: url(../images/sec04_icon01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-blend-mode: multiply;
    mix-blend-mode: soft-light;
}
.s_sec04_item:nth-child(2) .s_sec04_ttl::after {
	background-image: url(../images/sec04_icon02.png);
}
.s_sec04_item:nth-child(3) .s_sec04_ttl::after {
	background-image: url(../images/sec04_icon03.png);
}
.s_sec04_item:nth-child(4) .s_sec04_ttl::after {
	background-image: url(../images/sec04_icon04.png);
}
.s_sec04_item:nth-child(5) .s_sec04_ttl::after {
	background-image: url(../images/sec04_icon05.png);
}
.s_sec04_item:nth-child(6) .s_sec04_ttl::after {
	background-image: url(../images/sec04_icon06.png);
}
.s_sec04_subttl{
	font-size: 2.8rem;
	padding-bottom: 3rem;
}
@media screen and (max-width: 1600px) {
	.s_sec04_ttl{
		font-size: 2.4rem;
	}
	.s_sec04_subttl {
		font-size: 2.4rem;
	}
	.s_sec04_ttl_small{
		font-size: 1.6rem;
	}

}
@media screen and (max-width: 1030px) {
	.s_sec04_grid{
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 830px) {
	.s_sec04_grid {
        grid-template-columns: 1fr;
	}
	.s_sec04_subttl {
        font-size: 2rem;
    }
}

/*----------------------------------------------
詳しく読むアコーディオン
---------------------------------------------*/
.s_read_box {
    background: var(--wh-color);
	border: 3px solid var(--bl-color);
    border-radius: 50px 50px 50px 50px;
    cursor: pointer;
    transition: .3s;
}
.s_read_item-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
	padding: 20px 70px;
	position: relative;
	overflow: hidden;
	transition: .3s;
}
.s_read_item-01:hover {
    filter: brightness(1.3);
    transition: .3s;
}
.s_read_item-02 {
	display: none;
	padding: 20px 70px 40px;
}
.is_open .s_read_item-02 {
	display: block;
}
.s_read_item_txt {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
}
.s_read_txt-q {
	color:var(--bl-color);
    font-weight: 600;
    font-size: 2.6rem;
}
.s_read_txt-q:after {
    font-family: "FontAwesome";
    font-size: 4rem;
    content: "\f0ab";
    position: absolute;
    right: 6rem;
    line-height: normal;
    animation: btn_updown 1s linear infinite;
}
.s_read_box.is_open .s_read_txt-q:after {
  animation: none;
  transition:.3s;
  content: "\f0aa";
}
.s_read_box_white .s_read_item_txt{
	position: relative;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	z-index: 2;
}
.s_read_box_white .s_read_item-02{
	padding: 20px 40px 40px;	
}
.s_read_item_sum {
    background: var(--base-color);
	border-radius: 10px;
    padding: 2.5rem;
    font-size: 1.8rem;
    line-height: 2;
}
.s_read_item_border {
    position: relative;
    padding: 0 1rem 0 0rem;
    font-size: 2.2rem;
	background: linear-gradient(transparent 60%, #ffa657b0 0%);
}
.s_read_item_bold {
    font-size: 2.4rem;
    color: var(--bl-color);
    font-weight: 800;
}
.s_read_box.s_read_box_problem{
	background: none;
    border: none;
    border-radius: 0px;
}
.s_read_box_problem .s_read_item-01 {
    padding: 10px 20px;
    background: var(--wh-color);
    border: 3px solid var(--bl-color);
    border-radius: 50px 50px 50px 50px;
    cursor: pointer;
    transition: .3s;
}
.s_read_box_problem .s_read_txt-q {
    font-size: 2rem;
}
.s_read_box_problem .s_read_txt-q:after{
	font-size:3rem;
}
.s_read_box_problem .s_read_item-02{
	padding: 40px 0px 40px;
}
.s_read_box_problem .s_read_item_txt{
	font-size: 1.6rem;
}
@media screen and (max-width: 1600px) {
	.s_read_item-01{
		padding: 10px 70px;
	}
	.s_read_txt-q{
		font-size: 2.2rem;
	}
	.s_read_txt-q:after{
		font-size: 3rem;
	}
	.s_read_item_border{
		font-size: 1.8rem;
	}
	.s_read_item_bold {
		font-size: 1.8rem
	}
	.s_read_box_white .s_read_item-02 {
		padding: 20px 30px 20px;
	}
}
@media screen and (max-width: 1030px) {
	.s_read_box_problem .s_read_txt-q:after {
		font-size: 2.6rem;
	}
	.s_read_box_problem .s_read_txt-q {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 830px) {
	.s_read_item-01 {
        padding: 10px 0px;
    }
	.s_read_item-02{
		padding: 10px 20px 20px;
	}
	.s_read_txt-q {
        font-size: 2rem;
	}
	.s_read_item_txt{
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.s_read_box_white .s_read_item-02 {
        padding: 20px 20px 20px;
    }
	.s_read_item_sum{
		font-size: 1.6rem;
	}
	.s_read_box_problem .s_read_item_txt {
		font-size: 1.4rem;
	}
}


/*----------------------------------------------
募集要項
---------------------------------------------*/
.s_accordion {
  margin: 2em 0;
}
.s_accordion__summary {
    font-size: 2.4rem;
    color: #fff;
    background: #1939b1;
    text-align: center;
    font-weight: bold;
    position: relative;
    display: block;
    cursor: pointer;
    padding: 2rem;
    border-radius: 5px;
}
.s_accordion__summary::after {
	content: "\f358";
	font-family:"Font Awesome 6 Free";
	font-size: 3rem;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.s_accordion input:checked ~ .s_accordion__summary::after {
	content: "\f35b";
}
.s_accordion input {
  display: none;
}
.s_accordion__detail {
  display: none;
  padding: 4px 10px;
  margin: 10px 0;
}
.s_accordion input:checked ~ .s_accordion__detail {
  display: block;
}
.s_accordion__text {
  margin: 0;
}
.s_accordion__tbl th, .s_accordion__tbl td {
    padding: 2rem;
}
.s_accordion__tbl th {
    background: #2479fc;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
	width: 13%;
    border-bottom: 3px solid #fff;
    vertical-align: top;
	text-align: left;
}
.s_accordion__tbl td {
    border-bottom: 3px solid #2479fc;
    background: #fff;
}
.s_accordion__tbl tr:last-child th, .s_accordion__tbl tr:last-child td {
    border: none;
}

@media screen and (max-width: 768px) {
	.s_accordion__tbl th, .s_accordion__tbl td {
		padding: 1.5rem;
		display: block;
	}
	.s_accordion__tbl th {
		font-size: 1.4rem;
		width: auto;
		padding: 1rem;
	}
	.s_accordion__summary {
		font-size: 1.8rem;
		padding: 1.5rem;
		font-weight: 600;
	}
	.s_accordion__summary::after{
		font-size:2rem;
	}
}

/*----------------------------------------------
	フォーム
---------------------------------------------*/
#contact .c_ttlbox_type01 {
    text-shadow: 0px 2px 4px #03276140;
    margin-bottom: 6rem;
}
.contact-lead {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 3rem;
}
.s_form {
	font-family: "Noto Sans JP", sans-serif;
    background: var(--wh-color);
    padding: 10rem 6rem 6rem;
    border-radius: 20px;
    box-shadow: 0px 5px 10px 7px rgb(89 26 2 / 12%);
}
.s_contact_ttl {
    color: #07359c;
}
.s_contact_txt {
    text-align: left;
	margin-bottom: 2rem;
}
.s_contact_item {
    color: #222;
    background: #fff;
    border-radius: 15px;
    padding: 5rem;
}
.blk-iframe {
	color: #222;
	border: 2px solid #323232;
	background-color: #fff;
	width: 90%;
	max-width: 100%;
	height: 20rem;
	margin: 2rem auto 2rem;
	overflow: auto;
	text-align:left;
}
.contact-privacy__txt {
	line-height: 1.8;
	padding: 3%;
}
.contact-privacy {
    text-align: left;
}

.contact-message,.contact-label {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.contact-label {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: left;
    font-weight: 800;
}
.form-input {
	font-weight: 400;
    width: 100%;
    background: #fff;
    border: 2px solid #272727;
    padding: 1rem !important;
    margin: 0.5rem 0 0 0;
}
.form-input, .blk-iframe {
    border-radius: 5px;
}
.form-radio {
	display: flex;
	flex-wrap: wrap;
}
.wpcf7-list-item-label {
	font-weight: 400;
}
.contact-consent {
    text-align: center;
    margin-bottom: 2rem;
}
.contact-consent .wpcf7-list-item {
	margin: 0;
	text-align: center;
}
.s_form_file {
    margin-top: 1rem;
    font-weight: 400;
}
.contact-recaptcha{
	font-size:14px;
}
.contact-required {
    background: #d71414;
    color: #ffffff;
    margin: 0 0 0 0.5rem;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0 0.2rem 0.2rem;
    border-radius: 2px;
}
.contact-submit {
    text-align: center;
}
.wpcf7 .wpcf7-submit {
    font-family: "Noto Sans JP", sans-serif;
    width: 550px;
    font-size: 2.4rem;
    padding: 1.5rem 0;
    background: var(--or-color);
    border: none;
    border-radius: 50px;
    color: var(--wh-color);
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    text-shadow: 0px 2px 2px #61140324;
	transition: .3s;
}
.wpcf7 .wpcf7-submit:disabled{
	background: #c3c3c3;
	color: #fff;
}
.wpcf7 .wpcf7-submit:hover{
	filter: brightness(1.2);
    transition: .3s;
}
.contact-acceptance {
    cursor: pointer;
}
.contact-submit .wpcf7-spinner {
    display: block!important;
    margin: 0.5rem auto!important;
}

/*recapcha非表示*/
.grecaptcha-badge { 
	visibility: hidden;
}
@media (max-width: 968px) {
	.s_form{
		padding:6rem 1.5rem 3rem;
	}
	#contact .c_ttlbox_type01{
		margin-bottom: 3rem;
	}
	.contact-lead {
    text-align: left;
    font-size: 1.6rem;
}
	.s_contact_item {
		padding: 3rem 2rem 2rem;
	}
	.wpcf7 .wpcf7-submit{
		width: 300px;
		font-size: 1.6rem;
	}
	.s_contact_txt{
		font-size: 1.6rem;
	}
	.contact-label,.contact-privacy,.contact-consent{
		font-size: 1.6rem;
	}
	.contact-recaptcha{
		font-size:1.4rem;
	}
	.contact-consent.contact-recaptcha{
		font-size: 1.3rem;
	}
}

/*----------------------------------------------
	thanks
---------------------------------------------*/
.s_thanks_box {
    width: fit-content;
    margin: 4rem auto 0;
    background: #fff;
    padding: 6rem;
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.s_thanks_btn {
		max-width: 100%;
	}
	.s_thanks_btn a {
		width: 100%;
	}
}
/*----------------------------------------------
	404
---------------------------------------------*/
.s_notfound {
  font-size: 10rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1280px) {
  .s_notfound {
    font-size: calc(95px + ((1vw - 9.6px) * (16 / 6)));
  }
}
@media screen and (max-width: 768px) {
  .s_notfound {
    font-size: 6rem;
  }
}
