@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	color: #333333;
	background-color: #fff;
}
@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 400;
	src: url('../font/NotoSansCJKjp-Regular.woff') format('woff'), url('../font/notosanscjkjp_regular.eot') format('eot');
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 700;
	src: url('../font/notosanscjkjp_bold.woff') format('woff'), url('../font/notosanscjkjp_bold.eot') format('eot');
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 900;
	src: url('../font/NotoSansCJKjp-Black.woff') format('woff'), url('../font/notosanscjkjp_black.eot') format('eot');
	font-display: swap;
}
html {
	font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
::selection {
	background: #EBF6FB;
}
a {
	text-decoration: none;
}
img {
	flex-shrink: 0
}
.fa {
	font-family: FontAwesome;
}
.red {
	color: #ff0000 !important;
}
.move.delighter {
	transition: all .8s ease-out;
	transform: translateY(50%);
	opacity: 0;
}
.move.delighter.started {
	transform: none;
	opacity: 1;
}
.move.delighter.started.ended {}
.bg_gry {
	background-color: #F8F9FC;
}
.bg_wht {
	background-color: #fff !important;
}
.bg_dark {
	background-color: #262626;
}
.bg_blk {
	background-color: #000;
}
.bg_sbl {
	background-color: #F0FAFD;
}
.bg_mbl {
	background-color: #DDF3FA;
}
.bg_blu {
	background-color: #004499;
}
.bg_foot {
	background-image: url("../img/common/bg_foot.webp");
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bg_gr {
	background-image: url("../img/common/bg_grd.webp");
	background-repeat: repeat-x;
	background-position: auto top;
	background-color: #fff;
}
.bg01 {
	background-image: url("../img/common/bg01.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg02 {
	background-image: url("../img/common/bg02.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg03 {
	background-image: url("../img/common/bg03.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg04 {
	background-image: url("../img/common/bg04.webp");
	background-repeat: no-repeat;
	background-position: center center;
}
.bg04_top {
	background-image: url("../img/common/bg04.webp");
	background-repeat: no-repeat;
	background-position: center 100px;
}
.bg05 {
	background-image: url("../img/common/bg05.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg_grd {
	background: linear-gradient(180deg, rgb(0, 68, 153), rgb(135, 190, 242));
}
html, body {
	height: 100%;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.c_wht {
	color: #fff !important;
}
.c_blu {
	color: #004499 !important;
}
.c_gry_l {
	color: #F8F9FC !important;
}
.c_blk {
	color: #000 !important;
}
.img_sgn img {
	width: 690px;
	height: auto;
}
.btn_m, .img_thum {
	cursor: pointer;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.add {
	margin-top: auto;
}
.btn_m.slide:hover {
	color: #fff;
}
.btn_m.slide:hover::after {
	transform: scale(1, 1);
}
.btn_m_w {
	cursor: pointer;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_m_w.slide:hover {
	color: #fff;
}
.btn_m_w.slide:hover::after {
	transform: scale(1, 1);
}
header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	transition: .4s;
	padding: 0px 0 24px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}
.box_title {
	width: 100%;
	height: 340px;
	background-image: url("../img/common/bg_title.webp");
	background-repeat: no-repeat;
	background-position: center center;
}
.heading-22 {
	padding: 20px 20px;
	border-left: 5px solid #144399;
	background-color: #f2f2f2;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin: 50px 0 30px;
}
.title_head {
	font-size: 40px;
	font-weight: bold;
	padding-top: 225px;
}
.title_01 {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-size: 40px;
}
.title_01:before {
	content: '';
	position: absolute;
	bottom: -25px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #6CC7C8;
}
.title_01_sub {
	font-size: 20px;
}
.title_02 {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-size: 30px;
}
.title_02:before {
	content: '';
	position: absolute;
	bottom: -25px;
	display: inline-block;
	width: 34px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #6CC7C8;
}
.title_03 {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-size: 30px;
}
.title_03:before {
	content: '';
	position: absolute;
	bottom: -25px;
	display: inline-block;
	width: 34px;
	height: 5px;
	left: 5%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #6CC7C8;
}
.title_ll {
	font-size: 300%;
	color: #000;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 1.5;
}
.title_ll_sub {
	font-size: 100%;
	color: #fff;
	letter-spacing: 0.2em;
}
.global_navi {
	width: 100%;
}
.boxA:after {
	content: "";
	display: block;
	clear: both
}
.nav-button {
	display: none;
}
.box1 {
	float: left;
	width: 30%;
	padding-top: 35px;
}
.box1_1 img {
	width: 380px;
	height: auto;
}
.box1_2 img {
	width: 216px;
	height: auto;
	padding-top: 24px;
	margin-left: 20px;
}
.box2 {
	float: right;
	width: 70%;
}
.box_full {
	width: 100%;
}
.box_cont_m {
	width: 1000px;
	margin: 0 auto;
}
.box_cont {
	width: 1200px;
	margin: 0 auto;
}
.box_chart {}
.box_chart img {
	width: 100%;
	height: auto;
}
.box_80 {
	width: 820px;
	margin: 0 auto;
	font-size: 18px;
}
.cont_img {
	border-radius: 10px !important;
	padding: 30px 0 50px;
	text-align: center;
}
.cont_img img {
	width: 80%;
	height: auto;
	border-radius: 10px !important;
}
.cont_img_s {
	border-radius: 10px !important;
	padding: 50px 0 50px;
	text-align: center;
}
.cont_img_s img {
	width: 80%;
	height: auto;
	border-radius: 10px !important;
}
.cont_img_ss {
	border-radius: 10px !important;
	padding: 50px 0 0px;
	text-align: center;
}
.cont_img_ss img {
	max-width: 800px;
	width: 80%;
	height: auto;
	border-radius: 10px !important;
}
.box_10 {
	width: 1000px;
	margin: 0 auto;
	font-size: 18px;
}
.box_11 {
	width: 1100px;
	margin: 0 auto;
}
.txt_nml {
	line-height: 2em;
	color: #111111;
	font-size: 14px;
}
.txt_nml_2 {
	line-height: 2em;
	color: #111111;
	font-size: 16px;
}
.txt_ms {
	line-height: 2.5;
	color: #111111;
	font-size: 16px;
	letter-spacing: 2px;
}
.c_lgry {
	color: #666 !important;
}
.txt_l {
	font-size: 18px;
	font-weight: bold;
}
.parallax-window {
	width: 100%;
	/*height: 100vh;*/
	height: 800px;
	background: transparent;
	position: relative;
	margin: 0px 0 0 0;
	background-size: 100%;
	background-position: right !important;
}
.ghost-btn {
	border: 4px solid #c21500;
	border-image: linear-gradient(to right, #c21500 0%, #ffc500 100%);
	border-image-slice: 1;
	border-radius: 40px;
}
.main_inner {
	position: relative;
	/*top: 47%;*/
	top: 35%;
	left: -20%;
	text-align: center;
}
.txt_cc {
	font-size: 40px;
	color: #fff;
	font-weight: 100;
	letter-spacing: 0.2em;
	line-height: 2;
	text-shadow: 0px 0px 10px #0DF2C9;
}
.main_inner img {
	width: 90%;
	max-width: 660px;
	height: auto;
}
.eng {
	font-family: "Contrail One", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.eng_700 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.eng_200 {
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
}
.top_title {
	color: #fff;
	font-size: 50px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	letter-spacing: 0.2em;
}
.foot_logo img {
	width: 60px;
	height: auto;
}
footer {
	padding: 40px 0 20px 0;
}
footer a:hover {
	opacity: 0.5;
	transition: .4s;
}
.section_70p {
	width: 70%;
	margin: 0 auto;
	padding: 0 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section_inner_70p {
	width: 70%;
	margin: 0 auto;
	padding: 0 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.s_title_thin {
	font-size: 36px;
	margin-left: 3px;
}
.title_l1 {
	font-size: 20px;
	line-height: 1.5em;
}
.title_l2 {
	font-size: 25px;
	line-height: 1.5em;
	font-weight: bold;
}
.title_l1_eng {
	color: #fff;
	font-size: 60px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-weight: bold;
	line-height: 1.1em;
}
.txt_m2 {
	font-size: 18px;
	line-height: 2.5em;
	letter-spacing: 1.5px;
	color: #262626;
}
.txt_m1 {
	font-size: 13px;
	line-height: 2.5em;
	letter-spacing: 1.5px;
	color: #262626;
}
.txt_m3 {
	font-size: 17px;
	line-height: 1.9em;
	color: #fff;
}
.txt_s1 {
	font-size: 16px;
	line-height: 1.5;
	color: #4D4D4D;
}
.txt_ss {
	font-size: 10px;
	line-height: 1.5;
	color: #fff;
	margin-left: 20px;
}
a.line_btn {
	display: inline-block;
	width: 280px;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border: 2px solid #000000;
	transition: .4s;
	font-size: 13px;
	border-radius: 25px;
}
a.line_btn:hover {
	background: #000000;
	color: #fff;
}
a.line_btn_w {
	display: inline-block;
	width: 280px;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: .4s;
	font-size: 13px;
	border-radius: 25px;
}
a.line_btn_w:hover {
	background: #fff;
	color: #000000;
}
a.btn_cat {
	display: inline-block;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	color: #262626;
	background-color: #F2F2F2;
	transition: .4s;
	font-size: 13px;
	border-radius: 25px;
}
a.btn_cat:hover {
	background: #02A3D1;
	color: #fff;
}
.line_gry_left {
	border-left: 1px solid #f2f2f2;
}
.line_gry_right {
	border-right: 1px solid #f2f2f2;
}
.line_gry_top {
	border-top: 1px solid #f2f2f2;
}
.line_gry_btm {
	border-bottom: 1px solid #f2f2f2;
}
#wrap > div {
	width: 100%;
	background: no-repeat 50% 0 fixed;
	margin: 0 auto;
	position: relative;
}
.list_news li:first-child {
	border-top: 1px solid #f2f2f2;
}
.list_news li {
	padding: 50px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
	line-height: 1.5em;
}
.list_news li a {
	color: #02A3D1;
}
.list_news li a:hover {
	text-decoration: underline;
}
a.btn_tag {
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	color: #02A3D1;
	border: 1px solid #02A3D1;
	transition: .4s;
	font-size: 13px;
	border-radius: 25px;
}
a.btn_tag:hover {
	color: #fff;
	border: 1px solid #02A3D1;
	background-color: #02A3D1;
	text-decoration: none !important;
}
.dotline_top {
	border-top: 2px dotted #B3B3B3;
}
.dotline_btm {
	border-bottom: 2px dotted #B3B3B3;
}
/*横長ボタン小*/
.btn_s {
	position: relative;
	display: inline-block;
	text-decoration: none;
	margin: 0px 0px;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.btn_grd_s {
	position: relative;
	display: inline-block;
	text-decoration: none;
	margin: 0px 0px;
	font-weight: 400;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #7D7BDE), color-stop(0, #009CC6));
	background: -webkit-linear-gradient(#009CC6, #7D7BDE);
	background: -moz-linear-gradient(#009CC6, #7D7BDE);
	background: -ms-linear-gradient(#009CC6, #7D7BDE);
	background: linear-gradient(#009CC6, #7D7BDE);
	box-sizing: border-box;
	overflow: hidden;
}
.btn_grd_s .bg {
	background: #fff;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	transition: opacity 0.3s;
}
.btn_grd_s:hover .bg {
	opacity: 0;
}
.btn_grd_s:hover .txt_btn {
	color: #fff;
}
.btn_grd_s:hover .txt_btn_nml {
	color: #fff;
}
.txt_btn {
	position: relative;
	z-index: 1;
	display: inline-block;
	top: 0%;
	font-size: 12px;
	transition: color 0.3s;
	padding: 0px 20px 15px;
}
.txt_btn_nml {
	position: relative;
	z-index: 1;
	display: inline-block;
	top: 0%;
	font-size: 12px;
	transition: color 0.3s;
	padding: 13px 40px 15px;
	color: #fff;
}
.btn_br {
	border-radius: 100px;
}
.btn_br .bg {
	border-radius: 100px;
}
.img_thum {
	display: inline-block;
}
.img_thum.bg {
	position: relative;
	overflow: hidden;
}
.img_thum.bg::before, .img_thum.bg::after {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	margin: auto;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
	opacity: 0;
}
.img_thum.bg::before {
	background: rgba(240, 77, 163, .6);
	width: 100%;
	height: 100%;
}
.img_thum.bg::after {
	color: #fff;
	content: "READ MORE";
	font-size: 14px;
	font-weight: bold;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	bottom: 0;
	right: 0;
}
.img_thum.bg:hover::before, .img_thum.bg:hover::after {
	opacity: 1;
}
.txt_btn_c {
	position: relative;
	z-index: 1;
	display: block;
	width: 120px;
	height: 120px;
	top: 0%;
	font-size: 12px;
	font-weight: bold;
	transition: color 0.3s;
	padding-top: 45%;
	color: #02A3D1;
}
.btn_br_c {
	border-radius: 50%;
}
.btn_br_c .bg {
	border-radius: 50%;
}
/*タイトル*/
.title_l {
	font-size: 53px;
	color: #004499;
	line-height: 1.5em;
	letter-spacing: 0px;
}
.title_l_s {
	font-size: 200%;
	color: #fff;
	font-weight: 100 !important;
	line-height: 1.5em;
	letter-spacing: 10px;
}
.title_m {
	font-size: 130%;
	color: #262626;
	letter-spacing: 0em;
	font-weight: 100 !important;
	line-height: 1.5em;
}
.title_l_sub {
	font-size: 20px;
}
.title_l_s_sub {
	font-size: 140%;
	letter-spacing: 0.2em;
	color: #fff;
}
.title_l_box {
	display: inline-block;
	text-align: center;
	background-position: center;
	background-size: 92px;
	padding: 40px 30px 40px 30px;
}
.txt_b1 {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 5px;
	color: #fff;
}
.wrap_hrz {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap_hrz_kp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ad_flex {
	display: flex;
}
.ad_flex_kp {
	display: flex;
}
.no_flex {
	flex-direction: column;
}
.wrap_hrz_nml {
	display: flex;
	justify-content: space-between;
}
.wrap_hrz_w {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap_hrz_w::after {
	display: block;
	content: "";
	width: 32%;
}
.box_card {
	width: 30%;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-bottom: 80px;
}
.box_card_l {
	width: 32%;
	display: flex;
	flex-direction: column;
	padding-bottom: 80px;
	background: #ffffff;
	border-radius: 10px;
	padding: 32px 50px;
	box-shadow: 0 4px 16px rgb(0 0 0 / 1%), 0 10px 20px rgb(0 0 0 / 6%);
	position: relative;
}
.box_card_l:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}
.box_card_l img {
	width: 50px;
	height: auto;
}
.box_card_l2 {
	width: 32%;
	display: flex;
	flex-direction: column;
	padding-bottom: 80px;
	background: #ffffff;
	border-radius: 10px;
	padding: 32px 50px;
	box-shadow: 0 4px 16px rgb(0 0 0 / 1%), 0 10px 20px rgb(0 0 0 / 6%);
	position: relative;
}
.box_card_l2 img {
	width: 170px;
	height: auto;
	margin-top: -100px;
}
.box_card_l3 {
	width: 32%;
	display: flex;
	flex-direction: column;
	padding-bottom: 80px;
	background: #ffffff;
	border-radius: 10px;
	padding: 32px 50px;
	box-shadow: 0 4px 16px rgb(0 0 0 / 1%), 0 10px 20px rgb(0 0 0 / 6%);
	position: relative;
	margin-bottom: 30px;
}
.box_card_l3 img {
	width: 69px;
	height: auto;
}
.box_card_l4 {
	width: 32%;
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 16px rgb(0 0 0 / 1%), 0 10px 20px rgb(0 0 0 / 6%);
	position: relative;
	margin-bottom: 30px;
}
.box_card_l4 img {
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
}
.box_card_l5 {
	width: 32%;
	display: flex;
	flex-direction: column;
	padding-bottom: 80px;
	background: #ffffff;
	border-radius: 10px;
	padding: 32px 50px;
	box-shadow: 0 4px 16px rgb(0 0 0 / 1%), 0 10px 20px rgb(0 0 0 / 6%);
	position: relative;
	margin-bottom: 30px;
}
.box_card_l5 img {
	width: 112px;
	height: auto;
}
.box_card_gry {
	width: 100%;
	text-align: center;
	background-color: #F8F9FC;
	padding-bottom: 80px;
	border-radius: 10px;
	padding: 60px;
	font-size: 18px;
	line-height: 2;
	font-weight: 900;
}
.box_card_gry_m {
	width: 100%;
	text-align: center;
	background-color: #F8F9FC;
	padding-bottom: 80px;
	border-radius: 10px;
	padding: 60px;
}
.box_logo {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
}
.add_ma {}
.box_logo img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.wrap_hrz::after {
	content: "";
	display: block;
	width: 30%;
	height: 0;
}
.wrap_hrz_kp::after {
	content: "";
	display: block;
	width: 30%;
	height: 0;
}
.box_three:hover::after {
	transform: scale(1, 1);
}
.box_half {
	width: 50%;
}
.box_half_2 {
	width: 50%;
}
.box_half_2 img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.box_card img {
	width: 100%;
	height: auto;
}
.menu_foot a {
	color: #fff;
	line-height: 3;
	font-size: 14px;
}
.menu_foot_2 a {
	color: #fff;
	line-height: 2;
	font-size: 13px;
}
.lyt_btn_btm {
	margin-top: auto;
}
.box_edit {
	line-height: 2em;
	color: #111111;
	font-size: 15px;
}
.box_card img {
	width: 330px;
	height: 222px;
	object-fit: cover;
}
.add_set img {
	width: 100% !important;
	height: auto !important;
}
.box_50 {
	width: 50%;
	display: block;
	height: 100%;
}
.box_bg01 {
	background-size: cover;
	background-position: center;
	height: auto;
}
.box_50_left {
	margin-left: calc(100% - 550px);
	margin-right: 50px;
}
.box_50_right {
	margin-right: calc(100% - 550px);
	margin-left: 50px;
}
.box_left_02 {
	flex-basis: 15%;
	flex-shrink: 0;
}
.wrap_hrz_fsc {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.list_link a {
	color: #262626;
	transition: 0.7s;
	font-size: 12px;
}
.list_link li {
	color: #262626;
	transition: 0.7s;
	font-size: 12px;
}
.list_link li:hover {
	background: #E6E2F0;
}
.menu_foot {
	display: block;
	float: left;
}
.menu_foot ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.menu_foot li {
	float: left;
	/*width:16.66%;*/
	width: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.menu_foot li a {
	padding: 15px 0 0 0px;
	margin: 0 15px 0 0;
	text-align: left;
	color: #fff;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
}
.menu_foot li a:hover {}
.menu_foot li a::after {
	position: absolute;
	bottom: -6px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .5s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.menu_foot li a:hover::after {
	width: 100%;
}
.eng_p {
	font-family: 'Poppins', sans-serif;
	font-size: 80%;
	font-weight: 400;
	letter-spacing: 0.2em;
}
.box_40 {
	width: 40%;
}
.box_45 {
	width: 45%;
}
.box_40 img {
	width: 100%;
	height: auto;
}
.box_45 img {
	width: 100%;
	height: auto;
}
.box_50 img {
	width: 100%;
	height: auto;
}
.box_60 {
	width: 55%;
}
.box_50_2 {
	width: 45%;
}
.menu_page {
	height: 90px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #E6E6E6;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}
.menu_page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.menu_page li {
	float: left;
	font-size: 14px;
}
.mp_33 {
	width: 33.33%;
}
.mp_50 {
	width: 50%;
}
.menu_page li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	bottom: 30px;
	right: 0;
	width: 1px;
	background-color: #ccc;
}
.menu_page li:last-child a::after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	bottom: 30px;
	right: 0;
	width: 0px;
	background-color: #ccc;
}
.menu_page li a {
	position: relative;
	display: block;
	height: 90px;
	padding: 37px 0 0 0;
	color: #02A3D1;
}
.menu_page li a:hover {
	background-color: #F2F2F2;
	transition: .3s ease-in-out;
}
.lyt_top {
	margin-top: -45px !important;
}
.ResTableA {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #d8d8d8;
	line-height: 1.5rem;
	font-size: 18px;
	font-weight: bold;
}
.ResTableA a {
	text-decoration: underline;
}
.ResTableA a:hover {
	text-decoration: none;
}
.ResTableA th {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #d8d8d8;
	padding: 20px 10px 17px;
	width: 25%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background-color: #F2F2F2;
}
.td_wht {
	background-color: #fff !important;
}
.td_gry {
	background-color: #F8F9FC !important;
}
.td_sbl {
	background-color: #5AD2F4 !important;
}
.no_line {
	border-bottom: 0px solid #d8d8d8 !important;
}
.full_th {
	width: 100%;
}
.ResTableB {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #d8d8d8;
	line-height: 1.5rem;
	font-size: 18px;
	font-weight: bold;
}
.ResTableB a {
	text-decoration: underline;
}
.ResTableB a:hover {
	text-decoration: none;
}
.ResTableB th {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #d8d8d8;
	padding: 20px 10px 17px;
	width: 40%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background-color: #DCF5FD;
	color: #4D4D4D;
	font-weight: bold;
}
.td_label {
	background-color: #000 !important;
	padding: 9px 0 8px !important;
	color: #fff !important;
	font-size: 13px !important;
	letter-spacing: 1px;
}
.td_label_top {
	font-size: 17px !important;
	letter-spacing: 1px;
}
.td_blank {
	background-color: #fff !important;
	border-bottom: 0px !important;
}
.ResTableA td {
	padding: 17px 10px 15px 20px;
	text-align: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border-top: 1px solid #d8d8d8;
	color: #262626;
}
.ResTableB td {
	padding: 17px 10px 15px 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border-top: 1px solid #d8d8d8;
	color: #4D4D4D;
	font-weight: bold;
}
.add_blk {
	background-color: #000 !important;
	color: #fff !important;
}
.add_fs {
	font-size: 15px !important;
}
.add_va {
	vertical-align: middle !important;
}
.line_gry {
	border-top: 1px solid #d8d8d8;
}
.box_50_right {
	margin-right: calc(100% - 550px);
	margin-left: 50px;
}
.box_30_left {
	margin-left: calc(30% - 360px);
}
.box_30 {
	width: 30%;
}
.box_30 img {
	max-width: 260px;
	width: 100%;
	height: auto;
}
.box_70 {
	width: 70%;
}
.box_70_right {
	margin-right: calc(70% - 840px);
}
.txt_date {
	font-size: 13px;
	color: #999;
	padding-top: 0px;
}
.flt_r {
	float: right;
}
.scrolldown1 {
	/*描画位置※位置は適宜調整してください*/
	position: absolute;
	left: 50%;
	bottom: 10px;
	/*全体の高さ*/
	height: 50px;
}
/*Scrollテキストの描写*/
.scrolldown1 span {
	/*描画位置*/
	position: absolute;
	left: -15px;
	top: -15px;
	/*テキストの形状*/
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}
/* 線の描写 */
.scrolldown1::after {
	content: "";
	/*描画位置*/
	position: absolute;
	top: 0;
	/*線の形状*/
	width: 1px;
	height: 30px;
	/*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity: 0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
	0% {
		height: 0;
		top: 0;
		opacity: 0;
	}
	30% {
		height: 30px;
		opacity: 1;
	}
	100% {
		height: 0;
		top: 50px;
		opacity: 0;
	}
}
.select_box {
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-width: 300px;
	min-width: 18em;
	background-color: #F2F2F2;
	border: 0px solid #c0c0c0;
	background-image: url(../img/common/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
}
.select_box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	display: block;
	width: 200%;
	width: -webkit-calc(100% + 5em);
	margin: 0;
	padding: 11px 35px 11px 15px;
	padding: .6875rem 2.1875rem .6875rem .6875rem;
	background: transparent;
	border: 0;
	outline: none;
	font-size: 16px;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #666;
}
.box_cont_img img {
	max-width: 400px;
	width: 70%;
	height: auto;
}
.box_logoimg img {
	width: 300px;
	height: auto;
}
.box_m {
	width: 50%;
}
.box_s {
	width: 45%;
}
.box_s img {
	width: 100%;
	height: auto;
}
.fs_box {
	width: 100%;
	height: 52px;
	background-color: #004399;
	box-shadow: 0px 8px 8px -5px rgba(0, 0, 0, 0.4);
}
.boxA_2 img {
	width: 155px;
	height: auto;
	padding-top: 9px;
}
.boxA_2 {
	width: 94%;
	padding: 0 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}
.button-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	border-radius: 50px;
	padding: 1em 2em .8em;
	border: none;
	font-weight: bold;
	background: linear-gradient(to right, #00D4F1, #0099AD);
	cursor: pointer;
}
.button-3 {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	border-radius: 50px;
	padding: 1.5em 4em;
	border: none;
	font-weight: bold;
	background: linear-gradient(to right, #00D4F1, #0099AD);
	cursor: pointer;
}
.b_hover {
	transition: 0.3s;
}
.b_hover:hover {
	transform: translate(0px, 3px);
	transition: 0.3s;
}
.top_aa {
	padding-top: 40px;
	margin-right: 35px;
}
.top_aa_f {
	padding-top: 0px;
	margin-left: 35px;
}
.top_aa_f_s {
	padding-top: 30px;
	margin-left: 24px;
}
h3 {}
.fs_h3 {
	font-size: 30px;
}
h4 {
	font-size: 26px;
	color: #4D4D4D;
	font-weight: 900;
}
.list-1 {
	list-style-type: disc;
}
.list-1 li {
	padding: .3em .3em .3em 0;
	font-size: 20px;
	font-weight: 700;
	color: #004499;
}
.list-0 li::marker {
	color: #004499;
	font-size: 1.1em;
}
.list-0 {
	list-style-type: disc;
	padding-left: 20px;
}
.list-0 li {
	padding: .3em .3em .3em 0;
	font-size: 17.6px;
	font-weight: 900;
	color: #000;
}
.list-1 li::marker {
	color: #000;
	font-size: 1.1em;
}
.list-2 {
	list-style-type: disc;
	padding-left: 20px;
}
.list-2 li {
	padding: .3em .3em .3em 0;
	font-size: 16px;
	font-weight: 900;
	color: #000;
}
.list-2 li::marker {
	color: #000;
	font-size: 1.1em;
}
.list-3 {
	list-style-type: disc;
	padding-left: 20px;
}
.list-3 li {
	padding: .3em .3em .3em 0;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
.list-3 li::marker {
	color: #000;
	font-size: 1.1em;
}
.list-4 {
	list-style: none;
	padding-left: 20px;
}
.box_sc1_1 {
	width: fit-content;
	text-align: left;
}
.dli-caret-down {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	display: inline-block;
	vertical-align: middle;
	color: #123a7e;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 3rem;
	border-top-color: currentColor;
	border-bottom: 0;
}
.dli-caret-down_w {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 3rem;
	border-top-color: currentColor;
	border-bottom: 0;
}
.dli-caret-down_sb {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	display: inline-block;
	vertical-align: middle;
	color: #F0FAFD;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 3rem;
	border-top-color: currentColor;
	border-bottom: 0;
}
.dli-caret-down_mb {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	display: inline-block;
	vertical-align: middle;
	color: #DDF3FA;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 3rem;
	border-top-color: currentColor;
	border-bottom: 0;
}
.bg_pt {
	background: url("../img/common/bg_pt.webp") no-repeat;
	background-position: center;
	background-color: #fff;
}
.p_relative {
	position: relative;
}
.layer_graybox_op {
	width: 100%;
	z-index: 1;
	position: relative;
	background-color: #F8F9FC !important;
	-webkit-box-shadow: 25vw 0px #fff inset;
	-moz-box-shadow: 25vw 0px #fff inset;
	box-shadow: 25vw 0px #fff inset;
}
.layer_graybox {
	width: 100%;
	z-index: 1;
	position: relative;
	background-color: #F8F9FC !important;
	-webkit-box-shadow: -25vw 0px #fff inset;
	-moz-box-shadow: -25vw 0px #fff inset;
	box-shadow: -25vw 0px #fff inset;
}
.box_two_3 {
	width: 47%;
}
.box_two_3 img {
	width: 100%;
	height: auto;
	margin-top: -150px;
	margin-bottom: 100px;
	box-shadow: 0 4px 16px rgb(0 0 0 / 1%), 0 10px 20px rgb(0 0 0 / 6%);
	border-radius: 10px;
}
.box_two_l {
	padding-left: 20px;
}
.title_ly_l {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.3;
}
.title_ly_est {
	position: relative;
	padding: 1rem 0rem 2rem;
	border-bottom: 4px solid #E6E6E6;
	margin-top: px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.3;
}
.title_ly_est:before {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 20%;
	height: 4px;
	content: '';
	background: #144399;
}
.set_up {
	margin-top: -55px;
}
.txt_f {
	font-size: 20px;
	line-height: 1.5;
}
.txt_f_s {
	font-size: 20px;
	line-height: 2;
	font-weight: 900;
}
.txt_f_ll {
	font-size: 35px;
	font-weight: 900;
}
.txt_f_ss {
	font-size: 14px;
	color: #4D4D4D;
}
.box_txt {
	width: 100%;
	padding-left: 20px;
	line-height: 1.5;
}
.box_f01 {}
.box_f01 img {
	width: 300px;
	height: auto;
}
.menu_f {
	float: right;
}
.menu_f ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.menu_f li a {
	padding: 0px 0 0 0px;
	margin: 0 0 0 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
}
.menu_f li a:hover {
	color: #5AD2F4 !important;
}
.menu_f ul:after {
	content: "";
	display: block;
	clear: both
}
.menu_f li {
	float: left;
	/*width:16.66%;*/
	width: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.menu_f_s {
	display: block !important;
}
.menu_f_s ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: fit-content;
}
.menu_f_s li a {
	padding: 0px 0 0 0px;
	margin: 0 0 0 10px;
	text-align: center;
	color: #4d4d4d;
	font-size: 12px;
	font-weight: 600;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
}
.menu_f_s li a:hover {
	color: #5AD2F4 !important;
}
.menu_f_s ul:after {
	content: "";
	display: block;
	clear: both
}
.menu_f_s li {
	float: left;
	/*width:16.66%;*/
	width: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.adj {
	display: block;
	padding-top: 400px;
	margin-top: -400px;
}
.btn_m, .img_thum {
	cursor: pointer;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_m {
	background: #00BBD6;
	border: 3px solid #00BBD6;
	border-radius: 60px;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 30px;
	text-align: center;
	letter-spacing: 0px;
	font-weight: bold;
	margin-top: auto;
}
.add {
	margin-top: auto;
}
.btn_m.slide {
	background: transparent;
	color: #00BBD6;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.btn_m.slide::after {
	background: #00BBD6;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
.btn_m.slide:hover {
	color: #fff;
}
.btn_m.slide:hover::after {
	transform: scale(1, 1);
}
.cta img {
	max-width: 600px;
	width: 100%;
	height: auto;
}
.toc-005 {
	margin-bottom: 30px;
	border-radius: 3px;
	background-color: #f2f2f2;
}
.toc-005 div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 10px 0;
	background-color: #174399;
	color: #fff;
	font-weight: 600;
	font-size: 1.1em;
}
.toc-005 div::before {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 5px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
	content: '';
}
.toc-005 ol {
	list-style-type: decimal;
	margin: 0;
	overflow: hidden;
}
.toc-005 > ol {
	padding: 1em 1em 1em 3em;
}
.toc-005 ol ol {
	margin-top: 5px;
	padding-left: 1.1em;
}
.toc-005 li {
	padding: 5px 0;
	font-weight: 600;
}
.toc-005 ol ol li {
	font-weight: 500;
	font-size: .9em;
}
.toc-005 a {
	color: #333;
	text-decoration: none;
}
.txt_link {
	color: #144399;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px #144399 solid;
}
.txt_link:hover {
	color: #6cc7c8;
	padding-bottom: 2px;
	transition: 0.3s;
	border-bottom: 1px #6cc7c8 solid;
}
.speechBubble {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-left: 20px;
	padding: 50px;
	border: 0px solid #000000;
	border-radius: 10px;
	background-color: #F2F5F7;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
}
.speechBubble::before {
	position: relative;
	display: inline-block;
	width: 300px;
	margin-left: 50px;
	padding: 16px;
	border-radius: 8px;
	background-color: #F2F5F7;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
}
.speechBubble::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 10px 61px 10px 0;
	border-color: transparent #F2F5F7 transparent transparent;
	translate: -100% -50%;
}
.speechBubble_w {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-left: 20px;
	padding: 50px;
	border: 0px solid #000000;
	border-radius: 10px;
	background-color: #fff;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
}
.speechBubble_w::before {
	position: relative;
	display: inline-block;
	width: 300px;
	margin-left: 50px;
	padding: 16px;
	border-radius: 8px;
	background-color: #fff;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
}
.speechBubble_w::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 10px 61px 10px 0;
	border-color: transparent #fff transparent transparent;
	translate: -100% -50%;
}
.list-4 li {
	padding: .3em .3em 10px 0;
	font-size: 20px;
	font-weight: 900;
	color: #000;
	padding-left: 35px;
	line-height: 2em;
	background: url("../img/common/list01.webp") left 0px top 15px no-repeat;
	background-size: 25px auto;
}
.list-5 li {
	padding: .3em .3em 10px 0;
	font-size: 20px;
	font-weight: 900;
	color: #000;
	padding-left: 35px;
	line-height: 2em;
	background: url("../img/common/list02.webp") left 0px top 11px no-repeat;
	background-size: 25px auto;
}
.list-6 li {
	padding: .3em .3em 10px 0;
	font-size: 20px;
	font-weight: 900;
	color: #000;
	padding-left: 35px;
	line-height: 2em;
	background: url("../img/common/list03.webp") left 0px top 11px no-repeat;
	background-size: 25px auto;
}
.m_both {
	margin: 0 50px;
}
@media (max-width: 1300px) {
.box1_1 img {
	width: 100%;
	height: auto;
}
}
@media (max-width: 1200px) {
	.box_cont {
		width: 100%;
		margin: 0 auto;
	}
	.box_cont_img img {
		width: 70%;
		height: auto;
	}
	.box_cont_inner {
		padding: 0 30px;
	}
	.wrap_hrz {
		padding: 0 30px;
	
	}
	.box2 {
	float: none;
	width: 100%;
}
	.main_inner {
	position: relative;
	/*top: 47%;*/
	top: 35%;
	left: -7%;
	text-align: center;
}
}
@media (max-width: 1150px) {
	.box_50 {
		width: 100% !important;
	}
	.box_50_right {
		margin-left: 0;
		margin-right: 0;
		padding: 0 30px;
	}
	.box_50_left {
		margin-left: 0;
		margin-right: 0;
		padding: 0 30px;
	}
}
@media (max-width: 1000px) {
	.ResTableB th {
		padding: 10px;
	}
	.ResTableB td {
		padding: 10px;
	}
	.add_pd {
		padding: 30px !important;
	}
	.box_cont_m {
		width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 900px) {
	#wrap #box1 {
		height: 300px;
		background-size: 150%;
		z-index: 1;
	}
}
/* ************************************************************************************************

   under 767px

   ************************************************************************************************ */
@media (max-width: 767px) {
	.title_head {
		font-size: 30px;
		font-weight: bold;
		padding-top: 122px;
	}
	.box_title {
		height: 200px;
	}
	.cont_img_ss img {
		max-width: 800px;
		width: 100%;
		height: auto;
		border-radius: 10px !important;
	}
	.speechBubble {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-left: 0px;
		padding: 10px;
		border: 0px solid #000000;
		border-radius: 10px;
		background-color: #F2F5F7;
		text-align: left;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
		color: #000000;
	}
	.speechBubble::before {
		display: none;
	}
	.speechBubble::after {
		display: none;
	}
	.speechBubble_w {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-left: 0px;
		padding: 10px;
		border: 0px solid #000000;
		border-radius: 10px;
		background-color: #fff;
		text-align: left;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
		color: #000000;
	}
	.speechBubble_w::before {
		display: none;
	}
	.speechBubble_w::after {
		display: none;
	}
	.box_30 {
		width: 100%;
		padding: 0 15px;
	}
	.box_30 img {
		max-width: 260px;
		width: 100%;
		height: auto;
	}
	.box_70 {
		width: 100%;
		padding: 0px;
		margin-top: 30px;
	}
	.cont_img img {
		width: 100%;
	}
	.menu li a {
		line-height: 1.4;
	}
	.txt_f_ll {
		font-size: 30px;
	}
	.txt_f {
		font-size: 18px;
		line-height: 2;
	}
	.top_aa_f_s {
		padding-top: 15px;
		margin-left: 0px;
	}
	.menu_f_s li {
		float: none;
		/*width:16.66%;*/
		width: auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.box_f01 {
		text-align: center;
	}
	.ResTableB {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		border-bottom: 1px solid #d8d8d8;
		line-height: 1.5rem;
		font-size: 16px;
		font-weight: bold;
	}
	.box_card_gry_m {
		width: 100%;
		text-align: center;
		background-color: #F8F9FC;
		padding-bottom: 80px;
		border-radius: 10px;
		padding: 60px 10px;
	}
	.title_ly_l {
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 0px;
		line-height: 1.3;
	}
	.box_two_l {
		padding-left: 0px;
	}
	.box_cont {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
	h3 {
		font-size: 30px;
		line-height: 1.5;
	}
	.box_two_2, .box_two_3, .bnr_hover a img {
		width: 100%;
	}
	.box_two_3 img {
		width: 100%;
		height: auto;
		margin-top: 0px;
		margin-bottom: 100px;
		box-shadow: 0 4px 16px rgb(0 0 0 / 1%), 0 10px 20px rgb(0 0 0 / 6%);
	}
	.top_aa {
		padding-top: 0px;
		margin-right: 0px;
	}
	.box_card_gry {
		width: 100%;
		text-align: left;
		background-color: #F8F9FC;
		padding-bottom: 80px;
		border-radius: 10px;
		padding: 50px 20px;
		font-size: 18px;
		line-height: 2;
		font-weight: 900;
	}
	.box_card_l {
		width: 95%;
		display: flex;
		flex-direction: column;
		padding-bottom: 80px;
		background: #ffffff;
		border-radius: 10px;
		padding: 32px 15px;
		box-shadow: 0 4px 16px rgb(0 0 0 / 1%), 0 10px 20px rgb(0 0 0 / 6%);
		margin-bottom: 30px;
	}
	.box_card_l2 {
		width: 95%;
		margin-bottom: 100px;
		padding: 32px 30px;
	}
	.box_card_l3 {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding-bottom: 80px;
		background: #ffffff;
		border-radius: 10px;
		padding: 16px 15px 25px;
		box-shadow: 0 4px 16px rgb(0 0 0 / 1%), 0 10px 20px rgb(0 0 0 / 6%);
		position: relative;
		margin-bottom: 30px;
	}
	.box_card_l4 {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding-bottom: 30px;
		background: #ffffff;
		border-radius: 10px;
		box-shadow: 0 4px 16px rgb(0 0 0 / 1%), 0 10px 20px rgb(0 0 0 / 6%);
		position: relative;
		margin-bottom: 30px;
	}
	.box_card_l4 img {
		width: 100%;
		height: auto;
		border-radius: 10px 10px 0 0;
	}
	.box_card_l5 {
		width: 95%;
		display: flex;
		flex-direction: column;
		padding-bottom: 80px;
		background: #ffffff;
		border-radius: 10px;
		padding: 32px 50px;
		box-shadow: 0 4px 16px rgb(0 0 0 / 1%), 0 10px 20px rgb(0 0 0 / 6%);
		position: relative;
		margin-bottom: 30px;
	}
	.box_card_l5 img {
		width: 112px;
		height: auto;
	}
	.box1 {
		float: left;
		width: 30%;
		padding-top: 10px;
	}
	.fs_box {
		width: 100%;
		height: 38px;
		background-color: #004399;
		box-shadow: 0px 8px 8px -5px rgba(0, 0, 0, 0.4);
		z-index: 100;
		overflow: visible !important;
	}
	.boxA_2 img {
		width: 100px;
		height: auto;
		padding-top: 9px;
	}
	.main_inner {
		position: relative;
		/*top: 47%;*/
		top: 20%;
		left: 0%;
		text-align: center;
	}
	.bg_sgn {
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: cover;
		padding-bottom: 500px;
	}
	.add_side {
		padding: 0 15px;
	}
	.add_s2 {
		padding: 0 25px !important;
	}
	.add_rvs {
		flex-direction: column-reverse;
	}
	.box_m {
		width: 100%;
		padding: 0 15px;
	}
	.box_s {
		width: 100%;
		padding: 0 15px;
	}
	.img_sgn img {
		width: 90%;
		height: auto;
	}
	.result li {
		width: 100%;
	}
	.bread {
		font-size: 80%;
	}
	.title_ll {
		font-size: 240%;
	}
	.bg_title {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center 60px;
		height: 450px;
	}
	.txt_nml {
		line-height: 2em;
		color: #111111;
		font-size: 14px;
	}
	.txt_ms {
		line-height: 2em;
		color: #111111;
		font-size: 16px;
	}
	.box_half, .box_half_2 {
		width: 100%;
	}
	.ad_flex {
		display: block;
	}
	.box_logo {
		width: 45%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-bottom: 30px;
	}
	.wrap_hrz {
		padding: 0px;
	}
	.wrap_hrz_nml {
		display: block;
	}
	.box_bg01 {
		display: none;
	}
	.foot_logo img {
		width: 60px;
		height: auto;
	}
	footer {
		padding: 40px 20px 50px;
	}
	.box_80 {
		width: 100%;
		margin: 0 auto;
		padding: 0px;
	}
	.box_10 {
		width: 100%;
		margin: 0 auto;
		font-size: 18px;
	}
	.box_11 {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
	.nav-wrap .menu {
		height: 100%;
		position: relative;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.box_card {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding: 0 15px 80px;
	}
	.img_thum.bg {
		position: relative;
		overflow: hidden;
		padding-top: 60%;
	}
	.img_thum.bg img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.img_thum {
		display: block;
	}
	.nav-button {
		display: block;
		cursor: pointer;
	}
	.nav-wrap.open {
		display: block;
	}
	.nav-wrap.close {
		display: none;
	}
	#button_pos {
		padding: 6px 12px;
		border: solid 0px #aaa;
		border-radius: 0px;
		position: absolute;
		top: 47px;
		right: 15px;
		cursor: pointer;
	}
	.nav-wrap {
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		z-index: 10;
		background-color: #174399;
		width: 100%;
		height: 100%;
		text-align: center;
		background-image: url(../img/common/logo.png);
		background-repeat: no-repeat;
		background-size: 120px;
		background-position: 15px 50px;
		opacity: 1;
		animation: fadeIn 0.5s ease 0s 1 normal;
		-webkit-animation: fadeIn 0.5s ease 0s 1 normal;
	}
	.nav-wrap img {
		width: 100px;
		height: auto;
		float: left;
	}
	@keyframes fadeIn {
		0% {
			opacity: 0
		}
		100% {
			opacity: 1
		}
	}
	@-webkit-keyframes fadeIn {
		0% {
			opacity: 0
		}
		100% {
			opacity: 1
		}
	}
	.nav-wrap .menu {
		height: 100%;
		position: relative;
		overflow-x: hidden;
		overflow-y: auto;
		padding-top: 120px
	}
	.nav-wrap li {
		font-family: 'Oswald', sans-serif;
		letter-spacing: 3px;
		font-weight: 600;
	}
	.nav-wrap li a {
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		display: block;
		margin: 2em;
		padding-bottom: 10px;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		position: relative;
	}
	.nav-wrap li a::after {
		position: absolute;
		bottom: -4px;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background: #fff;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: transform .6s;
	}
	.nav-wrap li a:hover::after {
		transform: scale(1, 1);
	}
	/*メニューボタン*/
	.nav-button, .nav-button span {
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;
	}
	.nav-button {
		z-index: 20;
		position: relative;
		width: 23px;
		height: 26px;
	}
	.nav-button span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #004499;
		border-radius: 0px;
	}
	.ruby {
		font-size: 8px;
		margin-top: 5px;
		color: #fff;
	}
	.nav-button span:nth-of-type(1) {
		top: 0;
	}
	.nav-button span:nth-of-type(2) {
		top: 9px;
	}
	.nav-button span:nth-of-type(3) {
		bottom: 6px;
	}
	.nav-button.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
		background-color: #fff !important;
	}
	.nav-button.active span:nth-of-type(2) {
		opacity: 0;
	}
	.nav-button.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
		background-color: #fff !important;
	}
	header {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		width: 100%;
		transition: .4s;
		padding: 0px 0 10px 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.boxA {
		width: 100%;
		padding: 0 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.box1_1 img {
		width: 200px;
		height: auto;
		margin-top: 2px;
	}
	.box1_2 img {
		width: 162px;
		height: auto;
		margin-top: 2px;
		padding-top: 15px;
		margin-left: 15px;
	}
	.boxB {
		padding: 0 0px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.parallax-window {
		background-image: url("../img/common/main_sp.webp") !important;
		background-repeat: no-repeat;
		background-position: right 0px;
	}
	.head_02 {
		background-image: url("../img/common/main_sp.png");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	.main_inner {
		position: relative;
		/*top: 47%;*/
		text-align: center;
	}
	.sp_margin {
		padding: 0 30px 50px 30px;
	}
	.txt_m1 {
		font-size: 13px;
		line-height: 2.5em;
		letter-spacing: 1.5px;
	}
	.section_70p {
		width: 100%;
	}
	.section_inner_70p {
		width: 100%;
		padding: 0px;
	}
	.ResTableA {
		border-bottom: none;
		font-size: 0.9rem;
		border-top: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
	}
	.ResTableA th {
		padding: 15px 10px;
		width: 100%;
		display: block;
		border: none;
	}
	.ResTableA td {
		padding: 15px 10px;
		width: 100%;
		display: list-item;
		list-style: none;
		border-top: none !important;
		text-align: left;
	}
}
@media (max-width: 600px) {
	.txt_cc {
		font-size: 28px;
		color: #fff;
		font-weight: 100;
		letter-spacing: 0.2em;
		line-height: 2;
		text-shadow: 0px 0px 10px #0DF2C9;
	}
}
@media (max-width: 370px) {
	.title_l1_eng {
		font-size: 50px;
	}
}
/* ************************************************************************************************

   over 767px

   ************************************************************************************************ */
@media (min-width: 768px) {
	/* -----------------------------
   
  toggle btn
   
   ----------------------------- */
	#menubtn {
		display: none
	}
	/* -----------------------------
   
  global menu
   
   ----------------------------- */
	.menu {
		display: block !important;
		float: right;
	}
	.menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 100%;
	}
	.menu li a {
		padding: 0px 0 0 0px;
		margin: 0 0 0 10px;
		text-align: center;
		color: #000;
		font-size: 16px;
		font-weight: 600;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		position: relative;
		display: block;
		text-decoration: none;
		letter-spacing: 0px;
	}
	.menu li a:hover {
		color: #00BBD6 !important;
	}
	.menu ul:after {
		content: "";
		display: block;
		clear: both
	}
	.menu li {
		float: left;
		/*width:16.66%;*/
		width: auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu ul .branch {
		display: none
	}
	.menu img {
		width: 32px;
		height: auto;
		transition-duration: 0.5s;
	}
	#global_nav ul li:hover img {
		transition-duration: 0.5s;
	}
	.pc_none {
		display: none;
	}
		.boxA {
		width: 100%;
		padding: 0 15px;
		margin-left: auto;
		margin-right: auto
	}
}
@media (min-width: 1150px) {
	.boxA, .boxB, .main_inner {
		width: 100%;
		padding: 0 15px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1370px) {
	.brand_state {
		font-size: 36px;
		letter-spacing: 10px;
		text-align: center;
	}
	.brand_state_sub {
		font-size: 16px;
		letter-spacing: 2px;
		text-align: center;
	}
}
/* 画像配置 左 */
img.alignleft {
	text-align: left;
}
/* 画像配置 中央 */
img.aligncenter {
	display: block;
	margin: 1px auto;
}
/* 画像配置 右 */
img.alignright {
	display: block;
	margin: 1px 1px 1px auto;
}
.box_edit img {
	max-width: 600px;
	height: auto;
}