@charset "UTF-8";
/****************************************
		TOE Project共通設定のSCSS
*****************************************/
/****************************************
		0. Import
*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*options*/
   /*
  $base-grid: true,
  $margin-grid: true,
  $padding-grid: true,
  $block-grid: true,
  $collapse: true,
  $offset: true,
  $vertical-grid: true,
  $frame-grid: true

);
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/****************************************
		1. General Setting
*****************************************/
html, body, div, span, applet, object, iframe, strong, picture,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

main {
  display: block;
}

/*html init*/
html {
  margin: 0 !important;
  padding: 0;
}

/* a init */
a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #004F87;
  cursor: pointer;
}

nav {
  display: block;
}

/*Clear*/
.clear {
  clear: both;
  line-height: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*box-sizing paddingとborderをwidth heightに含める*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
* *::after, * *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

html, body {
  font-family: "Yu Mincho", "Noto Serif JP", serif;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.columns, .column {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

img {
  vertical-align: middle;
}

.bold {
  font-weight: 700 !important;
}

.space1 {
  margin-bottom: 5px;
}

.space2 {
  margin-bottom: 10px;
}

.space3 {
  margin-bottom: 15px;
}

.space4 {
  margin-bottom: 20px;
}

.space5 {
  margin-bottom: 25px;
}

.space6 {
  margin-bottom: 30px;
}

.space7 {
  margin-bottom: 35px;
}

.space8 {
  margin-bottom: 40px;
}

.space9 {
  margin-bottom: 45px;
}

.space10 {
  margin-bottom: 50px;
}

.space11 {
  margin-bottom: 55px;
}

.space12 {
  margin-bottom: 60px;
}

.space13 {
  margin-bottom: 65px;
}

.space14 {
  margin-bottom: 70px;
}

.space15 {
  margin-bottom: 75px;
}

.space16 {
  margin-bottom: 80px;
}

.space17 {
  margin-bottom: 85px;
}

.space18 {
  margin-bottom: 90px;
}

.space19 {
  margin-bottom: 95px;
}

.space20 {
  margin-bottom: 100px;
}

@media print {
  a[href]:after {
    content: "" !important;
  }

  abbr[title]:after {
    content: "" !important;
  }
}
figure, picture {
  margin: 0;
  display: block;
}

.googlemap_wrapper {
  height: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.googlemap_wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.last {
  margin-bottom: 0 !important;
}

/*************************************************/
/*menu-trigger Animatation Setting*/
/*************************************************/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  caret-color: transparent;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 23px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  display: block;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*************************************************/
/*menu-trigger Animatation Setting*/
/*************************************************/
.menu-trigger.active {
  width: 30px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateX(1px) translateY(8px) rotate(-45deg);
  transform: translateX(0) translateY(8px) rotate(-45deg);
  top: 4px;
}

.menu-trigger.active span:nth-of-type(2) {
  top: 19px;
  -webkit-transform: translateX(0) translateY(-8px) rotate(45deg);
  transform: translateX(0) translateY(-7px) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
  bottom: -5px;
}

@page {
  size: A4 portrait;
}
/****************************************
		0.1. font-family
*****************************************/
html,
body {
  font-family: "Yu Mincho", "Noto Serif JP", serif;
}

/*
Noto sans JP
300 light
400 regular
500 medium
600 SemiBold
700 Bold
800 ExBold
900 Black
*/
html,
body {
  font-size: 100%;
  font-weight: 400;
}

body {
  -webkit-print-color-adjust: exact;
}

/****************************************
		0.1. define
*****************************************/
.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs27 {
  font-size: 27px;
}

.fs28 {
  font-size: 28px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.underline {
  text-decoration: underline;
}

.hover_a {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.hover_a:hover {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 479px) {
  .smbr::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 969px) {
  .mdbr::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 1199px) {
  .lgbr::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (min-width: 970px) {
  .pcbr::before {
    content: "\A";
    white-space: pre;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 99;
  transform: none !important;
  -webkit-transform: none !important;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  /*
  @include max-screen( $max-large-width ){
      width:40px;
      height:40px;
      bottom:20px;
      right:20px;
  }
  */
  width: 50px;
  height: 50px;
}
#pagetop:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  #pagetop {
    visibility: hidden;
  }
}
@media all and (max-width: 969px) {
  #pagetop {
    right: 10px;
    bottom: 80px;
  }
}
@media all and (min-width: 970px) {
  #pagetop {
    right: 10px;
    bottom: 10px;
  }
}

.img_fit img {
  width: 100%;
}

.text {
  color: #333;
  line-height: calc(26 /15);
  font-weight: 400;
}
@media all and (max-width: 969px) {
  .text {
    font-size: 0.9375rem;
  }
}
@media all and (min-width: 970px) {
  .text {
    font-size: 1.125rem;
  }
}

/***************************************
共通ボタン
*****************************************/
/**************************************
    BASIC LAYOUT
***************************************/
body {
  /*
  //管理画面ナブバーはaboluteではないので    <div class="header_sp_spaceで調整
  &.logged-in{
      @include screen( 0 , 782px){
          padding-top:46px;
      }
      @include screen( 783px , $max-medium-width){
          padding-top:32px;
      }
      
  }
  */
}

section .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 969px) {
  section .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (min-width: 970px) {
  section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

section.sec_top .container {
  padding-bottom: 0 !important;
}

.page-template-page-contact section.sec_footer_service {
  padding-bottom: 36px;
}

/***********************************
debug sign
*************************************/
#debug_bug {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 48px;
  right: 22px;
  z-index: 99999;
  background-image: url("../images/debugger/bug.png");
  background-size: cover;
}

/***********************************
reCAPTCHA v3　表示位置
*************************************/
@media all and (max-width: 969px) {
  .grecaptcha-badge {
    margin-bottom: 0;
  }
}
@media all and (min-width: 970px) {
  .grecaptcha-badge {
    margin-bottom: 60px;
  }
}

/* ページネーションの基本スタイル */
.sec_slide {
  /* 選択されているページネーション */
}
.sec_slide .swiper-horizontal > .swiper-pagination-bullets,
.sec_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
.sec_slide .swiper-pagination-custom,
.sec_slide .swiper-pagination-fraction,
.sec_slide .swiper-pagenation {
  position: absolute;
  left: 0;
  bottom: 22px;
  transform: translate(0, 0);
  display: flex;
  justify-content: center;
}
.sec_slide .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.sec_slide .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-bottom: 5px !important;
}
.sec_slide .swiper-pagination-bullet {
  display: block;
  background-color: #004f87;
  border-radius: unset;
  width: 75px;
  height: 5px;
  opacity: 1;
}
.sec_slide .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 75px;
  height: 5px;
  opacity: 1;
}

.swiper-slide {
  text-align: center;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-slide.hover_on:hover {
  cursor: pointer;
}

.slide_root_wrapper {
  position: relative;
  z-index: 99;
  opacity: 0;
  transition: opacity 1s linear;
}
@media all and (max-width: 969px) {
  .slide_root_wrapper {
    overflow: hidden;
  }
}
.slide_root_wrapper.start {
  opacity: 1.0;
}

.slide_root_wrapper .slide_frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 500 / 312;
  z-index: 99;
}
.slide_root_wrapper .mySwiper.swiper-initialized {
  z-index: 98;
  position: relative;
}
@media all and (max-width: 969px) {
  .slide_root_wrapper .mySwiper.swiper-initialized {
    transform: scale(1.2);
  }
}
