@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body{
    margin: 0px;
    padding: 0px;
    font-family: "Noto Sans JP", sans-serif;
    color: #231815;
}
img{
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    height: auto;
    width: 100%;
}
h1,h2,h3,h4,h5,h6,p,ul,ol {
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
}
ul {
    list-style-type: none;
}
p {
	font-weight: 500;
}
.cl {
clear: both;
}
a:hover {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a {
    color: inherit;
    text-decoration: none;
	transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}
.eng {
    font-family: "Montserrat", sans-serif;
}

.il_blck {
    display: inline-block;
}
.fc_blue {
	color:#17489d;
}
.fc_c-blue {
	color:#4fa7cc;
}
.fc_yllw {
    color: #FFF100;
}
.fc_org {
	color:#d86547;
}
.fc_green {
	color:#80bb6c;
}
.for_pc {
	
}
.for_sp {
	display: none;
}
.br_sp {
	display: none;
}
.contents_wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5.38%;
    padding-right: 5.38%;
}
.hg_h2 {
    display: flex;
    align-items: center;
    /* [disabled]border-bottom: 0.06em solid #231815; */
}
.none_flex {
	display: inherit;
}
.hg_h2.none_flex h2 {
	margin-left: 0px;;
}
.hgh2_eng {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 56px;
}
.hg_h2 h2 {
    margin-left: 24px;
    font-size: 22px;
}
.hg_p-h2 {
    display: flex;
    align-items: center;
}
.hg_p-h2 h2 {
    font-size: 40px;
}
.hg-ph2_eng {
    font-weight: 600;
    font-size: 18px;
    margin-left: 24px;
}
.hg_p-h2.h2_border {
    padding-bottom: 16px;
    position: relative;
    padding-top: 12px;
}

.hg_p-h2.h2_border::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0; /* 左寄せにしたい場合 */
    width: 60%; /* 横幅を半分に指定 */
    height: 0.07em; /* 線の太さ */
    background: #231815; /* 線の色 */
}
.hg_p-h2.h2_border::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; /* 左寄せにしたい場合 */
    width: 60%; /* 横幅を半分に指定 */
    height: 0.07em; /* 線の太さ */
    background: #231815; /* 線の色 */
}


.link_btn {
    text-align: right;
    margin-top: 32px;
}
.link_btn a {
    display: inline-block;
    border: 0.08em solid #231815;
    border-radius: 32px;
    min-width: 232px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background-image: url(../images/common/link_arrow_blk.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 22px auto;
}
#foot_contact {
    padding-top: 5.38%;
    padding-bottom: 6.15%;
    background-image: url(../images/common/foot_contact_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    margin-top: -12%;
}
#foot_contact_cont {
    margin-top: 3.84%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.foot_contact_each {
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 40px;
    background-color: hsla(0,0%,100%,0.89);
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 8px;
    text-align: center;
    min-width: 264px;
}

.foot_contact_head {
    font-size: 21px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 16px;
}
.foot_contact_num {
}
.foot_contact_num a {
    pointer-events: none;
    font-size: 28px;
    font-weight: 600;
    line-height: 1em;
    display: block;
}
.foot_contact_num a img {
    width: 14px;
    vertical-align: middle;
    margin-right: 2px;
}

.foot_contact_each.to-mail {
    padding: 0;
}
.foot_contact_each.to-mail a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 40px;
    align-items: center;
}

.foot_contact_each.to-mail .foot_contact_head {
    width: 32px;
    margin-left: auto;
    margin-right: auto;
}

.foot_contact_head img {
}
.foot_contact_each.to-mail .foot_contact_num {
    font-size: 20px;
    font-weight: 700;
}
footer {
    padding-top: 4.61%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 16px;
    background-color: #17489d;
    
}
#foot_inner {
    display: flex;
    margin-bottom: 24px;
}

#foot_logo-add {
    width: 256px;
    min-width: 256px;
}

#foot_logo {
    width: 208px;
    margin-bottom: 16px;
}
#foot_add {
}
.foot_add_each {
    margin-bottom: 16px;
}
.foot_add_each p {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
}
#foot_menu {
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 56px;
    border-left: 0.07em solid #B6B5D1;
    padding-left: 64px;
    width: 70%;
}
#foot_menu ul {
    display: flex;
    border-bottom: 0.07em solid #B6B5D1;
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 24px;
    flex-wrap: wrap;
}
#foot_menu ul li {
    margin-right: 32px;
    margin-top: 8px;
}
#copywright  {
    font-size: 11px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: right;
}



.animate-on-scroll {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	overflow-x: hidden;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateX(0);
}

.delay-1 {
  transition-delay: 0.2s;
}
.delay-2 {
  transition-delay: 0.4s;
}
.delay-3 {
  transition-delay: 0.6s;
}



.from-bottom {
  transform: translateY(50px);
	overflow-y: hidden;
}
.from-bottom.visible {
  transform: translateY(0);
}




.pagetitle_wrap {
    padding-top: 18.46%;
    position: relative;
    background-image: url(../images/common/pagetitle_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 18.46%;
}
.pt_h1 {
    position: absolute;
    top: 26.15%;
    left: 5.38%;
    color: #FFFFFF;
}
.pt_h1_eng {
    font-size: 64px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 4.61%;
    display: block;
	overflow-y:hidden;
}
.pagetitle {
    font-size: 24px;
    font-weight: 500;
	overflow-y:hidden;
}
.spacer {
    padding-bottom: 20%;
}
