@charset "UTF-8";
/*
Author: c.nz
Version: 1.0.6
*/
/* ---------------------------------------------------
　　common
------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

html {
  font-size: 62.5%;
  font-size: calc(100vw * (10 / 1920));
}
@media screen and (max-width: 1366px) {
  html { /*font-size: calc(100vw * (9 / 1366));*/ }
}
@media screen and (max-width: 1280px) {
  html { /*font-size: calc(100vw * (8 / 1280));*/ }
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  html {font-size: calc(100vw * (10 / 375));}
}
@media screen and (max-width: 896px) and (orientation:landscape) {
  html {font-size:10px;}
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-size: 1.6rem;
}

.acms-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.acms-container #adminBox {
  margin-bottom: 0;
}

.slick-dots li.slick-active button {
  background: none;
}

.js-edit_inplace-hovering {
  left: 50% !important;
  transform: translateX(-50%);
}

.js-fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.6s;
}

.js-fadein.active {
  opacity: 1;
  transform: translateY(0);
}

#container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.container::after {
  content: "";
  clear: both;
  display: block;
}

#trend_notification {
  display: none;
}

a {
  transition: all ease 0.3s;
  box-sizing: border-box;
}
a:link, a:visited {
  color: #222;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

.entry-column a:visited {
  color: #222;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}
img.max {
  width: 100%;
}

p {
  line-height: 1.8;
  margin: 0;
}

.flexbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.rel {
  position: relative;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w1200 {
  max-width: 1200px;
}

.txt-lll {
  font-size: 1.375em;
}

.txt-ll {
  font-size: 1.25em;
}

.txt-l {
  font-size: 1.125em;
}

.txt-s {
  font-size: 0.875em;
}

.txt-ss {
  font-size: 0.75em;
}

.txt-sss {
  font-size: 0.625em;
}

.tcol-red {
  color: red;
}

.tcol-orange {
  color: #E39923;
}

.tcol-yellow {
  color: orange;
}

.tcol-green {
  color: #6FAE66;
}

.tcol-blue {
  color: #3095C9;
}

.tcol-purple {
  color: purple;
}

.tcol-indigo {
  color: #0D367C;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  /*背景固定する場合	html.is-fixed,
  	html.is-fixed body {height: 100%;overflow: hidden;}*/
  a:hover img {
    opacity: 1;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .container {
    max-width: 100%;
  }
  p {
    line-height: 1.4;
  }
  .w1200 {
    width: auto;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
  .pc-block {
    display: none !important;
  }
  .sp-block {
    display: block;
  }
  .pc-inline {
    display: none !important;
  }
  .sp-inline {
    display: inline;
  }
  .pc-hidden {
    display: block;
  }
}
/* ---------------------------------------------------
　　pagetit
------------------------------------------------------ */
.pagetit {
  width: 100%;
  height: 40rem;
  position: relative;
  background: url("../images/header/h_bg.png") no-repeat center/cover;
}
.pagetit.move_kv {
  height: auto;
}
.pagetit .entit {
  font-family: "Roboto";
  font-size: 17rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  position: absolute;
  top: 11rem;
  left: 10rem;
  line-height: 1;
  pointer-events: none;
}
.pagetit .page-title {
  padding-top: 23.9rem;
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  width: 120rem;
  max-width: 100%;
  margin: auto;
}
.pagetit .page-title .mini {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #ED6B1F;
  display: block;
  text-transform: uppercase;
  margin-top: 1rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pagetit {
    width: 100%;
    max-width: 100%;
    height: 20rem;
    margin-top: 1.6rem;
  }
  .pagetit .entit {
    top: 4.3rem;
    left: 50%;
    max-width: 95%;
    transform: translateX(-50%);
    font-size: 6rem;
  }
  .pagetit .page-title {
    width: 95%;
    font-size: 2rem;
    text-align: center;
    padding-top: 8.8rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  .pagetit .page-title .mini {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 0.1rem;
  }
}
/* ---------------------------------------------------
　　topicpath
------------------------------------------------------ */
.topicpath {
  background: none;
  width: 100%;
  text-align: center;
  padding: 1.5rem 0;
  margin-bottom: 3rem;
}
.topicpath .acms-container {
  max-width: 120rem;
}
.topicpath .topicpath-list {
  width: 100%;
  padding: 0;
  text-align: left;
}
.topicpath .topicpath-list .topicpath-item {
  float: none;
  display: inline-block;
  background: none;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  color: #222;
}
.topicpath .topicpath-list .topicpath-item a {
  display: inline;
}
.topicpath .topicpath-list .topicpath-item::before {
  display: inline-block;
  content: "";
  background: url("../images/common/tp.png") no-repeat center/contain;
  width: 0.6rem;
  height: 1.2rem;
  padding: 0 1rem;
}
.topicpath .topicpath-list .topicpath-item:first-child {
  padding: 0;
}
.topicpath .topicpath-list .topicpath-item:first-child::before {
  display: inline-block;
  content: "";
  padding: 0;
  display: none;
}
.topicpath .topicpath-list .topicpath-item .topicpath-link {
  font-size: 1.5rem;
  font-weight: 400;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .topicpath {
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .topicpath {
    /* padding-left: 4rem; */
    padding-left: 1rem;
  }
}
/*-------------------------------
    ヘッダー
---------------------------------*/
#header, .follow-content {
  position: relative;
  padding: 1.9rem 18rem 2.3rem 4rem;
  width: 100%;
  max-height: 10rem;
}
#header .header-wrap, .follow-content .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#header .header-wrap .logo, .follow-content .header-wrap .logo {
  width: fit-content;
}
#header .header-wrap .logo a, .follow-content .header-wrap .logo a {
  display: block;
}
#header .header-wrap .logo a img, .follow-content .header-wrap .logo a img {
  width: 19.4rem;
  height: 5.8rem;
}
#header .header-wrap .menu, .follow-content .header-wrap .menu {
  display: flex;
}
#header .header-wrap .menu .navi, .follow-content .header-wrap .menu .navi {
  display: flex;
  align-items: flex-start;
  margin-right: 10rem;
  margin-top: 1.8rem;
  /*column-gap: 6.1rem;*/
}
#header .header-wrap .menu .navi .item, .follow-content .header-wrap .menu .navi .item {
  display: block;
  color: #222;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  padding: 0 3rem 0;
  position: relative;
}
#header .header-wrap .menu .navi .item.in, .follow-content .header-wrap .menu .navi .item.in {
  padding: 0 3rem 2.3rem;
}
#header .header-wrap .menu .navi .item.in::before, .follow-content .header-wrap .menu .navi .item.in::before {
  content: "";
  transition: all ease-in-out 0.3s;
  position: absolute;
  width: 0.8rem;
  height: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.9rem;
  background: url("../images/header/h_ar.png") no-repeat center/contain;
}
#header .header-wrap .menu .navi .item.in.active::before, .follow-content .header-wrap .menu .navi .item.in.active::before {
  background: url("../images/header/h_arre.png") no-repeat center/contain;
}
#header .header-wrap .menu .navi .item, .follow-content .header-wrap .menu .navi .item {
  /*&.company:hover ~ .mega.company,&.service:hover ~ .mega.service{
      opacity: 1;
      pointer-events: auto;
  }*/
}
#header .header-wrap .menu .navi .mega.active, .follow-content .header-wrap .menu .navi .mega.active {
  opacity: 1;
  pointer-events: auto;
}
#header .header-wrap .menu .navi .mega, .follow-content .header-wrap .menu .navi .mega {
  transition: all ease-in-out 0.3s;
  position: absolute;
  top: calc(100% - 1rem);
  z-index: 2;
  left: 0;
  pointer-events: none;
  opacity: 0;
  padding: 5rem 0;
  background: #F2F2F2;
  width: 100%;
  display: flex;
  justify-content: center;
}
#header .header-wrap .menu .navi .mega::before, .follow-content .header-wrap .menu .navi .mega::before {
  content: "";
  background: transparent;
  width: 100%;
  height: 20rem;
  top: -3rem;
  position: absolute;
  width: 100%;
  height: 3rem;
}
#header .header-wrap .menu .navi .mega .left, .follow-content .header-wrap .menu .navi .mega .left {
  padding-right: 10rem;
  border-right: 0.1rem solid #CCCCCC;
}
#header .header-wrap .menu .navi .mega .left h2, .follow-content .header-wrap .menu .navi .mega .left h2 {
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}
#header .header-wrap .menu .navi .mega .left h2 span, .follow-content .header-wrap .menu .navi .mega .left h2 span {
  font-size: 2rem;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #FFA838;
  display: block;
  margin-top: 1rem;
  letter-spacing: 0;
}
#header .header-wrap .menu .navi .mega .right, .follow-content .header-wrap .menu .navi .mega .right {
  padding-left: 10rem;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap {
  display: flex;
  column-gap: 4rem;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap.grid, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap.grid .piclink, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap.grid .piclink {
  width: 20rem;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink {
  width: 26rem;
  height: 10rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all ease-in-out 0.3s;
  border-radius: 1rem;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:has(+ .txtlink), .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:has(+ .txtlink) {
  margin-bottom: 2rem;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.about, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.about {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_about_min.png") no-repeat center/100%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.brand, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.brand {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_brand_min.png") no-repeat center/100%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.sdgs, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.sdgs {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_sdgs_min.png") no-repeat center/100%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.quality, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.quality {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_quality_min.png") no-repeat center/100%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.office, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.office {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_office_min.png") no-repeat center/100%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.group, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.group {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_group_min.png") no-repeat center/100%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.woman, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.woman {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_woman_min.png") no-repeat center/100%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.other, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.other {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_other_min.png") no-repeat center/100%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.cost, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.cost {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_cost_min.png") no-repeat center/100%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.trans-service, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.trans-service {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_trans-service_min.png") no-repeat center/100%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.env, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.env {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_env_min.png") no-repeat center/100%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.connect, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.connect {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_connect.png") no-repeat center/100%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.transport, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.transport {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_transport.png") no-repeat center/100%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.stock, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink.stock {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_stock.png") no-repeat center/100%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover {
  opacity: 0.95;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.about, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.about {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_about_min.png") no-repeat center/110%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.brand, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.brand {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_brand_min.png") no-repeat center/110%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.sdgs, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.sdgs {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_sdgs_min.png") no-repeat center/110%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.quality, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.quality {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_quality_min.png") no-repeat center/110%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.office, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.office {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_office_min.png") no-repeat center/110%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.group, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.group {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_group_min.png") no-repeat center/110%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.woman, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.woman {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_woman_min.png") no-repeat center/110%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.other, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.other {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_other_min.png") no-repeat center/110%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.cost, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.cost {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_cost_min.png") no-repeat center/110%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.trans-service, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.trans-service {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_trans-service_min.png") no-repeat center/110%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.env, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.env {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_env_min.png") no-repeat center/110%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.connect, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.connect {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_connect.png") no-repeat center/110%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.transport, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.transport {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_transport.png") no-repeat center/110%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.stock, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .piclink:hover.stock {
  background: linear-gradient(rgba(32, 90, 169, 0.4980392157), rgba(32, 90, 169, 0.4980392157)), url("../images/header/h_stock.png") no-repeat center/110%;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .txtlink, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .txtlink {
  display: flex;
  align-items: center;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1.3rem;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .txtlink:last-of-type, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .txtlink:last-of-type {
  margin-bottom: 0;
}
#header .header-wrap .menu .navi .mega .right .piclinkwrap .txtlink::before, .follow-content .header-wrap .menu .navi .mega .right .piclinkwrap .txtlink::before {
  content: "";
  width: 1.2rem;
  height: 0.1rem;
  background: #0D367C;
  margin: 0 0.8rem 0 0.6rem;
}
#header .header-wrap .menu .lang, .follow-content .header-wrap .menu .lang {
  margin-top: 1.8rem;
  display: flex;
  align-items: flex-start;
}
#header .header-wrap .menu .lang a, .follow-content .header-wrap .menu .lang a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
}
#header .header-wrap .menu .lang a:last-of-type::after, .follow-content .header-wrap .menu .lang a:last-of-type::after {
  display: none;
}
#header .header-wrap .menu .lang a::after, .follow-content .header-wrap .menu .lang a::after {
  content: "";
  display: block;
  height: 1.6rem;
  width: 0.1rem;
  margin: 0 1rem;
  background: #aaa;
}
#header .header-wrap .contact-btn, .follow-content .header-wrap .contact-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: #205AA9;
  color: #fff;
  width: 14rem;
  height: 14rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-radius: 0 0 0 2rem;
}
#header .header-wrap .contact-btn:hover, .follow-content .header-wrap .contact-btn:hover {
  opacity: 0.9;
}
#header .header-wrap .contact-btn img, .follow-content .header-wrap .contact-btn img {
  display: block;
  width: 2.5rem;
  height: 2rem;
  margin-bottom: 0.8rem;
}

/*ヘッダースマホ時*/
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #header {
    position: fixed;
    z-index: 201;
    top: 0;
    background: transparent;
    padding: 1rem 0 1.2rem 1rem;
    transition: all ease 0.3s;
    pointer-events: none;
  }
  #header.open {
    background: #fff;
    pointer-events: auto;
  }
  #header.open .header-wrap .logo {
    opacity: 1;
    pointer-events: auto;
  }
  #header .header-wrap .logo {
    opacity: 0;
    pointer-events: none;
    transition: all ease 0.3s;
  }
  #header .header-wrap .logo a img {
    width: 12.7rem;
    height: 3.8rem;
  }
  #header .header-wrap .contact-btn {
    position: fixed;
    bottom: -100%;
    border-radius: 0;
    border-right: 1px solid #FFFFFF;
    left: 0;
    right: auto;
    top: auto;
    width: calc(100% - 6rem);
    height: 6rem;
    flex-direction: row;
    transition: all 0.6s;
    pointer-events: auto;
  }
  #header .header-wrap .contact-btn img {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  #header .header-wrap .contact-btn.active {
    bottom: 0;
  }
  #header .header-wrap .sp-hamb {
    pointer-events: auto;
    position: relative;
    background: #205AA9 url("../images/header/sphamb.png") no-repeat center/3rem 2.1rem;
    width: 6rem;
    height: 6rem;
    position: absolute;
    border-radius: 0 0 0 1rem;
    right: 0;
    top: 0;
    transition: all ease 0.3s;
  }
  #header .header-wrap .sp-hamb.open {
    background: #205AA9 url("../images/header/sphamb2.png") no-repeat center/2.26rem 2.26rem;
    border-radius: 0;
  }
  #header .header-wrap .sp-menu {
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100% - 6rem);
    overflow-y: scroll;
    background: #205AA9;
    transition: all ease 0.3s;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    padding-bottom: 7rem;
  }
  #header .header-wrap .sp-menu.open {
    pointer-events: auto;
    opacity: 1;
  }
  #header .header-wrap .sp-menu .menu-wrap .link {
    position: relative;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.4980392157);
    display: block;
    width: 100%;
    padding: 1.8rem 2rem;
    z-index: 2;
  }
  #header .header-wrap .sp-menu .menu-wrap .link:last-of-type {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4980392157);
  }
  #header .header-wrap .sp-menu .menu-wrap .link.initems a {
    display: inline-block;
  }
  #header .header-wrap .sp-menu .menu-wrap .link.initems::after {
    content: "";
    transition: all ease 0.3s;
    background: url(../images/header/sp-p.png) no-repeat center/contain;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .header-wrap .sp-menu .menu-wrap .link.initems.open::after {
    background: url(../images/header/sp-m.png) no-repeat center/contain;
  }
  #header .header-wrap .sp-menu .menu-wrap .link a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: block;
  }
  #header .header-wrap .sp-menu .menu-wrap .items {
    display: none;
    padding-left: 3rem;
  }
  #header .header-wrap .sp-menu .menu-wrap .items li {
    margin-bottom: 2.3rem;
  }
  #header .header-wrap .sp-menu .menu-wrap .items li > ul {
    padding-left: 1rem;
    margin-bottom: 4rem;
  }
  #header .header-wrap .sp-menu .menu-wrap .items li a.mt {
    margin-bottom: 2.3rem;
    display: inline-block;
  }
  #header .header-wrap .sp-menu .menu-wrap .items li a {
    color: #fff;
    font-weight: 400;
  }
  #header .header-wrap .sp-menu .menu-wrap .lang {
    display: flex;
    margin-top: 3.55rem;
    justify-content: center;
    align-items: center;
  }
  #header .header-wrap .sp-menu .menu-wrap .lang a {
    display: flex;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
  }
  #header .header-wrap .sp-menu .menu-wrap .lang a::after {
    content: "";
    height: 1.6rem;
    width: 0.1rem;
    margin: 0 1rem 0;
    background: #869BBE;
  }
  #header .header-wrap .sp-menu .menu-wrap .lang a:last-of-type::after {
    display: none;
  }
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .sp-hlogo {
    padding: 1rem 0 1.2rem 1rem;
  }
  .sp-hlogo a {
    display: block;
    width: fit-content;
  }
  .sp-hlogo a img {
    width: 12.7rem;
    height: 3.8rem;
  }
}
/* ---------------------------------------------------
	追従ヘッダー
------------------------------------------------------ */
.follow-content {
  padding: 1.9rem 28rem 2.3rem 4rem;
  max-height: 9rem;
  position: fixed;
  transition: 0.6s;
  width: 100%;
  top: -500px;
  background: #FFF;
  z-index: 999;
}
.follow-content.is-follow {
  position: fixed;
  top: 0;
}
.follow-content .header-wrap .logo a img {
  width: 16rem;
  height: 4.8rem;
}
.follow-content .header-wrap .contact-btn {
  width: 22rem;
  height: 5rem;
  right: 2rem;
  border-radius: 2.5rem;
  flex-direction: row;
  top: 50%;
  transform: translateY(-50%);
}
.follow-content .header-wrap .contact-btn img {
  margin-bottom: 0;
  margin-right: 1rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .follow-content {
    display: none;
  }
}
/* ---------------------------------------------------
　　フッター
------------------------------------------------------ */
#footer {
  background: #33A4DE;
  padding: 1rem 0 0 0;
}
#footer .anim-box {
  opacity: 0.3;
  display: flex;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
#footer .anim-box .anim-txt {
  font-family: "Roboto Condensed";
  color: #fff;
  font-size: 12rem;
  white-space: nowrap;
  animation: loop_t_f 30s linear infinite;
}
#footer .main-wrap {
  display: flex;
  max-width: 120rem;
  width: 100%;
  margin: auto;
  padding: 8rem 0 8rem;
}
#footer .main-wrap .left {
  width: 30.5%;
  padding: 0 0.8rem;
}
#footer .main-wrap .left .logo {
  width: 25.4rem;
  height: 7.6rem;
  margin-bottom: 2rem;
}
#footer .main-wrap .left .logo img {
  width: 100%;
}
#footer .main-wrap .left .info {
  color: #fff;
  margin-bottom: 4rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
#footer .main-wrap .left .f-banner .item {
  display: block;
  margin-bottom: 1.7rem;
}
#footer .main-wrap .left .f-banner .item:last-of-type {
  margin-bottom: 0;
}
#footer .main-wrap .right {
  width: 69.5%;
  padding-left: 14.4rem;
}
#footer .main-wrap .right .nav-wrap {
  display: flex;
  justify-content: space-between;
}
#footer .main-wrap .right .nav-wrap .gnavi ul li a {
  color: #fff;
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
#footer .main-wrap .right .nav-wrap .gnavi ul li.c_1 { /*1層目アイテム*/
  margin-bottom: 1.8rem;
}
#footer .main-wrap .right .nav-wrap .gnavi ul li.c_1 a {
  font-weight: 500;
}
#footer .main-wrap .right .nav-wrap .gnavi ul li.c_2 { /*2層目アイテム*/ }
#footer .main-wrap .right .nav-wrap .gnavi ul li.c_2 > ul {
  margin-bottom: 3rem;
}
#footer .main-wrap .right .nav-wrap .gnavi ul li:not(#footer .main-wrap .right .nav-wrap .gnavi ul li.c_1) { /*1層目以外アイテム*/ }
#footer .main-wrap .right .nav-wrap .gnavi ul li:not(#footer .main-wrap .right .nav-wrap .gnavi ul li.c_1) a {
  font-weight: 400;
  display: flex;
  align-items: center;
}
#footer .main-wrap .right .nav-wrap .gnavi ul li:not(#footer .main-wrap .right .nav-wrap .gnavi ul li.c_1) a::before {
  margin: 0 0.6rem 0;
  content: "";
  height: 0.1rem;
  width: 1.2rem;
  background: #fff;
}
#footer .main-wrap .right .nav-wrap .gnavi ul li > ul { /*2層目*/ }
#footer .main-wrap .right .nav-wrap .gnavi ul li > ul > li > ul { /*3層目*/
  padding-left: 2rem;
}
#footer .copyright {
  border-top: 0.1rem solid #CCC;
  font-family: "Arial";
  font-size: 1.4rem;
  text-align: center;
  padding: 3rem 0 4rem;
}

@keyframes loop_t_f {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #footer .anim-box .anim-txt {
    font-size: 6rem;
  }
  #footer .main-wrap {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 3rem 0 3rem;
  }
  #footer .main-wrap .left {
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 3rem;
  }
  #footer .main-wrap .left .logo {
    width: 25.4rem;
    height: 7.6rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  #footer .main-wrap .left .logo img {
    width: 100%;
  }
  #footer .main-wrap .left .info {
    color: #fff;
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #footer .main-wrap .left .info a, #footer .main-wrap .left .info a:visited {
    color: #fff;
  }
  #footer .main-wrap .left .f-banner .item {
    display: block;
    margin-bottom: 1.7rem;
  }
  #footer .main-wrap .left .f-banner .item:last-of-type {
    margin-bottom: 0;
  }
  #footer .main-wrap .right {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #footer .main-wrap .right .nav-wrap {
    display: block;
  }
  #footer .main-wrap .right .nav-wrap .gnavi ul li a {
    color: #fff;
    display: block;
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
  #footer .main-wrap .right .nav-wrap .gnavi ul li.c_1 { /*1層目アイテム*/
    margin-bottom: 1.6rem;
  }
  #footer .main-wrap .right .nav-wrap .gnavi ul li.c_1 a {
    font-weight: 500;
  }
  #footer .main-wrap .right .nav-wrap .gnavi ul li:not(#footer .main-wrap .right .nav-wrap .gnavi ul li.c_1) { /*1層目以外アイテム*/ }
  #footer .main-wrap .right .nav-wrap .gnavi ul li:not(#footer .main-wrap .right .nav-wrap .gnavi ul li.c_1) a {
    font-weight: 400;
    display: flex;
    align-items: center;
  }
  #footer .main-wrap .right .nav-wrap .gnavi ul li:not(#footer .main-wrap .right .nav-wrap .gnavi ul li.c_1) a::before {
    margin: 0 0.6rem 0;
    content: "";
    height: 0.1rem;
    width: 1.2rem;
    background: #fff;
  }
  #footer .main-wrap .right .nav-wrap .gnavi ul li > ul { /*2層目*/ }
  #footer .main-wrap .right .nav-wrap .gnavi ul li > ul > li > ul { /*3層目*/
    padding-left: 2rem;
  }
  #footer .copyright {
    border-top: 0.1rem solid #CCC;
    font-family: "Arial";
    font-size: 1.4rem;
    text-align: center;
    padding: 3rem 0 8rem;
  }
}
/* ---------------------------------------------------
　　ページトップに戻るボタン
------------------------------------------------------ */
.pagetop {
  display: block;
  position: fixed;
  right: 0;
  bottom: -100%;
  z-index: 1000;
  transition: all 0.6s;
}

.pagetop.active {
  display: block;
  bottom: 0;
}

.pagetop a {
  display: block;
}

.pagetop a:hover {
  transform: translateY(-3px);
}

.pagetop a:hover img {
  opacity: 1;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pagetop {
    width: 6rem;
    height: 6rem;
  }
  .pagetop a img {
    width: 100%;
  }
  .pagetop a:hover {
    transform: translateY(0);
  }
}
/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider {
  padding: 0 0 12px 0;
}
.slick-slider img {
  margin: 0 auto;
}

.fix-height {
  height: 300px; /* はじめのちらつき防止 */
  overflow: hidden; /* はじめのちらつき防止 */
}

.slick-slide:hover {
  cursor: pointer;
}

.slick-list:focus:focus {
  position: relative;
}
.slick-list:focus:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 2px dotted #c41134;
  content: "";
}

.js-slider .slick-list:focus {
  position: relative;
}
.js-slider .slick-list:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 2px dotted #c41134;
  content: "";
}

.main-slider-image {
  height: 300px;
  background: no-repeat center #333;
  background-size: cover;
}
.main-slider-image a:hover {
  text-decoration: none;
}

.main-slider-text-outer {
  height: 100%;
}

.main-slider-text-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.main-slider-text-inner {
  display: table-cell;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}

.main-slider-main-copy {
  margin: 0;
  color: #FFF;
  font-weight: bold;
  font-size: 2.4rem;
}

.main-slider-side-copy {
  margin: 0;
  color: #FFF;
  font-size: 1.6rem;
}

/* ちらつき防止 */
.slick-track,
.slick-list {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
}

/* 矢印ナビゲーション */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 19px;
  height: 60px;
  margin-top: -29px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.slick-prev:focus,
.slick-next:focus {
  border: 1px dotted #FFF;
}

.slick-prev {
  left: 10px;
  background: url("../../images/marker/icon_white_arrow_left.png") no-repeat;
}

.slick-next {
  right: 10px;
  background: url("../../images/marker/icon_white_arrow_right.png") no-repeat;
}

/* ドットのナビゲーション */
.slick-dots {
  position: relative;
  clear: both;
  margin: -35px 0 0 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 8px;
  font-size: 0;
  background: #FFF;
  border: 1px solid transparent;
  border-radius: 7px;
  content: "";
}

.slick-dots li button:focus {
  border: 1px solid #c41134;
  outline: 0;
}

.slick-dots li:hover button {
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #c41134;
}

.slick-dots button {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

#autoplay-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  width: 50px;
  height: 50px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  border-radius: 50%;
  outline: 0;
}
#autoplay-btn:hover {
  background: rgba(0, 0, 0, 0.9);
}
#autoplay-btn:active:before, #autoplay-btn:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px dotted #FFF;
  content: "";
}
#autoplay-btn:after {
  position: absolute;
  top: 15px;
  left: 17px;
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 20px;
  margin-left: 0;
  border-top: none;
  border-right: 5px solid #FFF;
  border-bottom: none;
  border-left: 5px solid #FFF;
  content: "";
}
#autoplay-btn.active:after {
  left: 15px;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
  border-width: 10px 0 10px 15px;
}

@media screen and (min-width: 768) {
  .slick-prev {
    left: 50px;
  }
  .slick-next {
    right: 50px;
  }
  .fix-height {
    height: 400px; /* はじめのちらつき防止 */
  }
  .main-slider-image {
    height: 400px;
  }
  .main-slider-main-copy {
    font-size: 40px;
  }
  .main-slider-side-copy {
    font-size: 24px;
  }
}
/* ---------------------------------------------------
	btn_menu
------------------------------------------------------ */
.btn_menu {
  display: none;
  position: fixed;
  right: 15px;
  top: 10px;
  width: 100px;
  height: 100px;
  padding: 20px 20px 15px;
  cursor: pointer;
  text-align: center;
  z-index: 9999;
  background: #000;
}
.btn_menu .menu-trigger {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 32px;
  box-sizing: border-box;
  transition: all 0.4s;
}
.btn_menu .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFF;
}
.btn_menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.btn_menu .menu-trigger span:nth-of-type(1) {
  top: 4px;
}
.btn_menu .menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.btn_menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.btn_menu .menu-trigger.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn_menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-35deg);
  transform: translateY(10px) rotate(-35deg);
}
.btn_menu .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(35deg);
  transform: translateY(0) rotate(35deg);
}
.btn_menu .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.btn_menu .txt {
  color: #FFF;
  font-size: 1.2rem;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  margin-top: 4px;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .btn_menu {
    display: block;
    width: 60px;
    height: 60px;
    padding: 10px 10px 15px;
  }
  .btn_menu .menu-trigger {
    width: 40px;
    height: 26px;
  }
  .btn_menu .menu-trigger span {
    height: 2px;
  }
  .btn_menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn_menu .menu-trigger span:nth-of-type(1) {
    top: 2px;
  }
  .btn_menu .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .btn_menu .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
}
/* ---------------------------------------------------
	pager
------------------------------------------------------ */
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem 0;
}
.pager li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border: 0.1rem solid #ccc;
  border-radius: 50%;
  font-size: 2rem;
  background: #FFF;
  font-family: "Roboto Condensed", serif;
}
.pager li > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pager li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #222;
  text-decoration: none;
  border-radius: 50%;
}
.pager li.prev, .pager li.next {
  border: none;
  border-radius: 0;
  background: none;
}
.pager li.prev .pager-link img, .pager li.next .pager-link img {
  height: 2.4rem;
  width: 1.2rem;
}
.pager li.prev .pager-link,
.pager li.prev .pager-link:hover, .pager li.next .pager-link,
.pager li.next .pager-link:hover {
  background: none;
  color: #222;
}
.pager li.cur {
  background: #0D367C;
  color: #FFF;
  border: 0.1rem solid #0D367C;
  border-radius: 50%;
}
.pager li .pager-link {
  background: #FFF;
  padding: 1rem;
}
.pager li .pager-link:active, .pager li .pager-link:focus, .pager li .pager-link:visited {
  color: #222;
}
.pager li .pager-link:hover {
  background: #0D367C;
  color: #FFF;
  border-radius: 50%;
  opacity: 1;
}

.serial-nav {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serial-nav .serial-nav-prev {
  text-align: left;
}
.serial-nav .serial-nav-next {
  text-align: right;
}
.serial-nav a {
  display: block;
  padding: 1.2rem 8.1rem;
  color: #222;
  font-weight: bold;
  border-radius: 2.5rem;
}
.serial-nav a:active, .serial-nav a:focus, .serial-nav a:hover, .serial-nav a:visited {
  color: #222;
}
.serial-nav a:hover {
  text-decoration: none;
}
.serial-nav .serial-nav-item a {
  border: 0.1rem solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serial-nav .serial-nav-item a img {
  height: 1.2rem;
  width: 0.6rem;
  display: block;
}
.serial-nav .serial-nav-item.serial-nav-prev a img {
  margin-right: 1rem;
}
.serial-nav .serial-nav-item.serial-nav-next a img {
  margin-left: 1rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pager {
    margin: 2rem 0;
  }
  .pager li {
    margin-bottom: 1rem;
    flex-shrink: 0;
  }
  .serial-nav {
    padding: 0 1rem;
  }
  .serial-nav .serial-nav-item {
    width: 48%;
  }
  .serial-nav a {
    padding: 1rem 2rem;
  }
}
/* ---------------------------------------------------
	子ブログindex
------------------------------------------------------ */
.koblog {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.koblog .koblog-card-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.koblog .koblog-card-wrap .koblog-card {
  width: 22.5%;
  margin-right: 3.33%;
  margin-bottom: 4rem;
}
.koblog .koblog-card-wrap .koblog-card:nth-child(4n) {
  margin-right: 0;
}
.koblog .koblog-card-wrap .koblog-card .image {
  max-width: 27rem;
  /*height: 18rem;*/
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 40/29;
}
.koblog .koblog-card-wrap .koblog-card .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .date {
  flex: none;
  /*font-family: $mincho;*/
  font-size: 2rem;
  line-height: 1;
  margin-right: 1rem;
}
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .category {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 10rem;
  height: 2.4rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #fff;
  background: #0D367C;
}
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .text {
  margin-top: 1rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .koblog {
    padding: 0 1.5rem 6rem;
  }
  .koblog .koblog-card-wrap {
    justify-content: center;
    margin-top: 3rem;
  }
  .koblog .koblog-card-wrap .koblog-card {
    width: 100%;
    margin-bottom: 2.5rem;
    margin-right: 0;
  }
  .koblog .koblog-card-wrap .koblog-card:last-child {
    margin-right: 0;
  }
  .koblog .koblog-card-wrap .koblog-card .image {
    max-width: 100%;
  }
  .koblog .koblog-card-wrap .koblog-card .image img {
    width: 100%;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner {
    margin-top: 1.5rem;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .image {
    max-width: 100%;
    max-height: 18rem;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .image img {
    width: 100%;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .date {
    font-size: 1.8rem;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .category {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 844px) and (orientation: landscape) {
  .koblog .koblog-card {
    width: 49%;
    margin-right: 2%;
  }
  .koblog .koblog-card:nth-child(2n) {
    margin-right: 0;
  }
}
/* ---------------------------------------------------
	子ブログindex - news用
------------------------------------------------------ */
.koblog-news {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.koblog-news .koblog-card-wrap {
  display: block;
  margin-top: 3rem;
}
.koblog-news .koblog-card-wrap .koblog-card {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.koblog-news .koblog-card-wrap .koblog-card .image {
  width: 10rem;
  height: 10rem;
  overflow: hidden;
  position: relative;
  margin-right: 2rem;
}
.koblog-news .koblog-card-wrap .koblog-card .image img {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  width: 100%;
  height: auto;
}
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner {
  display: block;
  width: calc(100% - 12rem);
}
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .meta {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .category {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4rem;
  min-width: 10rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #fff;
  background: #00469C;
  margin-right: 2rem;
}
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .date {
  flex: none;
  margin-right: 1rem;
  font-size: 2rem;
  line-height: 1;
}
.koblog-news .koblog-card-wrap .koblog-card .text {
  margin-top: 1rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .koblog-news {
    max-width: 100%;
    padding: 0 1rem;
  }
  .koblog-news .koblog-card-wrap {
    margin-top: 1rem;
  }
  .koblog-news .koblog-card-wrap .koblog-card .image {
    margin-right: 1rem;
  }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner {
    width: calc(100% - 11rem);
  }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .category {
    font-size: 1.4rem;
  }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .date {
    font-size: 2rem;
  }
  .koblog-news .koblog-card-wrap .koblog-card .text {
    margin-top: 1rem;
  }
}
/* ---------------------------------------------------
	子ブログ詳細
------------------------------------------------------ */
/* タイトル */
.entry > header h2 {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #999;
  margin-bottom: 4rem;
}
.entry > header .entry-info {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4rem;
}
.entry > header .entry-info .date {
  flex: none;
  margin-right: 1rem;
  font-size: 2rem;
  line-height: 1;
}
.entry > header .entry-info .category {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4rem;
  min-width: 10rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #fff;
  background: #0D367C;
}
.entry > .entry-footer {
  max-width: 120rem;
  margin: 2rem auto;
}
.entry > .entry-footer .share-wrapper {
  background: transparent;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .entry > header h2 {
    margin-bottom: 2rem;
  }
  .entry > header .entry-info {
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
  .entry > header .entry-info .date {
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1;
    width: 100%;
  }
}
/* SNSシェアボタン */
.share-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #999;
  padding: 0.5rem;
}
.share-wrapper .share-list {
  display: inline-block;
}
.share-wrapper .share-item {
  display: inline-block;
  margin: 0 0 0 1.5rem;
  vertical-align: top;
}
.share-wrapper .share-item a {
  color: #999;
  text-decoration: none;
}
.share-wrapper .share-item [class*=acms-icon] {
  font-size: 2.2rem;
  vertical-align: middle;
}
.share-wrapper .share-item .share-item-facebook {
  position: relative;
  color: #1877F2;
  line-height: 1.2;
}
.share-wrapper .share-item .share-item-facebook::before {
  vertical-align: middle;
}
.share-wrapper .share-item .share-item-facebook:focus::before {
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  left: -0.1rem;
  border: 0.1rem dotted #333;
  content: "";
}
.share-wrapper .share-item .share-item-twitter {
  position: relative;
  color: #55ACEE;
  line-height: 1.2;
}
.share-wrapper .share-item .share-item-twitter::before {
  vertical-align: middle;
}
.share-wrapper .share-item .share-item-twitter:focus::before {
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  left: -0.1rem;
  border: -0.1rem dotted #333;
  content: "";
}

/* ---------------------------------------------------
	モジュールユニットindex
------------------------------------------------------ */
.column-module:has(.moduleunit-summary) {
  padding-left: 0;
  padding-right: 0;
}

.moduleunit-summary {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.moduleunit-summary.woman {
  padding-top: 0;
  padding-bottom: 0;
}
.moduleunit-summary.woman .koblog-card-wrap {
  margin-top: 0;
  gap: 2.5rem 3.9rem;
}
.moduleunit-summary.woman .koblog-card-wrap .koblog-card {
  width: calc(25% - 2.925rem);
  margin-right: 0;
}
.moduleunit-summary.woman .koblog-card-wrap .koblog-card:nth-child(3n) {
  margin-right: 0;
}
.moduleunit-summary.woman .koblog-card-wrap .koblog-card:nth-child(4n) {
  margin-right: 0;
}
.moduleunit-summary.woman .koblog-card-wrap .koblog-card .image {
  border: none;
}
.moduleunit-summary.woman .koblog-card-wrap .koblog-card .text {
  font-size: 1.6rem;
  word-break: break-all;
}
.moduleunit-summary.woman .koblog-card-wrap .koblog-card .text::after {
  display: none;
}
.moduleunit-summary .koblog-card-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.moduleunit-summary .koblog-card-wrap .koblog-card {
  width: 31.11%;
  margin-right: 3.33%;
  margin-bottom: 1rem;
  text-decoration: none !important;
}
.moduleunit-summary .koblog-card-wrap .koblog-card:nth-child(3n) {
  margin-right: 0;
}
.moduleunit-summary .koblog-card-wrap .koblog-card:nth-child(4n) {
  margin-right: 3.33%;
}
.moduleunit-summary .koblog-card-wrap .koblog-card:hover {
  opacity: 0.9;
}
.moduleunit-summary .koblog-card-wrap .koblog-card:hover .image img {
  transform: scale(1.1);
}
.moduleunit-summary .koblog-card-wrap .koblog-card:hover .text {
  color: #0D367C;
}
.moduleunit-summary .koblog-card-wrap .koblog-card:hover .text::after {
  transform: translateX(0.3rem);
}
.moduleunit-summary .koblog-card-wrap .koblog-card .image {
  max-width: 36.7rem;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 40/29;
  margin-bottom: 1.5rem;
  border: 0.3rem solid #0D367C;
}
.moduleunit-summary .koblog-card-wrap .koblog-card .image img {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.2s;
  object-fit: cover;
  object-position: center;
}
.moduleunit-summary .koblog-card-wrap .koblog-card .text {
  color: #222;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 2.1rem;
  transition: all ease 0.2s;
}
.moduleunit-summary .koblog-card-wrap .koblog-card .text::after {
  content: "";
  transition: all ease 0.2s;
  width: 1rem;
  height: 1.5rem;
  margin-left: 1.5rem;
  background: #0D367C;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  flex-shrink: 0;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .moduleunit-summary {
    padding: 0 1.5rem 6rem;
  }
  .moduleunit-summary.woman .koblog-card-wrap {
    gap: 2.5rem 3.9rem;
  }
  .moduleunit-summary.woman .koblog-card-wrap .koblog-card {
    width: 100%;
    margin-bottom: 0;
  }
  .moduleunit-summary .koblog-card-wrap {
    justify-content: center;
    margin-top: 3rem;
  }
  .moduleunit-summary .koblog-card-wrap .koblog-card {
    width: 100%;
    margin-bottom: 2.5rem;
    margin-right: 0;
  }
  .moduleunit-summary .koblog-card-wrap .koblog-card:nth-child(4n) {
    margin-right:0;
  }
  .moduleunit-summary .koblog-card-wrap .koblog-card:last-child {
    margin-right: 0;
  }
  .moduleunit-summary .koblog-card-wrap .koblog-card .image {
    max-width: 100%;
    margin-bottom: 1rem;
    padding: 0;
  }
  .moduleunit-summary .koblog-card-wrap .koblog-card .image img {
    width: 100%;
  }
  .moduleunit-summary .koblog-card-wrap .koblog-card .text {
    padding: 0;
  }
}
@media screen and (max-width: 844px) and (orientation: landscape) {
  .moduleunit-summary .koblog-card {
    width: 49%;
    margin-right: 2%;
  }
  .moduleunit-summary .koblog-card:nth-child(2n) {
    margin-right: 0;
  }
}
/* ---------------------------------------------------
	ワンツー引越：トップ モジュールユニット
------------------------------------------------------ */
.column-module:has(.move-top) {
  max-width: 100%;
  padding: 0;
}

.move-top .plans {
  background: #DAF4FC;
  padding: 6.8rem 0 12.8rem;
}
.move-top .plans .tit {
  display: block;
  margin: 0 auto 3.4rem;
  width: 49.2rem;
  max-width: 100%;
}
.move-top .plans .plan-box {
  display: flex;
  justify-content: flex-start;
  gap: 4rem;
  max-width: 100%;
  width: 120rem;
  margin: 0 auto 8rem;
}
.move-top .plans .plan-box .items {
  width: calc(33.3333333333% - 2.6666666667rem);
  background: #fff;
  border-radius: 2rem;
  aspect-ratio: 1/1;
  position: relative;
  padding: 5.7rem 0 0 0;
  text-align: center;
  overflow: hidden;
}
.move-top .plans .plan-box .items .title {
  color: #222;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.58;
  margin-bottom: 1.3rem;
}
.move-top .plans .plan-box .items .title span {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 0.5rem;
}
.move-top .plans .plan-box .items a.plan-btn {
  background: #DAF4FC;
  border-radius: 6rem;
  line-height: 1.68;
  display: block;
  width: fit-content;
  margin: auto;
  padding: 0.7rem 3.4rem 0.8rem;
  position: relative;
  color: #222 !important;
  text-decoration: none !important;
}
.move-top .plans .plan-box .items a.plan-btn::after {
  content: "";
  position: relative;
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 0.9rem;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.061' height='8.707' viewBox='0 0 5.061 8.707'%3E%3Cpath d='M1018-22.25l4,4,4-4' transform='translate(22.604 1026.354) rotate(-90)' fill='none' stroke='%23222' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.move-top .plans .plan-box .items .people {
  position: absolute;
}
.move-top .plans .plan-box .items:nth-of-type(1) .people {
  width: 17.6rem;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.move-top .plans .plan-box .items:nth-of-type(2) .people {
  width: 21.9rem;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.move-top .plans .plan-box .items:nth-of-type(3) .people {
  width: 17.5rem;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.move-top .plans .hv-btn {
  display: block;
  border: 0.1rem solid #ccc;
  background: #FFF;
  width: 36rem;
  margin: auto;
  text-align: center;
  padding: 1.7rem 4rem 1.6rem;
  position: relative;
  font-size: 1.8rem;
  overflow: hidden;
  z-index: 1;
  border-radius: 6rem;
  transition: all ease-in-out 0.3s;
  color: #222 !important;
  text-decoration: none !important;
}
.move-top .plans .hv-btn span {
  position: relative;
}
.move-top .plans .hv-btn::before {
  content: "";
  border-radius: 50%;
  background: #205AA9;
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  left: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out 0.3s;
  z-index: -1;
}
.move-top .plans .hv-btn:hover {
  color: #fff !important;
  opacity: 0.9;
}
.move-top .plans .hv-btn:hover::before {
  transform: translateY(-50%) scale(200);
}
.move-top .plans .hv-btn[target=_blank] span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.move-top .plans .hv-btn[target=_blank] span::after {
  content: "";
  flex-shrink: 0;
  transition: all ease-in-out 0.3s;
  background: url("/images/top/ico-blank-black.png") no-repeat center/contain;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1rem;
  display: block;
}
.move-top .plans .hv-btn[target=_blank]:hover span::after {
  background: url("/images/top/ico-blank-white.png") no-repeat center/contain;
}
.move-top .others {
  padding: 10rem 0 16rem 0;
}
.move-top .others .other-btn {
  display: flex;
  justify-content: flex-start;
  gap: 4rem;
  max-width: 100%;
  width: 120rem;
  margin: auto;
}
.move-top .others .other-btn .items {
  width: calc(50% - 2rem);
  border-radius: 2rem;
  border: 0.2rem solid #6B6B6B;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  gap: 2rem;
  font-size: 2rem;
  color: #222 !important;
  text-decoration: none !important;
}
.move-top .others .other-btn .items img {
  width: 8rem;
  flex-shrink: 0;
}

.is_tablet .move-top .plans .hv-btn{min-width: 36rem;width: fit-content;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .move-top .plans {
    padding: 3rem 2rem 6rem;
  }
  .move-top .plans .tit {
    width: 100%;
  }
  .move-top .plans .plan-box {
    display: block;
    width: 100%;
    margin: 0 auto 4rem;
  }
  .move-top .plans .plan-box .items {
    width: 100%;
    border-radius: 2rem;
    padding: 2.7rem 0 0 0;
    margin-bottom: 3rem;
  }
  .move-top .plans .plan-box .items:last-of-type {
    margin-bottom: 0;
  }
  .move-top .plans .hv-btn {
    max-width: 100%;
  }
  .move-top .others {
    padding: 3rem 2rem 3rem;
  }
  .move-top .others .other-btn {
    display: block;
    width: 100%;
  }
  .move-top .others .other-btn .items {
    width: 100%;
    padding: 1.5rem 2rem;
    gap: 1.5rem;
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .move-top .others .other-btn .items:last-of-type {
    margin-bottom: 0;
  }
  .move-top .others .other-btn .items img {
    width: 6rem;
  }
}
/* ---------------------------------------------------
	tag
------------------------------------------------------ */
.taglist {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0;
}
.taglist .tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.taglist .tag a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #999;
}
.taglist .tag a:hover {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #999;
  background: #999;
  color: #FFF;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .taglist {
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
    padding: 0 10px;
  }
}
/* ---------------------------------------------------
	404
------------------------------------------------------ */
#article-404.entry-title {
  text-align: center;
  margin: 50px 0;
}

/* ---------------------------------------------------
　　contact
------------------------------------------------------ */
/* a-blog cms デフォルト */
/* ボタン　色付き */
.btn-attention {
  background: #C41134;
  border: 0;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 0.6rem 1.5rem;
  border-radius: 0.3rem;
}

.btn-attention:hover,
.btn-attention:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-attention:focus,
.btn-attention:active {
  color: #FFF;
  box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.5);
}

.btn-attention:hover {
  color: #FFF;
  background-color: #910021;
  background-image: linear-gradient(to bottom, #C41134, #910021);
}

.btn-attention:active,
.btn-attention:focus {
  background: #910021;
}

/* ボタンサイズ大 */
.btn-large {
  background: #666;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 1.5rem 2rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 2rem;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}

.btn-large:hover,
.btn-large:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-large:focus,
.btn-large:active {
  color: #FFF;
  -webkit-box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.5);
}

.btn-large:hover {
  background: #444;
}

.btn-large:active,
.btn-large:focus {
  background: #444;
}

/* ボタンサイズ大 色付き */
.btn-attention-large {
  background: #C41134;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 1.5rem 2rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 2rem;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}

.btn-attention-large:hover,
.btn-attention-large:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-attention-large:focus,
.btn-attention-large:active {
  color: #FFF;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-attention-large:hover {
  background: #910021;
}

.btn-attention-large:active,
.btn-attention-large:focus {
  background: #910021;
}

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large {
  width: 100%;
  background: #C41134;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 1.5rem 2rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 2rem;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}

.btn-attention-block-large:hover,
.btn-attention-block-large:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-attention-block-large:focus,
.btn-attention-block-large:active {
  color: #FFF;
  -webkit-box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.5);
}

.btn-attention-block-large:hover {
  background: #910021;
}

.btn-attention-block-large:active,
.btn-attention-block-large:focus {
  background: #910021;
}

@media (min-width: 768px) {
  .btn-block-large {
    max-width: 36rem;
  }
  .btn-attention-block-large {
    max-width: 36rem;
  }
}
.contact-box .message-group {
  margin: 0 0 3.5rem;
}

.contact-box .message-text {
  color: #c41134;
  font-weight: 700;
}

.contact-box .contact-no {
  margin: 0;
  color: #222;
  font-weight: 700;
  font-size: 3rem;
}

.contact-box .contact-no a {
  color: inherit;
}

.contact-box .error-text {
  margin: 0.5rem 0 0;
  color: #c41134;
}

.contact-box p {
  line-height: 1.6;
}

.contact-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  background: #e5e5e5;
}

.contact-form-heading {
  margin: 4rem 0 1rem;
}

.contact-form-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  background: #e5e5e5;
  border-bottom: 0.1rem solid #fff;
}

.contact-form-group fieldset {
  display: contents;
  border: 0;
}

.contact-form-label {
  margin: 0;
  padding: 1rem 1rem 0;
  font-weight: 700;
  text-align: left;
  color: #222;
}
.contact-form-control, .contact-form-label {
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #222;
}

.contact-form-control {
  padding: 1rem;
}

.contact-form-grid {
  margin: 0 -0.5rem;
}

.acms-entry .contact-form-col,
.contact-form-col {
  margin: 0 0 1rem;
  padding: 0 0.5rem;
}

.acms-entry .contact-form-col:last-child,
.contact-form-col:last-child {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .contact-form {
    width: 100%;
  }
  .contact-form-label {
    padding: 1.5rem 1.5rem 0.5rem;
    vertical-align: top;
  }
  .contact-form-control {
    padding: 0.5rem 1.5rem 1.5rem;
  }
  .contact-form-col {
    margin: 0;
  }
}
.contact-box .mail-step {
  margin: 0 0 2.5rem;
  padding: 0 1rem;
  background: #e5e5e5;
  counter-reset: a;
}

.contact-box .mail-step-item {
  float: left;
  margin: 0 0.5rem;
  padding: 1.4rem 0 1rem;
  color: #999;
  font-weight: 700;
  list-style: none;
  border-bottom: 0.4rem solid transparent;
  font-size: 1.4rem;
}

.contact-box .mail-step-item:before {
  content: counter(a) ".";
  counter-increment: a;
  display: flex;
  position: relative;
  top: 0;
}

.contact-box .mail-step-item-current {
  color: #0D367C;
  border-bottom: 0.4rem solid #0D367C;
}
.contact-box .mail-step-item-current::before {
  color: #0D367C;
}

@media screen and (min-width: 768px) {
  .contact-box .mail-step-item {
    margin: 0 1rem;
    padding: 1.8rem 0 1.4rem;
    font-size: 1.6rem;
    display: flex;
  }
}
.form-btn-box {
  margin: 0 1rem 5rem;
  text-align: center;
}

.form-btn {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .form-btn-send {
    width: 100%;
    max-width: 36rem;
  }
}
.label-required {
  margin: 0 0.5rem;
  padding: 0.2rem 0.8rem;
  color: #fff;
  background: #c41134;
  border-radius: 0.3rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .label-required {
    margin: 0 1rem;
  }
}
.contact-box select[required]:required {
  border: 0.1rem solid #c49511;
}

.contact-box select.focused:invalid {
  border: 0.1rem solid #c41134;
}

.contact-box select[required]:valid {
  border: 0.1rem solid #a7a7aa;
}

.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #fffdeb;
}

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #ffebee;
}

.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #fff;
}

.contact-box input[type=date],
.contact-box input[type=datetime-local],
.contact-box input[type=datetime],
.contact-box input[type=email],
.contact-box input[type=month],
.contact-box input[type=number],
.contact-box input[type=password],
.contact-box input[type=search],
.contact-box input[type=tel],
.contact-box input[type=text],
.contact-box input[type=time],
.contact-box input[type=url],
.contact-box input[type=week] {
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 0 0.5rem;
}

.contact-box textarea {
  font-size: 1.6rem;
  padding: 0.5rem 0.5rem 0.4rem;
}

.contact-box select {
  background-color: #f7f7f7;
  min-height: 3rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 1.6rem;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .contact-box input[type=date],
  .contact-box input[type=datetime-local],
  .contact-box input[type=datetime],
  .contact-box input[type=email],
  .contact-box input[type=month],
  .contact-box input[type=number],
  .contact-box input[type=password],
  .contact-box input[type=search],
  .contact-box input[type=tel],
  .contact-box input[type=text],
  .contact-box input[type=time],
  .contact-box input[type=url],
  .contact-box input[type=week],
  .contact-box textarea {
    padding: 0.5rem 0.8rem;
  }
  .contact-box select {
    padding-left: 0.8rem;
    min-height: 4rem;
  }
}
.valid-mark {
  display: none;
}

.valid-mark.valid {
  display: inline;
  float: right;
  color: #5cb85c;
}

.invalid {
  background-color: #ffebee !important;
}

/* 以下、調整用 */
.contact-box {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

/*.contact-box .tel-box {width: 68rem; margin: 0 auto 4rem; border: 0.1rem solid #000; text-align: center;}*/
.contact-box .tel-box {
  width: 100%;
  margin: 0 auto 4rem;
  text-align: center;
}

/*.contact-box .tel-box a {padding: 3rem 0; display: block;}*/
.contact-box .tel-box a {
  padding: 0;
  display: block;
}

.contact-box .tel-box a:hover {
  text-decoration: none;
}

.contact-box .tel-box h2 {
  margin-bottom: 0;
}

.entry-column .contact-box ul li {
  background: none;
  padding: 0;
}

.contact-box .contact-no {
  font-size: 4rem;
}

.contact-box .contact-no + p {
  margin-bottom: 0;
}

.contact-form, .contact-form-group {
  background: none;
}

.contact-form-group {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 1.6rem;
}

.contact-form-label {
  border-bottom: 0.1rem solid #ccc;
  font-size: 1.6rem;
  width: 33.3333333333%;
  padding: 1rem;
}
.contact-form-label .com {
  color: #999;
  font-size: 1.2rem;
  font-weight: 400;
}

.contact-form-control {
  border-bottom: 0.1rem solid #ccc;
  font-size: 1.6rem;
  width: 66.6666666667%;
  padding: 1rem;
}

.contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime], .contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password], .contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time], .contact-box input[type=url], .contact-box input[type=week] {
  padding: 0.5rem;
}

.contact-box select {
  min-height: 4rem;
}

.contact-box .acms-admin-form-radio {
  display: block;
  margin-bottom: 1rem;
}

.contact-box .radio-sub {
  display: inline-block;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}

.form-btn-box {
  margin: 20px 10px;
}

.contact-box .btn-attention-block-large {
  position: relative;
  display: block;
  width: 100%;
  padding: 2.5rem 5rem;
  border: 0.2rem solid #000;
  color: #000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  transition: all 0.25s ease;
  border-radius: 0;
  margin: auto;
}

.contact-box .btn-attention-block-large:active, .contact-box .btn-attention-block-large:focus, .contact-box .btn-attention-block-large:hover {
  opacity: 0.8;
}

.contact-box .btn-large {
  padding: 2.5rem 3rem;
  border-radius: 0;
  border: 0.2rem solid #666;
}

input, select {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
}

.contact-box .message-back-link a {
  color: #222;
}

.label-any {
  margin: 0 1rem;
  padding: 0.2rem 0.8rem;
  color: #fff;
  background: #666;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  float: right;
}

.label-required {
  float: right;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .contact-box .tel-box {
    width: 94%;
  }
  .contact-box .contact-no {
    font-size: 2.8rem;
  }
  .contact-box .fax {
    font-size: 2rem;
  }
  .contact-form-control, .contact-form-label {
    display: block;
    width: 100%;
  }
  .label-any {
    margin: 0 0.5rem;
  }
}
/* reCAPTCHA */
.grecaptcha-badge {
  bottom: 8rem !important;
}

/*フォームページ上部バナーエリア*/
.contact-box .form-banner {
  margin-bottom: 4rem;
  text-align: center;
}
.contact-box .form-banner .items {
  display: inline-block;
  margin-bottom: 1rem;
}

/* ------------------------------
　　print
------------------------------ */
@page {
  size: A4;
  margin: 5mm;
}
@media print {
  body {
    width: 1000px;
    font-size: 16px;
  }
}