@charset "utf-8";

/* ---------------------------------
  _01 スタイルリセット
------------------------------------*/

html { font-size: 62.5%;}
body {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	color: #222;
	background-color: #fff;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;}

@media screen and (max-width: 640px){
body { padding-top: 7.0rem !important;}
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
    color: #222;}
p {
	margin: 0;
	padding: 0;
	line-height: 1.4;}
img {
	border: 0;
	display: block;}

a { text-decoration: inherit; /* 必要に応じて「none」に */}
a:link { color: #222;}
a:visited { color: inherit;}
a:hover { color: red;}

ul {
	margin: 0;
	padding: 0;
	list-style: none;}
ol {
	margin: 0;
	padding: 0;}
li {
	margin: 0;
	padding: 0;}
dl, dt, dd {
	margin: 0;
	padding: 0;}
form {
	margin: 0;
	padding: 0;}

hr { display: none;}

/*

A-OTF UD Shin Go Pr6N L
font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
font-weight: 300;
font-style: normal;

Noto Sans CJK JP Regular
font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 400;
font-style: normal;

Noto Sans CJK JP Bold
font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 700;
font-style: normal;

*/


/* ---------------------------------
  _02 共通クラス
------------------------------------*/
.section_title {
	margin: 0 auto 1em auto;
	text-align: center;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 3.0rem;
	letter-spacing: 0.1em;}
.btn a {
	margin: 0 auto;
	padding: 1.0em 1.5em;
	display: block;
	width: fit-content;
	color: #fff;
	background-color: #09204E;
	border-radius: 0.5em;}

.content_title {
	height: 80px;
	line-height: 80px;
	color: #09204E;
	background-color: #CED2DC;
	text-align: center;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 3.0rem;
	letter-spacing: 0.1em;}

.supplement { /* 補助的に入れる見出しを表示しないようにするクラス */
	position: absolute;
	left: -10000em;}

@media screen and (min-width: 641px){

.hide_pc { display: none;}
p.guide {
	margin-bottom: 1em;
	text-align: center;}

}
@media screen and (max-width: 640px){

.hide_sp { display: none;}

}

section .container　{
    margin: 0 auto;
    width: 1100px;
    height: auto;
}

/* ---------------------------------
  _02 ヘッダー＆ナビゲーション
------------------------------------*/

header .site_name {
	display: flex;
	align-items: center;}
header .site_name a {
	color: #222;}
header .site_name .companyname {
	line-height: 1.2;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.5em;
	letter-spacing: 0.05em;}
header .site_name .companyname span {
	margin-left: 0.25em;
	display: block;
	font-size: 0.6em;}
header .site_name img {
	height: 60px;}

@media screen and (min-width: 641px){
    
header .container {
	padding: 20px 20px 20px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

header .container nav dl {
    display: flex;
	align-items: center;
	height: 60px;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1em;
	letter-spacing: 0.05em;;
}
header .container nav dl dd {
    margin-right: 20px;
	padding-top: 1em;
	line-height: 1.2;}

}

@media screen and (max-width: 640px){

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 7.0rem;
	background-color: rgba(255,255,255,0.8);
	z-index: 2000;}
header .container {
	display: flex;
	justify-content: space-between;
	}
header .container .site_name {
	padding-left: 2rem;
	line-height: 7.0rem;
	font-size: 3.0rem;
	font-style: normal;
	letter-spacing: 0.2em;}
header .container .site_name .companyname {
	font-size: 0.6em;}
header .nav_control {
	width: 7.0rem;
	height: 7.0rem;
	background-color: #09204E;
	z-index: 1010;}
nav {
	margin-right: -60vw;
	position: absolute;
	right: 0;
	top: 0;
	width: 60vw;
	height: 100vh;
	background-color: rgba(9,32,78,0.6);
	z-index: 1000;}
nav a:link { color: #fff;}
nav a:visited { color: #fff;}
nav dl {
	padding: 9rem 2rem 0rem 2rem;
	font-size: 2rem;
	box-sizing: border-box;
}
nav dl dd { margin-bottom: 1em;}

}

/* ---------------------------------
  _02 メインビュー
------------------------------------*/

.mainview {
	overflow: hidden;}
.mainview .mainview_img img {
	width: 100%;
	height: 640px;
	object-fit: cover;
	overflow: hidden;}

@media screen and (max-width: 640px){

.mainview .mainview_img img {
	height: 40vh;}

.mainview > div img {
	margin: 0;
	display: block;
	width: 100vw;
	height: 100vw;
	object-fit: cover;
}

}

/* ---------------------------------
  _02 フッター
------------------------------------*/
footer {
	color: #fff;
	background-color: #09204E;}
footer .site_name {
	margin-bottom: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	color: #fff;
	font-size: 1.25em;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;}
footer .site_name img {
	margin-right: 0.25em;
	height: 50px;}
footer .site_name span {
	padding-left: 0.25em;
	display: block;
	font-size: 0.8em;}

footer .tel {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	text-align: center;}
footer .tel span {
	font-size: 1.3em;}
footer .openhour {
	margin-bottom: 0.5em;
	line-height: 1.4;
	text-align: center;}
footer .address {
	margin-bottom: 2em;
	text-align: center;}

footer dl.insurance_contact {
	margin: 0 auto 2em auto;
	padding: 1em 0;
	width: 800px;
	background-color: rgba(255,255,255,0.1);
	border-radius: 0.5em;
	text-align: center;
	line-height: 1.4;}
footer dl.insurance_contact dt {
	margin: 0 auto 0.5em auto;
	padding: 0 1em 0.25em 1em;
	border-bottom: solid 2px #fff;
	display: block;
	width: fit-content;
	font-size: 1.1em;
	font-weight: 700;}
footer dl.insurance_contact dd span {
	font-weight: 700;}

footer .copyright {
	text-align: center;}

@media screen and (min-width: 641px){

footer .container {
	margin: 0 auto;
	padding: 50px 0;
	width: 1100px;}

}

@media screen and (max-width: 640px){

footer .container {
	padding: 2em 0;}
footer dl.insurance_contact {
	margin: 0 1em 2em 1em;
	width: auto;}
footer dl.insurance_contact dd {
	margin: 0 auto;
	width: fit-content;
	text-align: left;
}

}

/* ---------------------------------
  _02 トップページ
------------------------------------*/

#top-news ul {
	margin-bottom: 1em;
	border-bottom: solid 1px #ccc;
	width: 100%;}
#top-news ul li {
	border-top: solid 1px #ccc;}
#top-news ul li a {
	padding: 1.5em 3.0em;
	display: flex;
	justify-content: flex-start;}
#top-news ul li a .news_date {
	width: 100px;}
#top-news ul li a .news_title {
	flex: 1;}

@media screen and (max-width: 640px){

#top-news {
	padding-bottom: 2em;}
#top-news ul li a {
	padding: 1em;}

}

#top-message {
	background-color: #E6E8ED;}
#top-message p {
	margin-bottom: 1em;
	line-height: 1.6;}
#top-message .signature {
	text-align: right;}
#top-message .signature span {
	font-size: 0.8em;}

@media screen and (max-width: 640px){

#top-message {
	padding-bottom: 2em;}

}

#top-philosophy p.intro {
	margin-bottom: 2em;
	text-align: center;}
#top-philosophy h3 {
	padding: 0 0.5em 0.5em 0.5em;
	border-bottom: solid 5px #CED2DC;
	width: fit-content;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 2.1rem;
	letter-spacing: 0.1em;}
#top-philosophy ol {
	margin-left: 1.25em;}
#top-philosophy ol li {
	margin-bottom: 0.5em;
	line-height: 1.4;}
#top-philosophy ol li span {
	display: block;}

@media screen and (max-width: 640px){

#top-philosophy {
	padding-top: 2em;
	padding-bottom: 2em;}
#top-philosophy p.intro {
	padding: 0 1.5em;
	text-align: left;}

}

#top-insurance {
	background-color: #CED2DC;}
#top-insurance .insurance_box {
	margin-bottom: 2em;
	padding: 2em;
	background-color: #fff;
	border-radius: 0.5em;}
#top-insurance .insurance_box h3 {
	margin-bottom: 1em;
	line-height: 2.0;
	color: #fff;
	background-color: #09204E;
	font-size: 1.4em;
	text-align: center;
	border-radius: 0.25em;}
#top-insurance .insurance_box dl.insurance_company {
	margin-bottom: 2em;
	display: flex;
	line-height: 1.4;
	justify-content: center;
	font-size: 1.1em;}
#top-insurance .insurance_box dl.insurance_company dt {
	padding-right: 1em;}
#top-insurance .insurance_box dl.insurance_company dd {
	padding-left: 1em;
	border-left: solid 5px #848FA6;}
#top-insurance .insurance_box ul.type li {
	margin-bottom: 1em;
	padding: 1em 5em;
	background-color: #f2f2f2;
	border-radius: 0.25em;}
#top-insurance .insurance_box ul.type li dl {
	display: flex;
	flex-wrap: wrap;}
#top-insurance .insurance_box ul.type li dl dt {
	display: flex;
	width: 9em;
	line-height: 2.5em;
	font-weight: 700;}
#top-insurance .insurance_box ul.type li dl dt img {
	margin-right: 0.5em;
	display: inline-block;
	height: 2.5em;}
#top-insurance .insurance_box ul.type li dl dd {
	padding-right: 1em;
	width: fit-content;
	line-height: 2.5em;}

@media screen and (max-width: 640px){

#top-insurance {
	padding-bottom: 2em;}
#top-insurance .insurance_box dl.insurance_company {
	flex-direction: column;}
#top-insurance .insurance_box dl.insurance_company dt {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: solid 5px #848FA6;}
#top-insurance .insurance_box dl.insurance_company dd {
	padding-left: 0;
	border-left: none;}
#top-insurance .insurance_box ul.type li {
	padding: 1em;}
#top-insurance .insurance_box ul.type li dl dt {
	margin-bottom: 0.5em;
	width: 100%;}
#top-insurance .insurance_box ul.type li dl dd {
	line-height: 1.4;}

}

#top-outline dl {
	border-bottom: solid 1px #ccc;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.4;}
#top-outline dl dt {
	padding: 1em 0 1em 3em;
	border-top: solid 1px #ccc;
	width: 13em;
	box-sizing: border-box;}
#top-outline dl dd {
	padding: 1em 3em 1em 0;
	border-top: solid 1px #ccc;
	width: calc(100% - 13em);
	box-sizing: border-box;}

@media screen and (max-width: 640px){

#top-outline {
	padding-bottom: 2em;}
#top-outline dl {
	flex-direction: column;}
#top-outline dl dt {
	padding: 1em 1em 0.5em 1em;
	width: 100%;
	font-weight: 700;
	text-align: left;}
#top-outline dl dd {
	padding: 0 1em 1em 1em;
	border-top: none;
	width: 100%;}

}

#access p.guide {
	margin-bottom: 2em;}

@media screen and (max-width: 640px){

#access .container {
	padding-top: 0;}

}

/* ---------------------------------
  _02 FD宣言
------------------------------------*/

#fd h2 {
	margin-bottom: 0.5em;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.75em;
	letter-spacing: 0.1em;}
#fd h3 {
	margin-bottom: 0.5em;
	color: #09204E;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.4em;}
#fd h3 span {
	font-size: 0.9em;
	font-weight: 400;}
#fd h4 {
	margin-bottom: 0.5em;
	color: #09204E;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.2em;}
#fd p {
	margin-bottom: 1.5em;}
#fd ol {
	margin-bottom: 1.5em;
	list-style: none;}
#fd ol li {
	margin-left: 1.25em;
	margin-bottom: 0.5em;
	line-height: 1.4;
	text-indent: -1.25em;}

#fd .fd_intro {
	margin-bottom: 2em;}
#fd .fd_item {
	margin-bottom: 2em;}
#fd .fd_date {
	text-align: right;}

/* ---------------------------------
  _02 勧誘方針
------------------------------------*/

#solicitation h2 {
	margin-bottom: 0.5em;
	line-height: 1.4;
	color: #09204E;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.4em;}
#solicitation p {
	margin-bottom: 1.5em;}
#solicitation ul {
	margin-left: 1.25em;
	margin-bottom: 1.5em;
	list-style: disc;}
#solicitation ul li {
	margin-bottom: 0.5em;
	line-height: 1.4;}
#solicitation dl {
	margin-left: 1em;
	display: flex;
	flex-wrap: wrap;}
#solicitation dl dt {
	margin-bottom: 0.5em;
	width: 10em;
	line-height: 1.4;}
#solicitation dl dd {
	margin-bottom: 0.5em;
	width: calc(100% - 10em);
	line-height: 1.4;}

#solicitation .solicitation_intro {
	margin-bottom: 2em;}
#solicitation .solicitation_item {
	margin-bottom: 2em;}
#solicitation .solicitation_item h3 {
	margin-bottom: 0.5em;
	font-size: 1.1em;
	font-weight: 700;}
#solicitation .notice {
	padding-top: 2em;
	border-top: solid 2px #999;}

/* ---------------------------------
  _03 セキュリティ方針
------------------------------------*/

#security h2 {
	margin-bottom: 0.5em;
	line-height: 1.4;
	color: #09204E;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.4em;}
#security p {
	margin-bottom: 1.5em;}

#security .security_intro {
	margin-bottom: 2em;}
#security .security_item {
	margin-bottom: 2em;}
#security .signature {
	margin-bottom: 1.5em;
	line-height: 1.4;
	text-align: right;}
#security .notes {
	padding: 1.5em;
	background-color: #E6E8ED;
	text-align: center;
	font-weight: 700;
	border-radius: 0.5em;}


/* ---------------------------------
  _02 お知らせ
------------------------------------*/

#news-index ul {
	margin-bottom: 1em;
	border-bottom: solid 1px #ccc;
	width: 100%;}
#news-index ul li {
	border-top: solid 1px #ccc;}
#news-index ul li a {
	padding: 1.5em 3.0em;
	display: flex;
	justify-content: flex-start;}
#news-index ul li a .news_date {
	width: 100px;}
#news-index ul li a .news_title {
	flex: 1;}

@media screen and (max-width: 640px){

#news-index {
	padding-bottom: 2em;}
#news-index ul li a {
	padding: 1em;}

}

#news-article h2 {
	margin-bottom: 0.5em;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.75em;
	letter-spacing: 0.1em;}
#news-article .news_date {
	margin-bottom: 2em;
	color: #999;}
#news-article p {
	margin-bottom: 1em;}


/* ---------------------------------
  _02 レイアウト
------------------------------------*/


.cards > div,
.cards > li { margin-bottom: 1.5em;}
.cards .item_title { margin-bottom: 0.5em;}

.image-fit img {
	display: block;
	width: 100%;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}
.gallery > div,
.gallery > li { margin-bottom: 1.5em;}

@media screen and (min-width: 641px){

section { padding: 3em 0;}
section .container {
	margin: 0 auto;
	width: 1100px;}

.column2 > div,
.column2 > li { width: 49%;}
.column3 > div,
.column3 > li { width: 31%;}
.column4 > div,
.column4 > li { width: 23%;}

.item_img img { width: 100%;}

.cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}

.wide01 .item {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.wide01 .item_img {
	width: 60%;
    margin-bottom: 2em;}
.wide01 .item_img img {
	width: 100%;}
.wide01 .item_text {
	padding-left: 50px;
	padding-right: calc( 50vw - 550px);
	width: 40%;
    vertical-align: bottom;
	box-sizing: border-box;
}
.wide01 .item_text .item_title {
	margin-bottom: 1em;}
.wide01 .item:nth-child(2n){
	flex-direction: row-reverse;}
.wide01 .item:nth-child(2n) .item_text {
	padding-left: calc( 50vw - 550px);
	padding-right: 50px;}

    
    
    
    
    
    
.wide02 .item { margin-bottom: 100px; position: relative;}
.wide02 .item .container {
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	width: 1100px;}
.wide02 .item .item_img {
	width: 720px;
	}
.wide02 .item .item_text {
	padding-top: 80px;
	width: 340px;}
.wide02 .item .container::after {
	content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
    width: calc((100% - 1100px)/2 - 35px + 1050px);
    height: 540px;
    background-color: #f2f2f2;
    z-index: -1;}

}

@media screen and (max-width: 640px){

section .container {
	padding:  5.0rem 2.0rem 0 2.0rem;}

.gallery.column2 > div,
.gallery.column2 > li,
.gallery.column3 > div,
.gallery.column3 > li,
.gallery.column4 > div,
.gallery.column4 > li { width: 48%;}

.column_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.column_sp > div,
.column_sp > li { width: 48%;}

.item_img img {
	width: 100%;}

.wide01 .item_text {
	padding:  1.0em 2.0rem 1.5em 2.0rem;}
.wide01 .item_text .item_title { margin-bottom: 0.5em;}
.wide02 .item { margin-bottom: 2em;}
.wide02 .item .container {
	padding: 0;
	position: relative;}
.wide02 .item .item_img {
	overflow: hidden;
	width: calc(100% - 2em);
	height: calc((100vw - 2em)*0.7);}
.wide02 .item .item_text {
	margin-left: 2em;
	padding: 1em;
    background-color: #f2f2f2;
	}
.wide02 .item .item_text .item_title {
	margin-left: -1.5em;
	margin-bottom: 0.5em;}
.wide02 .item .container::after {
	content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 2em;
    width: calc(100% - 2em);
	height: calc((100vw - 2em)*0.7);
    background-color: #f2f2f2;
    z-index: -1;}

}

/* ---------------------------------
  _02 コンテンツ
------------------------------------*/

#access iframe {
	margin-bottom: 2em;
	width: 100%;
	height: 450px;
}

@media screen and (min-width: 641px){

#contact dl {
	margin: 0 auto 1em auto;
	display: flex;
	flex-wrap: wrap;
	width: 800px;}
#contact dl dt {
	padding: 0.5em 1em;
	width: 200px;
	text-align: right;
	box-sizing: border-box;}
#contact dl dd {
	padding: 0.5em 1em;
	width: 600px;
	box-sizing: border-box;}
#contact dl dd input,
#contact dl dd textarea {
	width: 100%;
}
#contact .btns {
	text-align: center;
}

}

@media screen and (max-width: 640px){

#contact dl dt { margin-bottom: 0.5em;}
#contact dl dd { margin-bottom: 1.0em;}
#contact input[type="text"],
#contact textarea {
	padding: 0.25em;
	width: 100%;
	font-size: 1.6rem;
	box-sizing: border-box;}
#contact input[type="submit"]{
	margin: 0 auto;
	padding: 0.5em;
	display: block;
	font-size: 1.6rem;}

}

/* ---------------------------------
  _ clearfix
------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
	