﻿/* ======================================================================================
　　all
======================================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Noto+Serif+JP&family=Shippori+Mincho:wght@400;500&display=swap');

body{font-weight: 500;font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;}

.hannari, .pop400{
	font-family: 'Shippori Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
}
.more, .pop400, #pc_nav li a, #top_pc_nav li a, #footer_nav li a, .more_btn, .intro_title_en{
	font-family: 'Cinzel', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
}

.font_bold {
    font-weight: 500;
}
.font_14 {
    font-size: 15px;
}
.linehight_2 {
    line-height: 1.8;
}

/* ---------- fakeloader ---------- */
#fakeloader:before{
	background: rgb(0,22,85);
    background: linear-gradient(184deg, rgba(0,22,85,1) 0%, rgba(0,44,118,1) 5%, rgba(0,64,143,1) 50%, rgba(0,44,118,1) 95%, rgba(0,0,0,1) 100%);
}
#fakeloader::after{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
    left: 0;
	background-image: url("../dup/img/bg_img1.png")
}
#fakeloader .fl{
	max-width: 180px;
	z-index: 10;
}
#fakeloader img, #logo img{
    border: 1px solid #998b56;
}

/* ---------- header ---------- */
.top header{
	z-index: 5;
    opacity: 1;
}
#logo {
    max-width: 130px;
}
header.scr_header #logo {
    max-width: 88px;
}
#pc_nav li{
	max-width: 149px;
}
.h_link{
	padding: 9px 7px 5px;
    border: 1px solid #fff;
	transition: .5s all;
}
.h_link:hover{
	opacity: 1;
    background-color: #fff;
    color: #0f2b8e;
    border: 1px solid #998b56;
}
.h_link::after{
	display: none;	
}
.nav_menu_more:first-of-type a .icon:before{
	display: none
}

/* ---------- footer ---------- */
#logo2 img{
	max-width: 126px;
}



/* ======================================================================================
　　top
======================================================================================== */

/* ---------- main_img ---------- */
.main_txt{
	z-index: 4;
    width: 40%;
    max-width: 600px;	
}

/* ---------- all ---------- */
/*.num, .back1:before, .back2:before{
	display: none;
}*/
.more{
	text-align: right
}
.more a{
	font-size: 22px;
    color: #586166;
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 1.4;
	transition: all 0.5s;
}
.more a:hover{
	opacity: 0.5
}

/* ---------- intro ---------- */
#intro{
	padding-top: 162px;
	padding-bottom: 150px;
	background: rgb(0,22,85);
	background: linear-gradient(184deg, rgba(0,22,85,1) 0%, rgba(0,44,118,1) 5%, rgba(0,64,143,1) 50%, rgba(0,44,118,1) 95%, rgba(0,0,0,1) 100%);
}
#intro:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
    left: 0;
	background-image: url("../dup/img/bg_img1.png")
}
#intro .item1{
	margin: auto;
    left: 0;
    right: 0;
    top: 56px;
    width: 305px;
}
#intro .intro_item1, #intro .intro_item2{
	margin: auto;
    left: 0;
    right: 0;
    top: 56px;
    width: 95%;
}
#intro .intro_item2{
    top: auto;
	bottom: 56px;
}
#intro_wrap {
    padding-top: 70px;
    padding-bottom: 7%;
}
.intro_title_en{
	font-size: 40px;
	color: #586166;
	line-height: 1.7;
}
.intro_title{
	margin-bottom: 65px;
}

/* ---------- contents ---------- */
#con1 h2::before, #con2 h2::before, #con3 h2::before{
	display: inline-block;
	content: "";
	width: 40px;
	height: 3px;
	background: #998b56;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
}

/* con1 */
#con1{
	position: relative;
	padding: 50px 0;
	overflow: hidden;
	min-width: 1000px;
}
#con1::before {
    content: '';
    display: inline-block;
    width: 45%;
    height: 100%;
    background-image: url(../dup/img/con1_txt.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 21px;
    top: -23px;
    z-index: 0;
	pointer-events: none;
}
#con1 .con1_bg {
    background-size: auto 100%;
	background-position: left -11% center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
#con1 .con1_box{
	width: 60%;
    margin-left: auto;
    padding-right: 7%;
    box-sizing: border-box;
}
.con1_box h2, .con1_box p{
	margin-left: 15px;
	padding-right: 28px;
}
.con1_img{
	padding-right: 28px;
	margin-bottom: 34px;
	max-width: 240px;
}

/* con2, con3 */
#con2 {
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(236,246,255,1) 45%, rgba(255,255,255,1) 100%);
    padding: 100px 5%;
}
#con3 {
	padding: 150px 5% 0;
	overflow: hidden;
}
#con3::before {
    content: '';
    display: inline-block;
    width: 59%;
    height: 100%;
    background-image: url(../dup/img/con3_img1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 12px;
    top: 1px;
    z-index: 0;
    pointer-events: none;
}
#con2 .con2_wrap, #con3 .con3_wrap{
	max-width: 1477px;
    margin: auto;
}
#con2 .con2_img{
	padding-left: 5%;
}
#con3 .con3_img{
	padding-right: 5%;
	padding-bottom: 33px;
}
#con2 .con2_img::before {
    content: '';
    display: inline-block;
    width: 47%;
    height: 100%;
    background-image: url(../dup/img/con2_img1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -13%;
    top: -16%;
    z-index: 2;
}
.con_img_wrap::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
    background: url(Dup/img/con2_frame.png);
    background-repeat: no-repeat;
    width: calc(100% + 43px);
    height: calc(100% + 56px);
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
}
#con3 .con_img_wrap::before{
	background-image: url(Dup/img/con3_frame.png);
}

/* con4 */
.con4{
	margin-bottom: 0!important;
	position: relative;
}
.con4::before, .con4::after {
    z-index: 1;
    position: absolute;
    content: " ";
    width: 100%;
    height: 303px;
    background-image: url(../dup/img/con_line1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    top: -4px;
    left: 0;
	pointer-events: none;
}
.con4::after{
	top: auto;
	bottom: -4px;
	transform: scale(-1.1);
}
.con4 #contents3_wrap{
	padding: 300px 0 280px
}
.con4 #contents3_wrap:before, .con4 #contents3_wrap:after{
	top: 0;
}
.con4 #contents3_wrap:before{
	background-attachment: fixed;
}
.con4 #contents3_wrap:after{
	background: rgb(0,22,85)!important;
	background: linear-gradient(184deg, rgba(0,22,85,1) 0%, rgba(0,44,118,1) 5%, rgba(0,64,143,1) 50%, rgba(0,44,118,1) 95%, rgba(0,0,0,1) 100%)!important;
    opacity: 0.5;
}
.con4 .con_box {
    padding: 40px 80px 70px!important;
    background-image: url(../dup/img/con4_frame.png);
    background-size: 100% 100%;
    border: none;
    max-width: 1280px;
    width: 90%;
    margin: auto;
    box-sizing: border-box;
}
.con4 .con_box .con4_img1 {
    display: inline-block;
    width: 21%;
    left: -39px;
    bottom: -58px;
    z-index: 2;
}
.con4 .con_title{
	padding-top: 84px;
	margin-bottom: 75px;
}
.con4 .item1{
    margin: auto;
	top: 0;
    left: 0;
    right: 0;
    width: 305px;
}
.con4 .check_box_wrap{
	width: 90%;
    margin: auto;
}
.con4 .check_box {
    text-align: left;
    padding-left: 5%;
}
.con4 .check_box li {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    padding-left: 42px;
    box-sizing: border-box;
	font-weight: normal;
}
.con4 .check_box li::before{
	content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../dup/img/check_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
	position: absolute;
	left: 0;
	top: 3px;
}

/* ---------- topcms ---------- */
.line-l:before{
	display: none;
}
.top_cms_box .cms_title{
	text-align: center;
}
.top_cms_box h3.font_30 {
	font-size: 38px;
}
.top_cms_box p{
	font-size: 18px;
}
.top_cms_box .more{
	text-align: center;
}
.top_cms_box:first-of-type{
	padding-top: 50px;
}
.top_cms_box:nth-of-type(4){
	overflow: hidden;
	position: relative;
	margin-bottom: 100px;
	padding-top: 100px;
    padding-bottom: 123px;
    background: rgb(0,22,85);
    background: linear-gradient(184deg, rgba(0,22,85,1) 0%, rgba(0,44,118,1) 5%, rgba(0,64,143,1) 50%, rgba(0,44,118,1) 95%, rgba(0,0,0,1) 100%);
}
.top_cms_box:nth-of-type(4)::before{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../dup/img/bg_img1.png);
	pointer-events: none
}
.top_cms_box:nth-of-type(4) .cms_title, .s_box_wrap, .more_btn, .top_cms_box .more{
	position: relative;
    z-index: 1;
}
.top_cms_box:nth-of-type(4) .cms_title, .top_cms_box:nth-of-type(4) p, .top_cms_box:nth-of-type(4) .more a{
	color: #fff;
}
.top_cms_box:nth-of-type(4) .cms_title{
	margin-bottom: 70px;
	padding-top: 85px;
}
.top_cms_box:nth-of-type(4) .item1{
	margin: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 305px;
}
/* ---------- cms4 ---------- */
#cms_2-c .box_item:nth-of-type(2){
	background-color: #f7f7f7;
}

/* ---------- cms5 ---------- */
.s_box_wrap{
	max-width: 1200px;
    margin: auto;
}
.s_box_wrap .box.mg_b-20px {
    margin-bottom: 24px;
    width: 44%;
    text-align: center;
}
.s_box_wrap .s_title a{
    color: #333;
    padding: 15px 20px;
    box-sizing: border-box;
    border: 3px solid #b9a57e;
    display: block;
    border-radius: 45px;
    background-color: #fff;
    box-shadow: 0 5px 2px rgb(0 0 0 / 25%);
	transition: all .5s;
}
.s_box_wrap .s_title a:hover{
	transform: translateY(-5px);
}


/* ======================================================================================
　　under
======================================================================================== */
#page_title .page_title_box{
	background-color: rgba(15,43,141,0.30)!important;
}

/* ---------- cms1 ---------- */


/* ---------- cms5 ---------- */
.BA_type2 .box_img1_wrap, .BA_type2 .box_img2_wrap {
	width: 48%!important;
	margin: 0 1%;
}

/* ---------- cms5 ---------- */



/* ======================================================================================
　　animation
======================================================================================== */
.anim_box .item{
	transform: translateY(20px);
	transition: transform 1.5s ease, opacity 2s;
	transition-property: opacity,transform;
	opacity: 0;
}
.anim_box .item.start{transform: translateY(0);opacity: 1;}



/* ======================================================================================
　　IE & window size
======================================================================================== */

@media screen and (min-width: 1737px){
#con1 .con1_bg{
	background-position: left center;
}
#con1 .con1_box {
	width: 64%;
}
}
@media screen and (max-width: 1280px){
.h_link_box {
    display: block;
    position: fixed;
    top: 50px;
    right: 148px;
    z-index: 15;
	transition: all 0.3s;
}
.h_link_box a{
	padding: 9px 7px 8px;
}
header.scr_header .h_link_box{
	top: 29px;
}
}
@media screen and (max-width: 1229px){
#con1 .con1_bg{
	background-position: left -36% center;
}
.con1_img{
	padding-right: 14px;
}
.con4 .con_box{
	padding: 40px 30px 70px!important;
}
.con4 .check_box{
	padding-left: 2%;
}
}
@media screen and (max-width: 1109px){
#con1 .con1_bg{
	background-position: left -74% center;
}
#con1 .con1_box {
	padding-right: 2%;
	width: 57%;
}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
header.scr_header #logo {
    max-width: 84px;
}
#intro{
	padding-top: 140px;
	padding-bottom: 125px;
}
#intro .item1{
    width: 254px;
}
#intro_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
	width: 85%;
    margin: auto;
}
.intro_title {
    margin-bottom: 42px;
}
#con1{
	min-width: 100%;
}
#con1::before{
	z-index: 2;
	top: -6px;
	width: 52%;
}
#con1::after{
	display: inline-block;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 0;
}
#con1 .con1_bg {
	background-position: left center;
}
#con1 .con1_box {
    padding-right: 0;
    width: 90%;
    margin: auto;
	position: relative;
	z-index: 1;
}
#con2 .con2_wrap, #con3 .con3_wrap{
	align-items: flex-start;
}
#con2 .con2_img {
    padding-left: 0;
    margin-top: 78px;
	width: 50%!important;
}
#con2 .con2_img::before{
	right: -6%;
}
#con3::before{
    width: 69%;
}
#con3 .con3_img {
    padding-right: 0;
    order: 2;
    margin-top: 78px;
	width: 50%!important;
}
.con4 #contents3_wrap {
    padding: 168px 0 176px;
}
.con4 .check_box {
    padding-left: 0;
	width: 100%!important;
}
.con4 .con_box .con4_img1 {
    width: 24%;
    left: -19px;
    bottom: -31px;
}
.s_box_wrap .box.mg_b-20px{
	width: 47%;
}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.font_14 {
    font-size: 14px;
}
#logo {
    max-width: 86px;
}
.h_link_box {
    top: 29px;
    right: 88px;
}
.h_link_box a {
    padding: 9px 4px 8px;
    letter-spacing: 2px;
}
header.scr_header #logo {
    max-width: 76px;
}
.main_txt{
	width: 84%;
}
#intro {
    padding-top: 110px;
    padding-bottom: 78px;
}
#intro .item1 {
    width: 62%;
    top: 33px;
}
#intro .intro_item1, #intro .intro_item2{
	display: none
}
.intro_title_en{
	font-size: 29px;
}
.intro_title {
    margin-bottom: 35px;
}
#con1{
	padding: 73px 0 70px;
}
#con1::before {
    top: -2px;
    width: 68%;
    right: 7px;
}
.con1_img_box{
	margin-bottom: 34px;
}
.con1_img {
    width: 50%!important;
    padding: 0 10px;
	margin-bottom: 10px;
}
.more {
    text-align: center;
}
#con2{
	padding: 80px 30px;
}
#con2 .con2_img {
    margin-top: 55px;
    width: 93%!important;
}
#con3 {
	padding: 97px 5% 100px;
}
#con3::before {
    width: 80%;
    left: 4px;
}
#con3 .con3_img{
	margin-top: 55px;
    width: 93%!important;
}
#contents3 .con_box{
	background: none!important;
}
.con4 #contents3_wrap {
    padding: 123px 0 133px;
}
.con4 .con_box {
    padding: 0!important;
}
.con4 .item1{
	width: 70%;
}
.con4::after{
	bottom: 4px;
}
.con4 .check_box li::before{
	width: 22px;
	height: 22px;
	top: 3px;
}
.con4 .check_box li {
    font-size: 15px;
    padding-left: 34px;
}
.con4 .con_box .con4_img1 {
    display: none
}
.con4 #contents3_wrap:before {
    background-attachment: scroll;
}

.cms_1-a .cate_box:last-of-type {
    border-bottom: 1px solid #dbf2ff!important;
}
.top_cms_box:nth-of-type(4){
	margin-bottom: 90px;
	padding-bottom: 90px;
	padding-top: 90px;
}
.top_cms_box:nth-of-type(4) .item1{
	width: 70%;
}
.s_box_wrap .box.mg_b-20px {
    width: 85%;
}
#info_contact{
	margin-bottom: 79px;
}
#logo2{
	text-align: center
}

#page_left, #page_right {
    height: 333px;
}
#page_title .page_title_box{
	top: 62%;
}
.page_title_box {
    width: 73%!important;
    padding: 20px;
    padding-bottom: 24px!important;
    box-sizing: border-box;
}
.page_title_box h2 {font-size: 20px;}

.BA_type2 .box_img1_wrap::before, .BA_type2 .box_img2_wrap::before{
	width: 76px;
	font-size: 13px;
}
.BA_type2 .box_img1_wrap::before, .BA_type2 .box_img2_wrap::before{padding: 1px 0px;}

}

