@charset "UTF-8";

:root {
  --main-color: #2aadf0;
  --sub-color: #BC1212;
  --font-number: 'Open Sans', sans-serif;
  ;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  color: #333;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN,", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  /* ベースのフォントサイズを16px相当に設定 */
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  letter-spacing: 0.1em;
}

body.is_fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
}

body p {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
p {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  text-align: left;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

button {
  border: none;
  background: none;
}

span {
  margin: 0;
  padding: 0
}

dl {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
  height: auto;
  width
  /***/
  : auto;
  vertical-align: middle;
}

a:focus {
  outline: none;
}

a {
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:active {
  text-decoration: underline;
}

a:hover img {
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  opacity: 0.8;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*=========================================================================================
margin set
==========================================================================================*/
.mgt0 {
  margin-top: 0 !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgb0 {
  margin-bottom: 0 !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb55 {
  margin-bottom: 55px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

@media (max-width : 767px) {

  .mgt70,
  .mgt80,
  .mgt90,
  .mgt100 {
    margin-top: 60px !important;
  }

  .mgb70,
  .mgb80,
  .mgb90,
  .mgb100 {
    margin-bottom: 60px !important;
  }
}

/*=========================================================================================
padding set
==========================================================================================*/
.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt35 {
  padding-top: 35px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdb35 {
  padding-bottom: 35px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

.pdb50 {
  padding-bottom: 50px !important;
}

.pdb60 {
  padding-bottom: 60px !important;
}

/*=========================================================================================
flex設定
==========================================================================================*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.f_wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jc-bet {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ai-cen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jc-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-around;
}

.jc-cen {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.gap40 {
  gap: 34px 40px;
}

.gap50 {
  gap: 44px 50px;
}

.flex_txtBox {
  flex: 1;
}

.flex_img_s {
  max-width: 300px;
  width: 30%;
}

.flex_img_m {
  max-width: 520px;
  width: 50%;
}

@media (max-width : 767px) {

  .sp_column {
    flex-direction: column !important;
  }

  .flex_img_s {
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
  }

  .flex_img_m {
    max-width: 100%;
    width: 100%;
  }
  .flex_txtBox {
    width: 100%;
  }
}

/*=========================================================================================
改行設定
==========================================================================================*/

.sp_view767,
.sp_view640,
.sp_view480 {
  display: none;
}

@media (max-width : 767px) {
  .pc_view767 {
    display: none;
  }

  .sp_view767 {
    display: block;
  }
}

@media (max-width : 640px) {
  .pc_view640 {
    display: none;
  }

  .sp_view640 {
    display: block;
  }
}

@media (max-width : 480px) {
  .pc_view480 {
    display: none;
  }

  .sp_view480 {
    display: block;
  }
}

/*=========================================================================================
共通
==========================================================================================*/

.section_box01 {
  padding: 100px 0;
}

.section_box02 {
  padding: 100px 0 0;
}

.section_box03 {
  padding: 0 0 100px;
}

.inner {
  max-width: 1040px;
  width: 100%;
  margin-inline: auto;
}

.w900 {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}

/* テキストカラー */

.mainImgTxt {
  text-align: center;
  max-width: 430px;
  height: auto;
  margin: 0 auto;
}

.col_main {
  color: var(--main-color) !important;
}

.col_sub {
  color: var(--sub-color) !important;
}

.col_black {
  color: #333 !important;
}

.col_white {
  color: #fff !important;
}

/* テキスト周り */

.center_txt {
  text-align: center;
}

.center_txt_pc {
  text-align: center;
}

.color-w{
  color: #fff;
}

table .error, table .required {
    color: #FF7272;
}
.error {
 display: block;
 font-size: 12px;
}

.thanks_txt {
 font-size: 16px;
 text-align: center;
  margin: 0 0 40px;
}

/* タイトル */

.main_tit01 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 0 0 13px;
  margin: 0 0 37px;
  position: relative;
  /* font-family: 'Noto Serif JP', serif; */
}

.main_tit01::after {
  content: '';
  width: 60px;
  height: 3px;
  background-color: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bg_gray .main_tit01 {
  color: #fff
}
.bg_gray .main_tit01::after {
  background-color: #fff;
}




.tit_style01 {
  font-size: 26px;
  font-size: 2.6rem;
  color: var(--main-color);
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 20px;
  /* font-family: 'Noto Serif JP', serif; */
}

/* その他 */

.bg_gray {
  background-color: #005B98;
}

.bg_white {
  background-color: #fff;
}

.num_reset {
  counter-reset: number 0;
}


@media (max-width : 1280px) {
  .inner {
    padding: 0 20px;
  }
}

@media (max-width : 767px) {

  .section_box01 {
    padding: 70px 0;
  }

  .section_box02 {
    padding: 70px 0 0;
  }

  .section_box03 {
    padding: 0 0 70px;
  }

  .center_txt_pc {
    text-align: left;
  }
}

/* テーブル */

.table_style {
  width: 100%;
}

.table_style th {
  vertical-align: middle;
  width: 25%;
  font-weight: 500;
  border-bottom: 1px solid var(--main-color);
  padding: 25px 15px;
}

.table_style td {
  vertical-align: middle;
  width: 75%;
  border-bottom: 1px solid #D9D9D9;
  padding: 25px 15px;
}

@media (max-width : 1060px) {

  .tab_scroll {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width : 767px) {

  .sp_scroll {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .table_style th,
  .table_style td {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
}

/*=========================================================================================
ヘッダー
==========================================================================================*/

#header {
position: fixed;
top: 0;
left: 0;
transition: .5s;
width: 100%;
z-index: 9999;
background: #005B98;
height: 100px;
}

.h_main_frame {
	display: flex;
 gap: 0 10px;
	justify-content: space-between; 
	box-sizing: border-box;
	align-items: center;
}
.head_h1 {
  position: absolute;
  top: 0;	
}

.head_h1 h1{
 font-size: 11px;
}

.h_left_area {
  max-width: 290px;
  width: 100%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7500%) hue-rotate(77deg) brightness(106%) contrast(106%);
}

.contact_area {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
	gap: 0 20px;
}

.h_tel_area {
 display: flex;
 align-items: center;
 gap: 0 10px;
  color: #fff;
}

.h_tel_area .h_tel {
 font-size: 30px;
 font-size: 3.0rem;
 font-weight: 700;
 padding: 0 0 0 20px;
 display: inline-block; 
  letter-spacing: 0.05em;  
}
.h_tel_area .h_tel a{
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}
 
.h_tel_area .h_tel_icon {
	padding: 0 0 0 30px;
	position: relative;
	z-index: 0;
}
 
.h_tel_area .h_tel_icon::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-image: url("../img/h_tel_icon.svg");
  mask-image: url(../img/h_tel_icon.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 19px;
  height: 25px;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color:var(--sub-color);
  z-index: -1;
}

.menu>li>a:hover:after {
    background: var(--main-color);;
  }


/*==================================================================================================================================================
PCヘッダー
全サイズハンバーガーメニューの場合はここのエリアは削除
=================================================================================================================================================*/


@media (min-width : 1071px) { 
  .sp_nav {
    display: none;
  }
  .sp_menu {
    display: none;
  }
  .h_main_frame {
    padding: 0 0 0 15px;
  }
  .h_contact {
    width: 96px;
  }
  .h_contact a {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 10px 5px;
    box-sizing: border-box;
    height: 100%;
    min-height: 100px;
    white-space: nowrap;
    position: relative;
  }
  .h_contact a:before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--main-color);
    opacity: 0;
    z-index: -1;
    transition: 0.3s all;
    box-sizing: border-box;
  }
  .h_contact a:hover::before {
    opacity: 1;
  }
  .h_contact a::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--sub-color);
    z-index: -2;  
  }
  .h_contact a:hover {
    text-decoration: none;
  }
  .h_contact a .h_mail_icon {
    padding: 25px 0 0 0;
    position: relative;
    align-self: center;
  }
  .h_contact a .h_mail_icon::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-mask-image: url(../img/h_mail_icon.svg);
    mask-image: url(../img/h_mail_icon.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 25px;
    height: 19px;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    background-color: #fff;
  }
  .h_contact a:hover .h_mail_icon::before {}
  .h_hour {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    font-weight: var(--weight-txt);
  }
  .h_right_area {
    display: flex;
    gap: 0 25px;
  }
  .h_right_area_in {
    display: flex;
    flex-direction: column;
    justify-content: center;
  } 
 
/*=========================================================================================
グローバルメニュー
==========================================================================================*/

.menu {
 display: flex;
 justify-content: flex-end;
 gap: 0 25px;
}

.menu > li {
 position: relative;
}

.menu > li > a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  color: #fff;
}

.menu > li > a:hover {
 	color: var(--main-color);
}

.menu > li > a:after {
 content: '';
 position: absolute;
 bottom: 0;
 background: var(--main-color);
 transition: 0.3s all;
 width: 0px;
 height: 2px;
 left: 50%;
 transform: translateX(-50%);
}

.menu > li > a:hover:after{
 width: 30px;
}

.menu > li > a > strong.nav_main {
 display: block;
 font-weight: 500;
}
.menu > li > a > span.nav_sub {
 display: none;
}
 
#header.scroll {
 transform: translateY(-130%);
}
 
}

@media (min-width : 1071px) and (max-width : 1150px){
  .menu {
    gap: 0 20px;
  }
 
}

/*==================================================================================================================================================
PCヘッダーここまで
=================================================================================================================================================*/



/*=========================================================================================
ハンバーガーメニュー 
==========================================================================================*/


@media (max-width : 1070px) {
  #header {
    height: 65px;
    padding: 4px 10px;
  }
  .menu > li > a > span.nav_sub {
    display: block;
    font-family: 'Damion', cursive;
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 1.2;
    color: var(--sub-color);
    text-transform: capitalize;
  }
  .pc_nav {

 }
  .sp_nav {
    display: none;
  }
  .sp_nav.sp_nav_on {
    display: block;
  }
  .h_right_area {
    display: flex;
    align-items: center;
  }
  .h_hour {
    display: none;
  }
  .contact_area {
    margin: 0;
  }
  .h_contact {
    width: 50px;
    height: 55px;
  }
  .sp_menu {
    width: 55px;
    height: 55px;
  }
  .h_contact a {
    display: block;
    height: 100%;  
  }
  .h_mail {
    display: inline-block;  
    text-indent: -9999px;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .h_mail_icon {
    position: relative;
  }
  .h_mail_icon::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 27px;
    height: 19px;
    -webkit-mask-image: url(../img/h_mail_icon.svg);
    mask-image: url(../img/h_mail_icon.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    background:var(--sub-color);
  }
  .pc_nav_off {
    display: none;
  }
  .nav_wrapper {
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    background: #fff;
    transition: 0.5s;
    overflow-y: scroll;
    padding: 60px 10px 150px 30px;
  }
  .menu > li {
    position: relative;
    margin: 0 0 25px;
  }
  .menu > li > a {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 400;
    padding: 10px 0 10px 20px;
    color: #333;
    text-align: center;
    position: relative;
    letter-spacing: 0;
  }
  .menu > li > a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--main-color);
    width: 10px;
    height: 2px;
  }
  .menu > li > a:hover {
    text-decoration: none;
  }
  .sub-menu {
    display: none;
  }
  .menu-item .sub-menu li a {
    width: inherit;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
    background: none;
    border: none;
    font-weight: 500;
    position: relative;
  }  
 
 .menu-item .sub-menu {
 }
 
.menu-item li a .nav_main{
 font-weight: 500;
} 
 
.menu-item .sub-menu li a:after {
  content: '';
  width: 8px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}  
 
.menu-item:hover .sub-menu li a {
 text-decoration: none;
}  
 
.menu-item .sub-menu li:last-child a {
 border-bottom: none;
} 
 
 .sp_menu_tigger {
  width: 100%;
  height: 100%; 
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative; 
  z-index: 40;
 }

 .sp_menu_tigger span,
 .sp_menu_tigger span:before,
 .sp_menu_tigger span:after {
  width: 25px;
  height: 2px;
  background: #444;
  position: relative;
  transition: 0.3s all;
 }

 .sp_menu_tigger span:before,
 .sp_menu_tigger span:after {
  content: ''; 
  position: absolute;
 }

 .sp_menu_tigger span:before {
  top:10px;
 }

 .sp_menu_tigger span:after {
  bottom:10px;
 }

 .sp_menu_area {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s all;
 }

 .nav_area {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 30;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
 } 

 .nav_area.active {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
 } 
 
 
 .nav_sub {
  font-size: 12px;
  font-weight: 500;
}
 
/*
sp_menu_open
==========================================================================================*/

 .sp_menu_tigger.open span {
  background: transparent;
 }

 .sp_menu_tigger.open span:before {
  top:0;
  transform: rotate(-45deg);
 }

 .sp_menu_tigger.open span:after {
  bottom:0;
  transform: rotate(45deg);
 }

 .sp_menu_area.active {
  opacity: 1;
  z-index: 2;
  background: rgba(255,255,255,0.8);
 }

 #header.scroll .nav_wrapper {
  opacity: 0;
 }
}

@media (max-width : 767px) {
  .h_tel {
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .h_tel_area .h_tel_icon {
    padding: 0;
  }
  .h_tel_icon {
    position: relative;
    z-index: 40;
  }
  .h_tel_area .h_tel_icon::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-mask-image: url("../img/h_tel_icon.svg");
    mask-image: url(../img/h_tel_icon.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 19px;
    height: 25px;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color:var(--sub-color);
    z-index: -1;
  }
  .h_tel a {
    display: block;
    height: 100%;
    position: relative;
  }
  .h_tel {
    width: 50px;
    height: 55px;
  }  
  .h_left_area .logo {
    width: 150px;
    height: 44px;
  }

  
}

/*=========================================================================================
メイン
==========================================================================================*/

.wrap {
  margin-top: 100px;
}

@media (max-width : 1070px) {
  .wrap {
    margin-top: 65px;
  }

  .f_area {
    margin-top: 65px 0;
  }
}

/* ====================== */
/* メインビジュアル */
/* ====================== */

.mv {
  height: calc(100vh - 100px);
  position: relative;
  z-index: 0;
}

.mv::before {
  content: '';
  width: 90%;
  height: 100%;
  background: url(../img/mv_img.webp) no-repeat 50% 0/cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.mv_catch {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mv_catch_txt {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 700;
}

.mv_catch_txt02 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 6px 0 0;
}

.mv_catch_txt_inline {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: rgba(255,255,255,.85);
  padding: 7px 64px;
  line-height: 2.1;
}

@media (max-width : 1070px) {
  .mv {
    height: calc(100vh - 65px);
  }
}

@media (max-width : 767px) {
  .mv {
    height: calc(100svh - 65px);
  }
  .mv::before {
    width: 100%;
    background: url(../img/mv_img_sp.webp) no-repeat 30% 0/cover;
  }
  .mv_catch {
    top: inherit;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 10px;
    width: 100%;
  }
  .mv_catch_txt {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .mv_catch_txt02 {
    font-size: 20px;
    font-size: 2rem;
    margin: 5px 0 0;
    text-align: center;
  }  
  .mainImgTxt img {
    width: 200px;
  }
  
}

@media (max-width : 640px) {
  .mv_catch_txt_inline {
    background-color: transparent;
    padding: 0;
    line-height: 1;
  }
  .mv_catch {
    bottom: 40px;
  }
  
}




/* ====================== */
/* セクション１ */
/* ====================== */

.bg_fixed::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #005B98;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
}

.first_main_tit {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 3px;
  text-underline-offset: 12px;
  margin: 0 0 50px;
  color: #fff;
}

.dotted_txt {
  background-image: radial-gradient(circle at center, var(--main-color) 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.05em 0.4em;
  padding-top: .4em;
}

.persons_area {
  display:flex;
  /*grid-template-columns: auto 320px auto;*/
  /*align-items: center;*/
  flex-wrap: wrap;
  gap: 20px;
}

/*.persons_img {
  grid-column: 2/3;
  grid-row: 1/4;
}

.persons_area_box01 {
  grid-column: 1/2;
  grid-row: 1/3;
}

.persons_area_box02 {
  grid-column: 3/4;
  grid-row: 1/2;
}

.persons_area_box03 {
  grid-column: 1/2;
  grid-row: 3/4;
}

.persons_area_box04 {
  grid-column: 3/4;
  grid-row: 2/4;
}*/
/*
.persons_area_box01,
.persons_area_box03{
  margin-right: 40px;
}

.persons_area_box02,
.persons_area_box04 {
  margin-left: 40px;
}*/

.persons_area_box {
  width: calc((100% - 60px) / 4);
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  padding: 30px 20px;
}
.persons_area_box .tit_style01{
  font-size: 20px;
  font-size: 2rem;
}


.persons_area_box ul li{
  position: relative;
  padding: 0 0 0 1em;
}
.persons_area_box ul li::before{
  content: "・";
  position: absolute;
  left: 0;
  top:0;
}

.top01_tit {
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 60px;
  /* font-family: 'Noto Serif JP', serif; */
}

.top01_tit .inline {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: var(--main-color);
  padding: 10px 28px 13px;
  position: relative;
}

.top01_tit .inline::after {
  content: '';
  width: 42px;
  height: 21px;
  background-color: var(--main-color);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}


@media (max-width : 1060px) {
  .persons_area {
    justify-content: center;
  }
  .persons_area_box {
    width: 235px;
  }
  
  
  
/*
  .persons_area {
   grid-template-rows: 300px auto auto auto auto;
    grid-template-columns: auto;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
  }

  .persons_img {
    grid-column: 1/2;
    grid-row: 1/2;
    max-width: 281px;
    width: 100%;
    margin-inline: auto;
    text-align: center;
    height: 300px;
    overflow: hidden;
  }

  .persons_area_box01 {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .persons_area_box02 {
    grid-column: 1/2;
    grid-row: 3/4;
  }

  .persons_area_box03 {
    grid-column: 1/2;
    grid-row: 4/5;
  }

  .persons_area_box04 {
    grid-column: 1/2;
    grid-row: 5/6;
  }

  .persons_area_box {
    padding: 32px 20px;
    margin: 0 0 10px;
  }

  .persons_area_box:last-child {
    margin: 0;
  }*/
}

@media (max-width : 767px) {

  .first_main_tit {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 2.6;
    margin: 0 0 26px;
  }

  .top01_tit {
    font-size: 26px;
    font-size: 2.6rem;
    background-color: var(--main-color);
    padding: 14px 10px 16px;
    margin: 0 0 50px;
    position: relative;
  }

  .top01_tit .inline {
    background-color: none;
    padding: 0;
    position: static;
  }
  .persons_area {
     grid-template-rows:auto;
  }
  .persons_img {
    grid-column: 1/2;
    grid-row: 1/2;
    max-width: inherit;
    width: 100%;
    margin-inline: auto;
    text-align: center;
    height: auto;
    overflow: hidden;
  }
  .persons_img img{
    width: 100%;
  }
  
  
}

@media (max-width : 640px) {
  .persons_area_box {
    width: 100%;
  }
  
  
  
}





/* ====================== */
/* セクション2 */
/* ====================== */

.flex_list li {
  margin: 0 0 50px;
}

.flex_list li:nth-child(odd) {
  flex-direction: row-reverse;
}

.flex_list li:last-child {
  margin: 0;
}

.num_tit {
  position: relative;
  z-index: 0;
  margin: 0 0 30px;
}

.num_tit::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  font-size: 120px;
  font-size: 12rem;
  /* font-family: 'Noto Serif JP', serif; */
  font-weight: 700;
  color: var(--main-color);
  opacity: .15;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 30%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

@media (max-width : 767px) {}


/* ====================== */
/* セクション4 */
/* ====================== */

.table_style02 {
  width: 100%;
}

.table_style02 th {
  color: #fff;
  vertical-align: bottom;
  font-weight: 500;
  /* font-family: 'Noto Serif JP', serif; */
}

.main_th {
  display: block;
  height: 40px;
  background-color: var(--main-color);
  padding: 6px 15px;
}

.sub_th {
  display: block;
  height: 30px;
  background-color: #BFBFBF;
  border-left: 1px solid #D9D9D9;
  padding: 0 15px;
}

.table_style02 td {
  vertical-align: middle;
  border-bottom: 1px solid #D9D9D9;
  padding: 25px 15px;
  width: calc(100% / 3)
}

.table_style02 td:last-child {
  border-left: 1px solid #D9D9D9;
}

.first_td {
  font-weight: 500;
}

.main_td {
  background-color: rgba(214,237,245,.5);
}


@media (max-width : 767px) {}


/* ====================== */
/* セクション5 */
/* ====================== */

/* ====================== */
/* セクション5 */
/* ====================== */

.results_area {
  display: flex;
  gap: 60px;
}
.results_before {
  max-width: 490px;
  width: 100%;
  position: relative;
}
.results_after {
  max-width: 490px;
  width: 100%;
}
.results_txt {
  display: inline-block;
  min-width: 109px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 10px 5px;
  margin-left: 0;
}
.results_txt_before {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  background-color: #fff;
}
.results_txt_after {
  color: #fff;
  background-color: var(--main-color);
}
.results_img{
  position: relative;
  margin: 0 0 10px;
}

.results_before .results_img::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/arrow.svg);
  mask-image: url(../img/arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 33px;
  height: 44px;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  background-color: var(--main-color);
  z-index: 1;
}

@media (max-width : 767px) {
  .results_area {
    flex-direction: column;
    gap: 70px;
  }
  .results_before,
  .results_after {
    max-width: 100%;
    width: 100%;
  }
  .results_before{
    position: relative;
  }
  .results_before::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    -webkit-mask-image: url(../img/arrow.svg);
    mask-image: url(../img/arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 33px;
    height: 44px;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    background-color: var(--main-color);
    z-index: 1;
    transform: translateX(-50%) rotate(90deg);
  }
  .results_before .results_img::after {
    width: 0;
    height: 0;
    background: none;
    position: static;
  }  
  .results_txt {
    min-width: 85px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0px 10px 1px;
    margin-left: 24px;
  }
}


/* ====================== */
/* セクション6 */
/* ====================== */

.card {
  max-width: 500px;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.card_content {
  background-color: #fff;
  padding: 40px 40px 30px;
}

.card_content_name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: right;
  margin-top: 10px;
  /* font-family: 'Noto Serif JP', serif; */
}


@media (max-width : 767px) {

  .card {
    max-width: 100%;
  }

  .card_content {
    padding: 20px 20px 24px;
  }
}


/* ====================== */
/* セクション7 */
/* ====================== */

.faq_item {
  border-bottom: 1px solid #D9D9D9;
  margin: 0 0 20px;
}

.faq_item:last-child {
  margin: 0;
}

.faq_item_question {
  background-color: #fff;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.faq_item_question::before {
  content: 'Q';
  width: 38px;
  height: 38px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-indent: 0.1em;
  background-color: var(--main-color);
  border: 2px solid var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /* font-family: 'Noto Serif JP', serif; */
}

.faq_item_question_txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

.faq_item_answer {
  padding: 15px 40px;
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: rgba(214,237,245,.5);
}

.faq_item_answer::before {
  content: 'A';
  width: 38px;
  height: 38px;
  font-size: 20px;
  font-size: 2rem;
  color: var(--main-color);
  font-weight: 700;
  line-height: 1;
  text-indent: 0.1em;
  border: 2px solid var(--main-color);
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /* font-family: 'Noto Serif JP', serif; */
}


@media (max-width : 767px) {

  .faq_item_question {
    padding: 15px 20px;
  }

  .faq_item_answer {
    padding: 15px 20px;
  }
}


/*=========================================================================================
フォーム設定
==========================================================================================*/
.table_style01 {
 width: 100%;
 border-collapse: collapse;
 border-spacing: 0;
 background: #fff;
}

.table_style01 th,
.table_style01 td {
 vertical-align: middle;
 padding: 13px 20px;
 box-sizing: border-box;
 border-style: solid;
 border-color: #D9D9D9;
}

.table_style01 th,
.table_style01 td:first-child{
 width: 25%;
 font-weight: 500;
 border-width: 0px 0px 1px 0px;
 border-color: var(--main-color);
}

.table_style01 td {
 width: 75%;
 color: #000;
 border-width: 0 0 1px 0;
}

@media (max-width : 767px){
  
.table_style01 td {
  padding: 13px 15px;
  width: auto;
  display: block;
  border-width: 0 0 1px 0;
  border-color: #D9D9D9; 
 }

.table_style01 th,
.table_style01 td:first-child{
  padding: 20px; 
  display: block;
  border-color: var(--main-color);
  width: 100%;
 }
 
}





button,
input {
	line-height: normal;
}
textarea {
 resize: vertical;
 width: 100%;
 overflow: auto;
 vertical-align: top;
 background: #F5F5F5;
 border: none;
 padding: 15px;
}

input[type="text"]{
 padding: 12px 10px;
 border: none;
 background: #F5F5F5;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
 border: solid 1px #dadada;

 background:#fff;
 padding: 5px;
 vertical-align:middle;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #ccc;
	font-weight: normal;
}

input:-ms-input-placeholder, textarea::-webkit-input-placeholder  {
	color: #ccc;
	font-weight: normal;
}

input::-moz-placeholder, textarea::-webkit-input-placeholder  {
	color: #ccc;
	font-weight: normal;
}

input[type="file"]{
 border: 0;
 border-radius: 3;
 background:none;
 padding: 5px;
 vertical-align:middle;
}


input[type="radio"] {
 margin-right: 1px;
}

label {
 display: inline-block;
 padding: 0 15px 0 0;
}
.pp_check label {
  padding: 0;
}


/* -------- 他設定 -------- */

.text_type01{
 width: 100%;
}
.radio_list {
  display: flex;
  flex-wrap: wrap;
}
.name_list {
  display: flex;
  gap: 20px 20px;
}

.post_list button[type="button"] {
 border: 1px solid var(--main-color);
 background: var(--main-color);
 color: #fff;
 width: 115px;
 padding: 8px 10px;
 cursor: pointer;
 transition: 0.3s all;
  letter-spacing: 0.1em;
}

.post_area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px;
}

.prefecture_area {
  margin: 0 0 20px;
}

.prefecture_area #prefecture {
  padding: 12px 10px;
  border: none;
  background: #F5F5F5;
}

.city_address_area01 {
  margin: 0 0 20px;
}

.send_btn {
  max-width: 300px;
  width: 100%;
  margin: 40px auto 0;
}

.send_btn input {
 display: block;
 cursor: pointer;
 width: 100%;
 margin: 0px auto 0;
 padding: 14px 0;
 color: #fff;
 font-size: 16px;
 font-weight: 500;
 text-align: center;
 text-decoration: none;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
 letter-spacing: 0.1em;
 -webkit-appearance: none;
 background: var(--sub-color);
 border: 1px solid transparent;
  position: relative;
}

.privacy_box {
 border: 1px solid #d6d8e0;
  margin: 0 0 8px;
}

.privacy_inner {
	width: auto;
	height: 200px;
	overflow-y: scroll;
	padding: 22px;
}

.privacy_title {
  margin-bottom: 2px;
  font-weight: 500;
}

.privacy_box p {
  margin: 0 0 20px 0!important;
}

.privacy_list {
  margin: 0 0 20px 0;
}

.privacy_list li{
 list-style: decimal;
 margin: 0 0 0 18px!important;
}

.mail_box01 {
  margin: 0 0 20px;
}


@media (max-width : 767px){
  .name_list {
    flex-direction: column;
  }
  .text_type02{
    font-size: 14px;
  }

}

@media (max-width : 480px){
  input#postal {
    width: 130px;
  }
  .post_area {
    gap: 15px;
  }
  .post_list button[type="button"] {
    width: 75px;
    padding: 8px 5px;
  } 
  .privacy_inner {
    padding: 22px 12px;
  }
  .pp_check label {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  
}

@media (any-hover: hover){
  .send_btn input:hover {
    text-decoration: none;
    background: var(--main-color);
    color: #fff;
  }
  .post_list button[type="button"]:hover {
    background: #fff;
    color: var(--main-color);
  }

}

@media (hover: none){
  .send_btn input:active {
    text-decoration: none;
    background: var(--main-color);
    color: #fff;
  }
  .post_list button[type="button"]:active {
    background: #fff;
    color: var(--main-color);
  }

}


/*=========================================================================================
フッター
==========================================================================================*/

#footer{
  background-color: #005B98; 
}
.f_area {
  padding: 60px 0 55px;  
}

.f_logo {
  max-width: 174px;
  width: 100%;
  margin-inline: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7500%) hue-rotate(77deg) brightness(106%) contrast(106%);
}

.copyright {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}

@media (max-width : 767px) {

  .f_area {
    padding: 50px 0;
  }
}



/*=========================================================================================
ページトップ
==========================================================================================*/

#pagetop {
  position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 9998;
	width: 80px;
	height: 131px;
}
#pagetop a {
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; 
  position: relative;
   transition: all 0.3s ease;
}
#pagetop a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pagetop_btn.webp) 0 0 no-repeat;
  background-size: 100% auto;
}

@media (any-hover: hover){
  #pagetop a:hover {
    opacity: 0.5;
  }  
}

@media (hover: none) {
  #pagetop a:active {
    opacity: 0.5;
  }  
  
}


/*=========================================================================================
thanks
==========================================================================================*/

#wrap{
  width: 100%;
  margin: 100px auto 0;
}


.page_mainVisual {
	margin: 0 0 0 0;
	position: relative;
}

.main_imgBox {
	position: relative;
	height: 250px;
	z-index: 0;
  background-color: #f2f2f2;
}


.under_mainTxt {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%);
 z-index: 10;
 text-align: center;
 width: 100%;
}

.pMtxtBox {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	line-height: 1.5;
	position: relative;
	z-index: 0;
	font-family: var(--Zen-Maru-Gothic);
}

.page_main_tit {
 font-size: 30px;
 font-weight: 500;
 padding: 0 0 15px;
 letter-spacing: 0.1em;
 position: relative;
}
.page_main_tit::after{
  content: '';
  width: 60px;
  height: 3px;
  background-color: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);  
}

@media (max-width : 1060px){
  #wrap{
    margin: 65px auto 0;
  }

	.page_main_tit {
		font-size: 36px;
		font-size: 3.6rem;
	}
}

@media (max-width : 767px){

#pagetop {
    width: 50px;
    height: 81px;
}

	.page_main_tit {
		font-size: 30px;
		font-size: 3.0rem;
	}

.main_imgBox {
	height: 200px;
}
}


/*=========================================================================================
共通ボタン
==========================================================================================*/

.btn_style01 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.btn_style01 a {
  display: block;
  padding: 12px 0;
  text-align: center;
  color: var(--main-color);
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid var(--main-color);
  position: relative;
}

.btn_style01 a::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -3px 0 0 0;
}

@media (any-hover: hover) {
  .btn_style01 a:hover {
    color: #fff;
    background: var(--main-color);
    border-color: var(--main-color);
  }

  .btn_style01 a:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

@media (hover: none) {
  .btn_style01 a:active {
    color: #fff;
    background: var(--main-color);
    border-color: var(--main-color);
  }

  .btn_style01 a:active::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}




/* 追記 */

.fare-bpx{
  display: flex;
  flex-wrap: wrap;
  gap:40px;
}
.fare-bpx table.table_style{
  width: calc((100% - 40px) / 2);
  background-color: #fff;
}
.fare-bpx table.table_style th{
  width: 40%;
}
.fare-bpx table.table_style td{
  width: 60%;
}

.fare-bpx table.table_style caption{
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 10px;
}

.basic-fee{
  font-weight: 700;
  margin: 0 0 10px;
}

.fare-bpx table.table_style td small{
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 0 0;
  display: block;
}


@media (max-width : 960px) {
  .fare-bpx table.table_style{
    width: 100%;
  } 
  
}

@media (max-width : 767px) {
  .fare-bpx table.table_style th,
  .fare-bpx table.table_style td{
    width: 100%;
  }
  .fare-bpx table.table_style th br{
    display: none;
  }

  
  
  
  
}

