@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.weight100 {
	font-weight:100
}
 
.weight300 {
	font-weight:300
}
 
.weight400 {
	font-weight:400
}
 
.weight500 {
	font-weight:500
}
 
.weight600 {
	font-weight:600
}
 
.weight700 {
	font-weight:700
}
 
.weight900 {
    font-weight:900
}


* {
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
}
html {
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

main {
    min-height: calc(100vh - 100px);
}

/*#########################################*/
/* main-visual ############################*/
.waku{
	padding-left: 10%;
	padding-right: 10%;
}
.main-visual {
    position: relative;
    width: 100%;
    height: 560px;

    background-size: cover;
    background-image: url(./../img/top_kv.png);
    background-position: center;}

.main-visual-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    /*padding-left: 113px;*/
    /*padding-right: 113px;*/

    max-width: 1140px;
    margin: 0 auto;
}

.main-visual-head {
    position: relative;
    opacity: 0.9;
    height: 70px;
    background-color: #f2f9fb;
    min-width: 100%;
    border-radius: 10px;
}

.heda_enjaymo {
    position: absolute;
    left: 0;
    margin-left: 23px;
    top: 50%;
    transform: translate(0, -50%);
}
.heda_s_and_r {
    position: absolute;
    right: 0;
    margin-right: 23px;
    top: 50%;
    transform: translate(0, -50%);
}

.main-visual-info {
    position: relative;
    opacity: 0.9;
    width: 520px;
    height: 180px;
    background-color: #f2f9fb;
    border-radius: 10px;
    margin-top: 150px;
}

.main-visual-info IMG {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-visual-img {
    position: absolute;
    top: 0;
}
.main-visual-img IMG {
    height: 560px;
    object-fit: cover;
    width:100%;
    min-height:100%;

    object-position: 50% 50%;
}
/*#########################################*/
/* sub-visual ############################*/
.sub-visual {
    position: relative;
    width: 100%;
    height: 300px;

    background-size: cover;
    background-image: url(./../img/head_img.png);
    background-position: center;}

.sub-visual-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    /*padding-left: 113px;*/
    /*padding-right: 113px;*/

    max-width: 1140px;
    margin: 0 auto;
}

.sub-visual-head {
    position: relative;
    opacity: 0.9;
    height: 70px;
    background-color: #f2f9fb;
    min-width: 100%;
    border-radius: 10px;
}

.sub-visual-info {
    position: relative;
    opacity: 0.9;
    margin-top: 50px;
    vertical-align: top;
}

.sub-visual-info-title {
    font-size: 36px;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: 500;
}

.sub-visual-info-comment {
    margin-top: 12px;

    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.7;
    text-align: left;
}
/*#########################################*/
/* main-content ###########################*/
.breadcrumb-list-content {
    width: 100%;
}

.breadcrumb-list-area {
    width: 100%;
    height: 100%;
    /*padding-left: 113px;*/
    /*padding-right: 113px;*/
  
    padding-top: 14px;
    padding-bottom: 14px;

    max-width: 1140px;
    margin: 0 auto;
  }

.breadcrumb-list-area A {
    font-size: 12px;
    color: rgb(51, 51, 51);
    line-height: 1.75;
}

.breadcrumb-list-unit {
    font-size: 12px;
    color: rgb(51, 51, 51);
    line-height: 1.75;
}

.breadcrumb-list-arrow {
    font-size: 12px;
    color: rgb(51, 51, 51);
    line-height: 1.75;
}
/*#########################################*/
/* main-content ###########################*/
.main-content {
    width: 100%;
}

.information-area {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  /*padding-left: 113px;*/
  /*padding-right: 113px;*/

  max-width: 1140px;
  margin: 0 auto;
}

.information-title {
    width: 100%;
    height: 50px;
    background-color: #00617f;

    font-size: 24px;
    line-height: 50px;
    font-family: "Noto Sans JP";
    color: rgb(255, 255, 255);
    text-align: left;
    padding-left: 13px;      
}

.information-list-area {
}

.information-list {
    display: flex;
    flex-wrap: wrap; /* 折り返しON */
    column-gap: 20px; /* アイテム間の余白 */
    list-style: none;
    padding: 0;
    margin: 0;
}

.information-list-unit {
    width: calc((100% - 20px) / 2);
    border-bottom: 1px solid #e5e5e5;
    height: 90px;
    padding: 13px;
}

.information-list-unit-content {
    display: flex;
    align-items:center;
    height: 100%;
}


.information-list-unit-left {
    width: 100%;
    font-size: 16px;
    font-family: "Noto Sans JP";
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
}

.information-list-unit-right {
}

.information-list-unit-right A {
    display: inline-block;
}
.information-list-unit-right A IMG {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.information-button-area {
    width: 100%;
    text-align: center;
}

.information-button-area A {
    display: inline-block;
    margin: 60px auto;
}

.information-button-area A IMG {
    vertical-align: bottom;
}
/*#########################################*/
/* about-content ###########################*/
.about-content-area {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  /*padding-left: 113px;*/
  /*padding-right: 113px;*/

  max-width: 1140px;
  margin: 0 auto;
}

.about-content-title {
    font-size: 24px;
    color: rgb(0, 97, 127);
    font-weight: bold;

    padding-bottom: 30px;
    border-bottom: 1px solid #000000;
}

.about-content-comment-area{

}

.about-content-comment-unit {
    display: flex;

    padding-top: 46px;
    border-bottom: 1px solid #e5e5e5;
}

.about-content-comment-unit-title {
    width: 270px;
}

.about-content-comment-unit-title-no {
    font-size: 20px;
    color: #333333;
    font-weight: bold;

    display: inline-block;
    width: 44px;
}

.about-content-comment-unit-title-text {
    font-size: 20px;
    color: #333333;
    font-weight: bold;

    display: inline-block;
}

.about-content-comment-unit-title-sub {
    font-size: 12px;
    color: rgb(51, 51, 51);
    line-height: 1.75;

    display: inline-block;
    width: 100%;
}

.about-content-comment-unit-list {
    margin-left: 10px;
    width: 100%;
}

.about-content-comment-unit-list > UL {
    list-style: none;
    margin: 0;
}

.about-content-comment-unit-list > UL > LI {
    display: flex;
    margin-bottom: 40px;
}

.about-content-comment-list-no {
    font-size: 16px;
    color: #333333;
    line-height: 1.7;

    width: 80px;
}

.about-content-comment-list-text {
    font-size: 16px;
    color: #333333;
    line-height: 1.7;

    width: 100%;
}

.about-content-text {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.7;
}

.about-content-topic {
    background-color: #e5eff2;
    border-radius: 10px;
    padding: 64px 66px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.about-content-topic-list {
}

.about-content-topic-list-unit {
    display: flex;
    width: 100%;
    margin-bottom: 12px;
    column-gap: 12px; /* アイテム間の余白 */
}

.about-content-topic-list-unit:last-child {
    margin-bottom: 0;
}

.about-content-topic-list-unit-icon {
    width: 20px;
    font-size: 20px;
    color: rgb(0, 97, 127);
    font-weight: bold;
    line-height: 1.2;
}
.about-content-topic-list-unit-text {
    font-size: 20px;
    color: rgb(0, 97, 127);
    font-weight: bold;
    line-height: 1.2;
}

.maru {
    background-color:rgb(0, 97, 127);
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-top: 2px;
}
/*#########################################*/
/* footer #################################*/
.about-content2-area {
    width: 100%;
    height: 100%;
    padding-top: 60px;
    /*padding-left: 113px;*/
    /*padding-right: 113px;*/
  
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
  
.about-content2-title {
    display: flex;
    position: relative;
    padding-left: 32px;
}

.about-content2-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;

    height: 100%;
    width: 10px;
    background-color: #00607e;
    display: inline-block;
}

.about-content2-title-text {
    width: 100%;
    line-height: 50px;
    font-size: 30px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.about-content2-title-comment {
    margin-top: 34px;
    font-size: 15px;
    color: rgb(51, 51, 51);
    line-height: 1.7;

    margin-bottom: 40px;
}

.about-content2-comment-area{

}

.about-content2-comment-unit {
    display: flex;

    padding-top: 46px;
    border-bottom: 1px solid #e5e5e5;
}

.about-content2-comment-unit-title {
    width: 270px;
}

.about-content2-comment-unit-title-no {
    font-size: 20px;
    color: #333333;
    font-weight: bold;

    display: inline-block;
    width: 44px;
}

.about-content2-comment-unit-title-text {
    font-size: 20px;
    color: #333333;
    font-weight: bold;

    display: inline-block;
}

.about-content2-comment-unit-title-sub {
    font-size: 12px;
    color: rgb(51, 51, 51);
    line-height: 1.75;

    display: inline-block;
    width: 100%;
}


.about-content2-comment-unit-list {
    margin-left: 10px;
    width: 100%;
}

.about-content2-comment-unit-list-title {
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
}

.about-content2-comment-unit-list-sub {
    background-color: #e5eff2;
    border-radius: 8px;
    display: flex;
    padding-left: 43px;
    height: 80px;
}

.about-content2-comment-unit-list-sub-icon {
    padding: 0;
    margin: auto;
    width: 37px;
}


.about-content2-comment-unit-list-sub-title {
    padding-left: 15px;
    width: 200px;
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 80px;
    flex-shrink: 0;
}

.about-content2-comment-unit-list-sub-border {
    width: 1px;
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 80px;
    flex-shrink: 0;
}

.about-content2-comment-unit-list-sub-border-line {
    width: 1px;
    color: #a0c4cf;
    border-left: 1px solid #a0c4cf;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    flex-shrink: 0;
}

.about-content2-comment-unit-list-sub-info {
    padding-left: 55px;
    padding-right: 15px;
    width: 100%;
    font-size: 20px;
    color: rgb(0, 97, 127);
    font-weight: bold;
    line-height: 80px;
}

.about-content2-comment-unit-list-comment {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.3;
}

.about-content2-comment-unit-list-comment > UL {
    list-style: none;
    margin-bottom: 40px;
    padding: 0;
}

.about-content2-comment-unit-list-comment > UL > LI {
    position: relative;
    padding-left: 1em;
    margin-bottom: 4px;
	line-height: 1.7;
}

.about-content2-comment-unit-list-comment > UL > LI::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "※";
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.3;
}

.btn-dl {
    display: inline-block;
    float: right;
    height: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center; /* 上下中央揃え */
}

.btn-dl A {
    display: inline-block;
    height: 34px;
    padding: 0;

    margin: 0;
}

.btn-dl A IMG {
    display: block;
    vertical-align: middle;
}

.main-content.bg-navy .about-content2-title::before {
    background-color: #ffffff;
}

.about-content2-comment-area {
    border-top: 1px solid #000000;
}

.main-content.bg-navy .about-content2-comment-area {
    border-top: 1px solid #ffffff;
}

.main-content.bg-navy .about-content2-comment-unit {
    border-bottom: none;
}


.about-content2-comment-unit-list > UL {
    list-style: none;
}

.about-content2-comment-unit-list > UL > LI {
    display: flex;
    margin-bottom: 40px;
}

.about-content2-comment-list-no {
    font-size: 16px;
    color: #333333;
    line-height: 1.3;

    width: 80px;
}

.about-content2-comment-list-text {
    font-size: 16px;
    color: #333333;
    line-height: 1.3;

    width: 100%;
}

.about-content2-text {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.3;
}

.about-content2-topic {
    background-color: #e5eff2;
    border-radius: 10px;
    padding: 64px 66px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.about-content2-topic-list {
}

.about-content2-topic-list-unit {
    display: flex;
    width: 100%;
    margin-bottom: 12px;
    column-gap: 12px; /* アイテム間の余白 */
}

.about-content2-topic-list-unit:last-child {
    margin-bottom: 0;
}

.about-content2-topic-list-unit-icon {
    width: 20px;
    font-size: 20px;
    color: rgb(0, 97, 127);
    font-weight: bold;
    line-height: 1.2;
}
.about-content2-topic-list-unit-text {
    font-size: 20px;
    color: rgb(0, 97, 127);
    font-weight: bold;
    line-height: 1.2;
}


.link {
    text-decoration: none;
}

.top-link {
    border-radius: 4px;
    display: flex;
    align-items:center;
    height: 34px;
    width: 160px;
}


.top-link-icon {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
    height: 100%;
    align-items:center;
}

.top-link-icon IMG {
    margin: auto;
    display: block;
    margin-top: 7px;
}

.top-link-text {
    font-size: 12px;
    color: rgb(77, 77, 77);
    font-weight: bold;
    align-items:center;

}

.top-link.bg-navy > .top-link-icon {
    padding-left: 5%;
    padding-right: 5px;
}

.top-link-404 {
    border-radius: 8px;
    display: flex;
    align-items:center;
    height: 56px;
    width: 280px;
}


.top-link-icon-404 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
    height: 100%;
    align-items:center;
}

.top-link-icon-404 IMG {
    margin: auto;
    display: block;
    margin-top: 12px;
}

.top-link-text-404 {
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.top-link-404.bg-navy > .top-link-icon-404 {
    padding-left: 12px;
    padding-right: 12px;
}

/*#########################################*/
/* footer #################################*/
footer.pc {
    height: 100px;
    display: block;
}

footer.sp {
    display: none;
}

footer {
    position: relative;
    height: 100px;
    background-color: #231f20;
    color: rgb(124, 124, 123);
}

.footer-content {
    position: relative;
    width: 100%;
    height: 100%;
    /*padding-left: 113px;*/
    /*padding-right: 113px;*/

    max-width: 1140px;
    margin: 0 auto;
}

.footer-logo {
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
    position: absolute;
}

.footer-logo IMG {

}

.footer-corporate-area {
    height: 100%;
    min-width: 50%;
    width: 50%;
    display: inline-block;
    float: right;
}

.footer-corporate {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-family: "Noto Sans JP";
    color: rgb(124, 124, 123);
    line-height: 1.75;
    height: 100%;
}

.material-number-area{
	padding-right: 1%;
	text-align: right;
	font-size: 12px;
}

/*#########################################*/
.ta-l {
    text-align: left;
}
.ta-c {
    text-align: center;
}
.ta-r {
    text-align: right;
}
.under-line {
    border-bottom: 1px solid #ffffff;
}

.text-red {
    color: #c1272d !important;
}

.bg-gray {
    background-color: #f8f8f8;
}

.bg-navy {
    background-color: #00617f;
}

.bg-white {
    background-color: #ffffff;
}

.bd-white {
    border-color: #ffffff;
}

.txt-white {
    color: #ffffff;
}
.list-height{
	line-height: 1.8;
}
.mail-link{
	text-decoration: none;
	color: rgb(0, 97, 127);
}
.mb10 {
    margin-bottom: 10px;
}

.mb60 {
    margin-bottom: 60px;
}

.pt0 {
    padding-top: 0px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb60 {
    padding-bottom: 60px;
}
.pt10 {
    padding-top: 10px;
}
.bbn {
	border-bottom: none;
}
/*#########################################*/

@media (max-width: 1140px) { 
    .sub-visual-content {
        padding-left: 46px;
        padding-right: 46px;
    }

    .main-visual-content {
        padding-left: 46px;
        padding-right: 46px;
    }

	.waku{
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 960px) { 

    main {
        min-height: calc(100vh - 100px);
    }

	.waku{
		padding-left: 0;
		padding-right: 0;
	}

    .information-button-area {
        padding-left: 46px;
        padding-right: 46px;
    }

    .information-area {
        padding-left: 46px;
        padding-right: 46px;
    }

    .information-list {
        display: block;
        width: 100%;
    }

    .information-list-unit {
        width: 100%;
    }

    .information-list-unit-left {
        width: 100%;
    }
    .information-list-unit-right {
        width: 120px;
        flex-shrink: 0;
    }

    .breadcrumb-list-area {
        padding-left: 46px;
        padding-right: 46px;
    }

    .about-content-area {
        padding-left: 46px;
        padding-right: 46px;
    }

    .about-content-comment-unit {
        display: block;
        width: 100%;
        padding-left: 46px;
        padding-right: 46px;
    }

    .about-content-comment-unit-list {
        margin-left: 0;
    }

    .about-content-comment-unit-list > UL {
        padding-left: 0;
    }

    .about-content2-area {
        padding-left: 46px;
        padding-right: 46px;
    }

    .about-content2-comment-unit {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .about-content2-comment-unit-title {
        width: 100%;
        padding-bottom: 10px;
    }

    .about-content2-comment-unit-title-sub {
        width: auto;
    }

    .about-content2-comment-unit-list {
        margin-left: 0;
    }

    .about-content2-comment-unit-list > UL {
        padding-left: 0;
    }

    footer.pc {
        height: 100px;
        display: block;
    }

    footer.sp {
        display: none;
    }

    .footer-content {
        padding-left: 46px;
        padding-right: 46px;
    }

    .footer-logo {
    }
    .footer-corporate-area {
        width: 160px;
    }

}


@media (max-width: 767px) { 
    
    main {
        min-height: calc(100vh - 300px);
    }
    

	.waku{
		padding-left: 0;
		padding-right: 0;
	}
    .information-button-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .information-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .information-list {
        display: block;
        width: 100%;
    }

    .information-list-unit {
        width: 100%;
    }

    .information-list-unit-left {
        width: 100%;
    }
    .information-list-unit-right {
        width: 120px;
        flex-shrink: 0;
    }

    .breadcrumb-list-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-content-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-content-comment-unit {
        display: block;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-content-comment-unit-list {
        margin-left: 0;
    }

    .about-content-comment-unit-list > UL {
        padding-left: 0;
    }

    .about-content2-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-content2-comment-unit {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0S;
    }

    .about-content2-comment-unit-title {
        width: 100%;
        padding-bottom: 10px;
    }

    .about-content2-comment-unit-title-sub {
        width: auto;
    }

    .about-content2-comment-unit-list {
        margin-left: 0;
    }

    .about-content2-comment-unit-list > UL {
        padding-left: 0;
    }

    footer.pc {
        display: none;
    }

    footer.sp {
        display: block;
        height: 300px;
    }

    .footer-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-corporate-bottom-area {
        width: 100%;
        text-align: center;
    }

    footer.sp .footer-content {
        height: 200px;
    }

    footer.sp .footer-corporate {
        display: inline-block;
        height: auto;
        padding-top: 80px;
        width: 160px;
        float: right;
    }

    footer.sp .footer-corporate span {
        padding-left: 20px;
        width: 100%;
        display: block;
    }

    .footer-logo {
    }
    .footer-corporate-area {
        width: 160px;
    }


}

@media (max-width: 640px) { 
    .information-button-area A {
        width: 100%;
    }

    .information-button-area A IMG {
        width: 100%;
    }

    .main-visual-info {
        position: relative;
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .main-visual-info IMG {
        position:relative;
        width: 100%;
        top:50%
        left: 50%;
        transform: translate(-50%, -50%);

    }
}
