@charset "utf-8";
/*
Theme Name: portals_responsive
Author: portals
*/
/*==================================
* reset
* html5doctor.com Reset Stylesheet
* v1.6.1
* Last Updated: 2010-09-17
* Author: Richard Clark - http://richclarkdesign.com
* Twitter: @rich_clark
==================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colors to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colors to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-weight: bold;
}
em {
	font-style: normal!important;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border color to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
address {
	font-style: normal;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*==================================
WordPress Natie Styles
editor
==================================*/
img.wp-smiley,
img.emoji {
	height: 2% !important;
	width: 2% !important;
}
.post p {
	display: block;
	margin: 1em;
}
.post strong {
	font-weight: bold;
}
.post em {
	font-style: oblique;
}
.post blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
.post ul {
	list-style: disc;
	margin: 0 3em 1em;
}
.post ol {
	list-style: decimal;
	margin: 0 3em 1em;
}
/* img */
.aligncenter {
	display: block;
	margin: 0 auto 8px;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
/*==================================
SP_base
==================================*/
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.img_left,
.img_right {
	margin: 0 auto 0.5em;
}
.img_center {
	display: block;
	margin: 0 auto 16px;
}
.only_pc {
	display: none;
}
img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: auto;
}
a:link {
	color: #000d99;
}
a:visited {
	color: #551a8b;
}
a:hover {
	color: #000d99;
}
a:active {
	color: #b71c1c;
}
body {
	overflow-x: hidden;
	background: #fff;
	color: #565656;
	font-size: 15px;
	line-height: 1.5;
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",	"Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
}
/*アニメーション要素のスタイル*/
.fadeInUp{
	opacity : 0;
	visibility: hidden;
	transition-duration: 1s;
	transition-delay: .25s;
	transform: translate3d(0,30px,0);
}
/*アニメーション要素までスクロールした時のスタイル*/
.activeUp{
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0);
}
/*アニメーション要素(左から)のスタイル*/
.fadeInLeft {
	opacity : 0;
	visibility: hidden;
	transition-duration: 1s;
	transition-delay: .25s;
	transform: translate3d(-100%,0,0)
}
/*アニメーション要素(左から)までスクロールした時のスタイル*/
.activeLeft {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0)
}
/*アニメーション要素(右から)のスタイル*/
.fadeInRight {
	opacity : 0;
	visibility: hidden;
	transition-duration: 1s;
	transition-delay: .25s;
	transform: translate3d(100%,0,0)
}
/*アニメーション要素(右から)までスクロールした時のスタイル*/
.activeRight {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0)
}
[class*="active"].delay-1 {
	transition-delay: .6s;
}
[class*="active"].delay-2 {
	transition-delay: .85s;
}
[class*="active"].delay-3 {
	transition-delay: 1.1s;
}
.overflow_hidden {
	overflow: hidden;
}
.top_none {
	display: none;
}
/*==================================
SP_layout
==================================*/
#main {
	margin: 4px auto 0;
	padding: 0 6px;
	width: 100%;
	max-width: 640px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 0 40px;
}
#sidebar {
	letter-spacing: .06rem;
}
#footer {
	clear: both;
}
.conts {
	margin: 0 12px 16px;
}
.conts:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.conts .conts_inner {
	overflow: hidden;
}
.conts p:not([class]) {
	margin-bottom: 8px;
}
.ttl {
	margin: 0 4px 32px;
	text-align: center;
}
.bnr {
	margin: 0 0 16px;
}
a:active img {
	-webkit-opacity: 0.7;
	opacity: 0.7;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/*==================================
SP_heading
==================================*/
.h_style01 {
	clear: both;
	margin: 24px calc(50% - 50vw) 16px;
	padding: 8px;
	background: #64bcb7;
	color: #fff;
	font-size: 20px;
}
.h_style01 a {
	color: inherit;
}
.h_style02,
.post h3:not([class]),
.block_wrapper h2:not(.nostyle) {
	clear: both;
	margin: 24px auto 16px;
	padding: 16px 8px;
	font-size: 18px;
	font-weight: bold;
	color: #585858;
	text-align: center;
	border-top: 2px solid #585858;
	border-bottom: 2px dotted #5ec4c5;
}
.h_style03,
.post h4,
.block_wrapper h3:not(.nostyle) {
	clear: both;
	margin: 32px 4px 24px;
	padding: 0 8px;
	font-size: 18px;
	border-left: solid 8px #002d5d;
	border-bottom: dotted 2px #626262;
}
.h_style04,
.post h5,
.block_wrapper h4:not(.nostyle) {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 24px 0 16px;
	padding: 0 8px 2px 32px;
	font-weight: bold;
	border-bottom: dotted 2px #626262;
	font-size: 16px;
}
.h_style04::before,
.post h5::before,
.block_wrapper h4:not(.nostyle)::before {
	position: absolute;
	margin-top: -0.25em;
	top: 50%;
	left: 0.5em;
	content: "";
	display: inline-block;
	background: #fff;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #9ba4b4;
}
.h_style05,
.post h6,
.block_wrapper h5:not(.nostyle) {
	clear: both;
	overflow: hidden;
	margin: 24px 0 16px;
	padding: 0 4px 2px;
	font-weight: bold;
	border-bottom: solid 2px #585858;
	font-size: 16px;
}
@media screen and (min-width: 640px) {
	.h_style01 {
		margin: 24px auto 16px;
	}
	.h_style02,
	.post h3:not([class]),
	.block_wrapper h2:not(.nostyle) {
		margin: 24px auto 16px;
	}

	.h_style03,
	.post h4,
	.block_wrapper h3:not(.nostyle) {
		margin: 32px 4px 24px;
	}
	.h_style04,
	.post h5,
	.block_wrapper h4:not(.nostyle) {
		margin: 24px 4px 16px;
	}
	.h_style05,
	.post h6,
	.block_wrapper h5:not(.nostyle) {
		margin: 24px 4px 16px;
	}
}
/*==================================
SP_header
==================================*/
/* #header {
position: relative;
z-index: 999999;
} */
.h_bg {
	background: #fff;
	border-bottom: 1px solid #666464;
}
.h_inner {
	overflow: hidden;
	margin: 0 auto;
	padding: 4px 0;
	width: 95%;
	max-width: 1240px;
	font-weight: 400;
}
.h_inner h1 {
	font-weight: 400;
}
.top_bg01 {
	position: absolute;
	width: 14%;
	background-color: #14274e;
	z-index: -1;
	aspect-ratio: 52 / 950;
	/* 	height: 1000px; */
}
.top_bg01:after {
	position: absolute;
	width: 14%;
	background-color: #14274e;
	z-index: -1;
	aspect-ratio: 52 / 825;
}
.header_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	margin: 0 0 0 auto;
	padding: 3% 4%;
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
}
.home .header_box {
	width: 86%;
}
.h_logo {
	width: 22%;
}
.home .h_logo {
	width: 24%;
}
@media screen and (min-width: 500px) {
	.top_bg01 {
		aspect-ratio: 52 / 850;
	}
}
/*==================================
SP_navigation
==================================*/
nav {
	position: relative;
	z-index: 9999999;
	width: 30%;
	background: #fff;
}
.gnav_sp {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.2);
}
.gnav_sp li {
	padding: 8px 0;
}
.gnav_sp img {
	width: min(90%,92px);
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
}
.home .header_box.fixed {
	width: 100%;
}
/*ページ内リンク対策*/
#ryoukin {
	margin-top: -40px;
	padding-top: 40px;
}
.bt_pagetop01 a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: .5em;
	width: min(15vw,90px);
	height: min(15vw,90px);
	margin: 0 auto;
	padding: clamp(12px,2vw,16px);
	background-color: #14274e;
	color: #fff;
	font-weight: bold;
	font-size: clamp(10px,3vw,15px);
	text-align: center;
	line-height: 1;
	text-decoration: none;
	border-radius: 50%;
	box-sizing: border-box;
}
/*
色を変更するときは以下のURLでCSSを生成してください。
https://angel-rs.github.io/css-color-filter-generator/
*/
.bt_pagetop01 a img {
	width: min(80%,44px);
	aspect-ratio: 22/15;
	margin: 0 auto;
	filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(43deg) brightness(106%) contrast(100%);
	-webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(43deg) brightness(106%) contrast(100%);
}
.bt_pagetop02 {
	display: block;
	aspect-ratio: 1/1;
	margin: 0 auto;
	width: min(15vw,90px);
}
.sp_fix_bt {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 2%;
	width: 100%;
	background: #ccc;
	box-sizing: border-box;
}
/* 画像の幅のpxを設定 */
.sp_fix_bt > * {
	width: min(calc(50% - 4px), 380px);
}
/*==================================
スマホ用サイドバー設定
==================================*/
/*============
.toggle_btn
=============*/
.toggle_btn {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	width: 38px;
	height: 24px;
	transition: all .5s;
	cursor: pointer;
	z-index: 3;
}
.toggle_btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 36px;
	height: 2px;
	background-color: #666464;
	/* border-radius: 4px; */
	transition: all .5s;
}
.toggle_btn span:nth-child(1) {
	top: 0px;
}
.toggle_btn span:nth-child(2) {
	top: 11px;
}
.toggle_btn span:nth-child(3) {
	bottom: 0px;
}
.open .toggle_btn span {
	background-color: #666464;
}
.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-12px) rotate(315deg);
}
/*==================================
SP_mainimg
==================================*/
.main_img {
	position: relative;
	display: block;
	margin: 0 0 0 auto;
	width: 91%;
	height: auto;
}
.main_img.only_pc {
	display: none;
}
.main_img_bg {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 20px 0 0 20px;
}
/* 背景画像ズーム */
.main_img_bg img {
	transform: scale(1);
	transition: transform 3s ease;
}
.main_img_bg_txt {
	position: absolute;
	top: 23%;
	left: -8%;
	z-index: 2;
	writing-mode: vertical-rl;
	letter-spacing: 0.18rem;
	color: #fff;
	font-size: 14px;
}
.main_img_txtbox {
	position: absolute;
	top: 12%;
	left: 8%;
	z-index: 2;
}
.main_img_txtbox img {
	margin: 0;
}
.main_img_txt01 {
	position: relative;
	display: inline-block;
	width: 56%;
	padding: 0 0 13%;
	margin: 0 0 13%;
}
/* txt01の下線 */
.main_img_txt01::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	height: 1px;
	background: #fff;
	transition: width 1s ease;
}
/* txt02は最初非表示 */
.main_img_txt02 {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1.5s ease, transform 1.5s ease;
	width: 96%;
	margin: 0 0 0 -5px;
}
/* 下線がアニメするときに付けるクラス */
.main_img_txt01.line-animate::after {
	width: 50%;
}
@media screen and (min-width: 420px) {
	.main_img_bg_txt {
		left: -8%;
	}
}
@media screen and (min-width: 500px) {
	.main_img_bg_txt {
		font-size: 18px;
	}
}
/*==================================
SP_contact
==================================*/
.contact {
	background: #f1f6f9;
	padding: 3.6em 0 2em;
}
.contact_conts {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1em;
	margin: 0 auto;
	width: 94%;
}
.contact_conts .ttl.only_sp {
	width: 40%;
	margin: 0 auto 32px;
}
.contact_heading {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	width: min(100%,680px);
	font-size: clamp(24px,5vw,40px);
	font-weight: bold;
	text-align: center;
}
.contact_heading::before,
.contact_heading::after {
	content: '';
	width: 1.5em;
	height: 2px;
	background: #563e18;
}
.contact_heading::before {
	margin-right: .5em;
}
.contact_heading::after {
	margin-left: .5em;
}
.contact_info {
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.contact_info .block_uketsuke {
	margin: 1em auto 0;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}
.contact_info .block_uketsuke tr > :first-child {
	width: 8em;
}
.contact_info .block_uketsuke th, .contact_info .block_uketsuke td {
	padding: .3em .1em;
	font-size: clamp(14px,4vw,28px);
}
.contact_info .uketsuke_block_notes {
	text-align: center;
	font-size: clamp(14px,3.5vw,24px);
	font-weight: 600;
}
.contact_info_box p {
	margin: 0 0 8px;
}
.contact_access {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: clamp(14px, 3vw, 18px);
}
.contact_add span {
	display: inline-block;
}
.contact_add span:first-child {
	margin-right: .5em;
}
.contact_bt, .access_contact_bt {
	margin: 1.5em auto;
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.contact_map iframe {
	aspect-ratio:16 / 9;
	width:100%!important;
	height: 100%!important;
}

.contact_access dt {
	margin: 0 0 4px;
}
.contact_access dd {
	margin: 0 0 8px;
}
.contact_map_img {
	margin: 0 0 2em;
}
/*==================================
SP_map
==================================*/
.map {
	position: relative;
	margin: 0 auto 1em;
	padding-bottom: 250px;
	width: 95%;
	max-width: 600px;
	height: 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
address {
	margin: 0 auto 1em;
	font-size: 15px;
}
address span {
	display: block;
}
.add02 {
	margin-left: 3em;
}
.add03 {
	margin-left: 13em;
	color: #e34472;
	font-weight: bold;
}

/*==================================
SP_menu
==================================*/
.sideUpper,
.sideNav,
.sideLower,
.topUpper,
.topLower,
.blogNav {
	margin: 0 0 16px;
}
.side_fixed_menu {
	margin: 0 auto;
	border: none;
	width: 95%;
}
.side_fixed_menu a {
	border: none;
}
.side_fixed_menu li {
	margin: 0 auto 10px;
}
.side_fixed_menu li a/*PCサイドバーHOME・アクセスボタン*/ {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	letter-spacing: .1rem;
	font-size: 18px;
	text-align: center;
	width: 100%;
	padding: 16px 0;
	background: #002d5d;
	border-radius: 8px;
}
/*メニュー共通設定*/
.widget_nav_menu p,
.widget_categories p,
.widget_recent_entries p,
.widget_search p {
	padding: 8px 8px 10px;
	color: #49bcbd;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .08rem;
	border-bottom: 2px solid #49bcbd;
}
/*メニュー（固定ページ/関連メニュー）*/
.widget_nav_menu,
.widget_categories,
.widget_recent_entries,
.widget_search {
	margin: 0 auto 1em;
	width: 95%;
	max-width: 640px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.widget_nav_menu ul,
.widget_categories ul,
.widget_recent_entries ul  {
	margin: 0 0 30px;
	font-size: 18px;
	letter-spacing: .06em;
	font-weight: 600;
}
.widget_nav_menu li,
.widget_categories li,
.widget_recent_entries li  {
	position: relative;
	border-bottom: solid 1px #565555;
}
.widget_nav_menu li::before,
.widget_categories li::before{
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	bottom: 0;
	margin: auto 10px;
	left: -4px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #49bcbd;
	border-right: 2px solid #49bcbd;
	transform: rotate(45deg);
}
.widget_nav_menu li:hover::before,
.widget_categories li:hover::before{
	transition: .3s;
	left: 2px;
}
.widget_nav_menu a,
.widget_categories a,
.widget_recent_entries a {
	display: block;
	padding: 14px 1em 14px 30px;
	text-decoration: none;
	color: inherit;
}
.widget_text.widget_custom_html {
	display: none;
}
/*検索*/
/* .widget_search {
text-align: center;
}
.widget_search label {
display: none;
}
.widget_search form {
padding: 16px 8px;
}
.search-form-2 {
display: flex;
align-items: center;
overflow: hidden;
border-radius: 3px;
}
.search-form-2 input {
width: 100%;
height: 45px;
padding: 5px 8px;
border: none;
border-radius: 3px 0 0 3px;
box-sizing: border-box;
background-color: #f2f2f2;
font-size: 0.9em;
outline: none;
box-shadow: 3px 3px 3px #e3dcdc;
}
.search-form-2 input::placeholder {
color: #79796a;
}
.search-form-2 button {
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 45px;
border: none;
border-radius: 0 3px 3px 0;
background-color: #bdbdae;
cursor: pointer;
box-shadow: 3px 3px 3px #e3dcdc;
}
.search-form-2 button::after {
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat;
content: '';
}
.search_emptytitle {
font-size: 18px;
font-weight: 600;
} */
/*月別アーカイブ*/
.widget_archive {
	text-align: center;
}
.widget_archive label::before {
	content: "月別アーカイブ";
}
/*メタ情報*/
.widget_meta {
	border-bottom: solid 1px #bdbdae;
}
.widget_meta p {
	padding: 8px;
	border-bottom: solid 1px #bdbdae;
	text-align: center;
}
.widget_meta ul {
	margin: 16px 8px 0;
}
.widget_meta li {
	position: relative;
	margin: 0 0 8px;
	border-bottom: dotted 1px #bdbdae;
	font-size: 14px;
}
.widget_meta li:last-child {
	border-bottom: none;
}
/*==================================
SP_copyright
==================================*/
.copyright {
	background: #f1f6f9;
	text-align: center;
	margin: 0 0 20%;
	padding: 0 0 10px;
	font-size: 1rem;
	font-size: 10px;
}
/* 	.copyright a:link {
color: #000d99;
}
.copyright a:visited {
color: #551a8b;
}
.copyright a:hover {
color: #000d99;
}
.copyright a:active {
color: #b71c1c;
} */
/*==================================
SP_footer
==================================*/
.f_inner {
	display: none;
}
/*==================================
SP_voice
==================================*/
.voice {
	margin: 0 0 24px;
}
.voice_list li {
	margin: 0 4px 16px;
	padding: 16px;
	background: #f0f0e1;
	border: solid 1px #bdbdae;
	border-radius: 8px;
}
.voice_conts {
	overflow: hidden;
	padding: 16px;
	background: #fff;
}
.voice_conts h3,
.voice_tit {
	margin: 0 0 8px;
	padding: 8px 16px;
	background: #fff;
	border-bottom: dotted 2px #e3e3da;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.voice_txt p {
	margin: 0 0 1em;
}
.voice_pic {
	width: 150px;
	margin: 0 auto 16px;
}
.voice_pic p > :first-child {
	display: block;
	margin: 0 auto 8px;
}
.menseki {
	overflow: hidden;
	margin: 16px 0 0;
	font-size: 12px;
	color: #79796a;
}

/*==================================
SP_toppage
==================================*/
.top_inner {
	padding: min(10vw,80px) 8px;
}
.top_sejutsu_bt {
	margin: 0 4px 16px;
	text-align: center;
}
.top_sejutsu_bt li {
	display: inline-block;
	margin: 0 0 8px;
	padding: 0 2px;
	width: 49%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.top_point_list {
	margin: 0 8px 16px;
}
.top_point_list li {
	overflow: hidden;
	padding: 24px 0;
	border-bottom: dotted 2px #e3e3da;
}
.top_point_list li:first-child {
	padding: 0 0 24px;
}
.top_point_list h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 18px;
	margin: 0 0 16px;
}
.top_point_list h3 span {
	display: contents;
}
.top_point_list h3 img {
	max-width: 50px;
	margin: 0 2vw 0 0;
}
.top_point_txt {
	clear: left;
	font-size: 14px;
}
.top_flow_list {
	text-align: center;
}
.top_flow_list li {
	display: inline-block;
	width: 47.6%;
	vertical-align: top;
	margin: 0 0 22px;
	max-width: 198px;
	text-align: left;
}
.top_flow_list p {
	padding: 10px 0px;
}

/* 共通 */
#contents .top_h2 {
	margin: 0;
	padding: 0;
	background: transparent;
	border-top: none;
	border-bottom: none;
	text-align: left;
	color: inherit;
	font-size: clamp(24px, 4vw, 50px);
	font-weight: bold;
}
#contents .top_h2 span {
	font-size: clamp(18px, 3vw, 24px);
	display: inline-flex;
	align-items: center;
	letter-spacing: .08rem;
	margin: 0 0 2%;
	color: #14274e;
}
#contents .top_h2 span:before {
	content: '●';
	margin: 0 6px 0 0;
	font-size: clamp(12px, 2vw, 18px);
	line-height: 1;
}
#contents .top_h3 {
	clear: both;
	margin: 0;
	padding: 0;
	border-left: none;
	border-bottom: none;
}
.top_btn a {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 12px 0 10px;
	max-width: 340px;
	width: 70%;
	box-sizing: border-box;
	background-color: #fff;
	border: 3px solid #14274e;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	color: #14274e;
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 600;
}
.top_btn a::after {
	content: "＞";
	position: absolute;
	right: 16px;
	top: 50%;
	padding: 2px 2px 1px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: #6bc0b9;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: 0.5s;
}
.top_btn a:hover::after {
	transition: 0.5s;
	right: 12px;
}
/* news */
.top_news{
	margin: 0 0 0 auto;
	padding: 8% 22px;
	width: 86%;
}
.top_news_h2box {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0 0 8%;
}
#contents .top_news .top_h2 {
	border-bottom: 4px solid #14274e;
	border-top: none;
	font-size: clamp(24px, 3vw, 38px);
	text-align: center;
}
.top_news_list{
	background-color: #fff;
	box-sizing: border-box;
	margin: 0 10px;
	margin: 0 auto;
}
.top_news_list ul{
	list-style: none!important;
	margin-left: 0em!important;
}
.top_news_list ul li{
	border-bottom: 2px dotted #565656;
	line-height: 2em;
	padding: 0 0 .6em;
	margin: 0 0 1em;
	font-family: "源ノ角ゴシック", "GenKaku Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
.top_news_cat{
	display: inline-block;
	padding: 0% 2%;
	min-width: 80px;
	border-radius: 50px;
	background-color: #9ba4b4;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.top_news_date{
	margin: 0 1% 0 2%;
	color: #170806;
	font-size: 16px;
}
.top_news_list_ttl{
	margin: 6px 0 0;
	padding: 0 4px;
	display: block;
	color: #170806;
	font-size: clamp(15px, 1.8vw, 20px);
}
.top_news_list_ttl a{
	text-decoration: none;
}
.top_news_list_ttl a:hover{
	opacity: .6;
}
.top_news_list_ttl a:visited {
	color: #333;
}
.top_news_list_ttl a:link {
	color: #333;
}
.top_news_more{
	display: block;
	width: 30%;
	max-width: 124px;
	margin: 0;
	padding: 3px 0 0px 6px;
	border: 1px solid #6bc0b9;
	border-radius: 50px;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	color: #6bc0b9;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	transition: 0.5s;
}
.top_news_more:link, .top_news_more:visited {
	color: #6bc0b9;
}
.top_news_more:hover{
	color: #fff;
	background-color: #6bc0b9;
	transition: 0.5s;
}
/* about */
.top_about {
	position: relative;
	background-color: #9fa2a4;
	margin: 0 auto min(14vw, 80px);
	padding: 8% 6%;
	width: 92%;
	background-color: #9fa2a4;
	border-radius: 20px;
	overflow: hidden;
	color: #fff;
}
.top_about::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(image/top/top_about_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	z-index: 0;
	margin: -10% -8% 0 0;
}
.top_about_inner {
	position: relative;
	z-index: 1;
}
#contents .top_about .top_h2 {
	font-size: clamp(21px, 3vw, 45px);
}
#contents .top_about .top_h2 span {
	margin: 0 0 6%;
	font-size: clamp(18px, 3vw, 28px);
	color: #fff;
}
.top_about_img {
	margin: 5% 0;
}
.top_about_box01 {
	margin: 0 0 5%;
}
.top_about_box02 {
	letter-spacing: .04rem;
	line-height: 1.8em;
	font-size: clamp(16px, 2vw, 22px);
}
.top_about_box02_txt:first-child {
	margin: 0 0 2em;
}
/* menu */
.top_menu {
	background-image: repeating-linear-gradient(135deg, #eeeeee, #eeeeee 7px, transparent 7px, transparent 9px);
	background-attachment: fixed;
	background-position: 0 0;
	padding: 10% 16px 18%;
	border-radius: 0 0 0 60px;
}
.top_menu_inner {
	margin: 0 auto;
	max-width: 1180px;
	width: 88%;
}
#contents .top_menu .top_h2 {
	margin: 0 0 8%;
	padding: 0 0 4% 2%;
	border-bottom: 1px solid #14274e;
}
.top_menu_lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 0 auto 16%;
}
.top_menu_lists li {
	margin: 0 0 8%;
	width: 48%;
	max-width: 168px;
	text-align: center;
}
.top_menu_lists li:last-child {
	margin: 0;
}
.top_menu_lists li a {
	color: inherit;
	text-decoration: none;
}
.top_menu_list_img {
	margin: 0 0 8%;
}
.top_menu_list_img img:hover {
	opacity: 1;
}
.top_menu_lists li a:hover .top_menu_list_img img {
	opacity: 1;
}
.top_menu_list_txt {
	margin: 0 0 8%;
	letter-spacing: .1rem;
	font-size: clamp(20px, 1.8vw, 26px);
}
.top_menu_list_more {
	margin: 0 auto;
	padding: 5px 0 2px 8px;
	max-width: 120px;
	box-sizing: border-box;
	background-color: #9ba4b4;
	border: 1px solid #9ba4b4;
	border-radius: 50px;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}
.top_menu_lists li a:hover .top_menu_list_more {
	background-color: #fff;
	border: 1px solid #9ba4b4;
	color: #9ba4b4;
	transition: 0.5s;
}
/* approach */
.top_approach {
	background-image: repeating-linear-gradient(135deg, #eeeeee, #eeeeee 7px, transparent 7px, transparent 9px);
	background-attachment: fixed;
	background-position: 0 0;
}
.top_approach_inner {
	padding: 16% 16px 12%;
	background-color: #fff;
	border-radius: 0 60px 0 0;
}
.top_approach_box {
	max-width: 1080px;
	margin: 0 auto 14%;
}
#contents .top_approach_h2box .top_h2 {
	margin: 0 auto;
	width: 95%;
}
.top_approach_lists {
	max-width: 1080px;
	margin: 0 auto;
}
.top_approach_txt {
	max-width: 474px;
	margin: 8% auto 12%;
	letter-spacing: .06rem;
	font-size: clamp(16px, 1.6vw, 18px);
}
.top_approach_lists li {
	position: relative;
	max-width: 520px;
	margin: 6% auto 0;
	padding: 6% 0 0;
	border-top: 2px dotted #162346;
}
.top_approach_lists li::after {
	content: "＞";
	position: absolute;
	right: 16px;
	bottom: -8px;
	padding: 2px 2px 1px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: #6bc0b9;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -4px;
	line-height: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: 0.5s;
}
.top_approach_lists li:hover::after {
	transition: 0.5s;
	right: 12px;
}
.top_approach_lists li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	color: inherit;
	text-decoration: none;
}
.top_approach_lists li a:hover img {
	opacity: 1;
}
.top_approach_list_left {
	width: 30%;
}
.top_approach_list_left img {
	border-radius: 14px;
}
.top_approach_list_rigft {
	width: 70%;
}
#contents .top_approach_list_rigft .top_h3 {
	line-height: 1.6rem;
	color: #0b193e;
	font-size: clamp(20px, 2.8vw, 34px);
}
#contents .top_approach_list_rigft .top_h3 span {
	font-size: clamp(14px, 1.8vw, 20px);
	display: inline-flex;
	align-items: center;
}
#contents .top_approach_list_rigft .top_h3 span:before {
	content: '●';
	margin: 0 6px 0 0;
	font-size: clamp(12px, 2vw, 18px);
	line-height: 1;
}
.top_approach_list_txt {
	margin: 2% 0 0;
	font-size: clamp(16px, 1.8vw, 18px);
}
/* reason */
.top_reason {
	margin: 0 auto 8%;
	padding: 6% 5% 8%;
	max-width: 1360px;
	width: 92%;
	background-color: #14274e;
	border-radius: 30px;
	color: #fff;
}
.top_reason_h2box {
	margin: 0 0 18%;
}
#contents .top_reason .top_h2 {
	margin: 0 0 5%;
	padding: 0 0 4% 2%;
	border-bottom: 1px solid #fff;
}
#contents .top_reason .top_h2 span {
	color: #9ba4b4;
}
.top_reason_h2txt {
	padding: 0 0 0 2%;
	letter-spacing: .06rem;
	font-size: clamp(17px, 3vw, 34px);
	font-weight: 600;
}
.top_reason_lists {
	counter-reset: reasonPoint;
}
.top_reason_lists li {
	max-width: 340px;
	margin: 0 auto;
}
.top_reason_lists li:not(:last-child)  {
	margin: 0 auto 18%;
}
.top_reason_list_img {
	position: relative;
}
.top_reason_list_img::before {
	position: absolute;
	content: counter(reasonPoint, decimal-leading-zero);
	counter-increment: reasonPoint;
	color: #9ba4b4;
	font-size: 68px;
	font-weight: 600;
	letter-spacing: .2rem;
	top: -21%;
	left: 6%;
}
.top_reason_list_img img {
	border-radius: 20px;
}
#contents .top_reason .top_h3 {
	margin: 7% 0 6%;
	text-align: center;
	line-height: 1.4em;
	font-size: clamp(17px, 1.8vw, 20px);
}
.top_reason_list_txt {
	letter-spacing: .06rem;
}
/* insurance */
.top_insurance {
	position: relative;
	overflow: hidden;
}
.top_insurance::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #f1f6f9;
	z-index: -1;
}
.top_insurance_inner {
	margin: 0 auto;
	padding: 6% 5% 8%;
	max-width: 1360px;
	width: 92%;
	background-color: #9ba4b4;
	border-radius: 30px;
	color: #fff;
}
.top_insurance_txtbox01 {
	display: inline-block;
}
#contents .top_insurance .top_h2 {
	padding: 0 0 4px;
	margin: 0 0 2px;
	border-bottom: 1px solid #fff;
	font-size: clamp(20px, 2.8vw, 30px);
}
#contents .top_h3 {
	line-height: 1em;
	font-size: clamp(26px, 3vw, 36px);
}
#contents .top_h3 span {
	font-size: clamp(16px, 2.4vw, 27px);
}
.top_insurance_txt {
	margin: 20px 0;
	font-size: clamp(14px, 1.2vw, 16px);
}
/* recommend */
.top_recommend {
	padding: 12% 8px 18%;
	background-color: #f1f6f9;
	border-radius: 0 0 0 60px;
}
.top_recommend_h2box {
	margin: 0 auto;
	box-sizing: border-box;
	width: 94%;
}
#contents .top_recommend .top_h2 {
	margin: 0 0 5%;
	padding: 0 0 4% 2%;
	border-bottom: 1px solid #14274e;
}
.top_recommend_h2txt {
	padding: 0 0 0 2%;
	letter-spacing: .06rem;
	font-size: clamp(17px, 3vw, 34px);
	font-weight: 600;
}
.top_recommend_lists {
	margin: 8% auto 0;
}
.top_recommend_lists li {
	margin: 0 auto 8%;
	padding: 8% 5%;
	box-sizing: border-box;
	max-width: 534px;
	width: 92%;
	background-color: #fff;
	border-radius: 16px;
}
.top_recommend_lists li:last-child {
	margin: 0 auto;
}
.top_recommend_list_imgbox {
	display: flex;
	justify-content: space-between;
	margin: 0 0 6%;
}
.top_recommend_list_img {
	width: 56%;
}
.top_recommend_list_img img {
	margin: 0;
	border-radius: 16px;
}
.top_recommend_list_imgbox_txt {
	width: 44%;
	writing-mode: vertical-rl;
	font-weight: 600;
}
.top_recommend_list_txt01 {
	color: #14274e;
	font-size: clamp(20px, 5vw, 28px);
}
.top_recommend_list_txt02 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 4px 0 0;
	font-size: clamp(15px, 4vw, 18px);
}
.top_recommend_list_txt02::before {
	content: "";
	flex-grow: 1;
	width: 1px;
	display: block;
	margin: 0 0 4px;
	background: #14274e;
}
.top_recommend_list_txt03 {
	font-size: clamp(17px, 4vw, 21px);
	text-align: end;
}
/* top_voice */
.top_voice {
	background-color: #f1f6f9;
}
.top_voice_inner {
	/* 	padding: 14% 8px 16%; */
	padding: 14% 8px 8%;
	background-color: #fff;
	border-radius: 0 60px 0 0;
}
.top_voice .voice {
	margin: 0 auto 10%;
}
.top_voice div.block_voice {
	width: 92%;
}
#contents .top_voice .top_h2 {
	margin: 0 auto 5%;
	padding: 0 0 4% 2%;
	max-width: 1180px;
	border-bottom: 1px solid #14274e;
	box-sizing: border-box;
	width: 94%;
}
/* message */
.top_message {
	margin: 0 0 16% auto;
	padding: 9% 4% 0 7%;
	max-width: 1640px;
	width: 94%;
	background-color: #efeff1;
	border-radius: 30px 0 0 30px;
}
#contents .top_message .top_h2 {
	margin: 0 0 5%;
	font-size: clamp(22px, 4vw, 50px);
}
.top_message_txt01 {
	margin: 0 0 8%;
	padding: 0 0 8%;
	border-bottom: 1px solid #14274e;
}
@media screen and (min-width: 400px) {
	/* recommend */
	.top_recommend_list_txt02 {
		margin: 0 8px 0 0;
	}
}
@media screen and (min-width: 500px) {
	/* news */
	.top_news {
		padding: 8% 6%;
	}
	/* approach */
	.top_approach_lists li a {
		align-items: flex-start;
	}
	.top_approach_list_left img {
		border-radius: 30px;
	}
	.top_approach_list_rigft {
		margin: 8px 0 0;
		padding: 0 8px 0 0;
	}
	#contents .top_approach_list_rigft .top_h3 {
		line-height: 1.8rem;
	}
	.top_approach_list_txt {
		margin: 3% 0 0;
	}
	/* reason */
	.top_reason {
		margin: 0 auto 8%;
		width: 86%;
	}
	/* insurance */
	.top_insurance_inner {
		width: 86%;
	}
	/* recommend */
	.top_recommend_h2box {
		width: 86%;
		margin: 0 auto;
		max-width: 1180px;
	}
	.top_recommend_lists {
		width: 86%;
		margin: 6% auto 0;
	}
	#contents .top_voice .top_h2 {
		width: 86%;
	}
	.top_voice .voice {
		width: 86%;
	}
	/* message */
	.top_message {
		width: 88%;
	}
}
@media screen and (min-width: 560px) {
	/* menu */
	.top_menu {
		padding: 10% 16px 14%;
	}
	.top_menu_lists {
		margin: 0 auto 12%;
	}
	.top_menu_lists li {
		margin: 0 0 6%;
		width: 33%;
	}
	.top_menu_lists li:nth-child(4) {
		margin: 0;
	}
	/* approach */
	.top_approach_inner {
		padding: 14% 16px 10%;
		border-radius: 0 50px 0 0;
	}
	/* recommend */
	.top_recommend {
		padding: 10% 8px 14%;
	}
	/* top_voice */
	.top_voice_inner {
		/* 		padding: 12% 16px 16%; */
		padding: 12% 16px 6%;
	}
}
@media screen and (min-width: 600px) {
	/* news */
	.top_news h2 img {
		width: 16%;
	}
	.top_news_list ul li {
		padding: 0 0 1em;
	}
	.top_news_cat {
		font-size: 18px;
	}
	.top_news_date {
		font-size: 16px;
	}
	.top_news_list_ttl {
		font-size: 16px;
	}
	/* about */
	.top_about {
		padding: 8%;
	}
	.top_about_img {
		margin: 6% 0 9%;
	}
	.top_about_box02 {
		line-height: 2em;
	}
	/* menu */
	.top_menu_lists {
		gap: 20px;
	}
	/* recommend */
	.top_recommend_list_imgbox {
		margin: 0 0 8%;
	}
	.top_recommend_list_txt02 {
		margin: 0 12px 0 6px;
	}
}
@media screen and (min-width: 700px) {
	/* recommend */
	.top_recommend_lists li {
		padding: 8%;
	}
}
@media screen and (min-width: 750px) {
	/* menu */
	.top_menu_lists {
		gap: 40px;
		margin: 0 auto 10%;
	}
	.top_menu_lists li {
		margin: 0 0 2%;
	}
	/* reason */
	.top_reason_lists {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	.top_reason_lists li {
		width: 48%;
		margin: 0;
	}
	.top_reason_lists li:not(:last-child) {
		margin: 0 0 5%;
	}
	.top_reason_lists li:nth-child(5) {
		margin: 0;
	}
}
/*==================================
SP_page
==================================*/
/*キャッチ*/
.banner_area {
	margin: 0 0 32px;
}
.catch_list {
	overflow: hidden;
}
.catch_list ul {
	overflow: hidden;
	margin: 4px 0;
}
.catch_list li {
	margin: 0 0 4px;
	padding: 10px 0 8px 44px;
	background: url(image/page/catch_ico01.png) no-repeat left 4px;
	font-size: 15px;
	border-bottom: dotted 2px #c9c9ba;
}
.catch_list .img_right img {
	width: auto;
	height: auto;
	max-width: 224px;
	max-height: 224px;
}
/*==================================
SP_price
==================================*/
.ryoukin_list01,
.ryoukin_list02 {
	margin: 0 auto 32px;
	width: 100%;
	text-align: center;
}
.ryoukin_list01 th,
.ryoukin_list01 td {
	width: 50%;
}
.ryoukin_list02 th,
.ryoukin_list02 td {
	width: 33.3%;
}
.ryoukin_list01 th,
.ryoukin_list01 td,
.ryoukin_list02 th,
.ryoukin_list02 td {
	padding: 3px;
	border: solid 1px #ccc;
}
.ryoukin_list01 th,
.ryoukin_list02 th {
	background: #f0f0e1;
}
.ryoukin_style01 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-left: 50px;
}
.ryoukin_chui {
	text-indent: -1em;
	margin: 0 30px;
}
/*==================================
SP_form
==================================*/
.wpcf7-form {
	width: 96%;
	margin: 0 auto 30px;
}
.wpcf7-form p {
	margin: 0 auto 10px;
	line-height: 2em;
}
.privacy_policy {
	width: 92%;
	margin: 0 auto 30px;
	height: 300px;
	overflow: auto;
	border: solid 1px #999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.privacy_policy dl dt {
	margin: 0 auto 10px;
	font-weight: bold;
}
.privacy_policy dl dd {
	margin: 0 auto 2em;
}
.required {
	background: #ffe6e6;
	color: #ff7373;
	padding: 2px;
	border-radius: 5px;
	font-size: 90%;
}
.any {
	background: #ffe599;
	color: #ff8000;
	padding: 2px;
	border-radius: 5px;
	font-size: 90%;
}
.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	line-height: 2em;
	font-size: 16px;
}
#form_contents article {
	margin: 0 auto;
	max-width: 640px;
}
.form_atention {
	background: #ffdfdf none repeat scroll 0 0;
	border: 1px solid #f2f2f2;
	margin: 0 auto 20px;
	padding: 15px;
	width: 96%;
	max-width: 640px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-width {
	max-width: 100%;
}
/*==================================
SP_blog
==================================*/
ul.blog_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2em;
}
ul.blog_list li {
	width: 50%;
	margin-top: 0;
	padding: 0 0.2em;
	box-sizing: border-box;
}
.post_box {
	box-sizing: border-box;
	margin: 1em 0.5em;
}
h2.post_box_post_ttl {
	font-weight: 800;
	font-size: clamp(15px, 1.4vw, 22px);
}
h2.post_box_post_ttl a {
	color: inherit;
	text-decoration: none;
}
.post_box_post time {
	font-size: clamp(10px, 1vw, 14px);
}
.post_box_post time::before {
	font-family: "icomoon";
	content: "\e900";
	display: inline-block;
	margin-right: 2px;
	vertical-align: baseline;
}
.post_box_info {
	box-sizing: border-box;
}
p.post_box_info_cat a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	font-size: clamp(10px, 1vw, 14px);
	margin-right: 6px;
	transition: 0.4s;
}
p.post_box_info_cat a::before {
	font-family: "icomoon";
	content: "\e901";
	display: inline-block;
	margin-right: 2px;
	vertical-align: bottom;
}
p.post_box_info_cat a:hover {
	letter-spacing: 0.05em;
}
.post_box_thumb {
	overflow: hidden;
}
.post_box_thumb_img {
	width: 100%;
	background-size: cover;
	background-position: center;
	height: auto;
	padding-top: 68%;
	overflow: hidden;
	transition-duration: 0.3s;
}

a:hover .post_box_thumb_img {
	transform: scale(1.1, 1.1); /*画像の拡大*/
}

@media screen and (min-width: 782px) {
	.post_box {
		margin: 14px;
		overflow: hidden;
	}
	.post_box_thumb {
		margin-bottom: 0.5em;
	}
}

/*==================================
SP_pager
==================================*/
.pager {
	text-align: right;
	padding-bottom: 10px;
}
a.page-numbers,
.pager .current {
	color: rgba(214, 176, 78, 1);
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 5px 8px;
	margin: 0 2px;
}
.pager .current {
	background: rgba(214, 176, 78, 1);
	border: solid 1px rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 1);
}
.navigation {
	overflow: hidden;
	margin: 0 auto;
	width: 95%;
}
.navigation .alignleft {
	width: 48%;
	float: left;
}
.navigation .alignright {
	width: 48%;
	float: right;
	text-align: right;
}
/*==================================
for iPhone Landscape(iPhone 横)
==================================*/
@media screen and (min-width: 480px) {
	.gnav img {
		width: 48%;
	}
	.br_onoff {
		display: none;
	}
	.img_left,
	.alignleft {
		float: left;
		margin: 0 8px 8px 0;
	}
	.img_right,
	.alignright {
		float: right;
		margin: 0 0 8px 8px;
	}
	.voice_pic {
		float: left;
		margin: 0 16px 0 0;
	}
	.voice_pic p > :first-child {
		display: block;
		margin: 0 0 8px;
	}
	.catch_list .img_right {
		max-width: none;
		float: none;
		margin: 0 0 8px;
	}
	/*      スマホ横アクセス
	---------------------------------*/
	.access_box01 .img_left {
		width: 44.64%;
		max-width: none;
	}
	.access_info01 {
		float: right;
		width: 52.08%;
	}
	.access_pic {
		float: left;
		width: 47%;
	}
	.access_info02 {
		clear: both;
	}
}
/*==================================
for iPhone Landscape(iPhone 480px~782px)
==================================*/
@media screen and (min-width: 480px) and (max-width: 782px) {
	.contact_conts .img_left {
		float: none;
	}
	#sidebar {
		column-count: 2;
		column-gap: 0;
	}
	#sidebar > div {
		padding: 5px;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
}
/*==================================
スマホ用ドロワーメニュー
==================================*/
@media screen and (max-width: 782px) {
	#sp_menu {
		display: contents;
		background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
	}
	#sidebar {
		position: fixed;
		top: 0;
		left: 0;
		width: 85%;
		height: 100%;
		padding: 2em 0;
		background-color: #fff;
		transition: all 0.2s;
		transform: translate(-100%);
		overflow-y: scroll;
		overflow-x: hidden;
		z-index: 999999;
		box-shadow: 0 8px 3px -3px rgba(0,0,0,0.1);
		box-sizing: border-box;
	}
	#sidebar.open {
		transform: translate(0%); 
	}
	#mask {
		display: none;
		transition: all 0.5s;
	}
	#sidebar.open + #mask {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.3;
		z-index: 99999;
		cursor: pointer;
	}
	/*モーダルの指定*/
	.modal_tel_container,
	.modal_line_container {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		background: rgba(0,0,0,50%);
		padding: 40px 20px;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		box-sizing: border-box;
	}
	.modal_tel_container::before,
	.modal_line_container::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
	.modal_tel_container.active,
	.modal_line_container.active {
		opacity: 1;
		visibility: visible;
	}
	.modal_body {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		max-width: 500px;
		width: 90%;
	}
	.modal_close {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		top: -40px;
		right: 0;
		width: 40px;
		height: 40px;
		font-size: 40px;
		color: #fff;
		cursor: pointer;
	}
	.modal_content {
		background: #fff;
		padding: 30px;
	}
	.modal_contact_tel_ttl,
	.modal_contact_line_ttl {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: clamp(15px,3vw,24px);
	}
	.modal_contact_tel_list li a,
	.modal_contact_line_list li a {
		display: block;
		margin: .5em auto;
		max-width: 16em;
		padding: .5em;
		text-decoration: none;
		color: #fff;
		text-align: center;
		font-size: clamp(15px,3vw,24px);
		border-radius: 8px;
	}
	.modal_contact_tel_list li a {
		background-color: #000;
	}
	.modal_contact_line_list li a {
		background-color: #00b900;
	}
}
/*==================================
for iPad~PC
==================================*/
@media screen and (min-width: 782px) {
	/*==================================
	PC_base
	==================================*/
	a:hover img,
	a:active img {
		-webkit-opacity: 0.7;
		opacity: 0.7;
	}
	.only_sp, #sidebar.only_sp {
		display: none;
	}
	.only_pc {
		display: block;
	}
	body {
		line-height: 1.6;
		width: 100%;
		max-width: 1240px; /*main_imgの幅*/
		margin-top: 0 !important;
	}
	.alignleft img,
	.alignright img {
		max-width: 300px;
		height: auto;
	}
	/*==================================
	PC_layout
	==================================*/
	.conts {
		margin: 0 24px 24px;
	}
	.ttl {
		margin: 0 0 32px;
	}
	.bnr {
		margin: 0 0 16px;
		text-align: center;
	}
	#page_contents {
		margin: 40px auto 0;
	}
	#main {
		overflow: hidden;
		margin: 0 auto 40px;
	}
	/*==================================
	PC_heading
	==================================*/
	.h_style01,
	.h_style02,
	.news_ttl {
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
			"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
			"MS PGothic", sans-serif;
	}
	.h_style01 /*下層ページのh2などに利用してください*/ {
		margin: 0 0 32px;
		padding: 20px;
		font-size: 34px;
		border-radius: 10px;
	}
	.h_style02,
	.post h3:not([class]),
	.block_wrapper h2:not(.nostyle)
	/*トップのh2、下層のh3*/ {
		margin: 32px 0 24px;
		padding: 20px 16px;
		font-size: 18px;
	}
	.h_style03,
	.post h4,
	.block_wrapper h3:not(.nostyle)
	/*トップのh3、下層のh4*/ {
		clear: both;
		overflow: hidden;
		margin: 32px 4px 24px;
	}
	.h_style04,
	.post h5,
	.block_wrapper h4:not(.nostyle)
	/*ブログ見出し*/ {
		margin: 24px 4px 16px;
		padding: 0 8px 2px 32px;
		font-size: 18px;
	}
	/*==================================
	PC_header
	==================================*/
	.top_bg01 {
		aspect-ratio: 52 / 630;
	}
	.h_inner {
		padding: 4px 0;
	}
	.header_box {
		display: block;
		padding: 2% 0%;
		margin: 0 auto;
		width: 100%;
	}
	.home .header_box {
		display: block;
		padding: 2% 0%;
		width: 86%;
		margin: 0 0 0 auto;
	}
	.h_logo {
		margin: 0 auto;
		max-width: 140px;
		width: 22%;
	}
	.header_box_rigft {
		max-width: 750px;
		width: 100%;
		margin: 0 auto;
		padding: 0 8px;
		box-sizing: border-box;
	}
	.header_conts_pcinfo {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 12px;
		margin: 20px 0 0;
		padding: 0 0 15px;
		border-bottom: 1px solid #666464;
	}
	.header_conts_pcinfo_btn01 {
		width: 22%;
	}
	.header_conts_pcinfo_btn02 {
		width: 14%;
	}
	/*==================================
	PC_navigation
	==================================*/
	nav {
		width: 100%;
	}
	.gnav_pc {
		overflow: hidden;
		max-width: 1240px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.gnav_pc li {
		text-align: center;
		width: 18%;
	}
	.gnav_pc li:last-child {
		width: 28%;
	}
	.gnav_pc li a {
		display: block;
		padding: 15px 0;
		color: inherit;
		text-decoration: none;
	}
	.gnav_pc li:hover {
		opacity: 0.7;
	}
	#bt_pagetop {
		position: fixed;
		z-index: 99999;
		bottom: 16px;
		right: 16px;
		width: min(10vw,90px);
		opacity: 0;
		visibility: hidden;
		transition: opacity 1s, visibility 1s;
	}
	#bt_pagetop.active {
		opacity: 1;
		visibility: visible;
	}
	/*==================================
	PC_mainimg
	==================================*/
	.main_img.only_pc {
		display: block;
	}
	.main_img {
		width: 92%;
		background-color: #e9e9e7;
		border-radius: 30px 0 0 30px;
	}
	.main_img_bg {
		width: 80%;
		margin: 0 0 0 auto;
	}
	.main_img_bg img {
		margin: 0 0 0 auto;
	}
	.main_img_bg_txt {
		top: 4%;
		left: -6%;
		height: 100%;
	}
	.main_img_txtbox {
		top: 10%;
		left: 6%;
	}
	.main_img_txt01 {
		width: 28%;
		max-width: 258px;
		padding: 0 0 3%;
		margin: 0 0 3%;
	}
	.main_img_txt01::after {
		background: #002d5d;
	}
	.main_img_txt01.line-animate::after {
		width: 100%;
	}
	.main_img_txt02 {
		width: 70%;
	}
	/*==================================
	PC_contact
	==================================*/
	.contact {
		padding: 6em 0;
	}
	.contact_conts {
		width: 98%;
		max-width: 1090px;
		margin: auto;
		gap: 2em;
	}
	.contact_conts .ttl{
		margin: 0 auto 22px;
		width: 40%;
	}
	.contact_info_box {
		display: flex;
		justify-content: space-between;
		gap: 1em
	}
	.contact_info_box > * {
		width: calc(50% - 1em);
	}
	.contact_info .block_uketsuke {
		margin: 0 auto;
		font-size: 14px;
	}
	.contact_info .block_uketsuke th, .contact_info .block_uketsuke td {
		padding: .3em;
		font-size: clamp(14px,2vw,24px);
	}
	.contact_info .uketsuke_block_notes {
		font-size: clamp(14px,1.8vw,20px);
	}
	.contact_access {
		font-size: clamp(14px,1.6vw,18px);
	}
	.contact_bt {
		flex-direction: row;
		justify-content: center;
		gap: 2em;
	}
	.contact_bt > * {
		flex: 1;
	}

	.contact_access br {
		display: none;
	}
	.contact_map_box {
		display: flex;
		justify-content: center;
		gap: 2em;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}
	.contact_map_img,.contact_map {
		width: 50%;
		margin: 0;
	}
	.contact_access dt {
		margin: 0;
	}
	.contact_access dd {
		margin: 0 0 4px;
	}
	/*==================================
	PC_menu sidemenu
	==================================*/
	.side_fixed_menu li {
		margin: 0 auto 16px;
	}
	.side_fixed_menu li a/*PCサイドバーHOME・アクセスボタン*/ {
		padding: 16px 0;
		transition: .5s;
	}
	.side_fixed_menu li a:hover {
		opacity: .7;
	}
	/*メニュー（固定ページ/関連メニュー）*/
	.widget_nav_menu,
	#custom_html-13,
	.widget_categories,
	.widget_recent_entries,
	.widget_search,
	.widget_archive,
	.widget_meta {
		width: 100%;
	}
	.widget_nav_menu li a:hover,
	.widget_categories li a:hover,
	.widget_recent_entries li a:hover {
		opacity: 0.7;
	}
	.widget_text.widget_custom_html {
		display: block;
	}
	/*==================================
	PC_copyright
	==================================*/
	.copyright {
		padding: 16px 0;
		margin: 0;
		font-size: 14px;
	}
	/*==================================
	PC_footer
	==================================*/
	.f_inner {
		display: block;
		overflow: hidden;
		margin: 0 auto;
		padding: 16px 0;
		width: 95%;
		max-width: 1024px;
	}
	/*==================================
	PC_voice
	==================================*/
	.voice {
		margin: 0 0 40px;
	}
	.voice_list li {
		margin: 0 24px 32px;
		padding: 24px;
	}
	.voice_conts {
		padding: 24px;
	}
	.voice_conts h3 {
		width: 100%;
	}
	.voice_txt {
		clear: right;
		overflow: hidden;
		padding: 0 0 0 16px;
	}
	.voice_pic {
		float: left;
		margin: 0 16px 0 0;
	}
	.voice_pic img {
		display: inline-block;
		margin: 0 0 8px;
		max-width: 100%;
		height: auto;
	}
	/*==================================
	PC_toppage
	==================================*/
	.top_inner {
		margin: 0 calc(50% - 50vw);
		padding: min(10vw,80px) calc(50vw - 48%);
	}
	.top_catch h2 {
		margin: 0 0 32px;
	}
	.top_sejutsu_bt {
		margin: 0 0 24px;
	}
	.top_sejutsu_bt li {
		margin: 0 0 8px;
		width: 32.5%;
		text-align: center;
	}
	.top_point_list {
		margin: 0 24px;
	}
	.top_point_list h3 {
		float: left;
		font-size: 26px;
		line-height: 1.3em;
		margin: 0 0 16px;
	}
	.top_point_list h3 img {
		max-width: 70px;
		margin: 0 1vw 0 0;
	}
	.top_point_txt {
		clear: left;
	}
	.top_flow_list li {
		width: 46%;
		margin: 0 6px 22px;
	}
	/* 共通 */
	#contents .top_h2 span {
		margin: 0 0 1%;
	}
	#contents .top_h2 span:before {
		margin: 0 8px 0 0;
	}
	/* news */
	.top_news {
		padding: 4% 5%;
	}
	.top_news h2 img {
		width: 12%;
		padding: 1% 0;
	}
	.top_news_h2box {
		margin: 0 0 5%;
	}
	.top_news_cat {
		padding: 4px 20px;
		font-size: 20px;
		border-radius: 20px;
	}
	.top_news_date {
		margin: 0 2% 0 3%;
		min-width: 150px;
		font-size: 18px;
	}
	.top_news_more {
		padding: 6px 0 4px 6px;
	}
	.top_news_list_ttl {
		font-size: 18px;
	}
	/* about */
	.top_about {
		padding: 8% 4%;
		width: 86%;
		border-radius: 30px;
	}
	/* menu */
	.top_menu {
		padding: 6% 16px 12%;
		border-radius: 0 0 0 70px;
	}
	#contents .top_menu .top_h2 {
		margin: 0 0 6%;
		padding: 0 0 3% 2%;
	}
	.top_menu_lists {
		margin: 0 auto 8%;
	}
	/* approach */
	.top_approach_inner {
		padding: 12% 16px 8%;
		border-radius: 0 70px 0 0;
	}
	.top_approach_box {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
		margin: 0 auto 6%;
	}
	.top_approach_txt {
		max-width: 480px;
		margin: 8% auto 0%;
	}
	.top_approach_lists {
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}
	.top_approach_lists li {
		width: 50%;
		margin: 0;
		padding: 3% 0 0;
	}
	.top_approach_list_rigft {
		margin: 0;
		padding: 0 16px 0 0;
	}
	/* reason */
	.top_reason {
		margin: 0 auto 4%;
		width: 96%;
	}
	.top_reason_h2box {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin: 0 0 10%;
		padding: 0 0 3%;
		border-bottom: 1px solid #fff;
	}
	#contents .top_reason .top_h2 {
		margin: 0 0 0;
		padding: 0 0 0 2%;
		border-bottom: none;
	}
	.top_reason_h2txt {
		text-align: right;
	}
	/* insurance */
	.top_insurance_inner {
		width: 96%;
		padding: 30px 40px;
	}
	.top_insurance_txtbox {
		display: flex;
		justify-content: space-between;
	}
	.top_insurance_txtbox01 {
		width: 40%;
	}
	#contents .top_insurance .top_h2 {
		margin: 0 0 6px;
	}
	#contents .top_h3 {
		line-height: 1.2em;
		font-size: clamp(26px, 3vw, 36px);
	}
	.top_insurance_txtbox02 {
		width: 50%;
	}
	.top_insurance_txt {
		margin: 0 0 20px;
	}
	.top_insurance .top_btn a {
		margin: 0 0 0 auto;
	}
	/* recommend */
	.top_recommend {
		padding: 8% 8px 12%;
		border-radius: 0 0 0 70px;
	}
	.top_recommend_h2box {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin: 0 auto 6%;
		padding: 0 0 3%;
		border-bottom: 1px solid #14274e;
	}
	#contents .top_recommend .top_h2 {
		margin: 0 0 0;
		padding: 0 0 0 2%;
		border-bottom: none;
	}
	.top_recommend_h2txt {
		text-align: right;
	}
	.top_recommend_lists {
		width: 96%;
		margin: 0 auto;
	}
	.top_recommend_lists li {
		padding: 40px;
		border-radius: 20px;
	}
	.top_recommend_list_img img {
		border-radius: 20px;
	}
	.top_recommend_list_txt02 {
		margin: 0 16px 0 6px;
	}
	.top_recommend_list_txt02::before {
		margin: 0 0 8px;
	}
	/* top_voice */
	.top_voice_inner {
		/* 		padding: 12% 16px 10%; */
		padding: 12% 16px 4%;
		border-radius: 0 70px 0 0;
	}
	#contents .top_voice .top_h2 {
		margin: 0 auto 6%;
		padding: 0 0 3% 2%;
	}
	.top_voice .voice {
		margin: 0 auto 6%;
	}
	/* message */
	.top_message {
		margin: 0 0 10% auto;
	}
	#contents .top_message .top_h2 {
		margin: 0 0 3%;
	}
	.top_message_txt01 {
		margin: 0 0 5%;
		padding: 0 0 5%;
	}
	.top_message_txt02 dd br {
		display: none;
	}
	/*==================================
	PC_page
	==================================*/
	.banner_area {
		text-align: center;
	}
	.catch_list ul {
		margin: 4px 0;
		float: left;
		width: 432px;
	}
	.catch_list li {
		padding: 6px 0 6px 44px;
		font-size: 18px;
	}
	.catch_list .img_right {
		width: 224px;
		float: right;
	}
	.catch_list .img_right img {
		width: auto;
		height: auto;
		max-width: 224px;
		max-height: 224px;
	}
	/*==================================
	PC_access
	==================================*/
	.access_info01 p {
		margin: 0;
	}
	.access_info02 {
		clear: both;
	}
	.access_info03 {
		margin: 0 auto;
		width: 500px;
	}

	/*==================================
	PC_form
	==================================*/
	.form_atention {
		width: 92%;
	}
	.privacy_policy {
		height: 150px;
	}
	/*==================================
	PC_Blog
	==================================*/
	.date {
		font-size: 13px;
		color: #ccc;
		text-align: right;
	}
	/*==================================
	PC_pager
	==================================*/
	.navigation {
		width: 630px;
	}
}
/*==================================
PC iPad landscape ~
==================================*/
@media screen and (min-width: 960px) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
	#contents, #page_contents {
		margin: 0 auto 40px;
		width: 96%;
		max-width: 1100px;
		padding: 48px 36px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#contents {
		padding: 0;
		margin: 0 auto 40px;
		width: 100%;
		max-width: 1920px;
	}
	#page_contents {
		margin: 40px auto 0;
		max-width: 980px;
	}
	#contents::after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: "";
		clear: both;
		height: 0;
	}
	#form_contents {
		width: 720px;
		margin: 0 auto;
	}
	#main {
		z-index: -1;
		float: right;
		width: 74%;
		max-width: 720px;
	}
	#sidebar {
		display: block;
		float: left;
		width: 25%;
		max-width: 256px;
	}
	#sidebar > div {
		width: 100%;
	}
	/* img */
	.img_left {
		margin: 0 16px 16px 0;
		float: left;
	}
	.img_right {
		margin: 0 0 16px 16px;
		float: right;
	}
	.side_fixed_menu {
		width: 100%;
	}
}
/*==================================
PC Wide
==================================*/
@media screen and (min-width: 800px) {
	/* menu */
	.top_menu_lists {
		gap: 50px;
	}
	.top_menu_lists li {
		margin: 0;
	}
}
@media screen and (min-width: 850px) {
	/* news */
	.top_news_list ul li {
		display: flex;
		align-items: center;
	}
}
@media screen and (min-width: 1000px) {
	.top_bg01 {
		aspect-ratio: 52 / 470;
	}
	/* news */
	.top_news_list ul li {
		padding: 0 0 1em;
		display: flex;
		align-items: center;
	}
	.top_news_list_ttl {
		margin: 0;
	}
	/* 	about */
	.top_about {
		padding: 16% 4% 6%;
	}
	.top_about_box01 {
		display: flex;
		justify-content: space-between;
	}
	.top_about_img {
		margin: auto 0%;
		width: 50%;
	}
	/* top_voice */
	.top_voice div.block_voice {
		padding: 48px;
		border-radius: 22px;
	}
	.top_voice div.block_voice_inner {
		padding: 48px;
		border-radius: 20px;
	}
	.top_voice .block_voice_container {
		margin-top: 0em;
	}
	.top_voicep .block_voice_ttl {
		margin: 0 0 18px;
		padding: 0 4px 12px;
	}
	.top_voice p.block_voice_txt {
		margin: 0 4px 16px;
	}
}
@media screen and (min-width: 1100px) {
	/* recommend */
	.top_recommend_h2box {
		width: 96%;
	}
	.top_recommend_lists {
		display: flex;
		justify-content: center;
		gap: 20px;
	}
	.top_recommend_lists li {
		margin: 0;
		width: 50%;
	}
	.top_recommend_lists li:last-child {
		margin: 0;
	}
	/* top_voice */
	#contents .top_voice .top_h2 {
		width: 96%;
	}
	.top_voice .voice {
		width: 96%;
	}
	/* message */
	.top_message {
		width: 93%;
	}
}
@media screen and (min-width: 1150px) {
	.top_recommend_lists {
		gap: 40px;
	}
}
@media screen and (min-width: 1240px) {
	body {
		min-width: 1240px;
		max-width: none;
	}
	/* header */
	.top_bg01 {
		aspect-ratio: 52 / 390;
	}
	.header_box {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		gap: 0px;
		padding: 1% 4%;
		width: 92%;
	}
	.home .header_box {
		display: flex;
		padding: 1% 6% 1% 4%;
	}
	.header_box_rigft {
		margin: 0;
		font-size: 16px;
	}
	.h_logo {
		margin: 0;
	}
	.h_logo img {
		margin: 0;
	}
	.main_img_bg_txt {
		top: 20%;
	}
	.main_img_txtbox {
		top: 16%;
	}
	#main {
		padding: 0;
	}
	#page_contents {
		margin: 40px auto 0;
		max-width: 1120px;
	}
	.side_fixed_menu {
		width: 100%;
	}
	/* top */
	/* 共通 */
	#contents .top_h2 {
		line-height: 1.4em;
		letter-spacing: .1rem;
	}
	#contents .top_h2 span {
		margin: 0 0 0 6px;
		line-height: 1.4em;
	}
	.top_btn a {
		padding: 18px 0 16px;
	}
	.top_btn a::after {
		right: 26px;
		width: 22px;
		height: 22px;
		font-size: 13px;
		letter-spacing: -2px;
	}
	/* news */
	.top_news_list {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.top_news_h2box {
		display: inline-block;
		width: 20%;
		margin: auto 0;
		padding: 2% 4% 2% 0;
		border-right: 5px solid #14274e;
	}
	#contents .top_news .top_h2 {
		border-bottom: none;
	}
	.top_news_more {
		width: 100%;
		margin: 0 auto;
	}
	.top_news_list ul {
		width: 80%;
		padding: 0 0 0 6%;
	}
	.top_news_list ul li:last-child {
		margin: 0;
	}
	.top_recommend_list_txt {
		letter-spacing: .06rem;
	}
	/* about */
	.top_about {
		margin: 0 auto 6%;
	}
	/* menu */
	.top_menu {
		padding: 3% 16px 7%;
	}
	#contents .top_menu .top_h2 {
		margin: 0 0 5%;
		padding: 0 0 2% 2%;
	}
	.top_menu_lists {
		margin: 0 auto 6%;
	}
	/* approach */
	.top_approach_inner {
		padding: 7% 16px 6%;
		border-radius: 0 70px 0 0;
	}
	#contents .top_approach_list_rigft .top_h3 {
		line-height: 2.6rem;
	}
	.top_approach_box {
		margin: 0 auto 3%;
	}
	.top_approach_txt {
		max-width: 516px;
	}
	.top_approach_lists li a {
		gap: 20px;
	}
	.top_approach_list_rigft {
		padding: 0;
	}
	.top_approach_lists li::after {
		right: 26px;
		width: 22px;
		height: 22px;
		font-size: 13px;
	}
	/* reason */
	#contents .top_reason .top_h3 {
		line-height: 1.5em;
	}
	.top_reason_lists li:nth-child(4) {
		margin: 0;
	}
	/* insurance */
	.top_insurance_inner {
		padding: 40px 75px;
	}
	.top_insurance_txtbox01 {
		width: 37%;
	}
	.top_insurance_txtbox02 {
		width: 54%;
	}
	/* recommend */
	.top_recommend {
		padding: 4% 8px 7%;
	}
	.top_recommend_h2box {
		margin: 0 auto 4%;
		padding: 0 0 2%;
	}
	/* top_voice */
	.top_voice_inner {
		/* 		padding: 7% 16px 6%; */
		padding: 7% 16px 4%;
	}
	#contents .top_voice .top_h2{
		margin: 0px auto 4%;
		padding: 0 0 2% 2%;
	}
	.top_voice .voice {
		margin: 0 auto 3%;
	}
	/* message */
	.top_message {
		width: 98%;
		margin: 0 0 6% auto;
		padding: 0 4% 0 0;
		overflow: hidden;
	}
	.top_message_box {
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
		align-items: center;
	}
	.top_message_left {
		margin: 0 0 -4.8% -5%;
	}
	#contents .top_message .top_h2 {
		margin: -.8em 0 3%;
	}
	.top_message_txt01 {
		margin: 0 0 3%;
		padding: 0 6px 3%;
	}
	.top_message_txt02 dt {
		margin: 0 0 6px;
	}
}
@media screen and (min-width: 1400px) {
	.header_conts_pcinfo {
		gap: 24px;
	}
	.main_img {
		width: 94%;
	}
	.main_img_bg_txt {
		top: 26%;
		left: -4.2%;
	}
	.main_img_txtbox {
		left: 8%;
	}
	.main_img_txt01 {
		padding: 0 0 5%;
		margin: 0 0 5%;
	}
	.main_img_txt02 {
		width: 84%;
	}
	/* news */
	.top_news_list ul li {
		padding: 0 0 1.2em;
		margin: 0 0 1.2em;
	}
	/* about */
	.top_about {
		width: 88%;
	}
	/* reason */
	.top_reason {
		border-radius: 50px;
	}
	#contents .top_reason .top_h2 span {
		margin: 0 0 14px 6px;
	}
	.top_reason_h2txt {
		letter-spacing: .18rem;
	}
	/* insurance */
	.top_insurance {
		border-radius: 50px;
	}
	/* message */
	.top_message_box {
		gap: 50px;
	}
}
@media screen and (min-width: 1600px) {
	.header_box  {
		padding: 1% 6% 1% 4%;
		width: 74%;
	}
	.top_bg01 {
		aspect-ratio: 52 / 325;
	}
	.h_inner {
		font-size: 18px;
	}
	.h_logo {
		max-width: 150px;
	}
	.header_box_rigft {
		max-width: 840px;
		font-size: 18px;
	}
	.main_img {
		border-radius: 60px 0 0 60px;
	}
	.main_img_txtbox {
		top: 18%;
	}
	.main_img_bg_txt {
		top: 26%;
		left: -4.2%;
		font-size: 24px;
	}
	.main_img_txt02 {
		width: 100%;
	}
	/* news */
	.top_news {
		padding: 3% 10% 3% 0;
	}
	/* about */
	.top_about {
		margin: 0 auto 4%;
		padding: 4% 6% 3%;
		border-radius: 60px;
	}
	.top_about::before {
		background-position: left center;
		background-size: 68%;
		margin: -6% 0 0 0;
	}
	.top_about_box01 {
		align-items: flex-end;
		justify-content: flex-start;
		gap: 60px;
		margin: 0 0 3%;
	}
	.top_about_img {
		margin: auto 0%;
	}
	.top_about_box02 {
		line-height: 1.8em;
	}
	.top_about_box02_txt:first-child {
		margin: 0 0 1.2em;
	}
	/* menu */
	.top_menu {
		padding: 2% 16px 5%;
		border-radius: 0 0 0 100px;
	}
	#contents .top_menu .top_h2 {
		padding: 0 0 2% 1%;
		line-height: 1.3em;
	}
	.top_menu_lists {
		margin: 0 auto 5%;
	}
	/* approach */
	.top_approach_inner {
		padding: 5% 16px;
		border-radius: 0 100px 0 0;
	}
	/* reason */
	.top_reason {
		width: 100%;
	}
	.top_reason {
		width: 100%;
		padding: 3% 4% 5%;
	}
	.top_reason_h2box {
		margin: 0 0 8%;
	}
	#contents .top_reason .top_h2 {
		line-height: 1.3em;
	}
	.top_reason_lists {
		gap: 30px;
	}
	.top_reason_lists li:not(:last-child) {
		margin: 0 0 3%;
	}
	.top_reason_lists li:nth-child(4) {
		margin: 0;
	}
	.top_reason_lists li:nth-child(5) {
		margin: 0;
	}
	/* insurance */
	.top_insurance {
		margin: 0 auto -111.2px;
		padding: 40px 75px;
	}
	.top_insurance_txtbox01 {
		width: 32%;
	}
	.top_insurance_txtbox02 {
		width: 59%;
	}
	/* recommend */
	.top_recommend {
		padding: 8% 8px 6%;
		border-radius: 0 0 0 100px;
	}
	/* top_voice */
	.top_voice_inner {
		/* 		padding: 5% 16px 6%; */
		padding: 5% 16px 3%;
		border-radius: 0 100px 0 0;
	}
}
@media screen and (min-width: 1800px) {
	.header_box {
		width: 72%;
	}
	.top_bg01 {
		aspect-ratio: 52 / 285;
	}
	/* news */
	#contents .top_news .top_h2 {
		margin: 0 0 3%;
	}
	.top_news h2 img {
		width: 7%;
	}
	.top_news_h2box {
		padding: 1% 1% 1% 0;
	}
}