/*=====1111px以上=====*/
* {
	box-sizing: border-box;
}

body {
	background: #fff;
	font-size: 18px;
	line-height: 1.7em;
	color: #231815;
	font-family: YuGothic, sans-serif;
}

img {
	display: block;
}

ul {
	padding: 0;
}

li {
	list-style-type: none;
}

.is_pc {
	display: block;
}

.is_sp {
	display: none;
}

.is_pc_inline {
	display: inline;
}

h2 {
	font-size: 50px;
	line-height: 1em;
	font-family: source-han-serif-japanese, serif;
}

h3 {
	font-size: 40px;
	line-height: 1em;
	font-family: source-han-serif-japanese, serif;
}

h4 {
	font-size: 28px;
	line-height: 1em;
	font-family: source-han-serif-japanese, serif;
}

.keikou {
	background: linear-gradient(transparent 60%, #fffac6 60%);
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.is_pc_ml {
	margin-left: 1em;
}

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

header {
	position: relative;
	z-index: 101;
}

header .header_h1 {
	background: #1d4e90;
}

header h1 {
	color: #fff;
	font-size: 15px;
	padding: .4em 0;
	width: 1100px;
	margin: 0 auto;
	line-height: 1;
	font-weight: normal;
}

header .header_top {
	width: 1100px;
	margin: 0 auto;
	padding: 1em 0;
	background: #fff;
}

header .header_top ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	margin: 0;
}

header .header_top ul li {
	list-style-type: none;
}

header .header_top ul li:last-child p:nth-of-type(1) {
	font-size: 18px;
	font-family: source-han-serif-japanese, serif;
}

header .header_menu nav {
	background: #f3f5f8;
	box-shadow: 0px 20px 14px -14px rgba(0, 0, 0, 0.2);
}

header .header_menu nav ul {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
}

header .header_menu nav ul li {
	list-style-type: none;
}

header .header_menu nav ul li a {
	color: #1d4e90;
	padding: .7vh 0;
	font-family: source-han-serif-japanese, serif;
	font-size: 14px;
	text-decoration: none;
}

header .header_menu nav ul li a span {
	position: relative;
	padding: 0 0 0 2em;
}

header .header_menu nav ul li a span:before {
	position: absolute;
	content: url(./images/down.png);
	top: 50%;
	left: 0;
	transform: translate(0, -55%);
}

.content {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

.sec1 {
	position: relative;
	z-index: 100;
}

.sec1 figure {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 1980px;
}

.sec1 figure img {
	object-fit: fill;
}

.sec1 .sec1_img1 {
	width: 90%;
	max-width: 825px;
	margin: 0 auto;
	padding-top: 135px;
	position: relative;
	z-index: 2;
}

.sec1 .sec1_img2 {
	width: 50%;
	max-width: 500px;
	margin: 0 auto;
	padding-top: 80px;
	position: relative;
	z-index: 2;
}

.sec1 .sec1_img3 {
	width: 55%;
	max-width: 592px;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
	z-index: 2;
}

.sec1 .sec1_img4 {
	width: 90%;
	max-width: 982px;
	margin: 0 auto;
	padding-top: 120px;
	position: relative;
	z-index: 2;
}

.sec2 {
	position: relative;
	z-index: 100;
}

.sec2 h3 {
	text-align: center;
	color: #1d4e90;
	padding: 2em 0;
}

.sec2 dl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.sec2 dl dt {
	width: 50%;
}

.sec2 dl dt h4 {
	margin-bottom: 1em;
	color: #1d4e90;
	line-height: 1.5em;
	font-weight: bold;
	font-family: YuGothic, sans-serif;
}

.sec2 dl dt p {
	font-family: YuGothic, sans-serif;
	font-weight: 500;
}

.sec2 dl dd {
	width: 50%;
	text-align: center;
}

.sec2 dl dd img {
	width: 417px;
	margin: 0 auto;
}

.sec2_inner {
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	z-index: 0;
}

.sec2_inner_bg1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.sec2_inner_bg1 img {
	object-fit: fill;
}

.sec2_inner_inner_inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-top: 155px;
}

.sec2_inner_inner_inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin-top: 2.5em;
}

.sec2_inner_inner_inner ul li {
	width: 47.5%;
	list-style-type: none;
	margin-bottom: 2em;
}

.sec2_inner_inner_inner ul li h4 {
	color: #1d4e90;
	margin-bottom: .5em;
	line-height: 1.5em;
	font-weight: bold;
	font-family: YuGothic, sans-serif;
}

.sec2_inner_inner_inner ul li p {
	font-family: YuGothic, sans-serif;
	font-weight: 500;
}

.sec2_inner_bg2 {
	position: relative;
	top: -50px;
	margin-bottom: -50px;
}

.sec3 {
	margin: 150px 0 0 0;
	position: relative;
	z-index: 98;
}

.sec3_inner {
	position: relative;
	padding: 0 2em;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	border: 7px double #1d4e90;
}

.sec3_inner h2 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #1d4e90;
	color: #fff;
	border-radius: 2em;
	padding: .8em 0;
	width: 1000px;
	text-align: center;
}

.sec3_inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 125px 0 0 0;
}

.sec3_inner ul li {
	width: 31%;
	margin-bottom: 35px;
	margin-right: 2%;
}

.sec3_inner ul li:nth-child(3n) {
	margin-right: 0;
}

.sec3_inner ul li p {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #3e3a39;
	font-family: source-han-serif-japanese, serif;
}

.sec3_inner ul li p:nth-of-type(1) {
	margin-bottom: 20px;
}

.sec4 {
	position: relative;
	z-index: 97;
	top: -60px;
	margin-bottom: -60px;
	padding-top: 120px;
}

.sec4 .sec4_inner_bg1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.sec4 h2 {
	background: #1d4e90;
	color: #fff;
	border-radius: 2em;
	padding: .8em 0;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

.sec4_inner_inner {
	position: relative;
	z-index: 1;
}

.sec4_inner_inner_box1,
.sec4_inner_inner_box2,
.sec4_inner_inner_box3 {
	width: 1000px;
	margin: 0 auto;
}

.sec4_inner_inner_box1_inner1,
.sec4_inner_inner_box2_inner2 {
	width: 750px;
	margin: 0 auto;
}

.sec4_inner_inner_box1,
.sec4_inner_inner_box2,
.sec4_inner_inner_box3 {
	margin-top: 70px;
}

.sec4_inner_inner_box1 h4,
.sec4_inner_inner_box2 h4,
.sec4_inner_inner_box3 h4 {
	color: #1d4e90;
	margin-bottom: .4em;
	line-height: 1.5em;
	text-align: center;
	font-family: YuGothic, sans-serif;
}

.sec4_inner_inner_box_desc {
	margin-bottom: 1.5em;
	font-family: YuGothic, sans-serif;
	font-weight: 500;
}

.sec4_inner_inner_box1_inner,
.sec4_inner_inner_box2_inner {
	width: 750px;
	margin: 0 auto;
	background: #fff;
	padding: 2em 3em;
	position: relative;
	z-index: 0;
	border: 1px solid #cecfd1;
}

.sec4_inner_inner_box1_inner p:nth-of-type(2),
.sec4_inner_inner_box2_inner p:nth-of-type(2) {
	margin-top: 2em;
	font-size: 16px;
	font-family: YuGothic, sans-serif;
}

.sec4_inner_inner_box1_inner p:nth-of-type(1) {
	position: relative;
	top: -60px;
	margin-bottom: -60px;
}

.sec4_inner_inner2 {
	position: relative;
	z-index: 2;
}

.sec4_inner_inner2 p:nth-of-type(1),
.sec4_inner_inner2 p:nth-of-type(3) {
	width: 70px;
	margin: 0 auto;
}

.sec4_inner_inner2 p:nth-of-type(2) {
	text-align: center;
	font-size: 40px;
	color: #ee721b;
	line-height: 1.6em;
	font-weight: bold;
	margin: 1em 0;
	font-family: source-han-serif-japanese, serif;
}

.sec5 {
	position: relative;
	z-index: 96;
	top: -20px;
	margin-bottom: -20px;
	padding-top: 60px;
}

.sec5 .sec5_inner_bg1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.sec5 h2 {
	background: #ee721b;
	color: #fff000;
	border-radius: 2em;
	padding: .8em 0;
	width: 90%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto 40px;
}

.sec5_inner_inner {
	position: relative;
	z-index: 1;
}

.sec5_inner_inner .sec5_inner_inner_list1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}

.sec5_inner_inner .sec5_inner_inner_list1 li {
	width: 31%;
	margin-bottom: 40px;
}

.sec5_inner_inner .sec5_inner_inner_list1 li p:nth-of-type(1) {
	margin-bottom: 20px;
}

.sec5_inner_inner .sec5_inner_inner_list1 li h4 {
	color: #ee721b;
	font-size: 25px;
	margin-bottom: 10px;
	line-height: 1.5em;
	font-family: YuGothic, sans-serif;
}

.sec5_inner_inner .sec5_inner_inner_list1 li p:nth-of-type(2) {
	line-height: 1.8em;
}

.sec5_inner_inner_box1 {
	width: 90%;
	max-width: 1100px;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec5_inner_inner_box1 dl {
	margin-left: 2em;
}

.sec5_inner_inner_box1 dl dt {
	font-size: 55px;
	color: #1d4e90;
	border-bottom: 2px solid #1d4e90;
	line-height: 1.3em;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
}

.sec5_inner_inner_box1 dl dd {
	color: #1d4e90;
	margin-top: .3em;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5em;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
}

.sec5_inner_inner_box1 p:nth-of-type(1) {
	width: 217px;
}

.sec5_inner_inner_box2 {
	width: 90%;
	max-width: 1100px;
	margin: 30px auto 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec5_inner_inner_box2 p:nth-of-type(2) {
	font-size: 28px;
	color: #1d4e90;
	margin-left: 1em;
	font-weight: 700;
}

.sec5_inner_inner .sec5_inner_inner_box3 {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.sec5_inner_inner .sec5_inner_inner_box3 li {
	width: 47%;
	margin-right: 3%;
}

.sec5_inner_inner .sec5_inner_inner_box3 li:nth-child(2n) {
	margin-right: 0;
}

.sec5_inner_inner .sec5_inner_inner_box3 li dl {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.sec5_inner_inner .sec5_inner_inner_box3 li dl dt {
	width: 10%;
	max-width: 44px;
	margin-right: 3%;
}

.sec5_inner_inner .sec5_inner_inner_box3 li dl dd {
	width: 87%;
	font-weight: bold;
}

.sec5 .sec5_img1 {
	width: 50%;
	max-width: 500px;
	margin: 0 auto;
	padding-top: 80px;
	position: relative;
	z-index: 2;
}

.sec5 .sec5_img2 {
	width: 55%;
	max-width: 592px;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
	z-index: 2;
}

.sec5 .sec5_inner_inner_box4 h3 {
	font-size: 60px;
	text-align: center;
	line-height: 1em;
	color: #1d4e90;
	margin: 2em 0 1em 0;
}

.sec5_inner_inner_box4_inner {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	border: 7px double #1d4e90;
	background: #fff;
	padding: 50px;
}

.sec5_inner_inner_box4_inner h4 {
	color: #1d4e90;
	font-weight: bold;
	margin-bottom: .8em;
	font-weight: 900;
}

.sec5_inner_inner_box4_inner .sec5_inner_inner_box4_inner_box1 {
	display: flex;
	margin-bottom: 50px;
}

.sec5_inner_inner_box4_inner .sec5_inner_inner_box4_inner_box1 .sec5_inner_inner_box4_inner_box1_1 {
	width: 55%;
	margin-right: 3%;
}
}

.sec5_inner_inner_box4_inner .sec5_inner_inner_box4_inner_box1 .sec5_inner_inner_box4_inner_box1_2 {
	width: 42%;
}

.sec5_inner_inner_box4_inner .sec5_inner_inner_box4_inner_box2 {
	margin-bottom: 50px;
}

.sec5_inner_inner_box4_inner .sec5_inner_inner_box4_inner_box2 p {
	width: 95%;
	margin: 0 auto;
}

.sec5_inner_inner_box4_inner .sec5_inner_inner_box4_inner_box3 ul {
	display: flex;
	justify-content: space-around;
}

.sec5_inner_inner_box4_inner .sec5_inner_inner_box4_inner_box3 ul li {
	width: 31%;
}

.sec5_inner_inner_box4_inner .sec5_inner_inner_box4_inner_box3 ul li h4 {
	font-size: 22px;
	margin: .8em 0;
	font-family: YuGothic, sans-serif;
}

.sec6 {
	position: relative;
	z-index: 95;
	padding-top: 50px;
	margin-top: 50px;
}

.sec6 .sec6_inner_bg1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.sec6 h2 {
	background: #ee721b;
	color: #fff000;
	border-radius: 2em;
	padding: .8em 0;
	width: 85%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}

.sec6_inner_inner {
	position: relative;
	z-index: 1;
}

.sec6 .sec6_inner_inner_box {
	width: 90%;
	max-width: 1100px;
	margin: 2em auto;
	padding-bottom: 3em;
	border-bottom: 1px solid #5a4e4a;
}

.sec6 .sec6_inner_inner_box:nth-of-type(3) {
	border: none;
}

.sec6 .sec6_inner_inner_box h3 {
	color: #ee721b;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 2em;
}

.sec6 .sec6_inner_inner_box .sec6_inner_inner_box_desc {
	margin-bottom: 1em;
	text-align: center;
	line-height: 1.9em;
}

.sec6 .sec6_inner_inner_box_image {
	width: 80%;
	max-width: 637px;
	margin: 3em auto 0;
}

.sec6 .sec6_inner_inner_box table {
	width: 80%;
	max-width: 750px;
	margin: 0 auto;
	border-collapse: collapse;
}

.sec6 .sec6_inner_inner_box table th {
	background: #ee721b;
	color: #fff;
	border: 1px solid #5a4e4a;
	width: 250px;
}

.sec6 .sec6_inner_inner_box table td {
	text-align: center;
	background: #fff;
	border: 1px solid #5a4e4a;
}

.sec6 .sec6_inner_inner_box ul {
	width: 80%;
	max-width: 750px;
	margin: 0 auto;
	background: #fff;
	padding: 3.5em 3em;
	border: 1px solid #5a4e4a;
}

.sec6 .sec6_inner_inner_box ul li {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.sec6 .sec6_inner_inner_box ul li p:nth-of-type(1) {
	/* width: 50px;
    height: 50px;
    border-radius:100%;
    background:#ee721b;
    color: #fff;
    text-align: center;
    line-height: 53px;
	font-size:40px;
	font-weight: bold; */
}

.sec6 .sec6_inner_inner_box ul li p:nth-of-type(2) {
	width: calc(100% - 50px);
	padding-left: 3%;
}

.sec6 .sec6_inner_inner_box .sec6_inner_inner_box_last {
	text-decoration: underline;
	font-weight: bold;
}

.sec6 .sec6_img1 {
	width: 50%;
	max-width: 500px;
	margin: 0 auto;
	/* padding-top:80px; */
	position: relative;
	z-index: 2;
}

.sec6 .sec6_img2 {
	width: 55%;
	max-width: 592px;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
	z-index: 2;
}

.sec7 {
	position: relative;
	z-index: 94;
	padding-top: 50px;
	margin-top: 50px;
	margin-bottom: 100px;
}

.sec7 .sec7_inner_bg1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.sec7 h2 {
	background: #1e5199;
	color: #fff;
	border-radius: 2em;
	padding: .8em 0;
	width: 85%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}

.sec7 .sec7_inner_inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	max-width: 1000px;
	margin: 0 auto 0;
}

.sec7 .sec7_inner_inner ul li {
	width: 47%;
}

.sec7 .sec7_inner_inner ul li h3 {
	margin: 1.5em 0 .5em 0;
	color: #1e5199;
}

.sec7 .sec7_inner_inner ul li p {
	font-weight: bold;
}

.sec7 .sec7_inner_inner ul li p span {
	font-weight: normal;
}

.sec7 .sec7_img1 {
	width: 50%;
	max-width: 500px;
	margin: 0 auto;
	padding-top: 80px;
	position: relative;
	z-index: 2;
}

.sec7 .sec7_img2 {
	width: 55%;
	max-width: 592px;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
	z-index: 2;
}

.qa {
	position: relative;
	z-index: 93;
}

.qa h2 {
	background: #1e5199;
	color: #fff;
	border-radius: 2em;
	padding: .8em 0;
	width: 85%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}

.qa dl {
	width: 800px;
	margin: 0 auto;
}

.qa dl dt {
	display: flex;
	align-items: center;
	color: #1e5199;
	border-bottom: 3px dotted #9e9e9f;
	cursor: pointer;
}

.qa dl dt p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

.qa dl dt p:nth-of-type(1) {
	font-size: 77px;
	margin-right: 30px;
	font-weight: bold;
}

.qa dl dt p:nth-of-type(2) {
	font-size: 22px;
	font-weight: bold;
}

.qa dl dt p:nth-of-type(3) {
	font-size: 30px;
	margin-left: auto;
	margin-right: 20px;
}

.qa dl dd {
	margin: 0;
	padding: 1em 0;
}

.qa dl dd span {
	color: #f39800;
	font-weight: bold;
	text-decoration: underline;
}

.qa .qa_img1 {
	width: 50%;
	max-width: 500px;
	margin: 0 auto;
	padding-top: 80px;
	position: relative;
	z-index: 2;
}

.qa .qa_img2 {
	width: 55%;
	max-width: 592px;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
	z-index: 2;
}

.about {
	position: relative;
	z-index: 92;
	top: -140px;
	margin-bottom: -140px;
	padding-top: 200px;
}

.about figure {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.about .about_inner {
	position: relative;
	z-index: 1;
}

.about .about_inner h2 {
	color: #1d4e90;
	text-align: center;
	font-size: 45px;
	font-weight: bold;
	position: relative;
	margin: 1em 0;
}

.about .about_inner h2:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -50px;
	/*線の上下位置*/
	display: inline-block;
	width: 80px;
	/*線の長さ*/
	height: 1px;
	/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	/*位置調整*/
	background-color: #4a4240;
	/*線の色*/
}

.about .about_inner .about_inner_box {
	width: 1100px;
	margin: 0 auto 0;
	border-bottom: 1px solid #4a4240;
	padding: 70px 0 70px 0;
}

.about .about_inner .about_inner_box:nth-of-type(7) {
	border: none;
}

.about .about_inner .about_inner_box:nth-of-type(7) p:nth-of-type(1) {
	width: 600px;
	margin: 0 auto 42px;
}

.about .about_inner .about_inner_box h3 {
	font-size: 28px;
	color: #1d4e90;
	text-align: center;
	margin-bottom: 1.5em;
	font-family: YuGothic, sans-serif;
}

.about .about_inner .about_inner_box h4 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 1em;
	font-family: YuGothic, sans-serif;
}

.about .about_inner .about_inner_box h4:nth-of-type(2) {
	color: #1d4e90;
	margin-top: 2em;
}

.about .about_inner .about_inner_box p {
	text-align: center;
	margin-bottom: 1.5em;
}

.about .about_inner .about_inner_box p a {
	color: #1d4e90;
}

.about .about_inner .about_inner_box .open {
	display: flex;
}

.about .about_inner .about_inner_box .open dl {
	margin-right: .5%;
	width: 10%;
}

.about .about_inner .about_inner_box .open dl:nth-of-type(1) {
	width: 25%;
}

.about .about_inner .about_inner_box .open dl:nth-of-type(8) {
	margin-right: 0;
}

.about .about_inner .about_inner_box .open dt {
	background: #1d4e90;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: .8em 0;
}

.about .about_inner .about_inner_box .open dd {
	background: #eeeeef;
	font-weight: bold;
	text-align: center;
	padding: .8em 0;
	font-size: 22px;
}

.about .about_inner .about_inner_box .sp-horizontal .sp-next-arrow {
	right: -55px;
}

.about .about_inner .about_inner_box .sp-next-arrow:before {
	transform: inherit;
	content: ' ';
	display: block;
	background: url(./images/arrow_right.png) no-repeat left top;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
}

.about .about_inner .about_inner_box .sp-next-arrow:after {
	content: none;
}

.about .about_inner .about_inner_box .sp-horizontal .sp-previous-arrow {
	left: -55px;
}

.about .about_inner .about_inner_box .sp-previous-arrow:before {
	transform: inherit;
	content: ' ';
	display: block;
	background: url(./images/arrow_left.png) no-repeat left top;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
}

.about .about_inner .about_inner_box .sp-previous-arrow:after {
	content: none;
}

.about .about_inner .about_inner_box .doctor_intro {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 0 0 0 110px;
}

.about .about_inner .about_inner_box .doctor_intro li {
	width: 50%;
}

.about .about_inner .about_inner_box .doctor_intro li h4 {
	text-align: left;
}

.about .about_inner .about_inner_box .doctor_intro li p {
	text-align: left;
}

.about .about_inner .about_inner_box .doctor_intro .docter {
	font-size: 28px;
	margin-bottom: .5em;
}

.about .about_inner .about_inner_box .doctor_intro .docter span {
	font-size: 17px;
}

.about_txt {
	text-align: center;
	line-height: 1.7;
	font-size: 22px;
}

.form {
	position: relative;
	z-index: 91;
	top: -428px;
	margin-bottom: -428px;
	padding-top: 428px;
	margin-top: 50px;
}

.form .form_inner_bg1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.form h2 {
	background: #1d4e90;
	color: #fff;
	border-radius: 2em;
	padding: .8em 0;
	width: 85%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}

.form_inner_inner {
	position: relative;
	z-index: 1;
}

.form_inner_txt {
	text-align: center;
	margin: 30px 0;
	line-height: 1.8em;
}

#form {
	width: 940px;
	margin: 0 auto;
}

#form dl {
	display: flex;
	margin-bottom: 20px;
}

#form dl dt {
	width: 230px;
	font-weight: bold;
	color: #3e3a39;
	padding-right: 1em;
}

#form dl dd {
	width: 710px;
}

.form_name_dd_wrap,
.form_kana_dd_wrap,
.form_gender_dd_wrap,
.form_age_dd_wrap,
.form_mail_dd_wrap,
.form_tel_dd_wrap {
	display: flex;
	align-items: center;
}

#form .form_gender_dd {
	width: 500px;
}

#form .form_age_dd {
	width: 500px;
}

#form dl dd input {
	width: 500px;
	border-radius: 5px;
	border: 1px solid #b0b0b2;
	padding: 5px 15px;
	font-size: 16px;
	background: #fff;
}

input[type="date"] {
	margin: 15px 0 0 0;
	position: relative;
}

input[type="date"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
	-webkit-appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.ui-datepicker {
	z-index: 10000 !important;
}

.required {
	display: inline-block;
	background: #fff;
	color: red;
	padding: 7px 12px;
	border-radius: 6.75px;
	font-size: 10px;
	border: 1px solid red;
	line-height: 1;
	font-weight: normal;
}

.option {
	display: inline-block;
	background: #fff;
	color: #567DB2;
	padding: 4px 11px;
	border-radius: 10px;
	font-size: 10px;
	border: 1px solid #567DB2;
	line-height: 1;
}

.form_txt {
	text-align: left;
}

.second_show span {
	background: #1d4e90;
	color: #fff;
	padding: 8px 20px;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
}

/* label {
	border: 1px solid #567DB2;
	background: #fff;
	line-height: 1;
	padding: 8px 5px;
	border-radius: 5px;
	display: inline-block;
	font-size: 16px;
	color: #567DB2;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
	min-width: 100px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
} */

#form dl .form_age {
	width: 500px;
}

#form dl .form_age label {
	margin-bottom: 20px;
}

select {
	font-size: 16px;
	width: 250px;
	border: 1px solid #b0b0b2;
	padding: 5px 15px;
	font-size: 16px;
	border-radius: 5px;
	background: #fff;
}

#form dl dd input[type=radio] {
	display: inline-block;
	visibility: hidden;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	border: none;
}

input[type="radio"]:checked+label {
	background: #567DB2;
	color: #ffffff;
	border: px solid #567DB2;
}

input[name=time]+label,
input[name=time2]+label,
input[name=time3]+label {
	margin-bottom: 15px;
}

label.error {
	border: none;
	padding: 0;
	background: transparent;
	color: red;
	margin-left: 10px;
}

textarea {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #b0b0b2;
	padding: 5px 15px;
	font-size: 16px;
	background: #fff;
}

.form_txt2 {
	font-size: 14px;
}

button {
	outline: none;
	display: block;
	width: 400px;
	border-radius: 7px;
	border: none;
	padding: 25px 0;
	font-size: 25px;
	margin: 0 auto;
	color: #fff;
	background: #1d4e90;
	cursor: pointer;
	font-weight: bold;
}

.bottom_tel {
	padding: 50px 0;
	position: relative;
}

.bottom_tel:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	/*線の上下位置*/
	display: inline-block;
	width: 80px;
	/*線の長さ*/
	height: 1px;
	/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	/*位置調整*/
	background-color: #4a4240;
	/*線の色*/
}

.bottom_tel p {
	text-align: center;
}

.bottom_tel p:nth-of-type(1) {
	color: #1e5199;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 22px;
}

.bottom_tel p:nth-of-type(2) {
	display: block;
	width: 80%;
	max-width: 462px;
	margin: 0 auto 20px;
}

.privacy {
	width: 1000px;
	margin: 100px auto 0;
	height: 300px;
	overflow: scroll;
	background: #fff;
}

footer {
	background: #1e5199;
	text-align: center;
	padding: 30px 0;
	margin: 100px 0 0 0;
}

footer small {
	color: #fff;
}

/*=====スマホ用(1110px以下)=====*/
@media screen and (max-width:1110px) {
	body {
		font-size: 3.4vw;
	}

	.is_pc {
		display: none;
	}

	.is_sp {
		display: block;
	}

	.is_pc_ml {
		margin-left: 0;
	}

	.is_pc_inline {
		display: none;
	}

	h2 {
		font-size: 5vw;
	}

	h3 {
		font-size: 6vw;
	}

	h4 {
		font-size: 4vw;
	}

	header {
		position: absolute;
		z-index: 9999;
		width: 100%;
	}

	header h1 {
		width: 100%;
		padding: .4em 0;
		font-size: 2.5vw;
		text-align: center;
	}

	header .header_top {
		width: 100%;
		padding: 1.3vh 5vw;
	}

	header .header_top ul li:first-child {
		width: 35%;
	}

	header .header_top ul li:last-child {
		width: 50%;
	}

	header .header_top ul li:last-child p:nth-of-type(1) {
		font-size: 2.4vw;
		line-height: 1.3;
	}

	header .header_menu nav ul {
		width: 100%;
		display: none;
		padding: 0;
	}

	header .header_menu .menu_btn {
		text-align: center;
		cursor: pointer;
		padding: .5em 0;
		font-family: source-han-serif-japanese, serif;
		background: #F3F5F8;
	}

	header .header_menu .menu_btn span {
		position: relative;
		color: #1d4e90;
	}

	header .header_menu .menu_btn span:before {
		content: "";
		display: inline-block;
		width: 2vw;
		height: 2vw;
		background: url(./images/down.png) no-repeat;
		background-size: contain;
		vertical-align: middle;
		margin-right: 2vw;
	}

	header .header_menu nav {
		background: transparent;
	}

	header .header_menu nav ul li {
		position: relative;
		background: #f3f5f8e8;
	}

	header .header_menu nav ul li a {
		display: block;
		text-align: center;
		font-size: 3vw;
		width: 80%;
		margin: 0 auto;
		border-bottom: 1px solid #c5c5c5;
		padding: 1.15vh 0;
	}

	header .header_menu nav ul li:last-child a {
		border: none;
	}

	header .header_menu nav ul li a span:before {
		content: "";
		display: inline-block;
		width: 2vw;
		height: 2vw;
		background: url(./images/down.png) no-repeat;
		background-size: contain;
		vertical-align: middle;
		margin-right: 2vw;
	}

	.content {
		padding-top: 12vh;
	}

	.sec1 figure {
		width: 100%;
	}

	.sec1 figure img {
		object-fit: initial;
	}

	.sec1 .sec1_img2 {
		width: 80%;
		max-width: 80%;
		margin: 0 auto;
		padding-top: 9rem;
	}

	.sec1 .sec1_img3 {
		width: 80%;
		max-width: 80%;
		margin: 0 auto;
		padding-top: 1rem;
	}

	.sec1 .sec1_img4 {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding-top: 0;
	}

	.sec2 h3 {
		padding: 1em 0;
	}

	.sec2 dl {
		display: block;
		width: 100%;
	}

	.sec2 dl dt {
		width: 100%;
	}

	.sec2 dl dt h4 {
		text-align: center;
		width: 95%;
		margin: 0 auto;
		font-size: 3.8vw;
	}

	.sec2 dl dt p {
		padding: 0 2em;
	}

	.sec2 dl dd {
		width: 80%;
		max-width: 80%;
		margin: 1vh auto 0;
		padding-top: 0;
	}

	.sec2_inner_inner_inner {
		width: 100%;
	}

	.sec2_inner_inner_inner ul {
		display: block;
		margin-top: 2em;
	}

	.sec2_inner_inner_inner ul li {
		width: 100%;
		padding: 0 2em;
	}

	.sec2_inner_inner_inner ul li:last-child {
		display: none;
	}

	.sec2_inner_inner_inner ul li h4 {
		font-size: 3.8vw;
	}

	.sec3 {
		margin: 5em 0 0 0;
	}

	.sec3_inner {
		padding: 0;
		background: #fff;
	}

	.sec3_inner h2 {
		width: 95%;
	}

	.sec3_inner ul {
		margin: 4em 2% 2em 2%;
		justify-content: space-between;
	}

	.sec3_inner ul li {
		width: 48%;
		margin-bottom: 1em;
		margin-right: 0;
	}

	.sec3_inner ul li:nth-child(2n) {
		margin-right: 0;
	}

	.sec3_inner ul li p {
		font-size: 3vw;
	}

	.sec3_inner ul li p:nth-of-type(1) {
		margin-bottom: 1em;
	}

	.sec3_inner ul li p:nth-of-type(2) {
		line-height: 1.5em;
	}

	.sec4 {
		padding-top: 13vh;
		top: -9vh;
	}

	.sec4 h2 {
		width: 80%;
	}

	.sec4_inner_inner_box1,
	.sec4_inner_inner_box2,
	.sec4_inner_inner_box3 {
		width: 90%;
		margin-top: 25px;
	}

	.sec4_inner_inner_box_desc {}

	.sec4_inner_inner_box1_inner,
	.sec4_inner_inner_box2_inner {
		width: 100%;
	}

	.sec4_inner_inner_box1_inner p:nth-of-type(1) {
		top: -4vh;
		margin-bottom: -4vh;
	}

	.sec4_inner_inner2 p:nth-of-type(2) {
		font-size: 2.3vh;
		line-height: 1.9em;
	}

	.sec4_inner_inner_box1_inner p:nth-of-type(2),
	.sec4_inner_inner_box2_inner p:nth-of-type(2) {
		font-size: 3.4vw;
		margin-top: 1.5em;
	}

	.sec4_inner_inner2 p:nth-of-type(1),
	.sec4_inner_inner2 p:nth-of-type(3) {
		margin-top: 2em;
		width: 10%;
	}

	.sec5 {
		top: -5vh;
		margin-bottom: -5vh;
	}

	.sec5 h2 {
		margin: 0 auto 5%;
	}

	.sec5_inner_inner .sec5_inner_inner_list1 {
		display: block;
	}

	.sec5_inner_inner .sec5_inner_inner_list1 li {
		width: 100%;
		margin-bottom: 6%;
	}

	.sec5_inner_inner .sec5_inner_inner_list1 li p:nth-of-type(1) {
		width: 75%;
		margin: 0 auto 4%;
	}

	.sec5_inner_inner .sec5_inner_inner_list1 li h4 {
		font-size: 4vw;
		line-height: 1em;
		margin-bottom: 2.5%;
	}

	.sec5_inner_inner_box1 {
		position: relative;
		display: block;
		margin-top: 10%;
	}

	.sec5_inner_inner_box1 p:nth-of-type(1) {
		width: 30%;
		position: absolute;
		right: 0;
		top: -25%;
	}

	.sec5_inner_inner_box1 dl {
		margin-left: 0;
	}

	.sec5_inner_inner_box1 dl dt {
		border: none;
		text-decoration: underline;
		font-size: 6.5vw;
		font-weight: bold;
		line-height: 1.5em;
	}

	.sec5_inner_inner_box1 dl dd {
		font-size: 3.8vw;
		line-height: 1.7em;
	}

	.sec5_inner_inner_box2 {
		margin: 1em auto 1.5em;
	}

	.sec5_inner_inner_box2 p:nth-of-type(1) {
		width: 10%;
	}

	.sec5_inner_inner_box2 p:nth-of-type(2) {
		font-size: 3.5vw;
		font-weight: bold;
	}

	.sec5_inner_inner .sec5_inner_inner_box3 {
		display: block;
		width: 80%;
	}

	.sec5_inner_inner .sec5_inner_inner_box3 li {
		width: 100%;
		font-weight: bold;
		margin-bottom: 5%;
	}

	.sec5_inner_inner .sec5_inner_inner_box3 li dl {
		margin-bottom: 5%;
	}

	.sec5_inner_inner .sec5_inner_inner_box3 li dl dd {
		font-size: 3.1vw;
	}

	.sec5 .sec5_img1 {
		width: 80%;
		margin: 0 auto;
		padding-top: 0;
	}

	.sec5 .sec5_img2 {
		width: 80%;
		margin-top: 5%;
		padding: 0;
	}

	.sec5 .sec5_inner_inner_box4 {
		margin-bottom: 5%;
	}

	.sec5 .sec5_inner_inner_box4 h3 {
		font-size: 6.5vw;
		margin-bottom: 5%;
	}

	.sec5_inner_inner_box4_inner {
		padding: 5% 4%;
	}

	.sec5_inner_inner_box4_inner .sec5_inner_inner_box4_inner_box1 {
		display: block;
	}

	.sec5_inner_inner_box4_inner .sec5_inner_inner_box4_inner_box1 .sec5_inner_inner_box4_inner_box1_1 {
		width: 100%;
	}

	.sec5_inner_inner_box4_inner .sec5_inner_inner_box4_inner_box1 .sec5_inner_inner_box4_inner_box1_1 p {
		margin-bottom: 5%;
	}

	.sec5_inner_inner_box4_inner .sec5_inner_inner_box4_inner_box2 p {
		margin-bottom: 5%;
	}

	.sec5_inner_inner_box4_inner .sec5_inner_inner_box4_inner_box3 p {
		margin-bottom: 5%;
	}

	.sec5_inner_inner_box4_inner .sec5_inner_inner_box4_inner_box4 p {
		margin-bottom: 5%;
	}

	.sec5_inner_inner_box4_inner_box1_2 {
		width: 80%;
		margin: 0 auto;
	}

	.sec5_inner_inner_box4_inner .sec5_inner_inner_box4_inner_box3 ul {
		display: block;
	}

	.sec5_inner_inner_box4_inner .sec5_inner_inner_box4_inner_box3 ul li {
		width: 100%;
	}

	.sec5_inner_inner_box4_inner .sec5_inner_inner_box4_inner_box3 ul li h4 {
		font-size: 4vw;
	}

	.sec5_inner_inner_box4_inner .sec5_inner_inner_box4_inner_box3 ul li p:nth-of-type(1) {
		width: 80%;
		margin: 0 auto;
	}

	.sec6 {
		margin: 0;
		top: -3vh;
	}

	.sec6 h2 {
		font-size: 4vw;
	}

	.sec6 .sec6_inner_inner_box {
		margin: 9% auto 0;
	}

	.sec6 .sec6_inner_inner_box .sec6_inner_inner_box_desc {
		text-align: left;
		line-height: 1.8em;
	}

	.sec6 .sec6_inner_inner_box_image {
		margin: 10% auto 0;
	}

	.sec6 .sec6_inner_inner_box table {
		width: 100%;
	}

	.sec6 .sec6_inner_inner_box table th {}

	.sec6 .sec6_inner_inner_box table td {
		width: 66%;
		padding: 1em 0;
	}

	.sec6 .sec6_inner_inner_box ul {
		width: 100%;
		padding: 6% 5%;
	}

	.sec6 .sec6_inner_inner_box ul li {
		margin-bottom: 5%;
		align-items: initial;
	}

	.sec6 .sec6_inner_inner_box ul li p:nth-of-type(1) {
		width: 10vw;
		height: 10vw;
		line-height: 10.65vw;
		font-size: 7vw;
	}

	.sec6 .sec6_inner_inner_box .sec6_inner_inner_box_last {
		text-align: center;
	}

	.sec6 .sec6_img1 {
		width: 80%;
		margin: 0 auto;
		padding-top: 0;
	}

	.sec6 .sec6_img2 {
		width: 80%;
		margin-top: 5%;
		padding: 0;
	}

	.sec7 {
		padding: 0;
		margin-top: 7%;
		margin-bottom: 10%;
		z-index: 99999;
	}

	.sec7 .sec7_inner_inner ul {
		display: block;
		margin-bottom: 7%;
	}

	.sec7 .sec7_inner_inner ul li {
		width: 100%;
		text-align: center;
	}

	.sec7 .sec7_img1 {
		width: 80%;
		margin: 0 auto;
		padding-top: 0;
	}

	.sec7 .sec7_img2 {
		width: 80%;
		margin-top: 5%;
		padding: 0;
	}

	.qa h2 {
		margin: 5vh auto 4vh;
	}

	.qa dl {
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
	}

	.qa dl dt p:nth-of-type(1) {
		font-size: 50px;
	}

	.qa dl dt p:nth-of-type(2) {
		font-size: 4.2vw;
	}

	.qa dl dd {
		line-height: 1.6em;
	}

	.qa dl dt p:nth-of-type(3) {
		margin-right: 0;
		margin-left: 5%;
	}

	.qa .qa_img1 {
		width: 80%;
		margin: 5vh auto 0;
		padding-top: 0;
	}

	.qa .qa_img2 {
		width: 80%;
		margin-top: 5%;
		padding: 0;
	}

	.about {
		padding-top: 10vh;
		top: -5vh;
		margin-bottom: -5vh;
	}

	.about .about_inner h2 {
		font-size: 7vw;
	}

	.about .about_inner h2:before {
		bottom: -3vh;
	}

	.about .about_inner .about_inner_box {
		width: 90%;
		padding: 3.5vh 0;
	}

	.about .about_inner .about_inner_box:nth-of-type(7) {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.about .about_inner .about_inner_box:nth-of-type(7) p {
		text-align: left;
	}

	.about .about_inner .about_inner_box h3 {
		font-size: 4.5vw;
	}

	.about .about_inner .about_inner_box .open {
		flex-wrap: wrap;
		justify-content: center;
	}

	.about .about_inner .about_inner_box .open dl {
		margin-right: 1.5%;
		width: 18%;
		margin-bottom: 2%;
	}

	.about .about_inner .about_inner_box .open dl:nth-of-type(1) {
		width: 35%;
	}

	.about .about_inner .about_inner_box .open dd {
		font-size: 3.8vw;
	}

	.about .about_inner .about_inner_box h4 {
		font-size: 4vw;
	}

	.about .about_inner .about_inner_box .doctor_intro .docter {
		font-size: 5.3vw;
	}

	.about .about_inner .about_inner_box .doctor_intro .docter span {
		font-size: 4vw;
	}

	.about .about_inner .about_inner_box .sp-horizontal .sp-next-arrow {
		right: -7%;
	}

	.about .about_inner .about_inner_box .sp-horizontal .sp-previous-arrow {
		left: -7%;
	}

	.about .about_inner .about_inner_box .doctor_intro {
		display: block;
		padding: 0;
	}

	.about .about_inner .about_inner_box .doctor_intro li {
		width: 100%;
	}

	.about .about_inner .about_inner_box:nth-of-type(7) p:nth-of-type(1) {
		width: 100%;
		margin: 0 auto 2em;
	}

	.form {
		top: -23vh;
		margin-bottom: -23vh;
		padding-top: 21vh;
	}

	.form_inner_txt {
		width: 90%;
		margin: 1.5em auto;
		text-align: left;
	}

	#form {
		width: 90%;
	}

	#form dl {
		display: block;
		margin-bottom: 1.6vh;
	}

	#form dl dt {
		width: 100%;
		margin-bottom: 0.5vh;
	}

	#form dl dd {
		width: 100%;
	}

	#form .form_time_parent {
		margin-bottom: 1vh;
	}

	#form .form_age dd {
		width: 100%;
		white-space: nowrap;
		overflow: scroll;
	}

	#form .form_time dd {
		width: 100%;
		white-space: nowrap;
		overflow: scroll;
	}

	#form .form_age dd label {
		margin-bottom: 10px;
	}

	#form .form_time dd label {
		min-width: 70px;
	}

	#form dl dd input {
		width: 100%;
		font-size: 3.5vw;
		margin-top: 0;
	}

	.required {
		display: inline;
		padding: 0px 15px;
	}

	.form_txt {
		display: inline;
	}

	label {
		font-size: 3.5vw;
		padding: .5em 3vw;
		margin-right: 0;
	}

	input[name=time]+label,
	input[name=time2]+label,
	input[name=time3]+label {
		margin-bottom: 10px;
	}

	select {
		font-size: 3.5vw;
	}

	.second_show span {
		font-size: 3.5vw;
	}

	input[name=gender]+label {
		display: inline-block;
	}

	textarea {
		width: 100%;
	}

	button {
		width: 100%;
		font-size: 5vw;
	}

	#form .is_sp {
		display: inline;
	}

	.bottom_tel {
		width: 90%;
		padding: 3.8vh 0;
		margin: 0 auto 4vh;

	}

	.bottom_tel p:nth-of-type(1) {
		font-size: 3.1vw;
	}

	.privacy {
		width: 90%;
		margin: 0 auto;
	}

	footer {
		margin: 5vh 0 0 0;
		padding-bottom: 120px;
	}

	.footer_mobile {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 101;
		background: #f3f5f8;
	}

	.footer_mobile ul {
		display: flex;
		justify-content: space-around;
	}

	.footer_mobile ul li {
		width: 49%;
	}
}