@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
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, sup, 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, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, main, section, summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  font-size: 3.5vw;
  letter-spacing: .1rem;
  background: #f2f1e5;
  color: #4d4d4d;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #0041a0;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 65, 160, 0.6);
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #0056d3;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #999999;
}

::selection {
  color: #FFFFFF;
  background: #004bba;
}

input::selection,
textarea::selection {
  color: #000000;
}

textarea {
  resize: vertical;
}

:placeholder-shown {
  color: rgba(0, 0, 0, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.row {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .row {
    max-width: 1200px;
  }
}

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

/* ----------------------------------

共通

---------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
}

body.is-active {
  opacity: 1;
}

#container {
  padding-top: 0px;
}

@media only screen and (min-width: 1280px) {
  #container {
    padding-top: 180px;
  }
}

.view-pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .view-pc {
    display: inherit;
  }
}

@media only screen and (min-width: 768px) {
  .view-sp {
    display: none;
  }
}

.font-en {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  letter-spacing: -.1rem;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  /* 縦に1.5倍 */
  font-weight: 900;
  color: #0041a0;
}

.l-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 100;
  width: 100%;
}

@media only screen and (min-width: 1280px) {
  .l-header {
    padding: 30px 50px;
    height: 180px;
    position: fixed;
    width: 100%;
  }
}

.l-header h1 {
  width: 60vw;
  max-width: 200px;
}

@media only screen and (min-width: 768px) {
  .l-header h1 {
    max-width: 380px;
    width: 30%;
  }
}

.l-header .global {
  margin-left: auto;
  display: none;
}

@media only screen and (min-width: 1280px) {
  .l-header .global {
    display: inherit;
  }
}

.l-header .global ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header .global ul li {
  line-height: 1.2;
  margin-left: 3vw;
  text-align: center;
  padding-top: 5%;
}

.l-header .global ul li a {
  color: #000000;
  font-size: clamp(1.2rem, 0.8vw, 5rem);
  letter-spacing: -.01rem;
  text-align: center;
  position: relative;
  display: block;
}

.l-header .global ul li a::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: '';
  width: 0%;
  height: 2px;
  background-color: #0041a0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-header .global ul li a:hover::after {
  width: 70%;
}

.l-header .global ul li.contact {
  position: relative;
  padding-top: 0;
}

.l-header .global ul li.contact a {
  display: block;
  background: #0041a0;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 8.5vw;
  height: 8.5vw;
  border-radius: 50%;
  padding: 10px;
  max-width: 150px;
  -webkit-transition: .5s;
  transition: .5s;
}

.l-header .global ul li.contact a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.l-header .global ul li.contact a::after {
  display: none;
}

.l-header .global ul li.contact a span {
  color: #FFFFFF;
}

.l-header .global ul li.contact a::before {
  content: "";
  display: block;
  background: url(images/mail.svg) center top/cover no-repeat;
  width: 30px;
  height: 21px;
  margin-bottom: 10px;
}

.l-header .global span {
  display: block;
  font-size: clamp(1.2rem, 1.2vw, 2rem);
  margin-bottom: 7px;
}

@media only screen and (min-width: 1280px) {
  .l-header.fixed {
    background: #0041a0;
    position: fixed;
    width: 100%;
    height: 100px;
    padding: 0px 10px;
    color: #FFFFFF;
  }
}

.l-header.fixed h1 {
  -webkit-transition: .1s;
  transition: .1s;
}

@media only screen and (min-width: 768px) {
  .l-header.fixed h1 {
    width: 280px;
    padding: 25px;
  }
}

.l-header.fixed .global ul li {
  padding-top: 4%;
  white-space: nowrap;
}

.l-header.fixed .global ul li a {
  color: #FFFFFF;
  font-size: clamp(1rem, 0.7vw, 5rem);
}

.l-header.fixed .global ul li a span {
  font-size: clamp(1.2rem, 1.2vw, 1.5rem);
}

.l-header.fixed .global ul li.contact {
  padding-top: 1%;
}

.l-header.fixed .global ul li.contact a {
  width: 85px;
  height: 85px;
  background: #FFFFFF;
  color: #0041a0;
}

.l-header.fixed .global ul li.contact a::before {
  display: none;
}

.l-header.fixed .global ul li.contact a span {
  color: #0041a0;
}

.l-header.fixed .global span {
  color: #FFFFFF;
}

.tit-base-en {
  font-size: 4rem;
}

.tit-base-jp {
  color: #0041a0;
}

.btn-base {
  margin-top: 30px;
}

.btn-base a {
  background: #0041a0;
  display: block;
  width: 180px;
  padding: 12px 30px;
  border-radius: 100px;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  border: 3px solid #0041a0;
  margin: auto;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .btn-base a {
    margin: 0;
  }
}

.btn-base a:hover {
  background: #FFFFFF;
  color: #0041a0;
}

.btn-base a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-left: 1rem;
}

.btn-base.wh a {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #0041a0;
}

.btn-base.wh a:hover {
  background: #0041a0;
  color: #FFFFFF;
}

/* ----------------------------------

トップ

---------------------------------- */
.mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  height: 100vh;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .mv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    height: auto;
    width: 85%;
  }
}

.mv .mv-wrap {
  height: 60vh;
  position: relative;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .mv .mv-wrap {
    width: 70%;
    height: auto;
  }
}

.mv .mv-wrap .swiper-slide img {
  width: 100%;
  height: auto;
}

.mv .catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20vh;
}

@media only screen and (min-width: 768px) {
  .mv .catch {
    width: 30%;
    height: auto;
  }
}

.mv .catch h2 {
  width: 100%;
  text-align: center;
}

.mv .catch h2 img {
  width: 40%;
  padding-top: 30vh;
}

@media only screen and (min-width: 768px) {
  .mv .catch h2 img {
    width: 50%;
    padding-top: 0;
  }
}

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

@media only screen and (min-width: 768px) {
  .top-news {
    padding-left: 12vw;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 50px;
  }
}

.top-news h3 {
  font-size: 3vw;
}

@media only screen and (min-width: 768px) {
  .top-news h3 {
    font-size: 1.5rem;
  }
}

.top-news .tit-en {
  font-size: 4vw;
}

@media only screen and (min-width: 768px) {
  .top-news .tit-en {
    font-size: 1.5rem;
  }
}

.top-news .tit-wrap {
  width: 10%;
  margin-left: 5vw;
}

@media only screen and (min-width: 768px) {
  .top-news .tit-wrap {
    margin-left: 0;
  }
}

.top-news .tit-wrap-inner {
  background: #0041a0;
  color: #FFFFFF;
  border-radius: 50%;
  display: block;
  width: 7vw;
  height: 7vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  min-width: 70px;
  min-height: 70px;
}

@media only screen and (min-width: 768px) {
  .top-news .tit-wrap-inner {
    min-width: 100px;
    min-height: 100px;
  }
}

.top-news .tit-wrap-inner .tit-en {
  color: #FFFFFF;
  line-height: 1;
}

.top-news dl {
  margin-bottom: 20px;
  margin-right: 5vw;
}

@media only screen and (min-width: 768px) {
  .top-news dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.top-news dl dt {
  font-size: 1.3rem;
  width: 130px;
}

@media only screen and (min-width: 768px) {
  .top-news dl dt {
    font-size: 1.2rem;
  }
}

.top-news dl dd {
  width: 100%;
  line-height: 1.5;
}

.top-news .news-list {
  width: 70%;
}

@media only screen and (min-width: 768px) {
  .top-news .news-list {
    width: 40%;
  }
}

.top-news .graph {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  bottom: -15vw;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .top-news .graph {
    width: 40%;
    display: block;
    position: relative;
    top: 10vw;
    bottom: inherit;
  }
}

.wave {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .wave {
    margin-top: 80px;
  }
}

.top-about {
  background: #0041a0;
  color: #FFFFFF;
  position: relative;
  margin-top: -4vw;
}

@media only screen and (min-width: 768px) {
  .top-about {
    margin-top: -5px;
  }
}

.top-about .tit-en {
  color: #FFFFFF;
  font-size: 4rem;
  margin-bottom: 10px;
}

.top-about .about-inner {
  max-width: 1000px;
  margin: auto;
  width: 80%;
}

@media only screen and (min-width: 768px) {
  .top-about .about-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.top-about .about-inner .tit-wrap {
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .top-about .about-inner .tit-wrap {
    width: 40%;
  }
}

.top-about .about-inner .tit-wrap h3 {
  font-size: 8vw;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .top-about .about-inner .tit-wrap h3 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1025px) {
  .top-about .about-inner .tit-wrap h3 {
    font-size: 4rem;
  }
}

.top-about .about-inner .pic {
  position: relative;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .top-about .about-inner .pic {
    width: 50%;
    margin-top: -2vw;
  }
}

.top-about .about-inner .txt {
  line-height: 2;
}

.top-about .graph02 {
  text-align: center;
  width: 80%;
  margin: 50px auto 0;
}

@media only screen and (min-width: 768px) {
  .top-about .graph02 {
    width: 60%;
  }
}

.top-company {
  background: url(images/road_sp.png) center top/cover no-repeat #FFFFFF;
  background-size: 100%;
  padding-top: 50vw;
}

@media only screen and (min-width: 768px) {
  .top-company {
    background: url(images/road.png) center top/cover no-repeat;
    padding-top: 15vw;
  }
}

.top-company .tit-wrap {
  text-align: center;
  position: absolute;
  margin-top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

@media only screen and (min-width: 768px) {
  .top-company .tit-wrap {
    margin-top: -3%;
  }
}

.top-company .tit-wrap .tit-wrap-inner {
  background: #FFFFFF;
  display: inline-block;
  padding: 0 30px;
}

@media only screen and (min-width: 768px) {
  .top-company .tit-wrap .tit-wrap-inner {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), color-stop(50%, #f2f1e5));
    background: linear-gradient(to top, #fff 50%, #f2f1e5 50%);
  }
}

.top-company .company-column {
  max-width: 1100px;
  margin: auto;
  background: #FFFFFF;
  border: 3px solid #0041a0;
  border-radius: 30px;
  width: 90%;
  position: relative;
}

.top-company .company-column .column-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media only screen and (min-width: 768px) {
  .top-company .company-column .column-inner {
    padding: 100px 100px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

@media only screen and (min-width: 768px) {
  .top-company .company-column .column-l {
    width: 45%;
  }
}

.top-company .company-column .column-l h4 {
  color: #0041a0;
  font-size: 2rem;
  margin-bottom: 30px;
}

.top-company .company-column .column-r {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .top-company .company-column .column-r {
    width: 45%;
    margin-bottom: 0;
  }
}

.top-company .company-column .graph03 {
  position: absolute;
  bottom: 50px;
  right: -70px;
  bottom: -30px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .top-company .company-column .graph03 {
    display: inherit;
  }
}

.top-business {
  background: #FFFFFF;
  padding-top: 100px;
}

.top-business .tit-wrap {
  text-align: center;
}

.top-business .point-wrap {
  max-width: 1100px;
  width: 90%;
  margin: 50px auto;
}

@media only screen and (min-width: 768px) {
  .top-business .point-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px auto;
  }
}

.top-business .point-wrap .point-box {
  background: #0041a0;
  color: #FFFFFF;
  border-radius: 30px;
  position: relative;
  padding: 70px 40px 50px;
  margin-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .top-business .point-wrap .point-box {
    width: 45%;
    margin-bottom: 0;
    padding: 70px 40px 30px;
    margin: 0 20px;
  }
}

.top-business .point-wrap .point-box .num {
  display: block;
  width: 90px;
  height: 90px;
  border: 5px solid #FFFFFF;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 4.5rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
  background: #0041a0;
}

.top-business .point-wrap .point-box h4 {
  text-align: center;
  font-size: 7vw;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .top-business .point-wrap .point-box h4 {
    font-size: 3rem;
  }
}

.top-business .point-wrap .point-box .txt {
  display: block;
  margin-bottom: 30px;
}

.top-business .point-wrap .point-box .btn-base a {
  margin: auto;
}

.graph04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  .graph04 img {
    width: 40%;
    position: relative;
    margin-bottom: -10px;
  }
}

.recruit {
  max-width: 900px;
  margin: 100px auto;
  border: 3px solid #0041a0;
  border-radius: 30px;
  padding: 110px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(images/staff02.png) center top/cover no-repeat;
  width: 80%;
}

@media only screen and (min-width: 768px) {
  .recruit {
    padding: 30px 0 30px;
  }
}

.recruit h3 {
  text-align: center;
}

.recruit .btn-base a {
  margin: auto;
}

.recruit .rec-graph {
  position: absolute;
  width: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
}

.l-footer {
  background: #0041a0;
  position: relative;
  margin-top: -5vw;
  padding: 50px 0;
}

@media only screen and (min-width: 768px) {
  .l-footer {
    margin-top: -5px;
    padding: 100px 0;
  }
}

.l-footer .footer-inner {
  max-width: 800px;
  margin: auto;
  color: #FFFFFF;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l-footer .footer-inner .logo-f {
  width: 280px;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .logo-f {
    width: 300px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .tel-wrap {
    width: 45%;
  }
}

.l-footer .footer-inner .tel-wrap .tel {
  font-size: 10vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .tel-wrap .tel {
    font-size: 5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.l-footer .footer-inner .tel-wrap .tel::before {
  content: "";
  display: block;
  background: url(images/tel.svg) no-repeat;
  width: 20px;
  height: 40px;
  margin-right: 2rem;
  position: relative;
  top: 5px;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .tel-wrap .tel::before {
    width: 30px;
    height: 50px;
    top: unset;
  }
}

.l-footer .footer-inner .tel-wrap .mail {
  margin-top: 10px;
}

.l-footer .footer-inner .tel-wrap .mail a {
  background: #FFFFFF;
  display: block;
  width: 90%;
  text-align: center;
  padding: 15px 30px;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 4vw;
  -webkit-transition: .5s;
  transition: .5s;
  border: 3px solid #FFFFFF;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .tel-wrap .mail a {
    font-size: 1.8rem;
    width: 100%;
  }
}

.l-footer .footer-inner .tel-wrap .mail a::before {
  content: "";
  display: block;
  background: url(images/mail_b.svg) no-repeat;
  width: 30px;
  height: 20px;
  margin-right: 1rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.l-footer .footer-inner .tel-wrap .mail a:hover {
  background: #0041a0;
  color: #FFFFFF;
}

.l-footer .footer-inner .tel-wrap .mail a:hover::before {
  background: url(images/mail.svg) no-repeat;
}

.fnav {
  margin-top: 70px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .fnav {
    display: inherit;
  }
}

.fnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fnav ul li {
  position: relative;
}

.fnav ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 110%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
}

.fnav ul li:nth-child(1)::after {
  display: none;
}

.fnav a {
  color: #FFFFFF;
  padding-left: 1vw;
  padding-right: 1vw;
}

.copy {
  background: #FFFFFF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: -.01rem;
  padding: 15px;
}

.effect {
  opacity: 0;
}

.effect.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

/*========= ハンバーガーメニュー ===============*/
.openbtn {
  position: fixed;
  z-index: 99999;
  /*ボタンを最前面に*/
  top: 28px;
  right: 10px;
  cursor: pointer;
  width: 65px;
  height: 65px;
  -webkit-transition: .5s;
  transition: .5s;
  background: #0041a0;
  border-radius: 50%;
}

@media only screen and (min-width: 1025px) {
  .openbtn {
    top: 37px;
    right: 15px;
  }
}

@media only screen and (min-width: 1280px) {
  .openbtn {
    display: none;
  }
}

.openbtn.active {
  position: fixed;
  background: #FFFFFF;
}

.openbtn.fixed {
  top: 18px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 18px;
  height: 5px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 18px;
}

.openbtn span:nth-of-type(2) {
  top: 29px;
}

.openbtn span:nth-of-type(3) {
  top: 40px;
}

.openbtn.active span:nth-of-type(1) {
  /*top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-35deg);
    width: 60%;
        background-color: $black;*/
  display: inline-block;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 18px;
  height: 5px;
  border-radius: 2px;
  background-color: #0041a0;
  width: 45%;
  -webkit-transform: translateY(6px) rotate(-35deg);
  transform: translateY(6px) rotate(-35deg);
  top: 24px;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  /*top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(35deg);
    width: 60%;
    background-color: $black;*/
  display: inline-block;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 18px;
  height: 5px;
  border-radius: 2px;
  background-color: #0041a0;
  width: 45%;
  -webkit-transform: translateY(-18px) rotate(35deg);
  transform: translateY(-18px) rotate(35deg);
  top: 49px;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9999;
  /*ナビのスタート位置と形状*/
  top: 0;
  -webkit-transform: translate(150vw, 0);
  transform: translate(150vw, 0);
  width: 100%;
  height: 150vh;
  /*ナビの高さ*/
  background: #0041a0;
  /*動き*/
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: .5;
  color: #FFFFFF;
}

#g-nav a {
  color: #FFFFFF;
}

#g-nav span {
  color: #FFFFFF;
  display: block;
  font-size: 6vw;
}

@media only screen and (min-width: 768px) {
  #g-nav span {
    font-size: 2rem;
  }
}

#g-nav #g-nav-list ul li {
  margin-bottom: 30px;
  font-size: 3vw;
}

@media only screen and (min-width: 768px) {
  #g-nav #g-nav-list ul li {
    font-size: 1.8rem;
  }
}

#g-nav #g-nav-list .tel-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  max-width: 90%;
  margin: 50px auto 0;
  text-align: center;
}

#g-nav #g-nav-list .tel-wrap .tel {
  font-size: 9vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #g-nav #g-nav-list .tel-wrap .tel {
    font-size: 5rem;
  }
}

#g-nav #g-nav-list .tel-wrap .tel::before {
  content: "";
  display: block;
  background: url(images/tel.svg) no-repeat;
  width: 20px;
  height: 40px;
  margin-right: 2rem;
  position: relative;
  top: 5px;
}

@media only screen and (min-width: 768px) {
  #g-nav #g-nav-list .tel-wrap .tel::before {
    width: 30px;
    height: 50px;
    top: unset;
  }
}

#g-nav #g-nav-list .tel-wrap .mail a {
  display: block;
  background: #FFFFFF;
  color: #0041a0;
  border-radius: 100px;
  font-size: 4vw;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #FFFFFF;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  #g-nav #g-nav-list .tel-wrap .mail a {
    font-size: 1.8rem;
    max-width: 500px;
    margin: auto;
  }
}

#g-nav #g-nav-list .tel-wrap .mail a::before {
  content: "";
  display: block;
  background: url(images/mail_b.svg) no-repeat;
  width: 30px;
  height: 20px;
  margin-right: 1rem;
  -webkit-transition: .5s;
  transition: .5s;
}

#g-nav #g-nav-list .tel-wrap .mail a:hover {
  background: #0041a0;
  color: #FFFFFF;
}

#g-nav #g-nav-list .tel-wrap .mail a:hover::before {
  background: url(images/mail.svg) no-repeat;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
  opacity: 1;
}

#g-nav #g-nav-list {
  padding: 100px 30px 30px;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
}

#g-nav.panelactive a {
  -webkit-transition: .5s;
  transition: .5s;
}

#g-nav.panelactive a:hover {
  opacity: .5;
}

/* ----------------------------------

about

---------------------------------- */
.about-upper {
  margin-top: 100px;
}

@media only screen and (min-width: 768px) {
  .about-upper {
    margin-top: 150px;
  }
}

.about-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 10vw;
  width: 95vw;
  padding: 7vw;
  position: relative;
  left: -3vw;
}

@media only screen and (min-width: 768px) {
  .about-column {
    max-width: 55vw;
    padding: 0;
  }
}

.about-column .pic {
  z-index: 10;
  position: absolute;
  width: 40%;
  right: 20px;
  top: -50px;
}

@media only screen and (min-width: 768px) {
  .about-column .pic {
    width: 60%;
    position: relative;
    right: inherit;
    top: inherit;
    left: -50px;
  }
}

.about-column .pic img {
  width: 100%;
  height: auto;
}

.about-column .exp {
  width: 40%;
  color: #0041a0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.about-column .exp h3 {
  font-size: clamp(1.9rem, 2vw, 3rem);
  margin-bottom: 10px;
  padding: 8vw 0 0 9vw;
}

@media only screen and (min-width: 768px) {
  .about-column .exp h3 {
    padding: 0;
    margin-bottom: 20px;
  }
}

.about-column .exp .txt {
  font-size: clamp(1.2rem, 1.2vw, 3rem);
  padding: 0 8vw 5vw;
  display: none;
}

@media only screen and (min-width: 768px) {
  .about-column .exp .txt {
    padding: 0;
    display: inherit;
  }
}

.about-column .exp .txt-sp {
  display: block;
}

@media only screen and (min-width: 768px) {
  .about-column .exp .txt-sp {
    display: none;
  }
}

.about-column .exp .exp-inner {
  background: url(images/waku01.png) center top/cover no-repeat;
  /*padding: 8vw 5vw 10vw 8vw;
      position: relative;*/
  margin-right: -7vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  padding: 3vw 3vw 3vw 9vw;
}

@media only screen and (min-width: 768px) {
  .about-column .exp .exp-inner {
    /* padding: 8vw 8vw 10vw 8vw;*/
    padding: 5vw 5vw 5vw 8vw;
  }
}

.about-column-btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  width: 85vw;
  margin: 100px auto 0;
  position: relative;
  right: -3vw;
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .about-column-btm {
    width: 65vw;
    margin: 100px auto 0;
    padding-bottom: 0;
  }
}

.about-column-btm .picfix {
  position: absolute;
  top: -200px;
  width: 130px;
}

@media only screen and (min-width: 768px) {
  .about-column-btm .picfix {
    top: -180px;
    width: auto;
  }
}

.about-column-btm .graphfix {
  position: absolute;
  bottom: -20px;
  right: 25vw;
}

@media only screen and (min-width: 768px) {
  .about-column-btm .graphfix {
    bottom: -40px;
    right: 110px;
  }
}

.about-column-btm .graphfix img {
  width: 50px;
}

@media only screen and (min-width: 768px) {
  .about-column-btm .graphfix img {
    width: 80px;
  }
}

.about-column-btm .pic {
  position: absolute;
  top: -100px;
  width: 180px;
  left: 30px;
}

@media only screen and (min-width: 768px) {
  .about-column-btm .pic {
    width: 50%;
    position: relative;
    z-index: 10;
    top: inherit;
    left: inherit;
  }
}

.about-column-btm .pic img {
  width: 100%;
}

.about-column-btm .exp {
  position: relative;
  margin-top: -70px;
  width: 85vw;
  top: 100px;
}

@media only screen and (min-width: 768px) {
  .about-column-btm .exp {
    width: 50%;
    top: inherit;
  }
}

.about-column-btm .exp .exp-inner {
  background: url(images/waku02.png) center top/cover no-repeat;
  position: relative;
  color: #0041a0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 20vw 11vw 5vw 14vw;
}

@media only screen and (min-width: 768px) {
  .about-column-btm .exp .exp-inner {
    margin-left: -90px;
    padding: 7vw 5vw 7vw 7.5vw;
  }
}

.about-column-btm .exp .exp-inner h3 {
  font-size: clamp(1.9rem, 2vw, 3rem);
  margin-bottom: 20px;
}

.about-column-btm .exp .exp-inner .txt {
  font-size: clamp(1.2rem, 1.2vw, 3rem);
  display: none;
}

@media only screen and (min-width: 768px) {
  .about-column-btm .exp .exp-inner .txt {
    display: inherit;
  }
}

.about-column-btm .exp .exp-inner .txt-sp {
  display: block;
}

@media only screen and (min-width: 768px) {
  .about-column-btm .exp .exp-inner .txt-sp {
    display: none;
  }
}

.graph-town {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 100px 0 0;
  position: relative;
  z-index: 99;
}

@media only screen and (min-width: 768px) {
  .graph-town {
    margin: 100px 0 0;
  }
}

.graph-town img {
  width: 65%;
  position: relative;
  top: -15px;
}

@media only screen and (min-width: 768px) {
  .graph-town img {
    top: inherit;
    width: 35%;
  }
}

.about-company {
  background: #FFFFFF;
  padding: 100px 0 0;
  position: relative;
  margin-top: -40px;
}

.about-company .tit-wrap {
  text-align: center;
}

.company-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 900px;
  margin: 40px auto 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media only screen and (min-width: 768px) {
  .company-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 70px auto 50px;
  }
}

.company-column .detail {
  width: 80%;
  margin: 50px auto;
}

@media only screen and (min-width: 768px) {
  .company-column .detail {
    width: 47%;
    margin: 0;
  }
}

.company-column .detail h4 {
  font-size: 5vw;
  margin-bottom: 20px;
  color: #0041a0;
}

@media only screen and (min-width: 768px) {
  .company-column .detail h4 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .company-column .pic {
    width: 47%;
  }
}

.company-column .pic img {
  width: 100%;
}

.company-column.company-btm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .company-column.company-btm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    margin-top: 100px;
  }
}

.company-column.company-btm .pic {
  width: 80%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .company-column.company-btm .pic {
    width: 40%;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .company-column.company-btm .detail {
    width: 55%;
  }
}

.company-column.company-btm .detail dl {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .company-column.company-btm .detail dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.company-column.company-btm .detail dl dt {
  width: 150px;
  font-weight: 900;
}

.company-column.company-btm .detail dl dd {
  width: 100%;
}

.map {
  position: relative;
  max-width: 900px;
  margin: 0px auto;
  height: 0;
  padding-top: 60%;
  /* 比率を4:3に固定 */
}

@media only screen and (min-width: 768px) {
  .map {
    padding-top: 30%;
    /* 比率を4:3に固定 */
    margin: 100px auto;
  }
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.graph-town02 {
  width: 40%;
  padding-left: 5vw;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  .graph-town02 {
    display: inherit;
    height: auto;
  }
}

.graph-town02 img {
  display: none;
}

@media only screen and (min-width: 768px) {
  .graph-town02 img {
    display: inherit;
  }
}

.business {
  padding: 50px 0;
}

@media only screen and (min-width: 768px) {
  .business {
    padding: 100px 0;
  }
}

.business .tit-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.business-box {
  background: #0041a0;
  color: #FFFFFF;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 50px;
  border-radius: 40px;
  padding: 70px 25px 30px;
}

@media only screen and (min-width: 768px) {
  .business-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .business .box-l {
    width: 55%;
  }
}

.business .box-l .num-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.business .box-l .num-wrap .num {
  width: 140px;
  margin-right: 1rem;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -40px;
}

@media only screen and (min-width: 768px) {
  .business .box-l .num-wrap .num {
    position: relative;
    left: 0;
    margin-left: 0;
    width: 140px;
    top: inherit;
  }
}

.business .box-l .num-wrap .num span {
  color: #FFFFFF;
  display: block;
  width: 85px;
  height: 70px;
  line-height: 1;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  font-size: 8vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  background: #0041a0;
}

@media only screen and (min-width: 768px) {
  .business .box-l .num-wrap .num span {
    width: 100px;
    height: 80px;
    font-size: 4rem;
  }
}

.business .box-l .num-wrap h4 {
  font-size: clamp(2rem, 1.8vw, 4rem);
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .business .box-l .num-wrap h4 {
    text-align: left;
  }
}

.business .box-l .txt {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .business .box-l .txt {
    line-height: 2;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .business .box-r {
    width: 35%;
  }
}

.business .box-r img {
  width: 100%;
}

.business .box-r ul li {
  margin-bottom: 20px;
}

.business .box-r ul li:last-child {
  margin-bottom: 0;
}

.town-sp-btm {
  width: 95%;
  margin: 100px auto 0;
}

@media only screen and (min-width: 768px) {
  .town-sp-btm {
    display: none;
  }
}

.town-sp-btm.town-about-btm {
  margin-top: 0;
}

.privacy-wrap {
  max-width: 900px;
  background: #FFFFFF;
  border-radius: 50px;
  margin: 0 auto 100px;
  padding: 50px;
  width: 90%;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .privacy-wrap {
    padding: 100px;
  }
}

.privacy-wrap li {
  margin-bottom: 50px;
}

.privacy-wrap li:last-child {
  margin-bottom: 0;
}

/* ----------------------------------

お問い合わせ

---------------------------------- */
section.contact {
  background: #FFFFFF;
  max-width: 900px;
  margin: 0 auto 100px;
  padding: 50px 30px 0;
}

@media only screen and (min-width: 768px) {
  section.contact {
    margin: 0 auto 200px;
    border-radius: 30px;
    padding: 100px 150px;
  }
}

section.contact .txt-contact {
  text-align: center;
  color: #0041a0;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 3.5vw;
}

@media only screen and (min-width: 768px) {
  section.contact .txt-contact {
    font-size: 1.6rem;
  }
}

section.contact input, section.contact select, section.contact textarea {
  background: #f2f1e5;
  border: none;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  font-size: 1.5rem;
}

section.contact dl {
  margin-bottom: 30px;
}

section.contact dl dt {
  color: #0041a0;
  margin-bottom: 5px;
}

section.contact dl dt::before {
  content: "●";
  display: inline-block;
}

section.contact input[type="submit"] {
  background: #0041a0;
  width: 200px;
  border-radius: 100px;
  margin: auto;
  padding: 13px;
  color: #FFFFFF;
  font-weight: 700;
  display: block;
}

section.contact .btn-privacy {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  section.contact .btn-privacy {
    margin-top: 100px;
  }
}

section.contact .btn-privacy::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #0041a0;
  margin-left: .3rem;
}

/* ----------------------------------

お知らせ

---------------------------------- */
.tit-news {
  text-align: center;
  color: #0041a0;
  font-size: 4vw;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .tit-news {
    margin-bottom: 80px;
    font-size: 2rem;
  }
}

.wp-singular .tit-news {
  background: #FFFFFF;
  margin-bottom: 0;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .wp-singular .tit-news {
    margin-bottom: 80px;
    padding-top: 0;
    background: none;
  }
}

.news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 1000px;
  margin: auto;
  width: 90%;
}

.news-content .news-box {
  width: 100%;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .news-content .news-box {
    width: 31%;
    margin-bottom: 80px;
  }
}

.news-content .news-box .pic img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 2 / 1;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .news-content .news-box .pic img {
    aspect-ratio: 2 / 1.3;
  }
}

.news-content .news-box .date-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  color: #0041a0;
}

.news-content .news-box .cate {
  background: #0041a0;
  color: #FFFFFF;
  border-radius: 100px;
  font-size: 1.2rem;
  padding: 3px 20px;
}

.news-content .news-box .detail {
  padding: 25px;
}

.news-content .news-box a {
  display: block;
  border-radius: 10px;
  background: #FFFFFF;
  -webkit-transition: .2s;
  transition: .2s;
  color: #555;
}

.news-content .news-box a:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.news-column {
  background: #FFFFFF;
  max-width: 1000px;
  margin: auto;
  padding: 50px 30px;
}

@media only screen and (min-width: 768px) {
  .news-column {
    border-radius: 30px;
    width: 90%;
    padding: 100px;
  }
}

.post-page-nav {
  margin: 100px auto;
  max-width: 1000px;
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-back {
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-back a {
  display: block;
  width: 100px;
  border-radius: 100px;
  background: #0041a0;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  border: 2px solid #0041a0;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 3vw;
}

@media only screen and (min-width: 768px) {
  .btn-back a {
    width: 150px;
    font-size: 1.5rem;
  }
}

.btn-back a:hover {
  background: #FFFFFF;
  color: #0041a0;
}

.nextPost, .prevPost {
  width: 33%;
}

.nextPost i, .prevPost i {
  color: #0041a0;
}

.prevPost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-thumbnail {
  width: 100%;
  margin-bottom: 30px;
}

.post-thumbnail img {
  width: 100%;
}

.blog-tit {
  font-size: 5vw;
  color: #0041a0;
}

@media only screen and (min-width: 768px) {
  .blog-tit {
    font-size: 2rem;
  }
}

.date {
  color: #0041a0;
  margin-top: 10px;
}

.share-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px;
}

.share {
  line-height: 1;
  margin-right: 50px;
}

.share dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.share dl dt {
  margin-right: 20px;
}

.share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-category {
  background: #0041a0;
  color: #FFFFFF;
  display: inline-block;
  padding: 3px 30px;
  border-radius: 100px;
}

.wp-block-image {
  margin: 30px 0;
}

.wp-block-image img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.icon-x {
  width: 15px;
  margin-left: 15px;
  display: inline-block;
  position: relative;
  top: 1px;
}

/* ----------------------------------

セカンドヘッダー

---------------------------------- */
.se-header {
  position: relative;
  margin-bottom: 70px;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .se-header {
    margin-top: 0;
    margin-bottom: 100px;
  }
}

.se-header .se-head-town {
  position: absolute;
  left: 10vw;
  bottom: 0;
  z-index: 10;
  width: 28vw;
  display: none;
}

@media only screen and (min-width: 768px) {
  .se-header .se-head-town {
    display: inherit;
  }
}

.se-header img {
  width: 100%;
}

.se-header .tit-wrap {
  position: absolute;
  background: url(images/tit_bg.png) center top/cover no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30vw;
  height: 30vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  bottom: -50px;
}

@media only screen and (min-width: 768px) {
  .se-header .tit-wrap {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15vw;
    color: #FFFFFF;
    width: 15vw;
    height: 15vw;
    bottom: inherit;
  }
}

.se-header .tit-wrap .tit-en {
  color: #FFFFFF;
  font-size: clamp(1.6rem, 2vw, 5rem);
  line-height: 1.1;
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .se-header .tit-wrap .tit-en {
    margin-bottom: 20px;
  }
}

.se-header h2 {
  color: #FFFFFF;
  font-size: 2vw;
  letter-spacing: -.01rem;
}

@media only screen and (min-width: 768px) {
  .se-header h2 {
    font-size: 1.4rem;
  }
}

.head-town {
  width: 55%;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 768px) {
  .head-town {
    display: none;
  }
}

.head-town.head-contact {
  margin-bottom: 0;
}

/* pager */
.wp-pagenavi {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .wp-pagenavi {
    margin-bottom: 100px;
  }
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  height: 32px;
  margin: 0 8px 0 0;
  padding: 0 12px;
  line-height: 32px;
  color: #111111;
  background: #fff;
  vertical-align: bottom;
  text-align: center;
  text-decoration: none;
  border: none !important;
  border-radius: 20px;
}

.wp-pagenavi a:hover {
  color: #FFFFFF;
  background: #0041a0;
}

.wp-pagenavi .current {
  font-weight: bold;
  color: #FFFFFF;
  background: #0041a0;
}

.grecaptcha-badge {
  display: none;
}

.page-id-15 .grecaptcha-badge, .page-id-16 .grecaptcha-badge {
  display: block;
}

#division01, #division02, #company {
  margin-top: -100px;
  padding-top: 100px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.btn-wrap .wpcf7-previous {
  background: #0041a0;
  width: 200px;
  border-radius: 100px;
  margin: auto;
  padding: 13px;
  color: #FFFFFF;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .btn-wrap .wpcf7-previous {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
