@charset "UTF-8";
/*!
Theme Name: fit2020
Theme URI: https://glazestyle.com/
Author: glaze.inc / toshiyuki TOKOI
Description: fit2020 Theme by GLAZE.inc
Version: 1.1.0
Text Domain: fit2020
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> defaultCSS OF CONTENTS:
--------------------------------------------------------------*/
@import url("common/css/ress.css");
@import url("common/css/drawer.css");
@import url("common/css/hover.css");
@import url("common/css/animate.css");
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  background: #fff;
  font-size: 1.5rem;
  color: #333;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , Helvetica , Arial , Verdana , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
  font-weight: 500;
  position: relative;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fontpalt {
  font-feature-settings: "palt";
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #333;
}
a :hover {
  color: #c65146;
}

#pageloading-wrap {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  display: table;
  z-index: 900;
}

#pageloading-icon {
  display: table-cell;
  vertical-align: middle;
}

.Fjalla {
  font-family: "Fjalla One", sans-serif;
}

.Permanent {
  font-family: "Permanent Marker", cursive;
}

.Caveat {
  font-family: "Caveat", cursive;
}

.Covered {
  font-family: "Covered By Your Grace", cursive;
}

.Bad {
  font-family: "Bad Script", cursive;
}

.Tangerine {
  font-family: "Tangerine", cursive;
}

.Marck {
  font-family: "Marck Script", cursive;
}

.Michroma {
  font-family: "Michroma", sans-serif;
}

.Rajdhani {
  font-family: "Rajdhani", sans-serif;
}

.Covered {
  font-family: "Covered By Your Grace", cursive;
}

.Allura {
  font-family: "Allura", cursive;
}

.Arizonia {
  font-family: "Arizonia", cursive;
}

.Alex {
  font-family: "Alex Brush", cursive;
}

.Arial {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.rubik {
  font-family: "Rubik", sans-serif;
}

main {
  overflow: hidden;
}

.bgwhite {
  background: #fff;
}

.bgblack {
  background: #000;
}

.bggray {
  background: #F9F9F9;
}

.bggray2 {
  background: #DDDDDD;
  border-top: 5px solid;
}

.bgdarkblack {
  background: #1A1A1A;
}

.bdrboth {
  border-left: 1px solid;
  border-right: 1px solid;
}

.white {
  color: #fff !important;
}

.fontbig p {
  font-size: 3rem;
}

.siteID {
  transition: all 0.5s;
  /* opacity: 0; */
  padding: 15px;
  max-width: 320px;
  margin-right: auto;
  margin-left: 20px;
  display: -webkit-box;
  -webkit-box-align: center;
}
.siteID img {
  width: 160px;
}
.siteID span {
  font-size: 1.4rem;
  vertical-align: 15px;
}

.show {
  opacity: 1 !important;
  transition: all 2s ease;
  /*  margin-top: 20px;*/
}
.show li {
  opacity: 1 !important;
  transition: all 2s ease;
  /*  margin-top: 20px;*/
}

changeCl {
  opacity: 1 !important;
  transition: all 2s ease;
  /*  margin-top: 20px;*/
}

/*
.hide {
  opacity: 0 !important;
  transition: all 2s ease;
}
*/
li {
  list-style: none;
}

nav, #wrapper {
  margin: 0 auto;
  padding: 0;
}

nav#mainnav {
  /*  text-transform: uppercase;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  text-align: right;
  background: rgba(255, 255, 255, 0.3);
  z-index: 10;
  height: 110px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
nav#mainnav h1, nav#mainnav p {
  font-size: 0;
}

#wpadminbar nav {
  top: 35px;
}

ul#menu {
  padding-right: 30px;
  display: flex;
  align-items: center;
}

.nav-contact {
  display: flex;
  align-items: center;
  background: #004EA2;
  min-width: 200px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  justify-content: center;
  height: 100%;
}

a .nav-contact:hover {
  display: flex;
  align-items: center;
  background: #000;
  min-width: 200px;
  color: #fff;
  justify-content: center;
  height: 100%;
  transition: all 0.3s ease-out 0.2s;
}

.foot-contact {
  display: flex;
  align-items: center;
  background: #fff;
  max-width: 260px;
  color: #004EA2;
  font-size: 1.3rem;
  justify-content: center;
  /*    height: 100%;*/
  border: 1px solid #fff;
  margin: 0 auto;
  padding: 1rem;
}

a .foot-contact:hover {
  display: flex;
  align-items: center;
  background: #000;
  min-width: 200px;
  color: #fff;
  font-size: 1.3rem;
  justify-content: center;
  /*  height: 100%;*/
  transition: all 0.3s ease-out 0.2s;
}
a .nav-contact {
  box-sizing: border-box;
  transition: all 0.3s;
}
a .nav-contact::before, a .nav-contact::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

.nav-contact img, .foot-contact img {
  width: 30px;
}

nav.footer-nav > ul > li {
  padding: 0 3rem 0 3rem;
  font-size: 1.6rem;
  margin: 0;
  border-right: 1px solid #BFCFFF;
  min-width: 170px;
}
nav.footer-nav > ul > li:first-child {
  border-left: 1px solid #BFCFFF;
}
nav.footer-nav > ul > li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #ffffff;
  margin-right: 0.5rem;
  margin-top: 2px;
}
nav.footer-nav > ul > li a:hover::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  color: #000;
  /*    content: "\f0d7";*/
}
nav > ul > li {
  /*	float: left;    centerset*/
  padding: 0 0 0 0;
  font-size: 1.5rem;
  margin-left: 3rem;
  font-weight: 600;
}
nav > ul > li a {
  color: #333;
  text-decoration: none;
  padding: 17px 10px;
}
nav > ul > li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #004EA2;
  margin-right: 0.5rem;
  margin-top: 2px;
}
nav > ul > li a:hover::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #fff;
  margin-right: 0.5rem;
  margin-top: 2px;
}
nav > ul > li a:active, nav > ul > li a:hover {
  outline-width: 0;
  /*  color: #DEEEFF;*/
  /*  font-weight: 600;*/
}

#drawernav ul li a {
  color: #eee;
  text-decoration: none;
  display: block;
  padding: 1rem;
}
#drawernav ul li a:active, #drawernav ul li a:hover {
  outline-width: 0;
  color: #DEEEFF;
  background: rgba(0, 0, 0, 0.35);
}

#mainnav #menu li {
  display: flex;
  text-align: center;
  position: relative;
  height: 100%;
  align-items: center;
}

#footermenu li {
  display: block;
  text-align: center;
  position: relative;
}

nav li.logo {
  width: 140px;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -70px;
  padding-top: 0;
}
nav li.intro {
  width: 300px;
  position: absolute;
  top: 30%;
  padding-top: 0;
}
nav li.siteID img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

#mainnav #menu li span, #drawernav li span, #footermenu li span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

nav#mainnav > ul > li a, #footermenu li a {
  display: block;
}

/*submenu----------------------------------*/
#mainnav ul#menu > li > ul {
  position: absolute;
  top: 110px;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  transition: opacity 0.4s ease;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  display: none;
}
#mainnav ul#menu > li > ul li a {
  padding: 5px 15px;
  transition: opacity 0.4s ease;
}
#mainnav ul#menu > li > ul li:last-child {
  padding-bottom: 10px;
}

#drawernav > ul > li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #fff;
  margin-right: 0.5rem;
  margin-top: 2px;
}

/*  footer---------------------------------*/
footer {
  color: #fff;
}

.footID {
  padding: 3rem 1rem 1rem;
}
.footID img {
  width: 90px;
}
.footID span {
  font-size: 1rem;
  vertical-align: 13px;
  margin-left: 10px;
  letter-spacing: 0.5rem;
}

footer address {
  font-size: 1.3rem;
  font-style: inherit;
  padding: 4rem;
  text-align: center;
  font-weight: 600;
}
footer address a {
  color: #fff;
  text-decoration: none;
}
footer address span {
  /*  background: #003366;*/
  margin-right: 2rem;
}
footer .footer-copyright {
  font-size: 1.1rem;
  font-family: "Rajdhani", sans-serif;
  text-align: center;
}

ul#footermenu {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul#footermenu a {
  color: #fff;
}

/*  swiper設定---------------------------------*/
.swiper-container {
  width: 100%;
  position: relative;
}

.slide-copy {
  position: absolute;
  top: 50%;
  z-index: 10;
  color: #fff;
  text-align: center;
  left: 50%;
  transform: translateY(-30%) translateX(-50%);
  -webkit-transform: translateY(-30%) translateX(-50%);
  width: 100%;
  padding: 0 15px;
}
.slide-copy h3 {
  font-size: 5.7rem;
  letter-spacing: 1rem;
  font-weight: 500;
  padding: 0;
}
.slide-copy p {
  text-align: center;
  font-size: 1.4rem;
}

.slide-img img {
  width: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
  animation: zoomUp 10s ease-in-out 0s 1 normal both;
}

/* imgタグだと下に隙間ができるのでblock! */
.slide-img img {
  display: block;
}

.linetool {
  position: absolute;
  right: -140px;
  bottom: -145px;
  z-index: 2;
  width: 1000px;
  transform: rotate(-18deg);
}

.window {
  position: absolute;
  right: 10px;
  /* bottom: -50px; */
  z-index: 1;
  top: 572px;
  width: 350px;
}

.slide-copy__eng {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 80;
  transform: translateY(0) translateX(-50%);
  background: rgba(0, 76, 160, 0.55);
  padding: 2rem;
  color: #fff;
  line-height: 1;
  font-family: "Rajdhani", sans-serif;
  padding: 0 4rem;
  letter-spacing: 0.05rem;
  max-width: 400px;
}
.slide-copy__eng p.eng {
  font-size: 1.2rem;
  text-align: center;
}

/*virsion2-------------------------------------*/
#vi .slide-img {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: calc(100vh - 55px) !important;
  background-size: cover;
}
#vi .vi-visual--1 {
  background-image: url(common/img/slder01-pc.webp);
}
#vi .vi-visual--2 {
  background-image: url(common/img/slder02-pc.webp);
}
#vi .vi-visual--3 {
  background-image: url(common/img/slder03-pc.webp);
}

/* /swiper設定---------------------------------*/
section.topsection {
  overflow: hidden;
}

.bg-rightblue {
  background: #DEEEFF;
  overflow: hidden;
}

.bg-mainblue {
  background: #004EA2;
}

.top-news dt {
  float: left;
}
.top-news dd {
  margin-left: 100px;
}

dl.blog-list {
  border-left: 1px solid #004EA2;
  padding-left: 5rem;
  min-height: 140px;
  margin-left: 2rem;
  padding-top: 2rem;
}

section.topsection, section.top-news, section.page-top_title {
  position: relative;
}
section.top-news .bgtitle {
  position: absolute;
  font-size: 33rem;
  line-height: 0;
  right: 0;
  color: #CDE5FF;
  z-index: -1;
  bottom: 5px;
  letter-spacing: -2rem;
}
section.page-top_title .bgtitle {
  position: absolute;
  font-size: 33rem;
  line-height: 0;
  right: 0;
  color: #CDE5FF;
  bottom: -8px;
  letter-spacing: -2rem;
}

.topsection .widebg {
  background-size: cover;
  flex: 0 0 50%;
  max-width: 50%;
  height: 540px;
  position: relative;
  z-index: 1;
}
.topsection .widebg3 {
  background-size: cover;
  flex: 0 0 50%;
  max-width: 100%;
  height: 540px;
  position: relative;
  z-index: 1;
}
.topsection .widebg2 {
  background-size: cover;
  flex: 0 0 50%;
  max-width: 50%;
  height: 540px;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.topsection .airport {
  background: url(common/img/busi-airport.jpg);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.topsection .sightseeing {
  background: url(common/img/busi-sightseeing.jpg);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.topsection .insurance {
  background: url(common/img/busi-insurance.jpg);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.topsection .recruit {
  background: url(common/img/recruit-bg.jpg);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.busismry {
  background: #FFF;
  width: 55%;
  padding: 80px 110px 80px 110px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  z-index: 5;
  box-shadow: 0px 0px 45px 10px rgba(0, 78, 162, 0.1);
}

.busismry2 {
  background: #FFF;
  width: 55%;
  padding: 80px 110px 80px 110px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  z-index: 5;
  box-shadow: 0px 0px 45px 10px rgba(0, 78, 162, 0.1);
}

.busismry3 {
  background: rgba(0, 0, 0, 0.5);
  width: 60%;
  padding: 140px 180px 80px 110px;
  position: absolute;
  right: -180px;
  top: 0;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  z-index: 5;
  height: -moz-available;
  height: available;
  transform: skew(-30deg, 0deg);
  height: 100%;
}

.bs3wrap {
  transform: skew(30deg, 0deg);
  color: #fff;
  width: 450px;
  text-align: center;
}
.bs3wrap p {
  text-align: center;
}

.m0a {
  margin: 0 auto;
}

.busismry p, .busismry2 p {
  max-width: 580px;
  padding-bottom: 3rem;
}

.bs2wrap {
  max-width: 580px;
  padding-bottom: 3rem;
  margin-left: auto;
}

.busismry:before {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  position: absolute;
  background: #004EA2;
  z-index: 2;
  left: 0;
  top: 50%;
}
.busismry:after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  position: absolute;
  background: #fff;
  z-index: 2;
  left: -75px;
  top: 50%;
}

.busismry2:before {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  position: absolute;
  background: #004EA2;
  z-index: 2;
  right: 0;
  top: 50%;
}
.busismry2:after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  position: absolute;
  background: #fff;
  z-index: 2;
  right: -75px;
  top: 50%;
}

.line {
  margin-bottom: 8rem;
  text-align: center;
  position: relative;
  width: 240px;
  margin: 0 auto 6rem;
}
.line:before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 2px;
  position: absolute;
  background: #004EA2;
  z-index: 2;
  bottom: -10px;
  right: 120px;
}
.line:after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 2px;
  position: absolute;
  background: #ff6d6d;
  z-index: 2;
  left: 120px;
  bottom: -10px;
}

.line2 {
  margin-bottom: 8rem;
  text-align: center;
  position: relative;
  width: 240px;
  margin: 0 auto 6rem;
}
.line2:before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 1px;
  position: absolute;
  background: #004EA2;
  z-index: 2;
  bottom: -10px;
  right: 120px;
}
.line2:after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 1px;
  position: absolute;
  background: #999;
  z-index: 2;
  left: 120px;
  bottom: -10px;
}

.sns, .mail, .copyright {
  position: fixed;
  text-transform: none;
  bottom: 20px;
  left: 20px;
  z-index: 60;
  font-size: 0.75rem;
}

nav .sns ul {
  margin-bottom: 20px;
  padding-inline-start: 0;
}
nav .sns li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.copyright {
  top: auto;
  bottom: 20px;
  right: 0;
  padding-right: 20px;
  text-align: center;
  font-size: 1.1rem;
  mix-blend-mode: darken;
  color: #004ea2;
}

.mouse {
  text-align: center;
  bottom: -10px;
  position: fixed;
  margin: 0 auto;
  width: 100%;
  opacity: 0.65;
  animation: purupuru 1.6s ease-in-out infinite;
  z-index: 60;
}
.mouse::after {
  content: "SCROLL";
  position: absolute;
  width: 100%;
  display: block;
  bottom: 15px;
  left: 0;
  text-align: center;
  font-size: 0.7rem;
  color: #bbb;
}

.scroll::after {
  content: "SCROLL";
  position: absolute;
  width: 100%;
  display: block;
  bottom: 15px;
  left: 0;
  text-align: center;
  font-size: 0.7rem;
  color: #bbb;
}

@keyframes purupuru {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(0px);
  }
  80% {
    transform: translateY(0px);
  }
  85% {
    transform: translateY(-5px);
  }
  90% {
    transform: translateY(0px);
  }
  95% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
nav > ul > li.active a {
  position: relative;
}

#menubutton, #menucover {
  display: none;
}

.inner {
  padding: 100px 10px;
  max-width: 1180px;
  margin: 0 auto;
}

.inner2 {
  padding: 30px 10px 90px;
  max-width: 1180px;
  margin: 0 auto;
}

.inner3 {
  padding: 0 10px 90px;
  max-width: 1180px;
  margin: -35px auto 0;
}

.indexBgWrap.scale {
  transform: scale(1.2);
}

.indexBg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(common/img/sldr03.jpg) no-repeat top right;
  transition: filter 0.5s, opacity 0.5s 0s;
  opacity: 1;
}

.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
}

nav > ul > li.active a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  right: auto;
  top: auto;
  left: -20px;
  bottom: 7px;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #E63626;
}
nav i {
  color: #DEEEFF;
}

/*parallax-----------------------------*/
#parallax {
  background: url(common/img/parallaxBG5.svg) left top no-repeat #000;
  position: relative;
}

h2.paratitle {
  font-size: 2.5rem;
  padding: 0;
  color: #fff;
  font-weight: normal;
  font-family: inherit;
  line-height: 1.5;
}

.paracopy {
  width: 40%;
  margin-left: 60%;
  padding: 50px 0;
}
.paracopy p {
  color: #fff;
  padding: 40px 0 0;
  line-height: 1.75;
}

#parallax2 {
  background: url(common/img/cloudsbg2.jpg) center top no-repeat #fff;
  position: relative;
}

.bg001 {
  background: url(common/img/bg001.jpg) center top no-repeat #fff;
  position: relative;
}

.bg005 {
  background: url(common/img/bg005.jpg) center right no-repeat #0D122C;
  position: relative;
}

.bg006 {
  background: url(common/img/bg006.png) center right no-repeat #000;
  position: relative;
}

/*Animation--------------------------*/
.tween {
  opacity: 0;
  top: -100px;
}

.d1 {
  animation-delay: 0s;
}

.d2 {
  animation-delay: 0.2s;
}

.d3 {
  animation-delay: 0.4s;
}

.d4 {
  animation-delay: 0.6s;
}

.d5 {
  animation-delay: 0.8s;
}

.d6 {
  animation-delay: 1s;
}

/*intro-------------------------------*/
.maincopy {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: absolute;
  top: 40%;
}

/*layoutParts-------------------------*/
.company__right {
  padding: 2rem;
  width: 40%;
}

.pb3rem {
  padding-bottom: 3rem;
}

.inlineFlex {
  display: inline-flex;
}

.flex-child {
  align-items: flex-start !important;
  flex: 3;
}

.flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
}

.flexTop {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.flexFoot {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
}

.flex2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
}

.flex3 {
  display: flex;
  position: relative;
  margin: 0 20px;
}

.flex-flow {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex4 {
  display: flex;
  position: relative;
  align-items: flex-start;
}

.flex-item {
  padding: 0 15px;
}

.item1 {
  flex-grow: 2;
}

.item2 {
  flex-grow: 3;
}

.item3 {
  flex-grow: 1;
}

.childA {
  flex: 1;
  margin-right: 10px;
  width: 350px;
  align-self: center;
}

.childZ {
  flex: 1;
  margin-right: 10px;
  width: 350px;
  align-self: flex-start;
}

.childB {
  text-align: center;
  width: 280px;
  padding: 20px;
  margin: 2px;
  margin-bottom: 40px;
}

.childC {
  text-align: center;
  margin: 2px;
  width: 315px;
  padding: 0 20px;
  margin-bottom: 10px;
}

.childD {
  flex: 1;
  text-align: center;
  margin: 2px;
  padding: 20px;
  margin-bottom: 10px;
}

.child1 {
  flex: 1;
  margin: 0;
  padding: 5px;
  margin-bottom: 10px;
}

.child2 {
  flex: 2.3;
  margin: 0;
  padding: 5px;
  margin-bottom: 10px;
}

.childE {
  flex: 1;
  text-align: center;
  margin: 2px;
  padding: 20px;
  margin-bottom: 10px;
}

.child3col {
  text-align: center;
  width: 33%;
  padding: 10px;
  margin: 1px;
  margin-bottom: 0;
}

.child2col {
  text-align: center;
  width: 49%;
  padding: 10px;
  margin: 2px;
  margin-bottom: 0;
}

.childE h3 {
  font-family: "Michroma", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.childE h4 {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.85rem;
  background: none;
  margin-bottom: 2rem;
}

.child-worksmry {
  flex: 30%;
  text-align: center;
  margin: 5px;
  padding: 0;
  margin-bottom: 10px;
  max-width: 32.5%;
}

.child-footer {
  flex: 30%;
  margin: 5px;
  padding: 0;
  margin-bottom: 10px;
}

ul.footnav {
  text-align: left;
  padding-left: 25%;
}
ul.footnav li {
  list-style: none;
  width: 48%;
  display: inline-flex;
}
ul.footnav a li {
  color: #eee;
  font-size: 1.1rem;
}
ul.footnav a li:hover {
  color: #E63626;
}
ul.footnav a li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #E63626;
  margin-right: 0.5rem;
  vertical-align: bottom;
  margin-top: 2px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.work-text {
  background: #fff;
  padding: 10px;
}

.shortP {
  max-width: 880px;
  margin: 30px auto 30px;
}

.work-text h5 {
  font-size: 1.4rem;
  font-weight: normal;
}
.work-text p {
  text-align: left;
  padding: 0;
  font-size: 1.2rem;
}

.child-blogsmry {
  flex: 45%;
  margin: 5px;
  padding: 0;
  margin-bottom: 10px;
}
.child-blogsmry img {
  width: 100%;
}

.blog-smry-text h5 {
  text-align: left;
  font-size: 1.5rem;
  padding: 5px 0;
  font-weight: normal;
}
.blog-smry-text p {
  text-align: left;
  padding: 5px 0;
  font-size: 1.2rem;
}

.childC p {
  color: #333;
}

artical.childB img {
  max-width: 100%;
}

.bordrR {
  border-right: 1px solid #E63626;
}

.square {
  width: 50px;
  height: 50px;
  border: 1px solid;
  margin: 0 auto;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 50px;
  background: #000;
  color: #E63626;
}

.no-square {
  margin: 0 auto -3rem;
  font-size: 2rem;
  color: #E63626;
}

.thumb li {
  margin: 10px;
}
.thumb li p {
  text-align: center;
  border-top: 1px solid #E63626;
  border-bottom: 1px solid #E63626;
  box-sizing: border-box;
  font-family: "Michroma", sans-serif;
  line-height: 0;
  margin-top: 15px;
}

.slide h3 {
  font-size: 2rem;
  font-family: "Michroma", sans-serif;
  border-bottom: 1px solid #E63626;
  line-height: 4.5;
}

/*obout definitionList----------------*/
.definitionList > dl:nth-child(1) > dt:nth-child(1), .definitionList > dl:nth-child(1) > dd:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.definitionList dl {
  display: table;
  width: 90%;
  border-spacing: 30px 0;
  margin: 0 auto;
}
.definitionList dt {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  padding: 20px;
  font-size: 1.3rem;
  line-height: 1.75;
  text-align: left;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
}
.definitionList dt span {
  font-size: 1.1rem;
  display: block;
}
.definitionList dd {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 20px;
  font-size: 1.3rem;
  text-align: left;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
  line-height: 1.5;
}

section.mission {
  text-align: center;
}
section.mission h5 {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  font-weight: 300;
}
section.mission h6 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: -0.4rem;
}
section.mission p {
  font-size: 1.4rem;
}

img.missionbg {
  width: 100%;
  height: auto;
}

.maximg {
  max-width: 100%;
  margin-top: 50px;
}

.thumb li img {
  max-width: 200px;
}

img.ico {
  max-width: 80%;
}
img.w65 {
  max-width: 65%;
}

.short {
  width: 65%;
}

/* btn-----------------------------------*/
a .btn {
  border: 1px solid #004EA2;
  color: #fff;
  line-height: 1;
  padding: 15px 40px 15px 30px;
  min-width: 285px;
  background: #004EA2;
  font-size: 1.5rem;
  font-weight: 600;
  max-width: 300px;
  position: relative;
}
a .btn-rev {
  border: 1px solid #fff;
  color: #fff;
  line-height: 1;
  padding: 15px 40px 15px 30px;
  min-width: 285px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1.5rem;
  font-weight: 600;
  max-width: 300px;
  position: relative;
}
a .btn:after, a .btn-rev:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  right: 13px;
}
a .btn {
  box-sizing: border-box;
  transition: all 0.3s;
}
a .btn::before, a .btn::after {
  box-sizing: border-box;
  transition: all 0.3s;
}
a .btn-rev {
  box-sizing: border-box;
  transition: all 0.3s;
}
a .btn-rev::before, a .btn-rev::after {
  box-sizing: border-box;
  transition: all 0.3s;
}
a .btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #004EA2;
  color: #004EA2;
}
a .btn-rev:hover {
  background-color: rgba(0, 78, 162, 0.85);
  border-color: #004EA2;
  color: #fff;
}

/*/btn-----------------------------------*/
p.smry {
  font-size: 1.3rem;
  padding: 2rem 0 0;
  text-align: justify;
}

.mb50 {
  margin-bottom: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.pt50 {
  padding-top: 50px;
}

.clwhite {
  color: #eee;
}

.fl, .fl2 {
  float: left;
  margin-right: 15px;
}

.blogthumb {
  max-width: 115px;
}

.blog-smry-text li {
  display: inline-block;
  background: #004EA2;
  padding: 2px 10px 3px;
  min-width: 120px;
  color: #fff;
  margin-right: 5px;
  text-align: center;
  font-weight: normal;
}
.blog-smry-text li a {
  color: #fff;
  font-family: "Michroma", sans-serif;
}

#footerB h6 {
  font-size: 2rem;
  margin-bottom: 0.7rem;
  line-height: 1;
  color: #fff;
}
#footerB h6 a {
  color: #fff;
  text-decoration: none;
}
#footerB p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.caption {
  display: block;
  font-size: 1.1rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

div.qanda {
  max-width: 1000px;
  margin: 0 auto;
}

p.qaq {
  background: #ffd0d0;
  border-radius: 1rem;
  margin-right: 4rem;
  padding: 1rem 5rem 1rem 2rem;
  position: relative;
  margin-bottom: 2rem !important;
  font-weight: 700;
  box-shadow: 8px 5px 21px -7px #f06574;
}
p.qaq span {
  position: absolute;
  font-size: 10rem;
  top: -45px;
  font-family: "Covered By Your Grace", cursive;
  color: #d2691e;
  right: -18px;
  font-weight: 500;
  z-index: 1;
  line-height: 1;
}
p.qaa {
  background: #3a84df;
  border-radius: 1rem;
  margin-left: 7rem;
  padding: 1rem 1rem 1rem 4rem;
  color: #fff;
  margin-bottom: 3.5rem !important;
  position: relative;
}
p.qaa span {
  position: absolute;
  font-size: 10rem;
  top: -8px;
  left: -33px;
  font-family: "Covered By Your Grace", cursive;
  color: #1e5ed2;
  z-index: 1;
  line-height: 1;
}

.archive-list {
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
}

.post-categories li a {
  color: #fff;
}

.single .post-thumbnail {
  margin-bottom: 1rem;
}
.single .entry-content {
  font-size: 1.5rem;
}

/*page-layout--------------------------*/
/*-------------------------------------*/
#page-header {
  height: 22.5vh;
  background: url(common/img/page-header_bg.webp);
  background-size: cover;
  position: relative;
}

#blog-header {
  height: 22.5vh;
  background: url(common/img/blog-header_bg.webp);
  background-size: cover;
  position: relative;
}

.page-header_inner {
  max-width: 1180px;
  padding: 0 15px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  /* height: calc(100% - 76px); */
  width: 1180px;
}

#page-header h1 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5rem;
}

#blog-header h1 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 800;
}

#page-header h1 span, #blog-header h1 span, h2 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}

section.breadcrumb {
  background: #000;
  padding: 0.5rem;
}
section.breadcrumb .inner {
  max-width: 1180px;
  padding: 0 15px;
  box-sizing: border-box;
  color: #fff;
  width: 1180px;
  font-size: 1.1rem;
}

article.frame2 {
  margin: 5px;
  width: 50%;
  box-sizing: border-box;
  background: #fff;
}
article.frame3 {
  margin: 5px;
  width: 33.3%;
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 3rem;
}
article.frame3 img {
  display: block;
}
article.frame2 img {
  display: block;
}
article.frame3 h3 {
  text-align: center;
  font-size: 1.8rem;
  background: #000;
  color: #fff;
  padding: 0.8rem;
}
article.frame3 p {
  padding: 1.5rem;
  min-height: 160px;
}

.mauto {
  margin: 0 auto;
}

p.read {
  font-size: 1.6rem;
  line-height: 1.75;
}

.page-fullwidth-img_airport {
  height: 22.5vh;
  background: url(common/img/content-airport.jpg);
  background-size: contain;
  position: relative;
  background-position: center center;
}

.airport-flow {
  max-width: 80%;
  margin: 0 auto;
}

.flow-pict {
  max-width: 280px;
  margin: 10px auto;
  position: relative;
}
.flow-pict::before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  width: 1px;
  height: -webkit-fill-available;
  position: absolute;
  background: #ccc;
  right: -65px;
}
.flow-pict::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f13a";
  position: absolute;
  right: -74px;
  color: #ccc;
  bottom: -22px;
  font-size: 2rem;
}

.flow-text {
  max-width: 400px;
  margin: 15px;
  position: relative;
}

.flow-pict img {
  border-radius: 50%;
}

/*element------------------------------*/
.black {
  color: #333;
}

.fs09 {
  font-size: 0.8rem;
}

.pd15 {
  padding: 15px;
}

section h2.maintitle {
  font-size: 2.6rem;
  padding: 0 0 15px;
  line-height: 1;
  font-weight: 600;
  color: #004EA2;
  letter-spacing: 0.75rem;
  position: relative;
}
section.concept h3 {
  font-family: "Michroma", sans-serif;
  font-size: 2.7rem;
  padding: 10px 10px 0;
  font-weight: normal;
  color: #222;
}
section.service h3 {
  font-family: "Michroma", sans-serif;
  font-size: 3rem;
  padding: 40px 10px 20px;
  font-weight: normal;
}
section.service ul {
  margin-left: 6rem;
}
section.service li {
  list-style-type: disc;
  text-align: left;
}
section h3 {
  font-size: 1.8rem;
  padding: 15px;
}
section h4 {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  color: #000;
  padding: 5px;
}
section h4.conc3col {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  background: none;
  color: #333;
  padding: 5px;
}
section h4.svic3col {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: normal;
  background: none;
  color: #E63626;
  padding: 3rem 0;
}
section h4.svic3col2 {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: normal;
  background: none;
  color: inherit;
  padding: 2rem 0 3rem;
}

.margin-auto {
  margin: 20px auto;
}

.mw100 {
  max-width: 100% !important;
}

.p-middle {
  font-size: 1.5rem;
  text-align: justify;
}

.glitch-img {
  position: absolute;
  top: -160px;
  left: 0;
}

section.plas {
  text-align: center;
  font-size: 7rem;
  color: #E63626;
  margin-bottom: 30px;
}
section.plas img {
  width: 88px;
}

.srvcOther {
  background: #000;
}
.srvcOther h3 {
  font-family: "Michroma", sans-serif;
  font-size: 1.3rem;
  padding: 10px 10px 10px;
  font-weight: normal;
  color: #fff;
}
.srvcOther h4 {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: normal;
  background: none;
  color: #E63626;
  padding: 1rem 0;
}
.srvcOther p {
  color: #fff;
}

/*formParts----------------------------*/
form {
  max-width: 1200px;
  margin: auto;
  font-size: 1.4rem;
}
form .row {
  width: 100%;
  font-size: 0;
  margin-bottom: 50px;
}
form .row.column .element {
  width: 270px;
  margin-left: 40px;
}
form .row .element {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
form .row .element:first-child {
  margin-left: 0;
  padding-bottom: 1px;
}
form input {
  position: relative;
  width: 100%;
  background-color: transparent;
}
form select {
  position: relative;
  /*  width: 100%;*/
}
form textarea {
  position: relative;
  width: 100%;
  height: 250px;
}
form select {
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  border: none;
  width: 100%;
}
form input::-moz-placeholder {
  color: #666;
}
form input::placeholder {
  color: #666;
}

form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #d0ecff inset;
}

.page form input[type=text], .page form input[type=email] {
  border-bottom: 1px solid #ccc;
  padding: 1rem;
}

form input[type=text] {
  background-color: transparent;
  font-size: 1.5rem;
  border: none;
}

select > option:nth-child(1) {
  color: #666;
}

form textarea {
  background-color: transparent;
  font-size: 1.5rem;
  border: none;
  width: 100%;
  min-height: 1.75em;
}

form .sendBtn {
  margin: 0 auto;
  text-align: center;
}

.sendBtn > button {
  width: 200px;
  padding: 15px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px;
  border: 1px solid #fff;
  padding: 1rem 2rem;
  background: #fff;
}
input[type=submit] {
  padding: 1rem;
  margin-top: 1rem;
  width: 50%;
  background: #000;
  color: #fff;
}

#secondarywrap input[type=search] {
  max-width: 80%;
}
#secondarywrap input[type=submit] {
  width: 18%;
  background: #000;
  color: #fff;
}

span.screen-reader-text {
  display: none;
}

.no-results input[type=search] {
  width: 80%;
  border: 1px solid #ddd;
}
.no-results input[type=submit] {
  padding: 1rem;
  margin-top: 1rem;
  width: 10%;
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.search-results h2.entry-title {
  margin-bottom: 1.5rem;
  font-weight: 300;
}

/* ------------form2---------------*/
.rec-entry .wpcf7 {
  max-width: 90%;
  margin: 20px auto;
}
.rec-entry .wpcf7 p.form-title {
  padding: 1rem 0 0;
}
.rec-entry .wpcf7 .wpcf7-list-item-label {
  display: block;
}
.rec-entry input[type=text], .rec-entry input[type=email], .rec-entry input[type=tel] {
  vertical-align: middle;
  border: 1px solid #d4d4d7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #333;
  background: aliceblue;
  padding: 1rem;
  font-size: 1.6rem;
}
.rec-entry textarea, .rec-entry select {
  vertical-align: middle;
  border: 1px solid #d4d4d7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #333;
  background: aliceblue;
}
.rec-entry .form-submit p {
  text-align: center;
  margin-top: 30px;
}
.rec-entry .wpcf7-spinner {
  margin: 15px auto;
  position: relative;
  display: block;
}
.rec-entry .wpcf7 form .wpcf7-response-output {
  padding: 1em;
}
.rec-entry .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1.3rem;
}

.ilblock-wrapper {
  display: flex;
}
.ilblock-wrapper .ilblock {
  display: inline-block;
}
.ilblock-wrapper .ilblock p {
  display: flex;
  align-items: center;
}
.ilblock-wrapper .ilblock p span {
  margin-right: 10px;
  margin-left: 10px;
}

select.wpcf7-form-control.wpcf7-select {
  padding: 0.5rem 1rem;
}

/*other*/
.endTel {
  display: none;
}

.slide h5 {
  display: inline-block;
  background: #FFD24D;
  padding: 5px 10px;
  margin-left: 5px;
  margin-top: 20px;
  width: 100px;
  color: #000;
}

.world {
  width: 85%;
}

.topico {
  width: 80%;
}

p.lead {
  line-height: 1.75;
  font-size: 1.5rem;
  padding: 3rem 0;
}

/*fade-----------------------------*/
.move {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.moveon {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: 0.8s;
}
.moveon:nth-of-type(2) {
  transition-delay: 100ms;
}
.moveon:nth-of-type(3) {
  transition-delay: 200ms;
}
.moveon:nth-of-type(4) {
  transition-delay: 300ms;
}
.moveon:nth-of-type(5) {
  transition-delay: 400ms;
}
.moveon:nth-of-type(6) {
  transition-delay: 500ms;
}

footer#footerC {
  background: #000;
}
footer#footerC a {
  color: #eee;
}

/*forPageTemplate--------------------*/
/*-----------------------------------*/
.page-header {
  background: url(/wp/wp-content/themes/glaze2018/common/img/page-bg3.jpg) right top;
  background-size: 100%;
  height: 640px;
  color: #eee;
}

.works-header {
  background: url(/wp/wp-content/themes/glaze2018/common/img/worksBG2.jpg) right top no-repeat #000;
  background-size: contain;
  height: 640px;
  color: #eee;
}

.page-header-inner {
  padding: 110px 10px 20px;
  max-width: 1180px;
  margin: 0 auto;
}

.works-header-inner {
  padding: 290px 0 20px;
}

p.pege-headcopy {
  font-size: 13rem;
  text-transform: none;
  padding: 0;
  color: #eee;
  font-weight: normal;
  line-height: 0.9;
}
p.works-headcopy {
  font-size: 3.8rem;
  text-transform: none;
  padding: 0;
  color: #eee;
  font-weight: normal;
  line-height: 1;
}

.bread {
  padding: 10px 0;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.bread h1, .bread h2, .bread .entry-meta {
  font-size: 1rem;
  font-weight: normal;
}
.bread h6 {
  font-size: 12rem;
  font-family: "Major Mono Display", monospace;
  margin-top: -120px;
  font-weight: normal;
  color: #eee;
  letter-spacing: -4rem;
  position: absolute;
  right: 20px;
}

.page-header h1.entry-title, .page-header p.headTitle {
  font-family: "Michroma", sans-serif;
  font-size: 2.8rem;
  padding: 40px 0 10px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 600;
}
.page-header h1.pageTitle {
  font-size: 1.2rem;
  font-weight: 200;
}

.works-header h1.entry-title {
  font-family: inherit;
  font-size: 1.5rem;
  padding: 25px 0 10px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
}

.wabun {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ugoth {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

.fss {
  font-size: 1.1rem;
}

.page-h {
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.25rem;
  /*  text-align: left;*/
}

.alignR {
  text-align: right;
}

.mb-100 {
  margin-bottom: -90px;
}

.mb-60 {
  margin-bottom: -60px;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.mt-100 {
  margin-top: -90px;
}

.mtb70 {
  margin: 50px auto 20px;
}

.sidepd-85 {
  padding: 0 85px;
}

.maxwidth50 {
  max-width: 50%;
}

.maxwidth75 {
  max-width: 75%;
}

.entry-footer {
  max-width: 1180px;
  padding: 10px 0;
  font-size: 0.8rem;
  margin: 0 auto;
  color: inherit;
}

.flex-center {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}

.mid-title {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.4rem;
  text-align: center;
  margin-bottom: 2rem;
}

.aboutlist li {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 1rem 1rem;
}

.privacy h2 {
  padding: 1rem;
}
.privacy h3 {
  padding: 1rem;
  font-weight: 600;
  color: #E63626;
}

/*forBlogArchive---------------------*/
/*-----------------------------------*/
#blog-bg {
  background: #efefef;
  position: relative;
  z-index: 0;
}
#blog-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.blog-wrap {
  max-width: 1180px;
  margin: 0 auto;
  background: #efefef;
}

#primary.flexleft {
  flex: 1;
  padding: 100px 30px 100px 0;
  position: relative;
  z-index: 2;
  background: #fff;
}

#secondarywrap.sidebar-area {
  max-width: 350px;
  padding: 70px 0 100px 30px;
}

#secondary h3 {
  padding: 20px 0 20px;
  font-family: "Rajdhani", sans-serif;
  font-size: 3.2rem;
  font-weight: normal;
}

artical.archivelist {
  flex: 100%;
}

nav.navigation.post-navigation {
  position: relative;
}

h2.screen-reader-text {
  font-size: 1rem;
  font-weight: normal;
  display: none;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto 20px;
}

.single .entry-content h2 {
  font-family: inherit;
  font-weight: 500;
  font-size: 2.7rem;
  padding: 0 0 20px;
  line-height: 1;
  letter-spacing: -0.15rem;
}
.single .entry-content h3 {
  font-family: inherit;
  font-weight: normal;
  font-size: 2rem;
  padding: 15px 0;
}
.single .entry-content p {
  line-height: 1.75;
  margin-bottom: 1rem;
}

.eyecatch .post-thumbnail {
  text-align: center;
}

.nav-previous a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  color: #004EA2;
  margin-right: 10px;
}

.nav-next a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #004EA2;
  margin-left: 10px;
}

#secondary li.cat-item a:before, .widget_archive li a:before, .widget_meta li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #004EA2;
  margin-right: 0.5rem;
}

.tagcloud a {
  background: #ccc;
  padding: 0.5rem 2rem;
  margin-bottom: 3px;
  display: inline-block;
}

time.updated {
  display: none;
}

.headerother img {
  width: 70px;
  border-radius: 50%;
  margin-bottom: 7px;
}
.headerother ul.post-categories li {
  display: inline-block;
  font-size: 1rem;
  padding: 1px 15px 3px;
  border-radius: 2px;
  border: 1px solid #ccc;
  font-family: "Michroma", sans-serif;
}
.headerother ul.post-categories li a {
  display: inline-block;
  color: #ccc;
}

.breadcrumbs-wrap {
  padding: 20px 0;
  background: #F9FBFD;
  font-size: 1rem;
  border-top: 1px solid #ddd;
}

.breadcrumbs-headwrap {
  padding: 0.75rem;
  /*  background: #F9FBFD;*/
  background: #111;
  color: #ccc;
  font-size: 1rem;
  /*  border-bottom: 1px solid #ddd;*/
}

.breadcrumbs {
  max-width: 1180px;
  margin: 0 auto;
}

.fa-chevron-right:before {
  color: #E63626;
  margin: 0 0.5rem;
}

.breadcrumbs-headwrap span a {
  color: #ccc;
}

.maps-outer {
  position: relative;
  padding-top: 35%;
}

.maps-outer2 {
  position: relative;
  padding-top: 40%;
  width: 100%;
}

.maps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.maps-outer iframe {
  filter: invert(0.9) hue-rotate(25deg);
}

.review-box {
  display: none;
}

p.p1 {
  margin-bottom: 0;
}

div.entry-content > img {
  margin: 2rem 0;
}

/* ---------CSS slide roop-------- */
.loop_wrapper {
  width: 100vw;
  overflow: hidden;
  position: relative;
}

.loop_css1 {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: loop 70s linear infinite;
}

.loop_css1 img {
  width: auto;
  display: block;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 900px) {
  .loop_css1 {
    height: 20vw;
  }
  .loop_css1 img {
    width: auto;
    height: 100%;
    max-height: 100%;
    max-width: initial;
  }
}
/*for404Template---------------------*/
/*-----------------------------------*/
.error-404 h2 {
  font-family: inherit;
  font-size: 1.8rem;
  padding: 70px 0 10px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 600;
}

.page textarea {
  border: 1px solid #ccc;
  padding: 1rem;
}
.page .form-title span {
  color: #c00;
}

h3.error404 {
  font-size: 15rem;
  text-transform: none;
  padding: 0;
  color: #666;
  font-weight: normal;
  display: inline-block;
}

.error-404 h1.page-title {
  font-size: 3.1rem;
  padding: 10px 0 10px;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
  color: #666;
  /*  font-family: 'Rajdhani', sans-serif;*/
}

.sidebar-list figure.eyecatch img {
  max-width: 90px;
  float: left;
  margin-right: 10px;
}
.sidebar-list li {
  width: 100%;
  clear: both;
  display: inline-block;
  margin-bottom: 10px;
}
.sidebar-list li span {
  display: block;
  font-family: "Rajdhani", sans-serif;
}

p.date {
  font-family: "Rajdhani", sans-serif;
}

/*worksingle改修-------------------------*/
.singleimg {
  position: absolute;
  right: 0;
  top: 0;
}

.works-single-header {
  background: #E73727;
  height: 540px;
  color: #eee;
  margin-top: 45px;
}
.works-single-header h1.entry-title {
  font-family: inherit;
  font-size: 1.8rem;
  padding: 25px 0 10px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
}

.singleimg img {
  height: 540px;
  width: auto;
}

/*/worksingle改修------------------------*/
section p {
  font-size: 1.6rem;
  padding: 1rem 0;
  line-height: 1.75;
  text-align: left;
}

h3.concsubtitle {
  font-weight: normal;
  color: #E73727;
  margin-bottom: 2rem;
}

.forPC {
  display: block !important;
  margin: 0 auto;
}

.forSP {
  display: none !important;
}

/*Workscontents------------------------*/
.flexworks {
  display: flex;
  margin-bottom: 60px;
  align-items: flex-start;
}

.flexitem {
  flex: 1;
}

.flexworks h3 {
  font-size: 1.6rem !important;
}
.flexworks h3:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f192";
  /*  color: #E63626;*/
  margin-right: 0.5rem;
}

.single-works .flexworks p {
  padding: 10px;
}

.worksmry {
  width: 90%;
  margin: 25px 0 0 50px;
}
.worksmry li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #E63626;
  margin-right: 0.5rem;
}
.worksmry h4 {
  background: #666;
  color: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: normal;
}
.worksmry p, .worksmry ul {
  margin-bottom: 2.5rem;
}

.addtoany_share_save_container, .addtoany_content, .addtoany_content_bottom {
  max-width: 1180px;
  margin: 0 auto 0 !important;
}

/*contact---------------------------*/
.contact-header {
  background: url(common/img/cat01.jpg) right center no-repeat;
  background-size: 53%;
}

.title-middle {
  /*  margin: 2rem;*/
  font-weight: 500;
}

.mt50 {
  margin-top: 50px;
}

.br50 {
  border-radius: 50%;
  background: linear-gradient(45deg, #007eff, #ff17b1);
  padding: 1px;
}

figure.gru {
  background: none;
}
figure.gru:after {
  content: url(common/img/gru.png);
  position: absolute;
  top: 0;
  right: 57px;
}
figure span.Michroma {
  font-size: 1rem;
}

/*forLoader-------------------------*/
.loader {
  background: #E73727;
  /*  background: #fff;*/
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/* ローディングのアニメ部分 */
svg#loaderID {
  animation: load1 1s infinite ease-in-out;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  animation-delay: -0.16s;
  max-width: 10%;
  height: auto;
}
svg#loaderID:before, svg#loaderID:after {
  animation: load1 1s infinite ease-in-out;
}

#loaderID path {
  fill: url("#MyGradient");
  stroke-width: 2px;
  stroke: #000;
  stroke-dasharray: 3700;
  stroke-dashoffset: 3700;
  animation: drawline 0.5s linear forwards, FillIn 1s 1s linear both;
}

@keyframes drawline {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes FillIn {
  from {
    fill-opacity: 0;
  }
  to {
    fill-opacity: 1;
  }
}
/*forBlogParts-------------------------*/
.bloginner p {
  font-size: 1.4rem;
  margin: 1.5rem 0;
}
.bloginner ul.check {
  list-style-type: none;
  margin-left: 20px;
  padding: 2rem;
  margin-bottom: 10px;
}
.bloginner ul.check li {
  line-height: 25px;
}
.bloginner ul.check li:before {
  content: " \f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  /* float: left; */
  padding: 0 6px;
  font-size: 70%;
  margin-right: 10px;
  background: #f3f3f3;
  color: #000;
  margin-left: -3em;
}
.bloginner blockquote {
  position: relative;
  padding: 20px 30px 20px 80px;
  background: #f5f5f5;
  color: #555;
  border-left: 2px solid #E63626;
  margin: 3rem auto;
}
.bloginner blockquote:before {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 20px;
  vertical-align: middle;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #E63626;
  font-size: 4rem;
  line-height: 1;
}
.bloginner blockquote h4 {
  background: none;
  margin-top: 1.5rem;
}
.bloginner blockquote p {
  padding: 0;
  margin: 20px 0 10px;
  font-size: 1.3rem;
  line-height: 1.7;
}
.bloginner p:last-child {
  margin-bottom: 2rem;
}
.bloginner figcaption {
  font-size: 1rem;
  color: #333;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 2rem;
}
.bloginner figcaption:before {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 5px;
  vertical-align: middle;
  content: "\f083";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #E63626;
  font-size: 1rem;
  line-height: 1;
}

pre {
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: monospace, sans-serif;
  color: #666666;
  background-color: #f2f2f2;
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
}

.code {
  margin: auto;
  position: relative;
  box-sizing: border-box;
  background-color: #666;
  color: #f8f8f2 !important;
  display: block;
  line-height: 1.4;
  padding: 30px;
  text-align: left;
  overflow: auto;
  resize: horizontal;
  z-index: 2;
  border: 0;
  border-radius: 8px;
  font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;
  font-size: 14px !important;
}

.enclosure {
  background-color: #f2f2f2;
  padding: 20px !important;
  margin: 2rem 0 !important;
}

.bloginner img {
  margin-top: 2rem;
}
.bloginner h3 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 12px 20px !important;
  margin: 0 0 2.5rem -2rem;
  width: calc(100% + 20px);
  font-size: 1.7rem !important;
  color: white;
  background: #E73727;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.bloginner h3:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #B20000;
}
.bloginner h5 {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 1.5rem 1rem;
}

.marker {
  background: linear-gradient(transparent 0%, #fff799);
  font-weight: bold;
}

li.oneline {
  line-height: 18px;
  margin-bottom: 6px;
  margin-left: 30px;
}
li.oneline a {
  font-weight: bold;
  color: #E73727;
}

.title-quote {
  position: relative;
}
.title-quote:before {
  content: "";
  vertical-align: super;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #004EA2;
  margin-right: 1rem;
  font-size: 1rem;
}
.title-quote:after {
  content: "";
  vertical-align: baseline;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #004EA2;
  margin-left: 1rem;
  font-size: 1rem;
}

strong {
  background: linear-gradient(transparent 20%, #fbd 20%);
}

b, strong {
  font-weight: 700;
}

/*forTopInformation----------------------*/
section.topnews {
  /*  max-width: 1180px;*/
  margin: -45px auto 0;
  /*  padding: 10px;*/
  background: rgba(228, 228, 228, 0.75);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topnews .information {
  display: flex;
  align-items: baseline;
}

.information h5 {
  margin: 0 1.5rem;
  font-family: "Michroma", sans-serif;
}
.information p.infotitle {
  margin: 0 1.5rem;
  border-left: 1px solid;
  padding: 1rem 2rem;
}

/*grecaptcha cf7-------------------------*/
.grecaptcha-badge {
  bottom: 50px !important;
  z-index: 5;
}

div.wpcf7-response-output {
  padding: 1em;
  border: 1px solid #E95413;
  color: #E95413;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 1px solid #E95413;
  color: #E95413;
}

/*forUnder1500-------------------------*/
/*-----------------------------------*/
@media screen and (max-width: 1500px) {
  /*element------------------------------*/
  section h2 {
    padding: 20px 0 10px;
    line-height: 1;
  }
  .glitch-img {
    position: absolute;
    top: -160px;
    left: 0;
  }
  .tabletIMG {
    /*    width: 60%;*/
    width: 85%;
  }
  .flex2 {
    display: flex;
    margin-bottom: 10px;
  }
  .childA {
    flex: 1;
    margin-right: 0;
    width: 350px;
    align-self: center;
  }
  .childB {
    text-align: center;
    width: 300px;
    padding: 10px;
    margin: 2px;
    margin-bottom: 0;
  }
  .childC {
    /* flex: 1; */
    text-align: center;
    margin: 2px;
    width: 300px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .square {
    width: 20px;
    height: 20px;
    border: none;
    margin: 0 auto;
    line-height: 20px;
    background: #E63626;
    color: #fff;
  }
  .definitionList dl {
    display: table;
    width: 90%;
    border-spacing: 30px 0;
    margin: 0 auto;
  }
  .definitionList dt {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    padding: 10px;
    font-size: 1.3rem;
    line-height: 1.75;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .definitionList dd {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    font-size: 1.3rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 1.5;
  }
  .tabletNone {
    display: none;
  }
  form .row.cell3 .item {
    width: 22%;
    margin-left: 30px;
  }
  .bordrR {
    border-right: none;
  }
  .definitionList {
    max-width: 900px;
    margin: 0 auto;
  }
  form {
    max-width: 900px;
    margin: auto;
    font-size: 1.4rem;
  }
  form .row.column .element {
    width: 205px;
    margin-left: 20px;
  }
}
.rubikBig {
  font-size: 3.2rem;
  letter-spacing: 1.5rem;
}

.sakura {
  background: url(common/img/rec-top.jpg);
  padding-bottom: 50px;
}

table.aligncenter {
  margin: 0 auto;
}

.rec-flow p {
  border: none;
  background: #eee;
  text-align: center;
  padding: 1rem;
}

/*forSP------------------------------*/
/*-----------------------------------*/
/*@media screen and (max-width: 991px) {*/
@media screen and (max-width: 1080px) {
  svg#loaderID {
    width: 100px;
  }
  body {
    overflow: hidden;
  }
  #mainnav #menu {
    display: none;
  }
  .siteID {
    margin-left: 0;
  }
  .siteID span {
    display: none;
  }
  article.frame3 p {
    min-height: auto;
  }
  #page-header, #blog-header {
    height: 24.5vh;
  }
  #page-header h1, #blog-header h1 {
    font-size: 1.6rem;
  }
  .busismry {
    background: #FFF;
    width: auto;
    padding: 15px 15px 15px 15px;
    position: relative;
    right: 0;
    top: 0;
    margin: 15px;
    transform: translateY(-20%) translateX(0);
    -webkit-transform: translateY(-20%) translateX(0);
  }
  .busismry2 {
    background: #FFF;
    width: auto;
    padding: 15px 15px 15px 15px;
    position: relative;
    right: 0;
    top: 0;
    margin: 15px;
    transform: translateY(20%) translateX(0);
    -webkit-transform: translateY(20%) translateX(0);
  }
  .topsection .airport, .topsection .sightseeing, .topsection .insurance {
    width: 100%;
    height: 40vh;
  }
  section.topsection {
    overflow: initial;
  }
  .topsection .widebg, .topsection .widebg2 {
    background-size: cover;
    max-width: 100%;
    height: 40vh;
    position: relative;
    z-index: 1;
  }
  .spadj {
    margin-top: -100px;
  }
  .child2col {
    text-align: center;
    width: 100%;
  }
  nav#mainnav {
    height: auto;
  }
  .page-header_inner {
    width: 100%;
  }
  .flow-text {
    margin: 0;
    position: relative;
    margin-left: 15px;
    margin-right: -15px;
  }
  .flow-text p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .flow-pict::before {
    right: auto;
    left: -20px;
  }
  .flow-pict::after {
    right: auto;
    bottom: -22px;
    font-size: 2rem;
    left: -28px;
  }
  .busismry p, .busismry2 p {
    padding-bottom: 0rem;
  }
  dl.blog-list {
    border-left: 1px solid #004EA2;
    padding-left: 1.5rem;
    min-height: 100px;
    margin-left: 0;
    padding-top: 1rem;
  }
  section.company {
    margin-top: -50px;
  }
  .company__right {
    padding: 1rem;
    width: 100%;
  }
  .maps-outer {
    position: relative;
    padding-top: 45%;
  }
  .busismry3 {
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    padding: 15px 0 40px;
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    z-index: 5;
    height: -moz-available;
    height: available;
    transform: skew(-15deg, 0deg);
  }
  .bs3wrap {
    transform: skew(15deg, 0deg);
    color: #fff;
    width: auto;
    text-align: center;
  }
  .topsection .widebg3 {
    background-size: cover;
    height: 45vh;
  }
  section.top-news .bgtitle {
    position: absolute;
    font-size: 22rem;
    line-height: 0;
    right: 0;
    color: #CDE5FF;
    z-index: -1;
    bottom: 75px;
    letter-spacing: -2rem;
  }
  ul#footermenu {
    display: block;
  }
  #footermenu li {
    display: block;
    text-align: left;
  }
  nav.footer-nav > ul > li {
    padding: 0 3rem 0 3rem;
    font-size: 1.3rem;
    margin: 0;
    border-right: none;
    border-left: none !important;
    border-bottom: 1px solid #BFCFFF;
  }
  nav.footer-nav > ul > li a {
    display: block !important;
  }
  section.page-top_title .bgtitle {
    position: absolute;
    font-size: 12rem;
    line-height: 0;
    right: 0;
    color: #CDE5FF;
    z-index: -1;
    bottom: -50px;
    letter-spacing: -1rem;
  }
  article.frame3 {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 3rem;
    margin: 0;
    margin-bottom: 2rem;
  }
  .inner3 {
    padding: 0 15px 15px;
    margin: 0 auto 0;
  }
  .short {
    width: 100%;
  }
  p.read {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .sakura {
    background: none;
    padding-bottom: 20px;
  }
  .archive-list {
    display: block;
  }
  /*  linemarker--------------------------*/
  .busismry:before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    background: #004EA2;
    z-index: 2;
    left: 50%;
    top: 0;
  }
  .busismry:after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    background: #fff;
    z-index: 2;
    left: 50%;
    top: -10%;
  }
  .busismry2:before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    background: #004EA2;
    z-index: 2;
    right: 50%;
    top: auto;
    bottom: 0;
  }
  .busismry2:after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    background: #fff;
    z-index: 2;
    right: 50%;
    top: auto;
    bottom: -10%;
  }
  footer address {
    padding: 4rem 2rem;
    font-size: 1.1rem;
    font-weight: 400;
  }
  /* / linemarker-------------------------*/
  h2.toptitle {
    font-size: 9rem;
    line-height: 1;
  }
  .page-header h1.entry-title, .page-header p.headTitle {
    font-size: 2.8rem;
    font-weight: 1000;
  }
  .maincopy {
    top: 30%;
  }
  .paracopy {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  p.subcopy {
    color: #E73727;
    text-align: right;
  }
  h2.paratitle {
    font-size: 1.8rem;
  }
  a .btn {
    color: #fff;
    margin-top: 1.5rem;
  }
  .flexFoot {
    display: block;
  }
  .bdrboth {
    border-left: none;
    border-right: none;
  }
  ul.footnav {
    padding-left: 0;
  }
  #footerA img {
    width: 60%;
    margin: -1rem;
  }
  .drawer_menu.left .drawer_button {
    right: auto;
    left: 15px;
  }
  nav .mouse {
    display: none;
  }
  .inner, .inner2 {
    padding: 15px 15px 15px 15px;
    margin: 0 auto;
  }
  .pd15 {
    padding: 15px;
  }
  .flexTop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex, .flex2 {
    display: block;
    margin-bottom: 10px;
  }
  .flex4 {
    display: block;
    position: relative;
  }
  .flex-center {
    display: block;
    margin-bottom: 10px;
  }
  .childA {
    flex: 1;
    margin-right: 0;
    width: auto;
  }
  nav li.intro {
    width: 100%;
    position: absolute;
    top: -50%;
    padding-top: 0;
    margin: 0 auto;
    left: -10px;
  }
  section h2.maintitle {
    font-size: 1.8rem;
    padding: 10px 0 0;
    line-height: 1.5;
  }
  .definitionList dl {
    display: table;
    width: 100%;
    border-spacing: 10px 0;
    margin: 0 auto;
  }
  .definitionList dt {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    padding: 0;
    font-size: 1.3rem;
    line-height: 1.75;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    letter-spacing: -0.1rem;
  }
  .definitionList dd {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 1.3rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 1.5;
  }
  .spUndisplay {
    display: none !important;
  }
  .fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
    display: none;
  }
  .bordrR {
    border-right: none;
  }
  #fp-nav.fp-right {
    display: none;
  }
  .slide-copy h3 {
    font-size: 2.7rem;
    letter-spacing: 0.25rem;
    font-weight: 500;
  }
  .drawer_menu .drawer_nav_wrapper {
    height: 100%;
    transition: all 0.2s;
  }
  .thumb {
    display: flex;
    flex-wrap: wrap;
  }
  .thumb li {
    margin: 0 5px;
    width: 39%;
  }
  .thumb li img {
    max-width: 100%;
  }
  .fp-slidesNav.fp-bottom {
    display: none;
  }
  .tabletIMG {
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
  }
  form {
    display: block;
  }
  form .row.column .element {
    width: 90%;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  #mailform > div:nth-child(2) {
    width: 90%;
    margin-left: 10px;
  }
  form textarea {
    position: relative;
  }
  .drawer_menu .drawer_nav {
    padding: 30px 24px;
  }
  .endTel {
    display: block;
    margin: 10px auto;
    font-size: 2rem;
    line-height: 1;
    border-bottom: 1px solid #E63626;
    padding-bottom: 10px;
  }
  .endTel i {
    display: block;
    margin: 10px auto;
    font-size: 1rem;
    line-height: 1;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    color: #E63626;
  }
  .sns, .copyright, .mail {
    display: none;
  }
  .drawer_menu .drawer_nav li {
    font-size: 13px;
  }
  .offsettop {
    margin-top: -120px;
  }
  artical.childB img {
    max-width: 100%;
    display: block;
  }
  .thumb li p {
    text-align: center;
    box-sizing: border-box;
    font-family: "Michroma", sans-serif;
    line-height: 0;
    margin-top: 0;
    background: #E63626;
  }
  .mainnavBgWrap {
    position: fixed;
    width: 100%;
    height: 130px;
    z-index: 1;
    left: 0;
    top: 0;
    transition: transform 60s;
  }
  .mainnavBg {
    position: fixed;
    height: 130px;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 40%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
  }
  #hero {
    height: 70vh;
  }
  ul#menu {
    background: none;
  }
  .child-worksmry {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
    width: 47%;
    flex: inherit;
  }
  .works-header {
    background-size: cover;
    height: 60vh;
  }
  .works-header-inner {
    padding-top: 40%;
  }
  .breadcrumbs-wrap, .breadcrumbs-headwrap {
    padding: 10px 10px;
  }
  .error-404 h1 {
    font-size: 2rem;
  }
  .flex3 {
    display: block;
    position: relative;
  }
  #primary.flexleft {
    padding: 25px 15px 15px 15px;
    position: relative;
    z-index: 2;
  }
  .blog-smry-text h5 {
    text-align: left;
    font-size: 1.2rem;
    padding: 5px 0;
    font-weight: normal;
  }
  .blog-smry-text li {
    padding: 2px 7px 3px;
    min-width: inherit;
  }
  #secondarywrap.sidebar-area {
    max-width: 100%;
    padding: 15px 15px 15px 15px;
  }
  #blog-bg:before {
    width: 0;
    height: auto;
  }
  #secondary li {
    padding: 6px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
  header.bread {
    display: block;
  }
  .nav-links {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin: 10px;
  }
  .nav-next {
    flex: 50%;
    text-align: right;
  }
  .nav-previous {
    flex: 50%;
    text-align: left;
  }
  p.pege-headcopy {
    font-size: 7rem;
  }
  .page-header {
    height: 65vh;
  }
  .page-header-inner {
    padding-top: 20%;
  }
  h3.concsubtitle {
    margin-bottom: 1rem;
  }
  .entry-content h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 1rem;
  }
  .footid img {
    width: 75%;
  }
  .single .entry-content h2 {
    font-family: inherit;
    font-weight: normal;
    font-size: 2rem;
    padding: 10px 0;
  }
  .single .entry-content h3 {
    font-family: inherit;
    font-weight: normal;
    font-size: 1.75rem;
    padding: 10px 0;
  }
  .page-header, .page-header-service, .page-header-about, .page-header-contact, .works-header {
    background-position: center top;
    background-size: cover;
  }
  .forPC {
    display: none !important;
  }
  .forSP {
    display: block !important;
  }
  .child3col {
    display: block;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
  }
  artical.child3col img {
    padding-right: 0;
  }
  p.lead {
    line-height: 1.75;
    font-size: 1.4rem;
    padding: 1rem 0;
  }
  section.service h3 {
    font-family: "Michroma", sans-serif;
    font-size: 2rem;
    padding: 10px 10px 10px;
    font-weight: normal;
  }
  .entry-content p {
    line-height: 1.55;
    font-size: 1.4rem;
  }
  section h4.svic3col {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: normal;
    background: none;
    color: #E63626;
    padding: 2rem 0;
  }
  .xxx::before, .xxx::after {
    display: none;
  }
  section.plas {
    display: none;
  }
  .fl2 {
    float: none;
    margin: 0 auto;
    display: block;
  }
  img.ico {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  img.w65 {
    max-width: 100%;
  }
  img.topico {
    max-width: 60%;
    margin-bottom: -1rem;
  }
  img.world {
    max-width: 50%;
  }
  .blogthumb {
    max-width: 85px;
    margin-right: 8px;
    margin-bottom: 5px;
  }
  artical.child-blogsmry {
    margin: 0;
    clear: both;
    display: block;
  }
  .sidebar-list figure.eyecatch img {
    max-width: 85px;
  }
  section.mission h5 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    color: #E63626;
  }
  section.mission h6 {
    font-size: 2.7rem;
    margin-bottom: 1rem;
  }
  section.mission p {
    font-size: 1.3rem;
    text-align: left;
  }
  .sidepd-85 {
    padding: initial;
  }
  .mid-title {
    font-size: 1.8rem;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 2rem;
  }
  .aboutlist li {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
    font-size: 1.3rem;
  }
  /*Workscontents------------------------*/
  .flexworks {
    display: block;
    margin-bottom: 30px;
    align-items: flex-start;
  }
  .flexitem {
    flex: 1;
  }
  .flexworks h2 {
    font-size: 1.7rem !important;
  }
  .flexworks h3 {
    font-size: 1.5rem !important;
  }
  .flexworks h3:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f192";
    margin-right: 0.5rem;
  }
  .single-works .flexworks p {
    padding: 10px;
  }
  .worksmry {
    width: auto;
    margin: 10px 0;
    margin-bottom: 30px;
  }
  .worksmry p, .worksmry ul {
    margin-bottom: 2.5rem;
    margin-left: 1rem;
  }
  .addtoany_share_save_container, .addtoany_content, .addtoany_content_bottom {
    text-align: center !important;
  }
  /*forTopInformation----------------------*/
  section.topnews {
    display: none;
  }
  /*Blogcontents------------------------*/
  .bloginner {
    margin-left: 10px;
  }
  section h4.svic3col2 {
    font-size: 1.4rem;
  }
  .contact-header {
    background: none;
    margin-bottom: -30px;
  }
  .ilblock {
    display: grid;
  }
  .ilblock-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
/*endMQ*/
/* 事業内容：2カラム（保険事業削除後） */
.flexTop.business2col {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}
.flexTop.business2col > article.frame3 {
  width: 48% !important;
  margin: 0 0 30px 0 !important;
}
.flexTop.business2col .btn {
  background: #0b4ea2 !important;
  /* 近い青に仮 */
  color: #fff !important;
}
.flexTop.business2col .btn.mauto {
  display: inline-block !important;
  padding: 14px 28px !important;
  border-radius: 4px !important;
  text-align: center !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  margin: 20px auto 0 auto !important;
  display: block !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.flexTop.business2col .frame3 {
  padding: 24px !important;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.flexTop.business2col a.btn.mauto {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
}

/* カードを2列に */
/* スマホは1列 */
@media (max-width: 768px) {
  .flexTop.business2col > article.frame3 {
    width: 100% !important;
  }
}
/* 事業内容ページ：詳しく見るボタンの見た目を強制 */
/* 親要素側で中央寄せ（mautoが効かない場合の保険） */
/* もし元CSSで背景色が消えるなら最低限これで復活 */
@media (max-width: 768px) {
  .flexTop.business2col .frame3 {
    margin-bottom: 24px;
  }
}
/* 事業内容：スマホでも「詳しく見る」をボタン表示に強制 */
@media (max-width: 768px) {
  .flexTop.business2col .btn.mauto {
    display: block !important;
    width: 100% !important;
    max-width: 240px;
    margin: 16px auto 0 !important;
    padding: 12px 16px !important;
    text-align: center !important;
    border-radius: 6px !important;
  }
  .flexTop.business2col .btn.mauto a {
    display: block !important;
    width: 100% !important;
    max-width: 240px;
    margin: 16px auto 0 !important;
    padding: 12px 16px !important;
    text-align: center !important;
    border-radius: 6px !important;
  }
}
/* aタグにした「詳しく見る」ボタンの崩れ対策 */
/* もし元の.btnがblock前提ならこちらが安定 *//*# sourceMappingURL=style.css.map */
 * 
/* Recruit summary cards (scoped) */
.fit-recruit-cards{
  margin: 28px 0 36px;
}

.fit-recruit-cards__title {
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.4;
  margin: 0 0 14px;
  letter-spacing: 0.02em;
  text-align: center;
}


/* PCでも1列にする */
.fit-recruit-cards__grid{
  display: grid;
  grid-template-columns: 1fr; /* ←ここを1列に */
  gap: 14px;
}


.fit-card{
  background: #f7fbfe; /* かなり薄い水色 */
  border: 1px solid rgba(0,0,0,0.10);
  border-left: 4px solid #d3edfb;
  border-radius: 14px;
  padding: 16px 16px 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.fit-card__heading{
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
  position: relative;
  padding-bottom: 14px; /* ←ここを増やす */
  margin: 0 0 16px;     /* ←少し増やす */
}


.fit-card__heading::after{
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #1e6fd9; /* FITブルー系 */
  margin: 8px auto 0;
}

.fit-card__subheading{
  font-size: 14px;
  margin: 12px 0 6px;
  line-height: 1.35;
}

.fit-card__lead,
.fit-card__text{
  margin: 0 0 10px;
  line-height: 1.75;
  font-size: 14px;
}

.fit-card__list,
.fit-card__bullets{
  margin: 8px 0 10px;
  padding-left: 1.2em;
  line-height: 1.75;
  font-size: 14px;
}

.fit-card__list li{ margin: 0 0 8px; }
.fit-card__bullets li{ margin: 0 0 6px; }

.fit-card__note{
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px dashed rgba(0,0,0,0.15);
}

/* Safe line breaks */
.fit-recruit-cards p,
.fit-recruit-cards li{
  word-break: break-word;
}

/* Optional: keep the whole block readable on large screens */
.fit-recruit-cards{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

/* Cards block: keep readable width on large screens */
.fit-recruit-cards{
  max-width: 980px;      /* 900〜1100で好み調整OK */
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;    /* 端末幅が狭い時の保険 */
  padding-right: 16px;
}


@media (max-width: 780px){
  .fit-recruit-cards__grid{
    grid-template-columns: 1fr;
  }
  .fit-card{
    border-radius: 12px;
    padding: 14px 14px 12px;
  }
}

.fit-section-divider{
  max-width: 980px;
  margin: 36px auto 28px;
  border: none;
  border-top: 1px solid rgba(0,0,0,0.12);
}

/* 青マーカー（仕事内容用） */
.marker-blue{
  background: linear-gradient(transparent 60%, #d9efff 60%);
  padding: 0 2px;
}

/* === Recruit cards font size tuning === */

/* 通常本文 */
.fit-card__lead,
.fit-card__text,
.fit-card__list,
.fit-card__bullets{
  font-size: 15px;   /* 14px → 15px */
}

/* 見出し（カード内） */
.fit-card__heading{
  font-size: 17px;   /* 16px → 17px */
}

/* 小見出し（業務名など） */
.fit-card__subheading{
  font-size: 15px;   /* 14px → 15px */
}

/* ===== Recruit requirements table ===== */
.fit-req-wrap{
  max-width: 980px;
  margin: 0 auto 40px;
  padding: 0 16px;
}

.fit-req-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.fit-req-table th,
.fit-req-table td{
  padding: 16px 18px;
  vertical-align: top;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  line-height: 1.75;
  font-size: 15px;
}

.fit-req-table tr:last-child th,
.fit-req-table tr:last-child td{
  border-bottom: none;
}

.fit-req-table th{
  width: 180px;
  background: #d3edfb;
  font-weight: 700;
  text-align: center;
}

.fit-req-table p{ margin: 0 0 10px; }
.fit-req-table p:last-child{ margin-bottom: 0; }

.fit-req-list{
  margin: 0;
  padding-left: 1.2em;
}

.fit-req-salary{
  font-size: 16px;
  margin-bottom: 6px;
}

.fit-req-small{
  font-size: 14px;
  opacity: 0.9;
}

.fit-req-apply a{
  text-decoration: underline;
}

/* Mobile: stack label/value */
@media (max-width: 780px){
  .fit-req-table,
  .fit-req-table tbody,
  .fit-req-table tr,
  .fit-req-table th,
  .fit-req-table td{
    display: block;
    width: 100%;
  }

  .fit-req-table th{
    text-align: left;
	vertical-align: middle;
    width: 100%;
    border-bottom: none;
	border-right: 1px solid rgba(0,0,0,0.08);
    padding: 14px 16px 6px;
  }

  .fit-req-table td{
    padding: 0 16px 14px;
  }

 /* 項目ごとの区切り線を少し強める */
.fit-req-table tr{
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* 最後の行だけ線を消す */
.fit-req-table tr:last-child{
  border-bottom: none;
}

  .fit-req-table tr:last-child{
    border-bottom: none;
  }
}

.headline1 span{
  margin-top: 30px;
}

/* 募集要項（fit-req-table）内：strongの赤マーカーを無効化 */
.fit-req-table strong{
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}



