@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: "notoserif";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/NotoSerifCJKjp-Light_2.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
  font-family: "notoserif";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/NotoSerifCJKjp-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
  font-family: "notoserif";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/NotoSerifCJKjp-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
  font-family: "cormorant";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/CormorantGaramond-Light.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
html {
    font-size: 62.5%;
}
body {
	-webkit-text-size-adjust: 100%;
	background-color: #f2f4f9;
    color: #333;
	font-family: "notoserif", serif;
    font-weight: 400;
    font-feature-settings: 'palt';
    letter-spacing: .03em;
    font-size: 1.6rem;
    line-height: 2;
    box-sizing: border-box;
}
img{
	margin: 0;
	padding: 0;
    width: 100%;
	vertical-align: bottom;
}
header {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding:1.5% 2%;
}
header h1 {
    width: 20%;
    max-width: 250px;
}

header nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:  center;
}
header nav ul li {
    border-left: 1px solid #004d9a;
    border-image: linear-gradient(to right, #004d9a 0%, #3385ff 100%);
    border-image-slice: 1;
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
}
header nav ul li:nth-of-type(5),
header nav ul li:nth-of-type(6) {
    border-left: none;
}
header nav ul li:nth-of-type(6) {
    margin-left: 5px;
}
header nav ul li a {
    display:block;
    transform: skewX(-150deg);
    padding:0 20px;
    font-size: 1.5rem;
    color: #333333;
    position: relative;
}

header nav ul li a:hover {
    color: #004d9a;
}
header nav ul li:nth-of-type(5) a,
header nav ul li:nth-of-type(6) a {
    color: #fff;
    
}
header nav ul li:nth-of-type(5) a::before,
header nav ul li:nth-of-type(6) a::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #4458a4;
    transform: skewX(150deg);
    transition: 0.5s;
}
header nav ul li:nth-of-type(5) a:hover::before,
header nav ul li:nth-of-type(6) a:hover::before{
    background-color: #333333;
}
header .hamburger-menu {
    display: none;
}
#mv {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 0 2% 4% 2%;
    background-image: url("../images/top/mv_b.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 96%;;
    background-color: #fff;
}
#mv h2 {
    width: 100%;
    display: block;
    margin: auto auto 0 auto;

}
#wraper {
    width: 100%;
    max-width: 1336px;
    margin: 0 auto;
    box-sizing: border-box;
}
#wraper #about {
    margin-top: 8%;
    padding: 5%;
    position: relative;

}
#wraper #about h3 {
    font-family: "cormorant";
    font-size: 7.5rem;
    line-height: 6rem;
    letter-spacing: 0.2em;
}
#wraper #about h3 span {
    font-family: "notoserif", serif;
    display: block;
    font-size: 3.2rem;
}
#wraper #about #about_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}
#wraper #about #about_content #philosophy {
    position: relative;
    width: 40%;
    box-sizing: border-box;
    max-width: 500px;
    background-image: url("../images/top/philosophy_b.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 5%;
    margin-left: 10%;
}
#wraper #about #about_content #philosophy h4 {
    padding-top: 60%;
    display: table;
    color: #fff;
    font-size: 3.5rem;
    letter-spacing: 0.2em;
    padding-left: 8%;
    border-bottom: solid 1px #fff;
}
#wraper #about #about_content #philosophy p {
    color: #fff;
    font-size: 1.9rem;
    letter-spacing: 0.2em;
    padding-left: 8%;
    padding-bottom: 5%;
}
#wraper #about #about_content #philosophy::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 60%;
    max-width: 300px;
    height: 180%;
    max-height: 750px;
    top: -45%;
    left: 30%;
    background: linear-gradient(45deg, #94d4ff 0%, #c0f7ff 100%);
}

#wraper #about #about_content #message {
    position: relative;
    width: 40%;
    box-sizing: border-box;
    max-width: 500px;
    background-image: url("../images/top/message_b.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 25%;
    margin-left: 10%;
    
}
#wraper #about #about_content #message h4 {
    padding-top: 60%;
    display: table;
    color: #fff;
    font-size: 3.5rem;
    letter-spacing: 0.2em;
    padding-left: 8%;
    border-bottom: solid 1px #fff;
}
#wraper #about #about_content #message p {
    color: #fff;
    font-size: 1.9rem;
    letter-spacing: 0.2em;
    padding-left: 8%;
    padding-bottom: 5%;
}
#wraper #about #about_content #message::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 60%;
    max-width: 300px;
    height: 180%;
    max-height: 750px;
    top: -45%;
    left: 30%;
    background: linear-gradient(45deg, #94d4ff 0%, #c0f7ff 100%);
}
#wraper #about #about_content #philosophy a,
#wraper #about #about_content #message a{
    display: block;
}
#wraper #about #about_content #philosophy a .readmore,
#wraper #about #about_content #message a .readmore{
    position: absolute;
    z-index: 1;
    right: 8%;
    bottom: -5%;
    display: flex;
	align-items: center;
    width: 35%;
    background-color: #4458a4;
    padding: 2% 0 2% 5%;
    color: #fff;
    text-align: center;
    font-size: 1.7rem;
    transition: 0.5s;
}
#wraper #about #about_content #philosophy a .readmore::after,
#wraper #about #about_content #message a .readmore::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;

}

#wraper #about #about_content #philosophy a .readmore::after,
#wraper #about #about_content #message a .readmore::after {
	margin-left: 1em;
	background: #fff;
}

#wraper #about #about_content #philosophy a:hover,
#wraper #about #about_content #message a:hover{
    background-color: rgba(37,69,181,0.50);
}
#wraper #about #about_content #philosophy a:hover .readmore,
#wraper #about #about_content #message a:hover .readmore{
    background-color: #333;
    
}

#wraper #mains {
    margin-top: 8%;
    padding: 5% 5% 5% 30%;
    position: relative;
    box-sizing: border-box;

}
#wraper #mains h3 {
    font-family: "cormorant";
    font-size: 7.5rem;
    line-height: 6rem;
    letter-spacing: 0.2em;
}
#wraper #mains h3 span {
    font-family: "notoserif", serif;
    display: block;
    font-size: 3.2rem;
}
#wraper #mains #mains_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}
#wraper #mains #mains_content #mains_s {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin-top: 5%;
    margin-left: auto;
    margin-right: 3%;
}

#wraper #mains #mains_content #mains_s p {
    font-size: 2.1rem;
    letter-spacing: 0.2em;
    padding-top: 3%;
    padding-bottom: 5%;
    line-height: 1.8em;
}
#wraper #mains #mains_content #mains_s a p {
    color: #333;
}
#wraper #mains #mains_content #mains_s::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 90%;
    max-width: 650px;
    height: 125%;
    max-height: 730px;
    top: -25%;
    left: 30%;
    background: linear-gradient(45deg, #94d4ff 0%, #c0f7ff 100%);
}
#wraper #mains #mains_content #mains_s a {
    display: block;
}
#wraper #mains #mains_content #mains_s a .readmore {
    position: absolute;
    z-index: 1;
    right: 3%;
    bottom: -5%;
    display: flex;
	align-items: center;
    width: 18%;
    background-color: #4458a4;
    padding: 2% 0 2% 5%;
    color: #fff;
    text-align: center;
    font-size: 1.7rem;
    transition: 0.5s;
}
#wraper #mains #mains_content #mains_s a .readmore::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;

}

#wraper #mains #mains_content #mains_s a .readmore::after {
	margin-left: 1.5em;
	background: #fff;
}

#wraper #mains #mains_content #mains_s a:hover {
    background-color: rgba(37,69,181,0.0);
}
#wraper #mains #mains_content #mains_s a:hover .readmore {
    background-color: #333;
    
}

#wraper #other_c {
    margin-top: 8%;
    padding: 5%;
    position: relative;

}
#wraper #other_c h3 {
    font-family: "cormorant";
    font-size: 7.5rem;
    line-height: 6rem;
    letter-spacing: 0.2em;
    line-height: 1.2em;
}
#wraper #other_c h3 span {
    font-family: "notoserif", serif;
    display: block;
    font-size: 3.2rem;
    line-height: 1em;
}
#wraper #other_c #other_c_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    background-image: url("../images/top/other_c_b.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    position: relative;
    margin-top: -5%;
}
#wraper #other_c #other_c_content::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 60%;
    max-width: 850px;
    height: 115%;
    max-height: 1000px;
    top: -3%;
    left: 8%;
    background: linear-gradient(45deg, #94d4ff 0%, #c0f7ff 100%);
}
#wraper #other_c #other_c_content #contact {
    position: relative;
    width: 40%;
    box-sizing: border-box;
    max-width: 400px;
    background-image: url("../images/top/contact_b.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30%;
    margin-left: 5%;
}

#wraper #other_c #other_c_content #contact h4 {
    padding-top: 95%;
    display: table;
    color: #fff;
    font-size: 3.5rem;
    letter-spacing: 0.2em;
    padding-left: 8%;
    border-bottom: solid 1px #fff;
}
#wraper #other_c #other_c_content #contact p {
    color: #fff;
    font-size: 1.9rem;
    letter-spacing: 0.2em;
    padding-left: 8%;
    padding-bottom: 10%;
}


#wraper #other_c #other_c_content #other {
    position: relative;
    width: 40%;
    box-sizing: border-box;
    max-width: 400px;
    background-image: url("../images/top/other_b.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 13%;
    margin-right: 8%;
    
}
#wraper #other_c #other_c_content #other h4 {
    padding-top: 95%;
    display: table;
    color: #fff;
    font-size: 3.5rem;
    letter-spacing: 0.2em;
    padding-left: 8%;
    border-bottom: solid 1px #fff;
}
#wraper #other_c #other_c_content #other p {
    color: #fff;
    font-size: 1.9rem;
    letter-spacing: 0.2em;
    padding-left: 8%;
    padding-bottom: 10%;
}

#wraper #other_c #other_c_content #contact a,
#wraper #other_c #other_c_content #other a{
    display: block;
}
#wraper #other_c #other_c_content #contact a .readmore,
#wraper #other_c #other_c_content #other .readmore{
    position: absolute;
    z-index: 1;
    right: 8%;
    bottom: -5%;
    display: flex;
	align-items: center;
    width: 40%;
    background-color: #4458a4;
    padding: 2% 0 2% 7%;
    color: #fff;
    text-align: center;
    font-size: 1.7rem;
    transition: 0.5s;
}
#wraper #other_c #other_c_content #contact a .readmore::after,
#wraper #other_c #other_c_content #other a .readmore::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;

}

#wraper #other_c #other_c_content #contact a .readmore::after,
#wraper #other_c #other_c_content #other a .readmore::after {
	margin-left: 1.5em;
	background: #fff;
}

#wraper #other_c #other_c_content #contact a:hover,
#wraper #other_c #other_c_content #other a:hover{
    background-color: rgba(37,69,181,0.50);
}
#wraper #other_c #other_c_content #contact a:hover .readmore,
#wraper #other_c #other_c_content #other a:hover .readmore{
    background-color: #333;   
}

#wraper #news {
    margin: 8% auto 0 auto;
    padding: 5%;
    position: relative;
    padding-left: 10%;
    box-sizing: border-box;

}
#wraper #news h3 {
    font-family: "cormorant";
    font-size: 7.5rem;
    line-height: 6rem;
    letter-spacing: 0.2em;
    margin: 0 auto 0 auto;
    display: block;
    text-align: center
}
#wraper #news h3 span {
    font-family: "notoserif", serif;
    display: block;
    font-size: 3.2rem;
}
#wraper #news #news_content {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
#wraper #news #news_content::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 90%;
    max-width: 850px;
    height: 190%;
    max-height: 730px;
    top: -45%;
    left: 30%;
    background: linear-gradient(45deg, #94d4ff 0%, #c0f7ff 100%);
}
#wraper #news #news_content ul {
    margin: 0 auto 0 auto;
    padding: 5% 0 0 0;
    display: block;
    width: 70%;
}
#wraper #news #news_content ul li a {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid #333 1px;
    padding: 2% 0 2% 0;
    font-size: 1.8rem;
    
}
#wraper #news #news_content ul li a p.news_d {
    width: 8%;
  
    display: block;
    color: #1e4681;
}
#wraper #news #news_content ul li a p.news_t {
    width: 70%;
    margin-left: 10%;
    display: block;
    color: #333;
}#wraper #news #news_content ul li a p.news_t:hover {
    color: #1e4681;
}

footer {
    width: 100%;
    box-sizing: border-box;
    padding:0;
}
footer h4 {
    width: 20%;
    max-width: 250px;
    text-align: center;
    display: block;
    margin: 8% auto 0 auto;
}
footer nav {
    width: 100%;
    border-top: solid 1px #4458a4;
    margin: 2% auto 0 auto;
    padding: 2% 0 2% 0;
}
footer nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:  center;
    width: 80%;
    max-width: 780px;
    margin: 0 auto 0 auto;
}
footer nav ul li {
    border-left: 1px solid #004d9a;
    border-image: linear-gradient(to right, #004d9a 0%, #3385ff 100%);
    border-image-slice: 1;
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
}
footer nav ul li:nth-of-type(5),
footer nav ul li:nth-of-type(6) {
    border-left: none;
}
footer nav ul li:nth-of-type(6) {
    margin-left: 5px;
}
footer nav ul li a {
    display:block;
    transform: skewX(-150deg);
    padding:0 20px;
    font-size: 1.5rem;
    color: #333333;
    position: relative;
}

footer nav ul li a:hover {
    color: #004d9a;
}
footer nav ul li:nth-of-type(5) a,
footer nav ul li:nth-of-type(6) a {
    color: #fff;
    
}
footer nav ul li:nth-of-type(5) a::before,
footer nav ul li:nth-of-type(6) a::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #4458a4;
    transform: skewX(150deg);
    transition: 0.5s;
}
footer nav ul li:nth-of-type(5) a:hover::before,
footer nav ul li:nth-of-type(6) a:hover::before{
    background-color: #333333;
}
footer #copyright {
    text-align: center;
    background: #4458a4;
    width: 100%;
    color: #fff;
    font-size: 1.1rem;
}
@media screen and (max-width: 599px) {
    header h1 {
    width: 35%;
    max-width: 450px;
}
    header nav {
        display: none;
    }
    header .hamburger-menu {
    display: block;
}
    .menu-btn {
    position: fixed;
    top: 0;
    right: 2%;
    display: flex;
    height: 15%;
    max-height: 43px;
    width: 15%;
    max-width: 43px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #004d9a;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
    #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #4458a4;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #4458a4;
    transition: all 0.5s;/*アニメーション設定*/
}
    #menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
    #wraper #about h3 {
    font-size: 4.5rem;
    line-height: 4.5rem;
}
#wraper #about h3 span {
    font-size: 1.9rem;
}
    #wraper #about #about_content {
    display: block;
    position: relative;
}
    #wraper #about #about_content::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 60%;
    max-width: 300px;
    height: 230%;
    max-height: 770px;
    top: -13%;
    left: 5%;
    background: linear-gradient(45deg, #94d4ff 0%, #c0f7ff 100%);
}
#wraper #about #about_content #philosophy {
    width: 80%;
    margin-left: 3%;
}
        #wraper #about #about_content #philosophy h4 {
        font-size: 2.5rem;
    }
    #wraper #about #about_content #philosophy p {
        font-size: 1.7rem;
    }
    #wraper #about #about_content #philosophy::before,
    #wraper #about #about_content #message::before{
    width: 0;
    max-width: 0;
    height: 0;
    max-height: 0;
}
    #wraper #about #about_content #message {
    width: 80%;
    margin-right: 0%;
    margin-left: auto;
    margin-top: 20%;
}
    #wraper #about #about_content #message h4 {
        font-size: 2.5rem;
    }
    #wraper #about #about_content #message p {
        font-size: 1.7rem;
    }
#wraper #about #about_content #philosophy a .readmore,
#wraper #about #about_content #message a .readmore{
    right: 3%;
    bottom: -13%;
    width: 45%;
}
    #wraper #mains {
    padding: 5% 5% 5% 5%;
        margin-top: 25%;

}
    #wraper #mains h3 {
    font-size: 4.5rem;
    line-height: 4.5rem;
}
#wraper #mains h3 span {
    font-size: 1.9rem;
}
#wraper #mains #mains_content #mains_s::before {
    width: 70%;
    max-width: 650px;
    height: 125%;
    max-height: 730px;
    top: -25%;
    left: 30%;
    box-sizing: border-box;
}
    #wraper #mains #mains_content #mains_s p {
    font-size: 1.6rem;
}
    #wraper #mains #mains_content #mains_s a .readmore {
    bottom: -15%;
        right: -2%;
    width: 40%;
}
    #wraper #other_c {
    margin-top: 15%;
}
    #wraper #other_c h3 {
    font-size: 4.5rem;
    line-height: 4.5rem;
}
#wraper #other_c h3 span {
   font-size: 1.9rem;
}
    
#wraper #other_c #other_c_content {
    display: block;
    margin-top: -5%;
    background-size: 100% 95%;
    background-image: url("../images/top/other_c_b_sp.jpg");
}
#wraper #other_c #other_c_content::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 60%;
    max-width: 850px;
    height: 115%;
    max-height: 900px;
    top: -3%;
    left: 8%;
    background: linear-gradient(45deg, #94d4ff 0%, #c0f7ff 100%);
}
#wraper #other_c #other_c_content #contact {
    width: 75%;
    max-width: 250px;
    margin-top: 15%;
    margin-left: 5%;
}

#wraper #other_c #other_c_content #contact h4 {
    font-size: 2.5rem;
}

#wraper #other_c #other_c_content #contact p {
    font-size: 1.7rem;
}
#wraper #other_c #other_c_content #other {
    width: 75%;
    max-width: 250px;
    margin-top: 20%;
    margin-left: auto;
}

#wraper #other_c #other_c_content #other h4 {
    font-size: 2.5rem;
}

#wraper #other_c #other_c_content #other p {
    font-size: 1.7rem;
}
#wraper #other_c #other_c_content #contact a .readmore,
#wraper #other_c #other_c_content #other .readmore{
    right: 2%;
    bottom: -8%;
    width: 50%;

}
#wraper #news {
    margin: 25% auto 0 auto;

}
#wraper #news h3 {
    font-size: 4.5rem;
    line-height: 4.5rem;
}
#wraper #news h3 span {
    font-size: 1.9rem;
}
#wraper #news #news_content::before {
    width: 70%;
    max-width: 200px;
    height: 150%;
    max-height: 730px;
    top: -25%;
    left: 30%;
}
#wraper #news #news_content ul {
    padding: 2% 0 0 0;
    width: 100%;
}
#wraper #news #news_content ul li a {
    display: block;
    font-size: 1.6rem;
}
#wraper #news #news_content ul li a p.news_d {
    width: 100%;
}
#wraper #news #news_content ul li a p.news_t {
    width: 100%;
    margin-left: 0;
}
footer h4 {
    width: 70%;
    max-width: 450px;
    margin: 25% auto 10% auto;
}
footer nav {
    display: none;
}
footer #copyright {
    padding: 2% 3%;
    font-size: 1.3rem;
    box-sizing: border-box;
}
}