@charset "utf-8";
/* CSS Document */

/* font
=========================================== */
@font-face {/*NotoSansJP*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Regular.ttf');
  src:
  url('../fonts/font/NotoSansJP-Regular.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Regular.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {/*NotoSansJPミディアム*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Medium.ttf');
  src:
  url('../fonts/font/NotoSansJP-Medium.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Medium.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face {/*NotoSansJPボールド*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Bold.ttf');
  src:
  url('../fonts/font/NotoSansJP-Bold.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Bold.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {/*NotoSansJPブラック*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Black.ttf');
  src:
  url('../fonts/font/NotoSansJP-Black.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Black.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Black.ttf') format('truetype');
	font-weight: 900;
}
@font-face {/*Montserrat*/
  font-family: "Montserrat";
  src: url('../fonts/font/Montserrat-Regular.ttf');
  src:
  url('../fonts/font/Montserrat-Regular.woff2') format('woff2'),
  url('../fonts/font/Montserrat-Regular.woff') format('woff'),
  url('../fonts/font/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {/*Montserratボールド*/
  font-family: "Montserrat";
  src: url('../fonts/font/Montserrat-Bold.ttf');
  src:
  url('../fonts/font/Montserrat-Bold.woff2') format('woff2'),
  url('../fonts/font/Montserrat-Bold.woff') format('woff'),
  url('../fonts/font/Montserrat-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {/*Dela Gothic One*/
  font-family: "Dela Gothic One";
  src: url('../fonts/font/DelaGothicOne-Regular.ttf');
  src:
  url('../fonts/font/DelaGothicOne-Regular.woff2') format('woff2'),
  url('../fonts/font/DelaGothicOne-Regular.woff') format('woff'),
  url('../fonts/font/DelaGothicOne-Regular.ttf') format('truetype');
	font-weight: 400;
}

/* Link
=========================================== */

a:link, a:visited {
	color: #000000;text-decoration: none;
}
a:hover, a:active {
	color: #000000;text-decoration: underline;
}
a {
	outline: none;transition: 0.3s;
}
a img {transition: 0.3s;}

:focus { outline: none;}

/* LAYOUT
=========================================== */
html.showPage,
html.showPage body{min-width: 1200px;margin: 0 auto;}

body {
	color: #000000;
	background: #F5F5F5;
	font-size:16px;
	line-height:1.6;
	font-family: YakuHanJP,'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
    font-style: normal;
	max-width:1920px;
	overflow: hidden;
	margin:0 auto;
}

h1,h2,h3,h4,h5,h6 {font-weight:700;}
body,li,th,td,p,dt,dd{}
body#tinymce{min-width:inherit!important;}

p {}
.wrap {width: 1100px;margin:0 auto;position:relative;}
table {width:100%;}
img {max-width:100%;height:auto;}

/*共通設定*/
.btn01 {width: 380px;height: 78px;margin: 60px auto 0;}
.btn01 a {display: flex;justify-content: space-between;align-items: center;width: 100%;height: 100%;padding: 0 26px 0 40px;box-sizing: border-box;background: #064CCE;border: 2px solid #064CCE;border-radius: 70px;position: relative;}
.btn01 a .btn-text {display: block;width: calc(100% - 30px);color: #FFFFFF;font-size: 18px;font-weight: 700;transition: 0.3s;}
.btn01 a .arrow {display: block;width: 26px;height: 26px;border-radius: 50%;background-color: #FFFFFF;background-image: url("../img/common/btn_arrow.svg");background-repeat: no-repeat;background-position: center;background-size: 14px;transition: 0.3s;}
.btn01 a:hover {text-decoration: none;background: #FFFFFF;}
.btn01 a:hover .btn-text {color: #064CCE;}
.btn01 a:hover .arrow {background-color: #064CCE;background-image: url("../img/common/btn_arrow02.svg");}

.btn01.white a {background: #FFFFFF;border: 2px solid #FFFFFF;}
.btn01.white a .btn-text {color: #064CCE;}
.btn01.white a .arrow {background-color: #064CCE;background-image: url("../img/common/btn_arrow02.svg");}
.btn01.white a:hover {background: #064CCE;}
.btn01.white a:hover .btn-text {color: #FFFFFF;}
.btn01.white a:hover .arrow {background-color: #FFFFFF;background-image: url("../img/common/btn_arrow.svg");}

.c_btn01.btn01 a {background: #F51F1F;border: 2px solid #F51F1F;}
.c_btn01.btn01 a .arrow {background-image: url("../img/common/btn_arrow03.svg");}
.c_btn01.btn01 a:hover {background: #FFFFFF;}
.c_btn01.btn01 a:hover .btn-text {color: #F51F1F;}
.c_btn01.btn01 a:hover .arrow {background-color: #F51F1F;background-image: url("../img/common/btn_arrow02.svg");}

.anchor01.btn01 a .arrow {width: 20px;height: 20px;border-radius: 0;background-color: transparent;background-image: url("../img/p02/anchor_arrow.svg");background-size: contain;}
.anchor01.btn01 a:hover .arrow {background-color: transparent;background-image: url("../img/p02/anchor_arrow02.svg");}

.external01.btn01 a .arrow {width: 18px;height: 18px;border-radius: 0;background-color: transparent;background-image: url("../img/p02/icon_external.svg");background-size: contain;}
.external01.btn01 a:hover .arrow {background-color: transparent;background-image: url("../img/p02/icon_external02.svg");}

.btn02 {display: inline-block;}
.btn02 a {display: inline-flex;align-items: center;}
.btn02 a .btn-text {font-size: 18px;font-weight: 700;color: #064CCE;}
.btn02 a .arrow {display: inline-block;width: 26px;height: 26px;border-radius: 50%;background-color: #064CCE;background-image: url("../img/common/btn_arrow02.svg");background-repeat: no-repeat;background-position: center;background-size: 14px;border: 2px solid #064CCE;box-sizing: border-box;margin-left: 8px;transition: 0.3s;}
.btn02 a:hover {text-decoration: none;}
.btn02 a:hover .arrow {background-color: #FFFFFF;background-image: url("../img/common/btn_arrow.svg");}

.title01  {display: block;font-family: "Dela Gothic One";font-size: 70px;line-height: 1.2;font-weight: 400;margin-bottom: 30px;text-align: center;}
.title01 .mini {display: block;font-size:54px;}
.title01 .sub {display: block;font-family: 'NotoSansJP';font-size: 30px;line-height: 1.6;font-weight: 700;}

.title02  {padding-left: 24px;box-sizing: border-box;font-size: 32px;margin-bottom: 40px;position: relative;}
.title02::before {content: "";display: block;width: 8px;height: calc(100% - 11px);background: #064CCE;border-radius: 10px;position: absolute;top: 6px;left: 0;}

.tel_box {text-align: center;}
.tel_box .tel .num {font-size: 48px;line-height: 1;font-weight: 700;}
.tel_box .tel-text {margin-top: 10px;}

.under-cont > section {padding: 120px 0;}
.under-cont > section:first-child {padding-top: 73px;}
.under-cont > section:nth-child(2n) {background-color: #F5F5F5;}
.under-cont > section:last-child {padding-bottom: 220px;}

/*ウェブフォント*/
.normal{font-weight: 400;}
.medium{font-weight: 500;}
.bold{font-weight: 700;}
.wBlack {font-weight: 900;}

.common_text {font-size: 18px;}

.text_uppercase {text-transform: uppercase;}
.text_capitalize {text-transform: capitalize;}

.tcenter {text-align: center;}
.tleft {text-align: left;}
.tright {text-align: right;}

.sans {font-family: 'NotoSansJP';}
.mont {font-family: "Montserrat";font-weight: 700;}
.dela {font-family: "Dela Gothic One";font-weight: 400;}

.tate {writing-mode: vertical-rl;white-space: pre;letter-spacing: -0.3em;}
.tate.dela {letter-spacing: -0.5em;}
.tate .tate-line {display: inline-block;writing-mode: horizontal-tb;letter-spacing: 0;transform: rotate(90deg);margin: 10px 0 -5px;}
.safari .tate {letter-spacing: 0.1em;}
.safari .tate.dela {letter-spacing: 0.1em;}
.safari .tate .tate-line {margin: 5px 0;}
@-moz-document url-prefix(){
    .tate {letter-spacing: 0.1em;}
	.tate.dela {letter-spacing: 0.1em;}
	.tate .tate-line {margin: 5px 0;}
}

/*色*/
.white {color:#FFFFFF;}
.black {color:#000000;}
.blue {color: #064CCE;}
.red {color: #F51F1F;}
.yellow {color: #FFD633;}

.bg_white {background-color: #FFFFFF;}
.bg_black {background-color: #000000;}
.bg_blue {background-color: #064CCE;}
.bg_light_blue {background-color: #E6EEFD;}
.bg_red {background-color: #F51F1F;}
.bg_light_red {background-color: #FFE5E5;}
.bg_yellow {background-color: #FFD633;}
.bg_gray {background-color: #F5F5F5;}

.bd_white {border: 2px solid #FFFFFF;}
.bd_black {border: 2px solid #000000;}
.bd_blue {border: 2px solid #064CCE;}
.bd_red {border: 2px solid #F51F1F;}
.bd_yellow {border: 2px solid #FFD633;}

.flex{width: 100%;
    margin: 0 ;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* header */
/*-------------------------------------------*/
#header {width:100%;height: 100px;min-width:1200px;max-width: 1920px;position:fixed;left:0;right: 0;top:0;transition: 0.3s;margin: auto;z-index: 100;}
#header .header_inner {width: 100%;height: 100px;justify-content: space-between;align-items: center;flex-wrap: nowrap;margin: 0 auto;}
#header .header_inner .logo_box {width: 198px;padding: 20px 0 0 30px;box-sizing: border-box;position: relative;z-index: 1;}
#header .header_inner .logo_box::before {content: "";display: block;width: 550px;height: 180px;background: #064CCE;clip-path: polygon(100% 0, 0 0, 0 100%);position: absolute;top: -1px;left: 0;z-index: -1;}
#header .header_inner .logo {width: 100%;}
#header .header_inner .logo a {display: block;width: 100%;}
#header .header_inner .logo a .logo-text {font-size: 12px;line-height: 15px;margin-top: 4px;}
#header .header_inner .logo a:hover {text-decoration: none;opacity: 0.7;}

#header .header_inner .right {width: calc(100% - 200px); height: 100%;justify-content: center;align-items: flex-end;flex-direction: column;padding-right: 168px;box-sizing: border-box;position: relative;}
#header .header_inner .right .right_top {height: 42px;justify-content: flex-end;align-items: center;margin-bottom: 12px;}
#header .header_inner .right .right_top .header-btn-list {width: auto;margin-left: 10px;}
#header .header_inner .right .right_top .header-btn-list .btn00 {height: 40px;margin-right: 4px;}
#header .header_inner .right .right_top .header-btn-list .btn00:last-child {margin-right: 0;}
#header .header_inner .right .right_top .header-btn-list .btn00 a {display: flex;justify-content: space-between;align-items: center;width: 100%;height: 100%;padding: 0 32px 0 10px;box-sizing: border-box;background-image: url("../img/common/icon_external.svg");background-repeat: no-repeat;background-position: center right 10px;background-size: 16px;border-width: 2px;border-style: solid;border-radius: 4px;}
#header .header_inner .right .right_top .header-btn-list .btn00 a .btn-text {display: block;padding-left: 24px;box-sizing: border-box;background-repeat: no-repeat;background-position: center left;background-size: 20px;font-size: 16px;line-height: 20px;font-weight: 700;transition: 0.3s;}
#header .header_inner .right .right_top .header-btn-list .btn00 a:hover {text-decoration: none;}

#header .header_inner .right .right_top .header-btn-list .btn00.r_btn00 a {background-color: #FFD633;border-color: #FFD633;}
#header .header_inner .right .right_top .header-btn-list .btn00.r_btn00 a .btn-text {background-image: url("../img/common/icon_reservation.svg");color: #064CCE;}
#header .header_inner .right .right_top .header-btn-list .btn00.r_btn00 a:hover {background-color: #FFFFFF;}

#header .header_inner .right .right_top .header-btn-list .btn00.t_btn00 a {background-color: #064CCE;border-color: #064CCE;background-image: url("../img/common/icon_external02.svg");}
#header .header_inner .right .right_top .header-btn-list .btn00.t_btn00 a .btn-text {background-image: url("../img/common/icon_tire.svg");color: #FFFFFF;}
#header .header_inner .right .right_top .header-btn-list .btn00.t_btn00 a:hover {background-color: #FFFFFF;background-image: url("../img/common/icon_external.svg");}
#header .header_inner .right .right_top .header-btn-list .btn00.t_btn00 a:hover .btn-text {background-image: url("../img/common/icon_tire02.svg");color: #064CCE;}

#header .header_inner .right .right_top .tel_box .tel .num {padding-left: 28px;box-sizing: border-box;position: relative;font-size: 26px;color: #FFFFFF;transition: 0.3s;}
#header .header_inner .right .right_top .tel_box .tel .num::before {content: "";display: block;width: 24px;height: 24px;background: url("../img/common/icon_tel02.svg") no-repeat center;background-size: contain;position: absolute;top: 0;left: 0;transition: 0.3s;}
#header .header_inner .right .right_top .tel_box .tel-text {font-weight: 500;font-size: 14px;line-height: 1; margin-top: 2px;color: #FFFFFF;transition: 0.3s;}

#header .header_inner .right .c_btn00 {width: 148px;height: 120px;position: absolute;top: 0;right: 0;}
#header .header_inner .right .c_btn00 a {display: block;width: 100%;height: 100%;padding: 20px;box-sizing: border-box;background:#F51F1F;border: 2px solid #F51F1F;border-bottom-left-radius: 20px;text-align: center;box-shadow: 0 0 4px rgba(0, 0, 0, 0.16); }
#header .header_inner .right .c_btn00 a .btn-text {display: block;padding-top: 30px;box-sizing: border-box;color: #FFFFFF;font-size: 18px;font-weight: 700;line-height: 1.3;position: relative;transition: 0.3s;}
#header .header_inner .right .c_btn00 a .btn-text::before {content: "";display: block;width: 24px;height: 18px;background: url("../img/common/btn_mail01.svg") no-repeat center;background-size: contain;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
#header .header_inner .right .c_btn00 a:hover {text-decoration: none; background:#FFFFFF;}
#header .header_inner .right .c_btn00 a:hover .btn-text {color: #F51F1F;}
#header .header_inner .right .c_btn00 a:hover .btn-text::before {filter: brightness(0) saturate(100%) invert(38%) sepia(70%) saturate(6911%) hue-rotate(348deg) brightness(96%) contrast(101%);}

/*gnav*/
.gnav {height: 18px;}
.gnav > ul.flex {width:auto;height: 100%;flex-wrap: nowrap;}
.gnav > ul > li {margin-right: 20px;}
.gnav > ul > li:last-child {margin-right: 0;}
.gnav > ul > li > a {display: block;height: 100%;font-size: 18px;line-height: 1;font-weight: 500;color: #FFFFFF;transition: 0.3s;}
.gnav > ul > li > a:hover {text-decoration: none;color: #064CCE!important;}

.fixed #header {background: #FFFFFF;}
.fixed #header .header_inner .right .right_top .tel_box .tel .num {color: #000000;}
.fixed #header .header_inner .right .right_top .tel_box .tel .num::before {background: url("../img/common/icon_tel03.svg") no-repeat center;background-size: contain;}
.fixed #header .header_inner .right .right_top .tel_box .tel-text {color: #000000;}
.fixed .gnav > ul > li > a {color: #000000;}

/* main */
/*-------------------------------------------*/
#main.home_main {width: 100%;background: url("../img/main/main_bg01.png") no-repeat center top, #FFFFFF;background-size: cover;padding-top: 100px;box-sizing: border-box;}
#main.home_main .main_box {padding-right: 945px;box-sizing: border-box;position: relative;margin-top: 60px;}

#main.home_main .main_box .text_box {width: 794px;padding: 20px 24px 40px 30px;box-sizing: border-box;background: #FFFFFF;border-top-right-radius: 40px;margin-left: 120px;}
#main.home_main .main_box .text_box .main-text {align-items: center;margin-bottom: 14px;}
#main.home_main .main_box .text_box .main-text .list {width: auto;}
#main.home_main .main_box .text_box .main-text .list li {display: inline-block;padding: 6px 18px 6px 42px;box-sizing: border-box;border-radius: 6px;background: url("../img/common/icon_check01.png") no-repeat center left 18px, #E1EBFE;background-size: 20px;font-size: 18px;margin-right: 6px;}
#main.home_main .main_box .text_box .main-text .list li:last-child {margin-right: 10px;}
#main.home_main .main_box .text_box .main-text p {font-size: 22px;}
#main.home_main .main_box .text_box .main_title {width: 100%;}
#main.home_main .main_box .text_box .main_title .title {display: block;font-size: 74px;line-height: 1;}
#main.home_main .main_box .text_box .main_title .title.flex {width: auto;align-items: center;margin-top: -9px;}
#main.home_main .main_box .text_box .main_title .title .mini01 {display: inline-block;font-size: 88px;letter-spacing: -0.5em;margin-bottom: 22px;}
#main.home_main .main_box .text_box .main_title .title .mini02 {display: inline-block;font-size: 46px;margin-bottom: 9px;}
#main.home_main .main_box .text_box .main_title .title em {display: inline-block;font-size: 200px;margin: 0 2px 0 4px;}

#main.home_main .main_box .main_img {width: 945px;height: 677px;position: absolute;top: -60px;right: 0;}
#main.home_main .main_box .main_img::before {content: "";display: block;width: 550px;height: 180px;background: #064CCE;clip-path: polygon(100% 0, 100% 100%, 0 100%);position: absolute;bottom: 0;right: 0;z-index: 1;}
#main.home_main .main_box .main_img img {display: block;width: 100%;height: 100%;object-fit: cover;object-position:top left;}

#main.home_main .main_box .main_list_box {width: 1010px;padding: 30px 120px 20px 150px;box-sizing: border-box;position: relative;}
#main.home_main .main_box .main_list_box::before {content: "";display: block;width: 256px;height: 249px;background: url("../img/main/main_img02.png") no-repeat center;background-size: contain;position: absolute;top: -227px;right: -136px;}
#main.home_main .main_box .main_list_box::after {content: "";display: block;width: 100%;height: 100%;background: url("../img/main/list_bg.png") no-repeat center;background-size: cover;position: absolute;top: 0;right:0;}
#main.home_main .main_box .main_list_box .img_box {width: 288px;position: absolute;bottom: -40px;right: -186px;z-index: 1;}
#main.home_main .main_box .main_list_box .img_box .tire {width: 100%;height: 288px;padding: 71px 42px 46px;box-sizing: border-box;background: url("../img/main/main_img03.png") no-repeat center;background-size: contain;z-index: 1;}
#main.home_main .main_box .main_list_box .img_box .tire::before {content: "";display: block;width: 202px;height: 76px;background: #5C5C5C;border-radius: 50%;position: absolute;bottom: -11px;left: 50%;transform: translateX(-50%);z-index: -1;filter: blur(7px);opacity: 0.24;}
#main.home_main .main_box .main_list_box .img_box .tire .text01 {font-size: 18px;line-height: 1;margin-bottom: 10px;}
#main.home_main .main_box .main_list_box .img_box .tire .text01 span {font-size: 28px;}
#main.home_main .main_box .main_list_box .img_box .tire .text02 {padding: 8px 0;box-sizing: border-box;font-size: 22px;line-height: 1;margin-bottom: 4px;clip-path: polygon(4% 0, 96% 0, 100% 100%, 0% 100%);}
#main.home_main .main_box .main_list_box .img_box .tire .num01 {display: inline-flex;align-items: center;justify-content: center;}
#main.home_main .main_box .main_list_box .img_box .tire .num01 span {display: inline-block;font-size: 18px;line-height: 1.2;text-align: left;margin-bottom: 5px;}
#main.home_main .main_box .main_list_box .img_box .tire .num01 span.tate {line-height: 1;}
#main.home_main .main_box .main_list_box .img_box .tire .num01 em {display: inline-block;font-size: 58px;line-height: 1;margin: 0 4px;}

#main.home_main .main_box .main_list_box .main_list {justify-content: space-between;position: relative;z-index: 1;}
#main.home_main .main_box .main_list_box .main_list .list_in {width: 240px;border-radius: 20px;}
#main.home_main .main_box .main_list_box .main_list .list_in .title {padding: 6px 0 8px;box-sizing: border-box;border-radius: 10px;position: relative;}
#main.home_main .main_box .main_list_box .main_list .list_in .title::before {content: "";display: block;width: 14px;height: 8px;background: #064CCE;clip-path: polygon(100% 0, 50% 100%, 0 0);position: absolute;bottom: -7px;left: 50%;transform: translateX(-50%);}
#main.home_main .main_box .main_list_box .main_list .list_in .title span {display: inline-block;padding-left: 70px;box-sizing: border-box;font-size: 30px;line-height: 1;position: relative;}
#main.home_main .main_box .main_list_box .main_list .list_in .title span::before {content: "";display: block;width: 64px;height: 60px;background-repeat: no-repeat;background-position: center;background-size: contain;position: absolute;bottom: -6px;left: 0;}
#main.home_main .main_box .main_list_box .main_list .list_in .box_in {padding: 16px 0 20px;box-sizing: border-box;}
#main.home_main .main_box .main_list_box .main_list .list_in .box_in .midashi {font-size: 22px;margin-bottom: 10px;}
#main.home_main .main_box .main_list_box .main_list .list_in .box_in .num {line-height: 1;}
#main.home_main .main_box .main_list_box .main_list .list_in .box_in .num em {display: inline-block;font-size: 52px;}
#main.home_main .main_box .main_list_box .main_list .list_in .box_in .num01 {display:inline-block;padding-right: 21px;position: relative;}
#main.home_main .main_box .main_list_box .main_list .list_in .box_in .num01 em {margin-right: 6px;}
#main.home_main .main_box .main_list_box .main_list .list_in .box_in .num01 .price-sub {font-size:18px;}
#main.home_main .main_box .main_list_box .main_list .list_in .box_in .num01 .price-per {display: inline-block;font-size:18px;position: absolute;bottom: -6px;right: 0;}
#main.home_main .main_box .main_list_box .main_list .list_in .box_in .num01 .price-per::before {content: "";display: block;width: 35px;height: 1px;background: #000000;position: absolute;bottom: 13px;left: -19px;transform: rotate(120deg);}
#main.home_main .main_box .main_list_box .main_list .list_in .box_in .num01 .price-tax {font-size:14px;position: absolute;top: 6px;right:13px;}
#main.home_main .main_box .main_list_box .main_list .list_in .box_in .num02 {font-size: 22px;}
#main.home_main .main_box .main_list_box .main_list .list_in .box_in .num02 em {margin: 0 6px;}

#main.home_main .main_box .main_list_box .main_list .list_in01 .title span::before {background-image: url("../img/main/main_icon01.png");}
#main.home_main .main_box .main_list_box .main_list .list_in02 .title span::before {background-image: url("../img/main/main_icon02.png");}
#main.home_main .main_box .main_list_box .main_list .list_in03 .title span::before {background-image: url("../img/main/main_icon03.png");}
#main.home_main .main_box .main_list_box .main_list .list_in03 .box_in .num01 em {margin-right: 4px;}

/* 下層 main */
/*-------------------------------------------*/
#main.kasou {width: 100%;padding: 196px 0 120px;box-sizing: border-box;background-image: url("../img/main/kasou_bg.jpg");background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;}
#main.kasou::before {content: "";display: block;width: 550px;height: 180px;background: #064CCE;clip-path: polygon(100% 0, 0% 100%, 100% 100%);position: absolute;bottom: 0;right: 0;z-index: 1;}
#main.kasou .main_title {font-size: 70px;line-height: 1.2;}

/*パンくず*/
div#bread {width: 100%;padding-top: 8px;}
ul.bread-list {font-size:14px;justify-content: flex-start;}
ul.bread-list li {line-height: 1.2;}
ul.bread-list li a {text-decoration:none;line-height: 1.2;}
ul.bread-list li a:hover {text-decoration:underline;}
ul.bread-list li::after{content:"＞";margin: 0 4px;}
ul.bread-list li:last-child::after{display: none;}

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger {position: absolute;left: 0;top:116px;z-index: -100;}

/* footer */
/*-------------------------------------------*/
#contact-sec {padding: 100px 0;border-radius: 100px;margin: -100px 0;position: relative;z-index: 1;}
#contact-sec::before {content: "";display: block;width: 100%;height: 226px;background: url("../img/common/c_bg01.png") no-repeat center;background-size: contain;position: absolute;bottom: 155px;left: 0;}
#contact-sec .wrap {z-index: 1;}

#contact-sec .title_box {padding: 0 165px;box-sizing: border-box;margin-bottom: 20px;position: relative;}
#contact-sec .title_box .img01 {display: block;width: 234px;position: absolute;top: 67px;left: -62px;z-index: -1;}
#contact-sec .title_box .img02 {display: block;width: 175px;position: absolute;top: 37px;right: 0;z-index: -1;}
#contact-sec .title_box .title {font-size: 60px;line-height: 1.2;margin-bottom: 20px;}
#contact-sec .title_box .title span {display: block;}
#contact-sec .title_box p.common_text {text-align: center;}
#contact-sec .title_box p.common_text em {font-size: 24px;}
#contact-sec .c_box01 {justify-content: center;align-items: center;padding: 16px 0;box-sizing: border-box;border-radius: 20px;margin-bottom: 20px;}
#contact-sec .c_box01 .icon {width: 70px;margin-right: 30px;}
#contact-sec .c_box01 .text_box {width: 670px;}
#contact-sec .c_box01 .text_box .midashi {font-size: 24px;margin-bottom: 6px;}
#contact-sec .c_box02 {justify-content: space-between;}
#contact-sec .c_box02 .box {width: 540px;padding: 40px 0;box-sizing: border-box;border-radius: 20px;}
#contact-sec .c_box02 .box .icon {display: inline-block;width: 60px;height: 60px;border-radius: 50%;position: relative;margin-bottom: 10px;}
#contact-sec .c_box02 .box .icon img {width: 28px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#contact-sec .c_box02 .box h3 {font-size: 28px;}
#contact-sec .c_box02 .box p.text01 {margin-top: 4px;text-align: center;}
#contact-sec .c_box02 .box .tel_box {margin-top: 10px;}
#contact-sec .c_box02 .box .tel_box .tel .num {color: #064CCE;}
#contact-sec .c_box02 .box .c_btn01 {margin-top: 20px;text-align: left;}

#map-sec {height: 700px;}
#map-sec .img_box {width: 50%;height: 100%;position: relative;}
#map-sec .img_box img {width: 100%;height: 100%;object-fit: cover;}
#map-sec .map_box {width: 50%;height: 100%;position: relative;overflow: hidden;}
#map-sec .map_box iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#footer {padding: 80px 0;}
#footer a {color: #FFFFFF;}
#footer .footer_box {justify-content: space-between;align-content: flex-start;}
#footer .footer_box .left {width: 330px;}
#footer .footer_box .left .logo {width: 168px;margin-bottom: 20px;}
#footer .footer_box .left .logo a {display: block;width: 100%;}
#footer .footer_box .left .logo a .logo-text {font-size: 12px;line-height: 15px;margin-top: 6px;}
#footer .footer_box .left .logo a:hover {text-decoration: none;opacity: 0.7;}

#footer .footer_box .right {width: calc(100% - 400px);}
.navs-list {width: 100%;justify-content: flex-end;display:flex;}
.navs-list > ul.navs-list01 {margin-right: 50px;}
.navs-list > ul.navs-list00 > li {margin-bottom: 30px;}
.navs-list > ul.navs-list00 > li:last-child {margin-bottom:0;}
.navs-list > ul.navs-list00 > li > a {display: block;padding-left: 20px;box-sizing: border-box;line-height: 1;font-weight: 500;position: relative;}
.navs-list > ul.navs-list00 > li > a .arrow {display: inline-block;width: 16px;height: 16px;border-radius: 50%;background-image: url("../img/common/btn_arrow.svg");background-repeat: no-repeat;background-position: center;background-size: 8px;position: absolute;top: 0;left: 0;}

#footer .bottom_box {justify-content: space-between;align-items: center;flex-direction: row-reverse;padding-top: 20px;border-top: 1px solid #FFFFFF;margin-top: 40px;}
#footer .bottom_box .link_list {width: auto;}
#footer .bottom_box .link_list li {margin-right: 40px;}
#footer .bottom_box .link_list li:last-child {margin-right: 0;}

/* wideWrap
=========================================== */
section{width:100%;}

aside,footer{position:relative;}

/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.no-pc{display: inline-block;pointer-events: none;text-decoration: none!important;}

.sp{display:none!important;}
