@charset "UTF-8";

	/* Noto Sans JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
	/* Noto Serif JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap');

/*
　※Noto Sans JP、Noto Serif JPのfont-weightの値

   Regular　→ 　400
   Medium　 → 　500
   Bold   　→　 700
   Black　  →   900
*/

body {
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 500;

	/* 明朝体セット */
	font-family: 'Noto Serif JP', serif;

	/* ゴシック体セット */
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
    body {
        min-width: 1080px;
    }
}
@media screen and (max-width: 767px) {
    body {
        min-width: 340px;
    }
}


/* ==================================================
タグ
================================================== */
/* リンク
-------------------------------------------------- */
a,
a img {
	text-decoration: none;
	color: inherit;
	transition: all .3s;
}

a:hover,a:hover img {
	opacity: .6;
}

a[href^="tel:"] {
	color: inherit;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* 端末別表示非表示設定
-------------------------------------------------- */
@media screen and (max-width: 767px) {
	.pc-only { /* PCでの閲覧時にのみ表示したいコンテンツにつける */
		display: none !important;
	}
}

@media screen and (min-width: 767px) {
	.sp-only { /* スマホでの閲覧時にのみ表示したいコンテンツにつける */
		display: none !important;
	}
}

/* 改行
-------------------------------------------------- */
.app-br {
	display: block;
}

/* box-sizing
-------------------------------------------------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/* ==================================================
テーブル
================================================== */
.styled-table01 {
	width: 100%;
	margin: 1em 0;
	line-height: 1.7;
}

.styled-table01:first-child {
	margin-top: 0;
}

.styled-table01 th,
.styled-table01 td {
	padding: 12px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #ddd;
	background: #fff;
}

.styled-table01 th {
	width: 35%;
	font-weight: normal;
	background: #f7f7f7;
}

.styled-table01 thead th {
	background: #e6e6e6;
}

.styled-table01 caption {
	text-align: center;
	font-size: 20px;
}

/* ==================================================
ヘッダー
================================================== */
.global-header {
}

.header-inner {
	max-width: 1080px;
	margin: 0 auto 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.h_left_cont {
    max-width: 440px;
}

.h_right_cont {
	margin-top: 10px;
}


/* 固定設定　（ヘッダーを固定しない場合はこの項目ごと消せば固定しなくなる）
-------------------------------------------------- */
.header-fix-area-wrap {
	height: 167px; /* .header-fix-area の高さの実数地をデベロッパーツールで調べてここに入力する */
}

.header-fix-area {
	width: 100%;
	background: #fff; /* ヘッダーの固定部分の背景 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.header-fix-area-wrap {
		height: auto;
	}

	.header-fix-area {
		position: static;
	}
}

/* h1
-------------------------------------------------- */
.header-description {
	width: 100%;
	padding: 8px 0;
	line-height: 1.2;
	font-size: 12px;
	font-weight: 300;
}

/* 問い合わせ
-------------------------------------------------- */
.header-contacts {
	line-height: 40px;
	display: flex;
	justify-content: flex-end;
}

.header-contacts li {
	margin: 0 0 10px 15px;
}

/* 電話番号 */
.header-contacts .tel a {
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
}

/* メール */
.header-contacts .mail a {
    padding: 3px 55px;
    color: #021770;
    font-size: 16px;
    text-decoration: none;
    background: #f8de31;
    display: flex;
    font-weight: bold;
}

.header-information {
	font-size: 14px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-information .header-address {
	margin-left: 20px;
}

/* スマホメニュー時 お問い合わせ関係設定
-------------------------------------------------- */
.header-contacts-sp {
	border-bottom: 0;
	padding: 20px;
}

.h_right_cont_sp .header-contacts {
	display: block;
	padding: 0 20px;
}

.h_right_cont_sp .header-contacts .tel a {
	font-size: 24px;
	padding:20px 0;
}

/* メール */
.h_right_cont_sp .header-contacts .mail a {
	display: flex;
	align-items: center;
	margin: 0;
	height: 50px;
}

.header-information-sp {
	margin-bottom: 15px;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding:20px;
}

.header-information-sp .header-address {
	display: flex;
}

/* グローバルナビ
-------------------------------------------------- */
.header-nav {
	background: #021770;
}

.header-nav > div > ul {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.header-nav > div > ul > li {
	flex-grow: 1;
	position: relative;
}

.header-nav a {
    padding: 0 20px;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}



/* スマホメニュー　カラー設定
------------------------- */

/* トグルの背景色 */
.um-crossBtn .um-crossBtn-basis {
	background: #000000;
}

/* 三本線の色  */
.um-crossBtn .um-crossBtn-border,
.um-crossBtn .um-crossBtn-border:before,
.um-crossBtn .um-crossBtn-border:after {
	background: #FFFFFF;
}

/* メニュー背景  */
.um-l-wrap .um-l-content {
	background: #FFFFFF;
}

/* 子要素メニュー　背景  */
.um-mianList .hasChild li {
	background: #f9f9f9;
}

/* 各メニュー　リンク色  */
.um-mianList a {
	color: #000000;
}

/* 各メニュー　ボーダー色  */
.um-mianList a:after {
	border-bottom: 1px solid #e5e5e5;
}

/* 各メニュー　ボーダー色（一番上）  */
.um-mianList .first {
	border-top: 1px solid #e5e5e5;
}


/* メインビジュアル
-------------------------------------------------- */
.header-main-visual {
	/*position: relative;*/
}

.hero {
  height: 80vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/mainvis.png);
}


/* テキスト */

.text-box {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.title {
  padding: 0 50px;
  text-align: center;
}


/*--- ↓ JSありの場合は、ここに記述する ↓ ---*/


/* スマホ
-------------------------------------------------- */
@media screen and (max-width: 767px) {
	.header-inner {
		margin: 0;
		padding: 10px;
		display: block;
	}
	.hero {
        height: 56.264vw; /* 全画面表示 */
	}

	.header-description,
	.header-contacts,
	.header-information,
	.header-nav {
		display: none;
	}

	.header-contacts li {
    margin: 0;
	}

	/* ロゴ */
	.header-logo {
		text-align: center;
	}
}



/* ==================================================
フッター
================================================== */
.global-footer {
	background: #fff;
}

.footer-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.footer-inner {
		padding: 20px;
		flex-direction: column;
		justify-content: center;
	}
}

/* ロゴ
-------------------------------------------------- */
.footer-logo {
	margin: 0 0 20px;
}

/* 会社概要
-------------------------------------------------- */
.footer-about {
}

.footer-about li {
	margin: 0 0 8px;
	line-height: 1.2;
}

/* 電話番号 */
.footer-about .tel {
	font-size: 22px;
}

.footer-about .tel a {
	color: inherit;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
}

/* 所在地 */
.footer-about .address {
}

/* コピーライト
-------------------------------------------------- */
.footer-copyright {
	padding: 8px;
	line-height: 1.3;
	text-align: center;
	font-size: 12px;
	display: block;
}

.footer-copyright a {
	color: inherit;
}

/* ==================================================
セクション
================================================== */

.section-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 0;
}

@media screen and (max-width: 767px) {
.section-inner {
		padding: 60px 20px;
	}
}

/* 見出し
-------------------------------------------------- */
.styled-title01 {
	margin: 0 0 30px;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}

.styled-title02 {
	margin: 0 0 15px;
	padding: 8px;
	line-height: 1.3;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #ffb400;
}

/* ==================================================
block reveal effect
================================================== */
.block-revealer__element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
}

.block-revealer {
	display:inline-block;
}

.block-revealer span {
	display:block;
}

/* section01
-------------------------------------------------- */
.section-inner01 {
	/*max-width: 1080px;*/
	margin: 0 auto;
	padding: 60px 0;
	background-image: url(../img/section01_bg.jpg);
}

@media screen and (max-width: 767px) {
.section-inner01 {
		padding: 0px 20px 60px 0px;
	}
}

.column-section02 {
	max-width: none;
	margin: 0;
	display: flex;
}

.column-section02 .thumb-column {
	width: 50%;
}

.column-section02 .thumb-column img {
	width: 100%;
}

.column-section02 .text-column {
	width: 50%;
	padding: 16px 3% 16px 17%;
	line-height: 2;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
}

.column-section02.right-thumb .thumb-column {
	order: 1;
}
.section01_title #block02 span{
    font-size: 70px;
    font-weight: 600;
    display: inline-block;
    color: #06208a;
    padding-right: 20px;
}

.section01_title{
    font-size: 20px;
}

.column-section02.right-thumb .text-column p{
	font-size: 17px;
}

@media screen and (max-width: 767px) {
	.column-section02 {
		display: block;
	}

	.column-section02 .thumb-column {
		width: auto;
	}

	.column-section02 .text-column {
		width: auto;
		padding: 16px;
	}
	.section01_title #block02 span{
    font-size: 45px!important;
    font-weight: 600;
    color: #06208a;
    padding-right: 20px;
    
	}
	.section01_title{
    font-size: 20px;
	margin: 0 auto 0!important;	
}

}

/* section02
-------------------------------------------------- */
.section-inner02 {
	margin: 0 auto;
	padding-bottom: 100px;
	background-image: url(../img/section02_bg.png);
}

.section02_title  span{
    font-size: 70px;
    font-weight: 600;
    color: #f8de31;
    padding-right: 20px;
    line-height: 50px;
}

.section02_title{
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 40px 0 30px;
    background-color: #191919;	
}

.section02_box_title #block03 span{
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
    padding-right: 20px;
    line-height: 50px;
}

.section02_box_title{
    font-size: 17px;
    text-align: center;
    color: #FFFFFF;
    padding: 40px 0 30px;
    margin-top: 30px;
}


.section02_box{
	max-width: 1080px;
	margin: 0 auto;
}

.parent {
  display: flex;
  flex-wrap: wrap;
}

.child01 ,.child02  ,.child03 {
    flex: 0 1 300px;
    flex: 1 1 300px;
    border: 1px solid #4D4D4D;
    background-color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
}
.section02_child{
    padding: 45px 40px;	
}

.parent .child02 .ttl ,.parent .child03 .ttl{
    font-size: 30px;
    color: #FFFFFF;
    background-color: #021770;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 25px;
    padding: 8px 0;
    line-height: 35px;
}
.parent .child01 .ttl {
    font-size: 30px;
    color: #FFFFFF;
    background-color: #021770;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 5px 0;
    line-height: 35px;
}

.child01{
    background-image: url(../img/child01.png);
}

.child02{
    margin: 0 30px;
    background-image: url(../img/child02.png);
}

.child03{
    background-image: url(../img/child03.png);
}

@media screen and (max-width: 767px) {
.section-inner02 {
    padding-bottom: 50px;
}
.section02_box {
        padding: 20px 20px 60px 20px;
    }
    .child01{
        margin-top: 20px;
    }
     .child03{
        margin-top: 20px!important;
    }
}

@media screen and (max-width: 1080px) {
    .child02{
        margin: 20px 0 0;
    }
}

/* section03
-------------------------------------------------- */

.section-inner03 {
	margin: 0 auto;
	//background-image: url(../img/section01_bg.jpg);
}

@media screen and (max-width: 767px) {
.section-inner03 {
		//padding: 0px 20px 60px 0px;
	}
}


/* ==================================================
文章＋画像 width:100％ 互い違い
================================================== */
.column-section03 {
	max-width: none;
	margin: 0;
	background: #eff6fe;
	display: flex;
}

.column-section03 .thumb-column {
	width: 50%;
}

.column-section03 .thumb-column img {
	width: 100%;
}

.column-section03 .text-column {
    width: 50%;
    padding: 16px 10%;
    line-height: 2;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
}

.column-section03.right-thumb .thumb-column {
	order: 1;
}
.komidasi{
    font-size: 24px;
}

.section03_ttl{
    font-size: 25px;
    background-color: #161616;
    padding: 3px 15px;
    color: #FFFFFF;
    width: 300px;
}


@media screen and (max-width: 767px) {
	.column-section03 {
		display: block;
	}

	.column-section03 .thumb-column {
		width: auto;
	}

	.column-section03 .text-column {
		width: auto;
		padding: 16px;
	}
}

/* section04
-------------------------------------------------- */

.section-inner04 {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
.section-inner04 {
		//padding: 0px 20px 60px 0px;
	}
}
.section-inner04  ul li samp{
    color: #F8DE31;
    font-weight: bold;
}

/* ==================================================
文章＋画像 width:100％ 互い違い
================================================== */
.column-section04 {
	max-width: none;
	margin: 0;
	//background: #eff6fe;
	display: flex;
}

.column-section04 .thumb-column {
	width: 40%;
	
}

.column-section04 .thumb-column img {
	width: 100%;
}

.column-section04 .text-column {
    width: 60%;
    padding: 100px 5%;
    line-height: 2;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 30px;
    background-image: url(../img/section02_bg.png);
    color: #FFFFFF;
}

.text-column ul{
    margin-top: 40px;
}

.text-column ul li{
    margin:30px 0;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 8px;
}

.text-column ul li:first-child{
    font-size: 45px;
    position: relative;
    line-height: 63px;
    padding-bottom: 5px;
}

.column-section04.right-thumb .thumb-column {
	order: 1;
}

.section04_title #block04 span{
    font-size: 60px;
    font-weight: 600;
    display: inline-block;
    color: #06208a;
    padding-right: 20px;
}

.section04_title{
    font-size: 20px;
    background-color: #FFFFFF;
    //width: 60%;
    padding: 0px 16px!important;
    line-height: 1.2;
    color: #212121;
}



@media screen and (max-width: 767px) {

	.section04_title #block04 span{
        display: block;
        font-size: 30px!important;
        font-weight: 600;
        color: #06208a;
        padding-right: 20px;
    
	}
	.section04_title{
    font-size: 20px;
	margin: 40px auto 0px!important;	
    padding: 0 16px 5px !important;
}
	.text-column ul{
    margin-top: 0px;
}

.text-column ul li{
    margin: 30px 0;
    border-bottom: 1px solid #FFFFFF;
}

.text-column ul li:first-child{
    font-size: 24px;
    position: relative;
    line-height: 63px;
    padding-bottom: 5px;
}
	.column-section04 .text-column {
    font-size: 20px;
	}

}


@media screen and (max-width: 767px) {
	.column-section04 {
		display: block;
	}

	.column-section04 .thumb-column {
		width: auto;
	}

	.column-section04 .text-column {
		width: auto;
		padding: 16px;
	}
}


/* ==================================================
背景スクロール
================================================== */
.scroll-bg {
    background: transparent;
	height: 900px; /* 任意の高さを入力 */
}
.parallax-slider {
    top: 0;
    left: 0;
}
.para-item {
    height: 900px;
    width: auto;
}

@media screen and (max-width: 767px) {
	.scroll-bg  {
		max-height: 30vh; /* スマホ表示時の高さ上限は画面高さの50%まで */
	}
}


/* section05
-------------------------------------------------- */
#section05 {
	/*max-width: 1080px;*/
	margin: 0 auto;
	padding: 60px 0;
	background-image: url(../img/section05_bg.png);
    background-size: cover;
}

#section05 .section-inner{
    background-color: #FFFFFF;	
}



.section05_title  span{
    font-size: 55px;
    font-weight: 600;
    color: #021770;
    line-height: 60px;
}

.section05_title{
    font-size: 20px;
    text-align: center;
    color: #232323;
    padding: 20px 0 10px;
}

@media screen and (max-width: 767px) {
.section-inner05 {
        //padding: 0px 20px 60px 0px;
    }
    #section05 .section-inner{
    background-color: rgba(255,255,255,0.70);
    }
    .section05_title {
        margin: 0 0 20px;
    }
    #section05 .section {
        padding: 0;
    }
    #section05 .tbl-r02 {
        width: calc(100% - 40px);
    }
}

/*====================================================================
.s_02 .accordion_one
====================================================================*/
.s_02 .accordion_one {
	max-width: 1024px;
	margin: 0 auto;
}
.s_02 .accordion_one .accordion_header {
    background-color: #021770;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding: 20px 7%;
    text-align: left;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}
.s_02 .accordion_one:nth-of-type(even) .accordion_header {
    background-color: #161616;
}
.s_02 .accordion_one:nth-of-type(odd) .accordion_header {
    background-color: #021770;
}
.s_02 .accordion_one .accordion_header:hover {
	opacity: .8;
}
.s_02 .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40px;
	height: 40px;
	//border: 1px solid #fff;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.s_02 .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.s_02 .accordion_one .accordion_inner {
	display: none;
	padding: 30px 30px;
	border-left: 2px solid #021770;
	border-right: 2px solid #021770;
	border-bottom: 2px solid #021770;
	box-sizing: border-box;
}
.s_02 .accordion_one:nth-of-type(2) .accordion_inner {
	border-left: 2px solid #161616;
	border-right: 2px solid #161616;
	border-bottom: 2px solid #161616;
}
.s_02 .accordion_one:nth-of-type(3) .accordion_inner {
	border-left: 2px solid #021770;
	border-right: 2px solid #021770;
	border-bottom: 2px solid #021770;
}
.s_02 .accordion_one .accordion_inner .box_one {
	//height: 300px;
}
.s_02 .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.s_02 .accordion_one .accordion_header {
		font-size: 18px;
	}
	.s_02 .accordion_one .accordion_header .i_box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}
@media screen and (max-width: 767px) {
	.s_02 .accordion_one .accordion_header {
		font-size: 16px;
		text-align: left;
		padding: 15px 60px 15px 15px;
	}
	.s_02 .accordion_one .accordion_inner {
    padding: 5px 0px;
    background-color: rgba(255,255,255,1.00);
	}
}

/*====================================================================
以下は不要です。
====================================================================*/

.section s_02 {
	font-size: 16px;
	letter-spacing: .025em;
	line-height: 1.8;
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.section s_02 {
		font-size: 14px;
	}
}
.section {
	max-width: 1024px;
	margin: 0 auto;
	padding: 20px;
}
.section p._a {
	font-size: 12px;
	font-weight: bold;
	margin: 30px 0 0;
}
.section p._a .link {
	display: inline-block;
	color: #607D8B;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.section p._a .link:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #607D8B;
	border-right: 2px solid #607D8B;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 10px;
}
.oneBox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 250px;
	margin: 0 auto 50px;
	overflow: hidden;
}





table {
    margin: 20px auto;
    width: 100%;
}
.tbl-r02 th {
  background: #021770;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  width: 30%;
}
.tbl-r02 td {
    　border: solid 1px #ccc;
    padding: 10px;
    width: 70%;
    background-color: #FBFBFB;
}

@media screen and (max-width: 767px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}


/* section06
-------------------------------------------------- */


@media screen and (max-width: 767px) {
.section-inner06 {
		padding: 0px 20px 60px 0px;
	}
}


#section06  {
	background: url(../img/section06_bg.png) center / cover fixed; 
	padding: 20px 0;

}

@media screen and (max-width: 767px) {
	#section06  {
        background: url(../img/section06_bg.png) no-repeat center / cover;
	}

	#section06:before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		background:url(../img/section06_bg.png) center no-repeat;/* 画像URLのみ変更する */
		background-size:cover;
	}

	#section06 .tbl-r02 {
    width: 100%;
}
}

/* section07
-------------------------------------------------- */

#section07 {
	margin: 0 auto;
	background-image: url(../img/section02_bg.png);
}

@media screen and (max-width: 767px) {
.section07 {
		padding: 0px 20px 60px 0px;
	}
	.section07_title  span{
		font-size: 30px!important;
	}
}

.section07_title  span{
    font-size: 70px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 60px;
}

.section07_title{
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 20px 0 10px;
}

/* ==================================================
テーブル
================================================== */
.table-column-wrap {
	display: flex;
	justify-content: space-between;
}

.fb_bnr {
    float: left;
    padding-left: 3%;
    margin-top: 10px;	
	
}
.fb{

}
.hpbnr{
    text-align: left;
    margin-top: 5px;
}

.msr_newslist04 {
    text-align: left;
    padding: 30px;
    background-color: rgba(255,255,255,0.90);
    margin-top: 30px;
}
.map{
    float: left;
    margin-top: 10px;
}

.msr_newslist04 li {
  border-bottom: 1px solid #000000;
  font-size: 14px;
}
.msr_newslist04 li a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000000;
    display: table;
    padding: 10px 20px;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    width: 100%;
}
.msr_newslist04 li a:hover {
  text-decoration: none;
  background: #EEEEEE;
}
.msr_newslist04 li div {
  padding-bottom: 3px;
  width: 144px;
}
.msr_newslist04 li p {
  vertical-align: middle;
}
/* 時間の設定 */
.msr_newslist04 li time {
  display: table-cell;
  vertical-align: top;
  width: 90px;
}
/* カテゴリの設定 */
.msr_newslist04 li .cat01, .msr_newslist04 li .cat02 {
  background-color: #000000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table-cell;
  color: #FFFFFF;
  font-size: 10px;
  padding: 0 2px;
  text-align: center;
  width: 50px;
}
.msr_newslist04 li .cat02 {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  box-sizing: border-box;
  color: #000000;
}

.more{
    background-color: #f0e73a;
    width: 40%;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
	display: block
}
.more{
    background-color: #f0e73a;
    width: 40%;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}
.more a{
	display: block
}

.privacy_inner {
    width: 100%;
    background-color: #fff;
}
.privacy_inner iframe {
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px) {
    .privacy_inner {
        margin: 50px 0 0;
        height: 350px;
    }
}
@media screen and (max-width: 767px) {
    .privacy_inner {
        margin: 30px 0 0;
        height: 35vh;
    }
}

/*---------------------------------------------------------*/

.key_ttl {
    color: #fff;
    text-align: center;
}
@media screen and (min-width: 768px) {
    #news .hero {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 250px;
    }
    .key_ttl {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    #news .hero {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 130px;
    }
    .key_ttl {
        font-size: 25px;
    }
}

/*
    breadcrumbs-type01
---------------------*/
.breadcrumbs {
    width: 100%;
    position: absolute;
    left: 0;right: 0;
}
.breadcrumbs .bread_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.breadcrumbs li {
    position: relative;
}
.breadcrumbs li:not(:last-child)::before {
    content: ' ';
    display: block;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
}
.breadcrumbs li:last-child {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumbs li,
.breadcrumbs a {
    color: #fff;
    font-size: 12px;
}
.breadcrumbs a {
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (min-width: 768px) {
    .breadcrumbs {
        padding: 4px 20px;
    }
    .breadcrumbs .bread_wrap {
        width: 1080px;
        margin: 0 auto;
    }
    body:not(#top) .breadcrumbs .bread_wrap {
        flex-direction: row;
        padding: 4px 0;
    }
    .breadcrumbs li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .breadcrumbs li:not(:last-child) {
        padding: 0 20px 0 0;
    }
    .breadcrumbs li:not(:last-child)::before {
        width: 7px;
        height: 7px;
        right: 8px;
    }
    .breadcrumbs a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
  .breadcrumbs li:not(:last-child) a {
      text-align: center;
  }
}
@media screen and (max-width: 767px) {
    .breadcrumbs {
        padding: 7px 20px;
    }
    .bread_wrap {
        max-width: unset;
        flex-direction: row;
    }
    .breadcrumbs li:not(:last-child) {
        padding: 0 30px 0 0;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .breadcrumbs li:not(:last-child)::before {
        width: 8px;
        height: 8px;
        right: 13px;
    }
    .breadcrumbs li:last-child {
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/*
  pagenation
--------------------*/
/*▼pagenation*/
.pagenation {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}
.pagenation li {
    color: #fff;
    background-color: #02176f;
    font-size: 16px;
    line-height: 2;
    border: 1px solid;
}
.pagenation a {
    display: block;
    padding: 0 10px;
}
.pagenation li:not(.current):hover {
    opacity: .8;
}
.pagenation span {
    display: block;
    padding: 0 10px;
}
.pagenation li:not(:last-child) {
    margin: 0 10px 0 0;
}
.pagenation .current {
    color: #02176f;
    background-color: #fef7ef;
}
/*▼page_btn*/
.page_btn {
  max-width: 320px;
  margin: auto;
  display: flex;
  flex-flow: row;
  align-items: center;
  position: relative;
}
.page_btn li {
    max-width: 30vw;
}
.page_btn a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    max-width: 30vw;
    color: #fff;
}
.page_btn li:not(.center) a:after {
    content: ' ';
    width: 10px;
    height: 10px;
    margin: auto;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 0; bottom: 0;
    transition: .3s all;
}
.prev {
  margin: 0 auto 0 0;
}
.prev a {
    padding: 0 0 0 20px;
}
.prev a:after {
    left: 8px;
    transform: rotate(45deg);
}
.prev a:hover:after {
  left: 3px;
}
.next {
  margin: 0 0 0 auto;
}
.next a {
    padding: 0 20px 0 0;
}
.next a:after {
    right: 8px;
    transform: rotate(225deg);
}
.next a:hover:after {
  right: 3px;
}
.center {
  width: 142px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: -5px; left: 0; right: 0;
}
.center a {
  color: #fff;
  background-color: #02176f;
  border-radius: 20px;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .page_btn {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .page_btn {
    margin: 20px auto 0;
  }
}

/*
news/blog
--------------------*/
.detail_content {
    background-color: rgba(255,255,255,0.90);
}
.detail_content .c_head {
    margin: 0 0 10px;
    line-height: 1.5;
}
.post_cnt {
    line-height: 1.5;
}
.news_time {
    color: #555;
    margin: 0px 0 1em;
}
.news_body {
    border-top: 1px solid #0e64b1;
    border-bottom: 1px solid #0e64b1;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    .detail_content {
        padding: 30px;
    }
    .detail_content .c_head {
        font-size: 25px;
    }
    .post_cnt {
        width: 860px;
    }
    .post_cnt .post_txt {
        padding: 20px;
    }
    .post_img {
        width: 200px;
    }
    .news_body {
        min-height: 200px;
        padding: 30px 10px;
    }
}
@media screen and (max-width: 767px) {
    .detail_content {
        padding: 20px;
    }
    .detail_content .c_head {
        font-size: 20px;
    }
    .post_cnt {
        width: 100%;
    }
    .post_img {
        width: 100%;
    }
    .news_body {
        padding: 20px 10px;
    }
}