@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Vujahday+Script&display=swap');

h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.05em;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
h1 {}
/* Header内で設定 */
h2 {}
h3 {}
h4 {}
a {
  color: #004ea1;
}
a:hover, a:active {
  text-decoration: none;
}
a:visited {}
ul {}
li {}
dl {}
dt {}
dd {}
table {
  width: 100%
}
th, td {}
th {}
td {}
p {
  margin-bottom: 2em;
}
p:last-child {
  margin-bottom: 0;
}
p, dt, dd, td, th, li {
  line-height: 2em;
}
/* BACK TO TOP */
#toTop {
  border: none;
  bottom: 25px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  position: fixed;
  right: 10px;
  margin: 0;
  z-index: 5;
}
#toTop a {
  background: #333333;
  text-decoration: none;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  border-radius: 50%;
}
/* Box sizing rules */
#index *, #index *::before, #index *::after {
  box-sizing: border-box;
  outline: none;
}

.blue {
  color: #004ea1;
}
.blue02 {
  color: #64b5f6;
}
/* add
------------------------------------------------------------------------*/
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  background: none;
}
body {
  color: #333333;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  background: url("../img/bg_repeat01.jpg") repeat;	
}
body.acti_fixed {
  height: 100%;
  overflow: hidden;
}
#wrapper {
  width: 100%;	
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
　font-weight: 400;
  background: url("../img/bg_repeat01.jpg") repeat;
}
.inner {	
  max-width: 1080px;
  margin: 0 auto;
}
.flex {
  display: flex
}
.flex_wrap {
  display: flex;
  flex-wrap: wrap
}
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.flex_align {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.flex_col {
  display: flex;
  flex-direction: column;
}
.flex_col_center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.txt_center {
  text-align: center
}
.txt_left {
  text-align: left
}
.txt_right {
  text-align: right
}
.btn a {
  width: 320px;
  height: 60px;
  font-weight: 700;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  background: #f3722c;
  color: #ffffff;
  position: relative;
  z-index: 1;
  transition: 0.3s all;
  border: #fff 2px solid;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.45);
}
.btn.center a {
  margin-left: auto;
  margin-right: auto;
}
.btn.right a {
  margin-left: auto;
  margin-right: 0;
}
.btn a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  content: '';
  display: block;
  background: url("../img/arrow02.png") center center no-repeat;
  background-size: 100% auto;
  width: 7px;
  height: 10px;
}
.txt_bold {
  font-weight: bold;
}
.txt_center {
  text-align: center;
}
.btn_tel {
  margin-bottom: 20px;
}
.btn_tel a {
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 12px;
  display: block;
  font-weight: 400;
}
.btn_tel a > span {
  padding-left: 20px;
  background: url("../img/ic_tel01.png") left 1px no-repeat;
  background-size: 25px auto;
  display: block;
  letter-spacing: 0.05em;
}
.btn_tel a .num {
  font-size: 24px;
  letter-spacing: 0.14em;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.btn_mail {
  margin-bottom: 20px;
}
.btn_mail a,.btn_tel.blue a {
  height: 75px;
  display: flex;
  align-items: center;
  text-decoration: none;
  background: #f3722c;
  color: #ffffff;
  padding-left: 20px;
  transition: 0.3s all;
  border: #fff 2px solid;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.45);
  letter-spacing: 0.1em;
}
.btn_mail span{
  background: url("../img/ic_mail01.png") left center no-repeat;
  background-size: 30px auto;
  padding: 10px 0 10px 40px;
  display: inline-block;
  line-height: 1.2em;
}
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
main {
  padding-top: 180px;
}
#content {
  position: relative;
  z-index: 1;
}
header {
  background: url("../img/bg_repeat01.jpg") repeat;
  position: absolute;
  width: 1920px;
  top: 0;
  left: calc(50% - 960px);
  z-index: 10;
}
header .head_inner {
  height: 180px;
}
header.fixed {
  position: fixed;
  align-items: center;
  padding-top: 0;
  top: -200px;
  animation: head_fix 0.3s ease-out;
  -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
  animation-fill-mode: forwards;
}
@keyframes head_fix {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes head_fix {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
.head_inner {
  padding: 0 100px;
}
.head_inner .h1_txt {
  position: absolute;
  top: 13px;
  color: #999999;
  left: 100px;
  font-size: 14px;
  font-weight: 400;
  max-width: 1000px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.head_inner h1 {
	padding-top: 70px;
    width: 20%;
    max-width: 350px;
    min-width: 200px;	
}
.head_info {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.head_info p {
  margin: 0;
  width: 220px;
}
.head_info p a {
  border: none;
  box-shadow: none;
}
.head_info .btn_tel {
  margin: 0;
  position: absolute;
  width: 260px;
  top: 9px;
  right: 100%;
}
.head_info .btn_tel a > span {
  padding-left: 22px;
  line-height: 1.3em;
  letter-spacing: 0.08em;
}
.head_info .btn_tel a .num {
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.head_info p br.fix {
  display: none;
}
header.active .head_inner h1 {
  padding-top: 15px;
}
header.active .head_inner {
  height: 100px;
}
header.active .head_inner .h1_txt {
  display: none;
}
header.active .head_info {
  display: flex;
  align-items: center;
  padding: 0;
  margin-left: 44px;
}
header.active .head_info .btn_tel {
  margin: 0 16px 0 0;
  position: relative;
  width: auto;
  top: 0;
  right: 0;
}
header.active .head_info .btn_tel a .num {
  letter-spacing: 0.15em;
  margin-bottom: 0;
}
header.active .head_info .btn_tel a > span {
  padding-left: 34px;
}
header .head_info .btn_mail{
	margin-bottom: 75px;
}
header.active .head_info .btn_mail{
  width: 110px;
  margin-bottom: 0;	
}
header.active .head_info .btn_mail a{
  padding: 13px 5px 5px;
  text-align: center;
  justify-content: center;
  height: 100px;
}
header.active .head_info .btn_mail span{
  background: url(../img/ic_mail01.png) center top no-repeat;
  background-size: 30px auto;
  padding: 34px 0 0 0;
  font-size: 14px;
}

header.active .head_info p br {
  display: none;
}
header.active .head_info p br.fix {
  display: block;
}
.head_r {
  align-items: flex-end;
}
.info_contact {
  display: block;
  position: fixed;
  right: -150px;
  top: 120px;
  transition: 0.3s all;
}
header.active .info_contact {
  right: 0;
}
.info_contact .fixed_btn01 {
  margin-bottom: 15px;
}
.info_contact .fixed_btn02 {
  margin: 0;
}
.info_contact .fixed_btn01 a, .info_contact .fixed_btn02 a {
  width: 60px;
  border-radius: 10px 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.1em;
  background: #3279c9;
  padding: 20px 0;
  transition: 0.5s all;
}
.info_contact .fixed_btn01 span, .info_contact .fixed_btn02 span {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  width: 20px;
  word-break: break-all;
  display: block;
  text-align: center;
}
.info_contact .fixed_btn02 a {
  background: #f8961e;
  padding-top: 24px;
}
.info_contact .fixed_btn01 span {
  background: url("../img/ic_fixed01.png") center bottom no-repeat;
  padding-bottom: 25px;
}
.info_contact .fixed_btn02 span {
  background: url("../img/ic_fixed02.png") center bottom no-repeat;
  padding-bottom: 28px;
}
.info_contact .fixed_btn03, .info_contact .fixed_btn04, .info_contact .fixed_btn05 {
  display: none;
}
#index #top_info {
  max-height: 850px;
  overflow: hidden;
}
#index #top_info .inner {}
.box_slide {
  margin: 0 -320px;
  position: relative;
  z-index: 1;
}
.box_slide:before {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  background: url("../img/bg_main01.png") center bottom no-repeat;
  width: 1720px;
  height: 129px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.box_slide .slider01, .box_slide .slider02, .box_slide .slider03 {
  width: 1720px;
  height: 850px;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}
.box_slide .slider01 {
  background: url("../img/slide_main02.jpg") center center no-repeat;
  padding: 122px 0 0 100px;
}
.slide01_txt01 {
  width: 700px;
  border: #333 1px solid;
  font-size: 36px;
  line-height: 1.2em;
  text-align: center;
  padding: 16px 0 16px;
  margin-bottom: 14px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;	
}
.slide01_txt01 .f-min{
	font-size: 20px; 
}
.slide01_txt01 .red{
	color: #f94144;
}
.slide01_txt02 {
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;	
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
}
.slide01_txt02:after {
  background: url("../img/bg01_h3.png") no-repeat;
  top: 28px;
  left: -15px;
  content: '';
  display: block;
  width: 696px;
  height: 105px;
  position: absolute;
  z-index: -1;
}
.slide01_txt02 .red {
  font-size: 48px;
  color: #f94144;
  letter-spacing: -0.05em;
}
.box_slide .slider02 {
  background: url("../img/slide_main03.jpg") center center no-repeat;
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding-top: 47px;
}

.slider02 .main_title01 {
  font-size: 48px;
  left: 58.5%;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fefefe;
  line-height: 1.8em;
}
.slider02 .main_title01 .f_min {
  font-size: 36px;
}
.slider02 .main_title01 .yellow {
  color: #ffd166;
}
.slider02 .main_title01 .f_max {
  font-size: 72px;
  letter-spacing: 0.15em;
}
.slider02 .main_title01 .f_light {
  font-weight: 400;
  letter-spacing: 0.05em;
}
.slider02 .main_title01 .f_mid {
  letter-spacing: 0.1em;
}
.box_slide .slider03 {
  background: url("../img/slide_main01.jpg") center center no-repeat;
  padding-top: 134px;
}
.slider03 .main_title01 {
  font-size: 38px;
  left: 58.5%;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #333333;
  line-height: 1.8em;
}
.slider03 .main_title01:after {
  background: url("../img/bg_txt_slide01.png") no-repeat;
  top: 44%;
  left: -82px;
  content: '';
  display: block;
  width: 696px;
  height: 105px;
  position: absolute;
  z-index: -1;
}
.slider03 .main_title01 .f_max {
  font-size: 60px;
}
.slider03 .main_title01 .left {
  margin-left: -35px;
}
.slider03 .main_title01 .item02 {
  font-weight: 400;
  color: #333;
  line-height: 1.5em;
  display: block;
  margin-top: 28px;
}
.main-for .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  text-indent: 99999px;
  z-index: 2;
  cursor: pointer;
}
.main-for .slick-prev {
  background: url("../img/main_arrow01.png") no-repeat;
  left: -65px;
}
.main-for .slick-next {
  background: url("../img/main_arrow02.png") no-repeat;
  right: -65px;
}
.main-nav {
  height: 100px;
  overflow: hidden;
}
.main-nav .slick-track, .main-nav .slick-list {
  height: 100px !important;
  transform: none !important;
  padding: 0 !important;
}
.main-nav .slick-track {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.main-nav .slick-track .slick-slide {
  width: 200px !important;
  border: none;
  line-height: 0;
  margin: 0 5px;
  background: #000;
  cursor: pointer;
}
.main-nav .slick-current img {
  opacity: 0.7;
}
/*--- gnavi ---*/
#gnavi {}
#gnavi .menu_main {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  padding-right: 2px;
}
#gnavi .menu_main > li {}
#gnavi .menu_main > li > a {
  display: block;
  text-decoration: none;
  line-height: 1.4em;
  transition: 0.3s all;
  position: relative;
  z-index: 1;
  padding: 55px 0 32px;
  width: 100%;
  text-align: center;
  color: #333333;
  letter-spacing: 0.1em;
}
#gnavi .menu_main > li > a:after {
  position: absolute;
  height: 80px;
  width: 1px;
  border-right: #333333 1px dotted;
  content: '';
  display: block;
  top: -5px;
  right: 0;
}
#gnavi .menu_main > li:last-child > a:after {
  display: none;
}
#gnavi .menu_main > .item01 > a {
  background: url("../img/gnavi_ic01.jpg") center top no-repeat;
  width: 135px;
}
#gnavi .menu_main > .item02 > a {
  background: url("../img/gnavi_ic02.jpg") center top no-repeat;
  width: 162px;
}
#gnavi .menu_main > .item03 > a {
  background: url("../img/gnavi_ic03.jpg") center top no-repeat;
  width: 148px;
}
#gnavi .menu_main > .item04 > a {
  background: url("../img/gnavi_ic06.jpg") center top no-repeat;
  width: 116px;
}
#gnavi .menu_main li.sub {
  position: relative;
  z-index: 1;
}
#gnavi .menu_main li.sub > a {
  cursor: default;
  position: inherit;
}
#gnavi .menu_main li.sub > a:before {
  position: absolute;
  background: url("../img/arrow03.png") center top no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 10px;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  transition: 0.3s all;
}
#gnavi .menu_main .menu_sub {
  display: none;
  position: absolute;
  z-index: 10;
  background: #fafaed;
  border-radius: 0 0 10px 10px;
  padding: 0 20px 20px;
  width: 300px;
  top: 95%;
  left: 0;
}
#gnavi .menu_main .menu_sub a {
  width: 100%;
  text-align: left;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 14px;
  background: url("../img/arrow01.png") 10px center no-repeat #ffffff;
  background-size: 4px auto;
  display: block;
  line-height: 1.4em;
  position: relative;
  color: #333333;
  padding: 8px 5px 8px 25px;
  margin-bottom: 2px;
  border-radius: 5px;
  transition: 0.5s all;
}
#gnavi .menu_main .menu_sub li:last-child a {
  margin-bottom: 0;
}
.mar_gnavi {
  margin-left: -8px;
}

/*==========================================================================*/
/*                               Footer                                     */
/*==========================================================================*/
footer {
  margin-top: -52px;
  position: relative;
  z-index: 2;
}
#cont_common {
  background: url("../img/sec08_bg01.png") center top no-repeat;
  padding: 80px 0;
  min-height: 530px;
}
#cont_common .inner {
  position: relative;
  z-index: 1;
}
#cont_common .h3_style01 {
  margin-bottom: 34px;
}
#cont_common .h3_style01 .en {
  right: 102%;
}
#cont_common .h3_style01 .jp {
  line-height: 1;
}
.cont_common_txt {
  line-height: 1.7em;
  margin-bottom: 53px;
  text-align: center;
}
.cont_common_btn {
  display: flex;
  justify-content: center;
}
.cont_common_btn p {
  width: 300px;
  margin-bottom: 0;
  margin-right: 30px;
}
.cont_common_btn p:last-child {
  margin-right: 0;
}
.cont_common_btn p a, .btn_tel.blue a {
  height: 80px;
}
.btn_tel.blue a {
  padding-left: 26px;
}
.cont_common_btn .btn_tel a .num {
  font-size: 18px;
}
.cont_common_btn .btn_tel a {
  background: #004ea1;
  text-align: left;
}
.cont_common_btn .btn_tel a > span {
  background: url("../img/ic_tel02.png") left 47% no-repeat;
  background-size: 25px auto;
  padding-left: 34px;
  line-height: 1.8em;
  letter-spacing: 0.08em;
}
.cont_common_btn .btn_tel i {
  font-style: normal;
  font-size: 12px;
}
.cont_common_btn .btn_mail a {
  padding-left: 30px;
}
.cont_common_btn .btn_mail span {
  padding-left: 46px;
  letter-spacing: 0.05em;
}
.cont_common_btn .btn_mail span{
  font-size: 18px;
}
.box_step01 .cont_common_btn p {
  width: 150px;
  margin-right: 10px;
}
.box_step01 .cont_common_btn p:last-child {
  margin-right: 0;
}
.box_step01 .cont_common_btn p a {
  padding: 0 0 0 10px;
}
.box_step01 .cont_common_btn .btn_mail span {
  padding-left: 28px;
  letter-spacing: 0;
  background-size: 20px auto;
  font-size: 14px;
}
.box_step01 .cont_common_btn .btn_tel a > span {
  background-size: 20px auto;
  padding-left: 25px;
  letter-spacing: 0;
  line-height: 1.4em;
}
.box_step01 .cont_common_btn .btn_tel a .num {
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.footer01 {
  padding: 75px 0 50px;
  background: url("../img/bg_repeat01.jpg") repeat;
}
.footer01 .inner {}
.footer01 .footer_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;	
}
.footer01 .footer_info {
  width: 40%;	
  max-width: 350px;
  padding-top: 4px;
}
.footer01 .f_logo {
  margin-bottom: 17px;
}
.footer01 .btn_tel {
  margin-bottom: 15px;
}
.footer01 .btn_tel a > span{
	text-align: left;	
	padding-left: 35px;
}
.footer01 .footer_map {
  width: 50%;
  height: 300px;
  padding-top: 4px;
}

.copy {
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
  line-height: 1.4em;
  background: url("../img/bg_repeat04.jpg") repeat;
  font-weight: 300;
  letter-spacing: 0.1em;
}
/* common */
.relative {
  position: relative;
  z-index: 1;
}
/* IE CSS */
@media screen\0 {}
/* MOZZILLA CSS */
@-moz-document url-prefix() {}
/* EDGE 12+ CSS */
@supports (-ms-ime-align:auto) {}


/*==========================================================================*/
/*                               Content                                     */
/*==========================================================================*/
.h3_style01 {
  margin-bottom: 30px;
  text-align: center;
}
.h3_style01 span {
  display: inline-block;
}
.h3_style01 .jp {
  font-size: 44px;
  font-family: 'NotoSerifJP-SemiBold';
  text-shadow: #fff 4px 0px 0px, #fff 3.87565px 0.989616px 0px, #fff 3.51033px 1.9177px 0px, #fff 2.92676px 2.72656px 0px, #fff 2.16121px 3.36588px 0px, #fff 1.26129px 3.79594px 0px, #fff 0.282949px 3.98998px 0px, #fff -0.712984px 3.93594px 0px, #fff -1.66459px 3.63719px 0px, #fff -2.51269px 3.11229px 0px, #fff -3.20457px 2.39389px 0px, #fff -3.69721px 1.52664px 0px, #fff -3.95997px 0.56448px 0px, #fff -3.97652px -0.432781px 0px, #fff -3.74583px -1.40313px 0px, #fff -3.28224px -2.28625px 0px, #fff -2.61457px -3.02721px 0px, #fff -1.78435px -3.57996px 0px, #fff -0.843183px -3.91012px 0px, #fff 0.150409px -3.99717px 0px, #fff 1.13465px -3.8357px 0px, #fff 2.04834px -3.43574px 0px, #fff 2.83468px -2.82216px 0px, #fff 3.44477px -2.03312px 0px, #fff 3.84068px -1.11766px 0px, #fff 3.9978px -0.132717px 0px;
  padding-bottom: 48px;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
}
.h3_style01 .jp:after {
  background: url("../img/bg02_h3.png") center bottom no-repeat;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 188px;
  height: 27px;
  position: absolute;
}
.h3_style01 .en {
  color: #64b5f6;
  font-size: 35px;
  font-family: "Vujahday Script", cursive;
  position: absolute;
  transform: rotate(-15deg);
  line-height: 1;
  top: -10px;
  right: 105%;
  font-weight: 400;
  text-shadow: none;
  letter-spacing: 0;
}
.h4_style01 {}
.list_btn {
  display: flex;
  justify-content: center;
}
.list_btn .btn {
  margin: 0 20px;
}
/*--- 01 ---*/
#sec01 {}
#sec01 .inner {}
.sec01_inner01 {
  margin-top: -50px;
}
.sec01_bnr {
  margin: 60px 0 98px;
  background: url("../img/sec01_img001.jpg") left center no-repeat #e8e8e3;
  height: 210px;
  border-radius: 999px;
  position: relative;
  z-index: 1;
  padding-top: 43px;
  overflow: hidden;
  padding-left: 580px;
  cursor: pointer;
}
.sec01_tit01, .sec01_txt {}
.sec01_tit01 {
  margin-bottom: 12px;
  line-height: 1.5em;
  font-size: 30px;
  font-family: 'NotoSerifJP-Bold';
  letter-spacing: 0.32em;
  position: relative;
  z-index: 1;
}
.sec01_tit01:before {
  top: -8px;
  left: -66px;
  content: '';
  display: block;
  width: 600px;
  height: 60px;
  position: absolute;
  z-index: -1;
  background: #f3f5c6;
  border-radius: 99px;
}
.sec01_tit01 span {
  font-size: 37px;
  color: #f94144;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;	
  position: relative;
  z-index: 1;
  display: inline-block;
}
.sec01_tit01 span:before {
  top: -12px;
  left: 40%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  background: #f94144;
  border-radius: 50%;
}
.sec01_txt {
  width: 360px;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7em;
  padding-left: 10px;
  margin-bottom: 0;
}
.sec01_link {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  right: 38px;
}
.sec01_link a {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  line-height: 1.4em;
  background: url("../img/arrow02.png") center bottom 14px no-repeat #f3722c;
  background-size: 7px auto;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.45);
}
.sec01_inner02 {
  background: url("../img/sec01_bg02.png") center bottom 94px no-repeat;
  padding-bottom: 260px;
}
.sec01_inner02 .inner {
  position: relative;
  z-index: 1;
}
.sec01_inner02 .inner:before, .sec01_inner02 .inner:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
}

.sec01_inner02 .inner:after {
  background: url("../img/sec01_son02.png") no-repeat;
  width: 159px;
  height: 193px;
  left: 140px;
  bottom: -168px;
}
.sec01_box {
  margin-bottom: 38px;
}
.sec01_img02 {
  margin: 0 -120px;
  position: relative;
  z-index: 1;
}
.sec01_img02 img{
	width: 646px;
	height: 540px;
	object-fit: cover;
}
.sec01_img02:after {
  background: url("../img/sec01_bg01.png") no-repeat;
  height: 730px;
  width: 676px;
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: -40px;
  right: 385px;
}
.sec01_cont {
  width: 470px;
  padding-top: 25px;
}
.sec01_cont h3 {
  text-align: center;
  font-size: 36px;
  font-family: 'NotoSerifJP-Medium';
  text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.958851px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.141474px 1.99499px 0px, #fff -0.832294px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97998px 0.28224px 0px, #fff -1.87291px -0.701566px 0px, #fff -1.30729px -1.5136px 0px, #fff -0.421592px -1.95506px 0px, #fff 0.567324px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, #fff 1.92034px -0.558831px 0px;
  letter-spacing: 0.16em;
  line-height: 1.5em;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.sec01_cont h3:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  background: url("../img/bg01_h3.png") no-repeat;
  width: 413px;
  height: 106px;
  right: 4px;
  top: -14px;
}
.sec01_cont h3 span {
  display: block;
  margin-bottom: 20px;
  font-size: 48px;
  color: #1760e0;
  line-height: 1;
  letter-spacing: 0.15em;
}
.sec01_txt02 {
  line-height: 1.7em;
  letter-spacing: 0.09em;
}
.sec01_inner02 .list_btn {
  justify-content: flex-end;
  padding-right: 14px;
}

/*--- 03 ---*/
#sec03 {}
.sec03_inner01 {
  padding: 100px 0 28px;
  background: url("../img/sec03_bg01.png") center top no-repeat;
  position: relative;
	
}
.sec03_inner01:after, .sec03_inner01:before {
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 675px;
  content: '';
  display: block;
  background: url("../img/bg_repeat03.jpg") repeat;
}
.sec03_inner01 .h3_style01 {
  margin-bottom: 60px;
}
.sec03_box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-left: 300px;
}
.sec03_box:before {
  content: '';
  display: block;
  position: absolute;
  background: url("../img/sec03_bg02.png") repeat;
  width: 477px;
  height: 155px;
  top: 0;
  right: calc(100% - 58px);
  z-index: 0;
}
.tab_list {
  width: 462px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
  left: 0;
}
.tab_list li {
  width: 100%;
  background: #ffffff;
}
.tab_list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  height: 80px;
  background: #ffffff;
  padding-left: 105px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 1.4em;
  position: relative;
  z-index: 1;
  cursor: default;
}
.tab_list li a.tab_acti {
  opacity: 0.7;
}
.tab_list li span {
  width: 56px;
  height: 50px;
  background: #004ea1;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
}
.tab_box {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin-right: -420px;
  flex-shrink: 0;
}
.tab_inner {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  padding: 35px 0 40px 280px;
}
.tab_content {
  width: 500px;
}
.tab_content h4 {
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.tab_content h4 span {
  font-size: 35px;
  font-style: italic;
  display: inline-block;
  margin-right: 20px;
  letter-spacing: 0.05em;
}
.tab_txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 57px;
}
.tab_content .btn a {
  width: 200px;
  height: 40px;
  font-size: 16px;
  background-color: transparent;
}
.tab_content .btn a {
  margin-left: auto;
}
.sec03_inner02 {
  padding-top: 130px;
  padding-bottom: 75px;
  background: url("../img/sec03_bg03.jpg") center top no-repeat, url("../img/bg_repeat05.jpg") repeat;
}
.sec03_inner02 .inner {
  align-items: flex-start;
}
.sec03_left {
  width: 480px;
  flex-shrink: 0;
  margin-top: 30px;
}
.sec03_bg {
  padding: 60px 40px 60px 0px;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}
.sec03_bg:after {
  background: url("../img/bg_repeat03.jpg") repeat;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: calc(100% + 100px);
  height: 100%;
  content: '';
  display: block;
}
.sec03_left .btn a, .sec06_dl .btn a, .sec07_box .btn a {
  width: 200px;
  height: 40px;
  font-size: 14px;
}
.sec03_left .h3_style01 {
  margin-bottom: 12px;
}
.sec03_left .h3_style01 .jp {
  font-size: 30px;
  font-weight: 700;
}
.sec03_txt {
  line-height: 1.7em;
}
.sec03_slide {
  width: 920px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.sec03_slide .min-slider .slick-slide {
  width: 600px !important;
  margin-right: 40px;
	
}
.sec03_slide .min-slider .slick-slide li{
	background: #fff;
	aspect-ratio: 4 / 3;
	padding: 2em;
}

.sec03_slide .min-slider img {
    height: 100%;
	width: 100%;
	object-fit: cover;
}

.sec03_slide .slick-arrow {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: -34px;
  width: 32px;
  height: 14px;
  border: none;
  text-indent: 99999px;
  z-index: 2;
  cursor: pointer;
}

.sec03_slide .slick-prev {
  background: url("../img/arrow_prev.png") no-repeat;
  background-size: 100% auto;
}
.sec03_slide .slick-next {
  background: url("../img/arrow_next.png") no-repeat;
  background-size: 100% auto;
  left: 70px;
}


/*--- 04 ---*/
#sec04 {
  padding: 100px 0 160px;
}
#sec04 .h3_style01 {
  margin-bottom: 50px;
}
#sec04 .h3_style01 .en {
  right: 102%;
}
.sec04_box01, .sec04_box03 {
  flex-direction: row-reverse;
}
.sec04_box02 {
  padding: 80px 0 155px;
  position: relative;
  z-index: 1;
}
.sec04_box02:before, .sec04_box02:after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  background: url("../img/sec04_bg01.png") right 0 no-repeat;
  width: 735px;
  height: 210px;
  top: -95px;
  left: -420px;
}
.sec04_box02:after {
  background: url("../img/sec04_bg02.png") left 0 no-repeat;
  left: auto;
  right: -420px;
  top: auto;
  bottom: 28px;
}
.sec04_img {
  flex-shrink: 0;
  margin: 0 0 0 -420px;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.sec04_box01 .sec04_img, .sec04_box03 .sec04_img {
  margin: 0 -420px 0 0;
}
.sec04_box02 .sec04_img {
  padding-top: 30px;
}
.sec04_img:before {
  background: url("../img/sec04_ic01.png") no-repeat;
  background-size: contain;
  width: 180px;
  height: 150px;
  content: '';
  display: block;
  top: 98px;
  left: 114px;
  position: absolute;
}
.sec04_box02 .sec04_img:before {
  background: url("../img/sec04_ic02.png") no-repeat;
  background-size: contain;
  width: 200px;
  height: 160px;
  top: 106px;
  right: 65px;
  left: auto;
}
.sec04_box03 .sec04_img:before {
  top: 30px;
  left: 180px;
}
.sec04_inner h4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #004ea1;
  font-size: 40px;
  font-family: 'NotoSerifJP-Medium';
  letter-spacing: 0;
  margin-bottom: 50px;
  padding-bottom: 53px;
  position: relative;
  z-index: 1;
  line-height: 1.7em;
}
.sec04_box01 .sec04_inner h4, .sec04_box03 .sec04_inner h4 {
  margin-right: -80px;
}
.sec04_box02 .sec04_inner h4 {
  margin-bottom: 66px;
  padding-left: 25px;
}
.sec04_inner h4:after {
  background: url("../img/sec04_dot01.png") no-repeat;
  content: '';
  display: block;
  width: 1102px;
  height: 344px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.sec04_box02 .sec04_inner h4:after {
  background: url("../img/sec04_dot02.png") no-repeat;
  left: auto;
  right: 3px;
}
.sec04_inner h4 .num {
  display: inline-block;
  line-height: 0.8em;
  color: #bbdefb;
  font-size: 188px;
  font-family: 'Poppins-Regular';
  position: relative;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.sec04_inner h4 .num i {
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;	
  font-size: 24px;
  position: absolute;
  line-height: 1;
  top: 41%;
  right: -4px;
  transform: translateX(-50%);
  letter-spacing: 0.05em;
  color: #004ea1;
}
.sec04_box02 .sec04_inner h4 .num i {
  right: 44px;
}
.sec04_box03 .sec04_inner h4 .num i {
  right: 45px;
}
.sec04_txt {
  line-height: 1.7em;
  letter-spacing: 0;
  padding-right: 45px;
  text-align: justify;
  margin-bottom: 54px;
  font-size: 18px;
}
.sec04_box02 .sec04_txt {
  padding: 0 10px 0 30px;
}
.sec04_box02 .btn a {
  margin-left: auto;
}

/*--- 07 ---*/
#sec07 {
  background:url("../img/sec07_bg02.png") center bottom no-repeat;
  padding-bottom: 164px;
}
.sec07_inner01 .h3_style01 {
  margin-bottom: 55px;
}
.sec07_inner01 .h3_style01 .jp {
  line-height: 1.7em;
  padding-bottom: 30px;
}
.sec07_txt01 {
  line-height: 1.7em;
  width: 600px;
  margin: 0 auto 120px;
}
.sec07_inner01 .h3_style01 .en {
  right: 97%;
}
.sec07_inner02 {
  padding-top: 155px;
}
.sec07_inner02 .h3_style01 {
  margin-top: -35px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.sec07_inner02 .h3_style01 .en {
  right: 125%;
  top: 20px;
}
.sec07_inner02 .h3_style01 .jp {
  line-height: 1.6em;
  font-size: 36px;
  padding-bottom: 30px;
}
.sec07_box {
  width: 520px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 20px 38px;
}
.list_ovn {
  margin-bottom: 40px;
  height: 238px;
  overflow: auto;
}
.list_ovn li a {
  text-decoration: none;
  color: #333333;
  display: block;
  border-bottom: #cccccc 1px dotted;
  padding-bottom: 13px;
  margin-bottom: 16px;
}
.list_ovn li:last-child a {
  margin-bottom: 0;
}
.list_ovn li span {
  display: block;
  color: #004ea1;
  line-height: 1.4em;
}
/*==========================================================================*/
/*                               under                                     */
/*==========================================================================*/

/*パンくず*/
.under #topic_path ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}
.under #topic_path li {
  font-size: 12px;
  position: relative;
  padding-right: 12px;
  margin-right: 4px;
  line-height: 1.4em;
}
.under #topic_path li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.under #topic_path li:after {
  position: absolute;
  top: 4px;
  right: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000000;
  border-radius: 2px;
}
.under #topic_path li:last-child:after {
  display: none;
}
.under #topic_path li a {
  color: #333;
  display: block;
  text-decoration: none;
}
/*pageTitle*/
.under #top_info {
  padding: 0 100px;
  background: url("../img/u_top_info.jpg") center center no-repeat;;
  position: relative;
  z-index: 1;
}
.under #top_info:before {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  background: url("../img/bg_main01.png") center bottom no-repeat;
  width: 1720px;
  height: 129px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.under #top_info .inner {
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}
.under h2, .under h3, .under h4, .under h5, .under h6 {
  line-height: 1.6em;
  font-family: 'NotoSerifJP-Medium';
}
.under #top_info h2 {
	line-height: 1.6em;
	font-family: 'NotoSerifJP-Medium';	
	text-align: center;
}

.under #top_info .h2_en {
	display: block;
	line-height: 1;
	color:  #64b5f6;
	font-family: "Vujahday Script", cursive;
	text-transform: capitalize;
	font-size: 30px;
	margin-top: 7px;
	}
.under #top_info .h2_jp {
	display: block;	
	font-size: 36px;
}
/*u_common*/
.u_common {
  display: flex;
  align-items: flex-start;
  margin-bottom: 75px;
}
.u_common.reverse {
  flex-direction: row-reverse;
}
.u_common_box {
  padding: 35px;
  background: #ffffff;
  width: 540px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.u_common .u_common_img {
  margin: 0 -130px 0 0;
}
.u_common.reverse .u_common_img {
  margin: 0 0 0 -130px;
}

.u_common_img img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.under .txt_title{
  padding: 0 140px;
  text-align: center;
  margin-bottom: 50px;
}

/*見出し*/

.title01 {
    margin-bottom: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    background: rgb(237, 121, 39);
    background-image:linear-gradient(347deg, rgba(172, 255, 168, 1), rgba(4, 132, 255, 1) 78%);
    border: #ffffff 2px solid;
    border-radius: 99px;
    padding: 10px 20px;
    min-height: 77px;
}
.title02 {
    margin-bottom: 50px;
    text-align: center;
}
.title02 span {
  display: block;
  line-height: 1.4em;
}
.title02 .en {
  position: relative;
  transform: rotate(-15deg);
  color: #64b5f6;
  font-family: "Vujahday Script", cursive;
  font-size: 30px;
  text-transform: capitalize;
}
.title02 .jp {
  font-size: 44px;
  text-shadow: #fff 4px 0px 0px, #fff 3.87565px 0.989616px 0px, #fff 3.51033px 1.9177px 0px, #fff 2.92676px 2.72656px 0px, #fff 2.16121px 3.36588px 0px, #fff 1.26129px 3.79594px 0px, #fff 0.282949px 3.98998px 0px, #fff -0.712984px 3.93594px 0px, #fff -1.66459px 3.63719px 0px, #fff -2.51269px 3.11229px 0px, #fff -3.20457px 2.39389px 0px, #fff -3.69721px 1.52664px 0px, #fff -3.95997px 0.56448px 0px, #fff -3.97652px -0.432781px 0px, #fff -3.74583px -1.40313px 0px, #fff -3.28224px -2.28625px 0px, #fff -2.61457px -3.02721px 0px, #fff -1.78435px -3.57996px 0px, #fff -0.843183px -3.91012px 0px, #fff 0.150409px -3.99717px 0px, #fff 1.13465px -3.8357px 0px, #fff 2.04834px -3.43574px 0px, #fff 2.83468px -2.82216px 0px, #fff 3.44477px -2.03312px 0px, #fff 3.84068px -1.11766px 0px, #fff 3.9978px -0.132717px 0px;
  background: url("../img/bg02_h3.png") center bottom no-repeat;
  padding-bottom: 40px;
  letter-spacing: 0.06em;
}

.title03{
	font-size: 24px;
	margin-bottom: 26px;
	border-bottom: dotted 3px #64b5f6;	
}
.title05 span {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: solid 3px #64b5f6;	
}


.under section{
	padding: 30px 0 50px;
}

/*-----------------
 service
-------------------------------*/
.basic{
	margin-bottom: 50px;
	width: 100%;
}
.basic tr{
	border-bottom: 2px dotted #64b5f6;
}
.basic tr:first-child{
	border-bottom: 0px dotted #eee;
}
.basic th {
    background: #1e88e5;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
	border: 2px solid #f7f7f7;
}
.basic td {
    padding: 15px 20px;
    background: #f7f7f7;
	border:none;
    border-left: 2px dotted #64b5f6;
}
.basic td:first-child{
	border-left: none;
}
/*---------------
施工事例
-------------------------------*/
.before{
	width: 35%;
	position: relative;
}
.after{
	width: 55%;
}
.before::before{
	position: absolute;
	content: '';
	background: url("../img/arrow05.png") no-repeat center;
	background-size: contain;
	width: 50px;
	height: 50px;
	right: -70px;
	top: 25%;
}

.before .img{
	position: relative;
}

.before .img p{
	position: absolute;
	content: '';
	background: #64b5f6;
	color: #fff;
	bottom:0;
	left: 0;
	padding: 3px 2em;
}
.before .img img{
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.gallery img,.choice-btn img{
	width: 100%;
	height: auto;
	aspect-ratio: 7 / 5;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/
.gallery{
	margin:0 0 5px 0;
}

.gallery li{
list-style:none;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.after .slick-prev, 
.after .slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.after .slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.after .slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.after .choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
	list-style:none;
	
}
.after .choice-btn .slick-slide{
	margin-right: 5px;
}
.after .choice-btn li img{
	opacity: 0.5;/*選択されていないものは透過40%*/
	height: 100%;
	object-fit: cover;
}

.after .choice-btn .slick-current li img{
	opacity: 1;/*選択されているものは透過しない*/
}

/*----------
会社概要
-----------------------*/
.under .content {
    background: url("../img/u_bg_common.png") center 50px no-repeat;
    padding-top: 20px;
    padding-bottom: 80px;
}
/*代表挨拶*/

.u_common_img.greet img{
	max-width: 670px;
	aspect-ratio: 5 / 4;
	object-fit: cover;
}

/*概要*/
.about {
  margin-bottom: 50px;
  border: none;
}
.about th, .about td {
  padding: 15px 20px;
  background: #f7f7f7;
  border: none;
}
.about th {
	background: #1e88e5;
	color: #ffffff;
	font-weight: 500;
	text-align: left;
	width: 30%;
}
.about th + th {
  border-left: #fff 1px solid;
}
.about tr {
  margin-bottom: 5px;
  display: table;
  width: 100%;
}

/*MAP*/
.map{
	width: 90%;
	aspect-ratio: 2 / 1;
	margin: 20px auto;
	border: 5px double #1e88e5;
}

.map iframe{
	width: 100%;
	height: 100%;
}

.access dl{
	display: flex;
	width: 80%;
	margin: 5px auto;
	border-bottom: dotted 1px #64b5f6;
	padding-bottom: 5px;
	font-weight: 500;
}
.access dt{
	width: 150px;
}

.banner01 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.banner01 a {
  line-height: 1.6em;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 26px;
  padding: 20px;
  background: rgb(13, 71, 161);
  background: linear-gradient(90deg, rgba(13, 71, 161, 1) 0%, rgba(30, 136, 229, 1) 100%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  font-family: 'NotoSerifJP-Bold';
  text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.958851px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.141474px 1.99499px 0px, #fff -0.832294px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97998px 0.28224px 0px, #fff -1.87291px -0.701566px 0px, #fff -1.30729px -1.5136px 0px, #fff -0.421592px -1.95506px 0px, #fff 0.567324px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, #fff 1.92034px -0.558831px 0px;
  position: relative;
  z-index: 1;
}
.banner01 a:before {
  position: absolute;
  z-index: -1;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 16px;
  border-color: transparent transparent transparent #ffffff;
  transition: 0.3s all;
}
.banner01 a:after {
  position: absolute;
  z-index: -1;
  left: 10px;
  top: 10px;
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: rgba(255, 255, 255, 0.8) 1px solid;
  background: url("../img/bg_txt_slide01.png") center center no-repeat rgba(255, 255, 255, 0.1);
  background-size: 80% auto;
  transition: 0.3s all;
}
.banner01 a:hover:before {
    left: 25px;
  }
.banner01 a:hover:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-color: transparent;
    background-size: 80% auto;
  }

/*contact*/

.contact_tel{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.contact_tel .f_max {
    padding: 20px 0 10px;
    font-weight: 700;
    font-size: 34px;
}
.contact_tel a{
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  background: #ffffff;
  font-weight: 500;
  border-radius: 10px;
  padding-bottom: 20px;
  border: #64b5f6 5px solid;
  line-height: 1.4em;
}
.contact_tel span{
  display: block;
  line-height: 1.4em;
}
.contact_tel a {
  cursor: default;
}

.contact_tel .title{
  background: #64b5f6;
  padding: 5px 20px 10px;
  color: #ffffff;
  font-size: 20px;
}


/*メールフォーム*/
.mailform{
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	font-weight: 600;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
  	background: #00afec;
  	padding: 5px;
  	margin-right: 5px;
  	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: 600;
	color: #fcfcfc;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #00afec;
	color: #4e5346;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #00afec;
}
.mailform .postal_btn:hover{
	opacity: 0.9;
}

.checkbox{
	width: 70%;
}
.checkbox li{
	float: left;
    padding: 5px 0;
}

.checkbox li label{
	clear: both;
    /* display: block; */
    display: flex;
    align-items: center;
    margin: 1px;
    padding: 7px 10px 7px 15px;
    border-radius: 3px;
    width: auto;
    height: auto;
    line-height: 1.25em;
    text-indent: 5px;
	border: dashed 1px #CCCCCC;
}
.checkbox li label:hover{
	background: #FFFEBB;
}
.mailform button{
	width: 300px;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	background: #004ea1;
	height: 60px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	text-align: center;
	padding: 2px 25px 0;
	position: relative;
	z-index: 1;
	transition: 0.5s all;
	line-height: 1.4em;
	margin: 30px auto;
	border-radius: 99px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	font-weight: 700;
	border: none;
	border: #fff 2px solid;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.45);
}
.mailform button:hover{
	background: #64b5f6;
        color: #fff;
}
.mailform button::before{
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}


/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 5px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 3px;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
    display: block;
    height: 12px;
    left: 7px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    top: 45%;
    width: 7px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::before{
    background: #00afec;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
input[type=checkbox]:checked + label{
	border:  solid 1px #FFCE3C;
	background-color: #FFCE3C;
}

@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*アコーディオン*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	border: 1px solid #ccc;
}
.privacy li .privacy_wrap .privacy_subject{
	cursor: pointer;
	transition: all .5s ease;
	padding: 15px 20px;
	padding-right: 30px;
	position: relative;
	background-color: #004ea1;
	color: #fff;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}
.privacy li .privacy_wrap .privacy_subject h3{
	font-size: 1.1rem;
	letter-spacing: 0.08em;
}
/*アイコンの＋と×*/
.privacy li .privacy_wrap .privacy_subject::before,
.privacy li .privacy_wrap .privacy_subject::after{
	position: absolute;
	top:48%;
	right: 15px;
	content:'';
	width: 15px;
	height: 2px;
	background-color: #fff;
}
.privacy li .privacy_wrap .privacy_subject::before{
	transform: rotate(0deg);
}
.privacy li .privacy_wrap .privacy_subject::after{
	transform: rotate(90deg);
}
/*area_closeクラスがついたら形状変化*/
.privacy li .privacy_wrap .privacy_subject.area_close::before{
transform: rotate(45deg);
}
.privacy li .privacy_wrap .privacy_subject.area_close::after{
transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
	background: #FcFcFc;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy_flame p span{
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #64b5f6;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #64b5f6;
}