@charset "UTF-8";
/*!===========================
このcssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");
html {
  font-feature-settings: "palt";
  font-size: 62.5%;
  color: #333;
  background: #fff;
}
@media (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
}

html,
#pttl h1 small,
#pttl .h1 small {
  font-family: "Arial narrow", YuGothic, "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

#pttl h1,
#pttl .h1 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
}

body {
  line-height: 1.75;
  font-size: 1.6em;
}

a {
  color: #006CB8;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

figure {
  text-align: center;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

hr {
  clear: both;
  border: 0;
  margin: 6rem 0;
  border-top: 1px solid;
}

table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
table > tbody > tr > th,
table > tbody > tr > td {
  padding: 1.5rem 1rem;
  border: 1px solid #009D85;
}
table > tbody > tr > th {
  width: 20%;
  font-weight: bold;
  text-align: left;
  background: #D3EFEA;
}
table.col > tbody > tr > th {
  width: auto;
}
table > caption {
  font-weight: bold;
  text-align: left;
}
table.table01 {
  border-bottom: 1px solid #ccc;
}
table.table01 > tbody > tr > th,
table.table01 > tbody > tr > td {
  border: 0;
  border-top: 1px solid #ccc;
}
table.table01 > tbody > tr > th {
  background: transparent;
}

/* class
============================== */
.sp {
  display: none;
}

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

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft,
.alignright {
  max-width: 52% !important;
  margin-bottom: 3rem;
}

.alignleft {
  float: left;
  margin-right: 3rem;
}

.alignright {
  float: right;
  margin-left: 3rem;
}

.nowrap {
  white-space: nowrap;
}

.wrap {
  word-break: break-all;
}

.kome:not(ul),
ul.kome > li {
  text-indent: -1em;
  padding-left: 1em;
}
.kome:not(ul)::before,
ul.kome > li::before {
  content: "※";
}

.mtop0 {
  margin-top: 0 !important;
}

.mtop1em {
  margin-top: 1em;
}

.mtop2em {
  margin-top: 2em;
}

.mtop3em {
  margin-top: 3em;
}

.col:not(table) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col:not(table) > * {
  width: 48%;
}
.col:not(table) > *.col-in1 {
  width: calc(8.33% - 1.5%);
}
.col:not(table) > *.col-in2 {
  width: calc(16.66% - 1.5%);
}
.col:not(table) > *.col-in3 {
  width: calc(24.99% - 1.5%);
}
.col:not(table) > *.col-in4 {
  width: calc(33.32% - 1.5%);
}
.col:not(table) > *.col-in5 {
  width: calc(41.65% - 1.5%);
}
.col:not(table) > *.col-in6 {
  width: calc(49.98% - 1.5%);
}
.col:not(table) > *.col-in7 {
  width: calc(58.31% - 1.5%);
}
.col:not(table) > *.col-in8 {
  width: calc(66.64% - 1.5%);
}
.col:not(table) > *.col-in9 {
  width: calc(74.97% - 1.5%);
}
.col:not(table) > *.col-in10 {
  width: calc(83.3% - 1.5%);
}
.col:not(table) > *.col-in11 {
  width: calc(91.63% - 1.5%);
}
.col:not(table) > *.col-in12 {
  width: 100%;
}

.btn {
  display: block;
  width: 28rem;
  max-width: 100% !important;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: inherit;
  padding: 0.8em;
  background: transparent;
  border: 1px solid;
  border-radius: 0;
}

.btn02 {
  position: relative;
  font-size: 2rem;
  text-decoration: none;
  padding-left: 1.75em;
}
.btn02::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.35em;
  height: 1.75em;
  background: url("../img/arrow01r.svg") left center/100% no-repeat;
}

.gmap {
  position: relative;
}
.gmap::after {
  content: "";
  display: block;
  padding-top: 30px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-pagenavi {
  clear: both;
  line-height: 1.4;
  font-size: 1.4rem;
  text-align: center;
  color: #006CB8;
  margin-top: 4rem;
}
.wp-pagenavi > * {
  display: inline-block;
  min-width: 3em;
  margin: 2px 2px 0;
  padding: 1rem 0.5rem;
  border: 1px solid #006CB8;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
  color: #fff !important;
  background: #006CB8;
  border-color: #006CB8;
}
.wp-pagenavi a {
  text-decoration: none;
}
.wp-pagenavi a:hover {
  opacity: 1;
}
.wp-pagenavi .pages {
  min-width: 4em;
}

/* ==================================================
layout
================================================== */
footer,
#content > * {
  padding-left: 2rem;
  padding-right: 2rem;
}

footer > *,
#content > * > *,
#strength-sec01 figure.pt02 > *,
#service-sec01 figure.pt02 > *,
#strength-sec01 figure.pt01 > *,
#service-sec01 figure.pt01 > *,
#fcontact > * {
  max-width: 98rem;
  margin-left: auto;
  margin-right: auto;
}

#strength-sec01 figure.pt02, #service-sec01 figure.pt02, #strength-sec01 figure.pt01, #service-sec01 figure.pt01, #fcontact {
  max-width: none;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* ==================================================
header
================================================== */
header {
  line-height: 1.2;
  padding: 4rem 5% 6rem;
}
header a {
  text-decoration: none;
  color: inherit;
}
header > div {
  display: flex;
  justify-content: space-between;
}

#hlogo {
  line-height: 1;
  width: 37.6rem;
}

#gnav {
  display: flex;
  font-size: 1.8rem;
}
#gnav li {
  writing-mode: vertical-rl;
  margin-left: 2em;
}
#gnav li:first-child {
  display: none;
}
#gnav li.on {
  font-weight: bold;
  color: #009D85;
}

/* ==================================================
footer
================================================== */
footer {
  line-height: 1.2;
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer > * {
  max-width: 100rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
footer > div:not([id]) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0;
}
footer > div:not([id]) > * {
  width: 100%;
}
footer address {
  width: auto !important;
  line-height: 1.6;
  font-size: 1.8rem;
}

#fcontact {
  background: #F2F2F2;
}
#fcontact > * {
  max-width: 100rem;
}
#fcontact ul {
  display: flex;
  justify-content: space-between;
}
#fcontact ul li {
  width: 48%;
}

#flogo {
  margin-bottom: 1rem;
}

#fnav {
  width: auto;
}
#fnav ul {
  display: flex;
}
#fnav ul li {
  writing-mode: vertical-rl;
  margin-left: 2em;
}

#copyright {
  font-size: 1.4rem;
  text-align: center;
}

/* ==================================================
main
================================================== */
#content {
  margin-top: -8rem;
  overflow: hidden;
}
#content > * {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
body:not(#top) #content h2 {
  position: relative;
  font-size: 4rem;
  text-align: center;
  padding-bottom: 1.2em;
  margin-top: 6rem;
  margin-bottom: 0.5em;
}
body:not(#top) #content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 0;
  height: 1em;
  border-left: 2px solid #006CB8;
}
body:not(#top) #content h2:first-child {
  margin-top: 0;
}
#content .nav > li {
  display: inline;
  white-space: nowrap;
  margin-right: 2em;
}
#content .nav > li::before {
  content: normal;
}
#content .nav > li a {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  padding-left: 1.5em;
}
#content .nav > li a::before {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 1.125em;
}
#content .box, #content .box02 {
  padding: 2rem;
  background: #F9F5D9;
  border-radius: 0.6rem;
}
#content .box02 {
  background: #F2F2F2;
}

#pttl {
  position: relative;
  z-index: -1;
  padding: 8rem 0 0;
}
#pttl::after {
  content: "";
  display: block;
  position: relative;
  z-index: -1;
  height: 36rem;
  background: url("../img/pttl-bg01.jpg") center/cover no-repeat;
}
#pttl.no02::after {
  background-image: url("../img/pttl-bg02.jpg");
}
#pttl.no03::after {
  background-image: url("../img/pttl-bg03.jpg");
}
#pttl.no04::after {
  background-image: url("../img/pttl-bg04.jpg");
}
#pttl h1,
#pttl .h1 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 13.3333333333em;
  line-height: 1.4;
  font-size: 4.8rem;
  color: #fff;
  padding: 4rem 5%;
}
#pttl h1::after,
#pttl .h1::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 108, 184, 0.8);
}
#pttl h1 small,
#pttl .h1 small {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
  letter-spacing: 0.4em;
  margin-top: 0.5em;
}

/* base
============================== */
.base h1,
.base h2,
.base h3,
.base h4,
.base h5,
.base h6,
.base p,
.base ul,
.base ol,
.base dl,
.base table,
.base figure,
.base .scroll,
.base > * {
  margin-top: 2em !important;
}
.base .col:not(table) > *, .base h1:first-child,
.base h2:first-child,
.base h3:first-child,
.base h4:first-child,
.base h5:first-child,
.base h6:first-child,
.base p:first-child,
.base ul:first-child,
.base ol:first-child,
.base dl:first-child,
.base table:first-child,
.base figure:first-child,
.base .scroll:first-child,
.base > *:first-child {
  margin-top: 0 !important;
}

.base h1,
.base h2,
.base h3,
.base h4,
.base h5,
.base h6 {
  letter-spacing: 0.1em;
}
.base h1 + *,
.base h2 + *,
.base h3 + *,
.base h4 + *,
.base h5 + *,
.base h6 + * {
  margin-top: 1em !important;
}
.base h1 {
  font-size: 3.6rem;
  padding: 0.4em 2rem 0.4em calc(2rem + 1.2em);
  background: #C5DAEF url("../img/icon-h1.svg") 2rem 0.8em/0.8888888889em no-repeat;
}
.base h2 {
  font-size: 3.2rem !important;
  text-align: left !important;
  color: #006CB8;
  margin-bottom: 0 !important;
  padding: 0 0 0.2em !important;
  border-bottom: 1px solid #E6E6E6;
}
.base h2::after {
  bottom: -1px !important;
  left: 0 !important;
  width: 20rem !important;
  max-width: 30%;
  height: 0 !important;
  border-bottom: 1px solid #006CB8;
}
.base h3 {
  font-size: 2.8rem;
  color: #333;
  padding: 0.4em 2rem;
  background: #E2EFF7;
}
.base h4 {
  font-size: 2.4rem;
  color: #009D85;
  padding-left: 1.2em;
  background: url("../img/icon-h4.svg") left 0.4em/0.8333333333em no-repeat;
}
.base h5 {
  font-size: 2.4rem;
}
.base h6 {
  font-size: 2rem;
}
.base ul:not([class]),
.base ol:not([class]) {
  padding-left: 2em;
}
.base ul:not([class]) ul,
.base ul:not([class]) ol,
.base ol:not([class]) ul,
.base ol:not([class]) ol {
  margin-top: 0;
}
.base ul:not([class]) {
  list-style: disc;
}
.base ol:not([class]) {
  list-style: decimal;
}
.base ul:not([class]) > li,
.base ol:not([class]) > li,
.base dl:not([class]) > dt {
  margin-top: 0.5em;
}

/* top
============================== */
#content [id^=top-] a {
  color: inherit;
}
#content [id^=top-] h2 {
  font-size: 7.2rem;
  font-weight: normal;
  letter-spacing: 0.4em;
  color: #666666;
  margin-bottom: 0.5em;
}
@media (max-width: 1366px) {
  #content [id^=top-] h2 {
    font-size: 5.270863836vw;
  }
}

#top-kv {
  position: relative;
  z-index: -1;
  padding: 8rem 0 0;
}
#top-kv::after {
  content: "";
  display: block;
  position: relative;
  z-index: -1;
  height: 46.8521229868vw;
  background: url("../img/top-kv-bg01.jpg") center/cover no-repeat;
}
#top-kv p {
  position: absolute;
  top: 0;
  left: 50%;
  width: 9.0775988287%;
  transform: translateX(-50%);
}
#top-kv p img {
  width: 100%;
}

#top-sec01 {
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  color: #009D85;
  padding-top: 10rem;
  background: url("../img/bg01.jpg") center/cover no-repeat;
}
#top-sec01 > * {
  max-width: 60rem;
}
#top-sec01 h2 {
  position: absolute;
  top: -10rem;
  right: 0;
  width: 75%;
  max-width: none;
  font-size: inherit !important;
  text-align: left;
  padding: 6rem 8rem;
  background: rgba(0, 157, 133, 0.8);
}

#top-sec02,
#top-sec03,
#top-sec04,
#top-sec05 {
  position: relative;
  max-width: 136.6rem;
  margin: 6rem auto 0;
  padding: 0;
}
#top-sec02 > figure,
#top-sec03 > figure,
#top-sec04 > figure,
#top-sec05 > figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
#top-sec02 > div,
#top-sec03 > div,
#top-sec04 > div,
#top-sec05 > div {
  width: 50%;
  margin-right: 0;
  padding: 6rem 5% 0 3%;
}
#top-sec02 h2,
#top-sec03 h2,
#top-sec04 h2,
#top-sec05 h2 {
  position: relative;
  z-index: 1;
  margin-left: -4em;
}
#top-sec02 .ttl,
#top-sec03 .ttl,
#top-sec04 .ttl,
#top-sec05 .ttl {
  line-height: 1.4;
  font-size: 4rem;
  margin-bottom: 0.5em;
}
#top-sec02 .btn-wrap,
#top-sec03 .btn-wrap,
#top-sec04 .btn-wrap,
#top-sec05 .btn-wrap {
  margin-top: 4rem;
}
#top-sec02 .btn-wrap02,
#top-sec03 .btn-wrap02,
#top-sec04 .btn-wrap02,
#top-sec05 .btn-wrap02 {
  margin-top: 6rem;
  padding-left: 4rem;
}
#top-sec02 .btn-wrap02 li,
#top-sec03 .btn-wrap02 li,
#top-sec04 .btn-wrap02 li,
#top-sec05 .btn-wrap02 li {
  margin-top: 0.8em;
}
#top-sec02 .btn-wrap02 li:first-child,
#top-sec03 .btn-wrap02 li:first-child,
#top-sec04 .btn-wrap02 li:first-child,
#top-sec05 .btn-wrap02 li:first-child {
  margin-top: 0;
}
#top-sec02 .btn-wrap02 a,
#top-sec03 .btn-wrap02 a,
#top-sec04 .btn-wrap02 a,
#top-sec05 .btn-wrap02 a {
  font-size: inherit;
}

#top-sec02 .btn-wrap02,
#top-sec05 .btn-wrap02 {
  padding-top: 6rem;
  padding-bottom: 12rem;
  position: relative;
}
#top-sec02 .btn-wrap02::after,
#top-sec05 .btn-wrap02::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 25%;
  width: 120%;
  height: 100%;
  background: #F2F2F2;
}

#top-sec03,
#top-sec04 {
  position: relative;
  padding-bottom: 6rem;
  margin-bottom: 12rem;
}
#top-sec03::after,
#top-sec04::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 13%;
  width: 87vw;
  height: 100%;
  background: #E6E6E6;
}
#top-sec03 > figure,
#top-sec04 > figure {
  width: 29.2825768668%;
  top: auto;
  bottom: -6rem;
}

#top-sec03 {
  color: #fff;
}
#top-sec03::after {
  background: url("../img/bg02.jpg") center/cover no-repeat;
}
#top-sec03 h2 {
  color: inherit !important;
}

#top-sec04::after {
  left: auto;
  right: 13%;
}
#top-sec04 > figure {
  width: 40.9956076135%;
  left: auto;
  right: 0;
}
#top-sec04 > div {
  margin-left: 0;
  margin-right: auto;
  padding-left: 13%;
  padding-right: 3%;
}
#top-sec04 h2 {
  margin-left: 0;
}

#top-sec05 h2 {
  margin-left: -5.5em;
}
#top-sec05 h2 span {
  color: #fff;
}

#top-sec06 > * {
  max-width: 80rem;
}
#top-sec06 h2 {
  text-align: center;
}
#top-sec06 dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
#top-sec06 dl dt,
#top-sec06 dl dd {
  padding: 1em;
  border-top: 1px solid #ccc;
}
#top-sec06 dl dt {
  width: 7em;
  letter-spacing: 0.1em;
}
#top-sec06 dl dd {
  width: calc(100% - 7em);
}
#top-sec06 a {
  text-decoration: none;
}
#top-sec06 .btn-wrap {
  text-align: right;
  margin-top: 4rem;
}

/* strength
============================== */
#strength-sec01, #service-sec01 {
  line-height: 2.2;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#strength-sec01 figure.pt01, #service-sec01 figure.pt01 {
  position: relative;
  text-align: left;
  margin-top: 6rem;
  padding: 0;
}
#strength-sec01 figure.pt01::after, #service-sec01 figure.pt01::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -18rem;
  right: 0;
  width: 36rem;
  height: 36rem;
  background: rgba(0, 108, 184, 0.1);
}
#strength-sec01 figure.pt01:nth-child(even), #service-sec01 figure.pt01:nth-child(even) {
  text-align: right;
}
#strength-sec01 figure.pt01:nth-child(even)::after, #service-sec01 figure.pt01:nth-child(even)::after {
  left: 0;
  right: auto;
}
#strength-sec01 figure.pt01 img, #service-sec01 figure.pt01 img {
  width: 86.6032210835%;
}
#strength-sec01 figure.pt02, #service-sec01 figure.pt02 {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 6rem;
  padding: 0;
}
#strength-sec01 figure.pt02::after, #service-sec01 figure.pt02::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 75%;
  background: rgba(0, 108, 184, 0.1);
  transform: translate(-50%, -50%);
}
#strength-sec01 figure.pt02 > *, #service-sec01 figure.pt02 > * {
  max-width: none;
  margin: 0;
}
#strength-sec01 figure.pt02 div, #service-sec01 figure.pt02 div {
  width: 40.9956076135%;
  padding-bottom: 10%;
}
#strength-sec01 figure.pt02 div:last-child, #service-sec01 figure.pt02 div:last-child {
  padding-top: 10%;
  padding-bottom: 0;
}

/* service
============================== */
/* recruit
============================== */
#recruit-sec01 {
  font-size: 1.8rem;
}

#recruit-sec02 {
  line-height: 2.2;
  font-size: 2rem;
  color: #fff;
  background: url("../img/bg03.jpg") center/cover no-repeat;
}
#recruit-sec02 > * {
  max-width: 112rem;
}
#recruit-sec02 h2::after {
  border-color: inherit !important;
}
#recruit-sec02 > .col {
  align-items: center;
}
#recruit-sec02 > .col > figure {
  width: 50%;
}
#recruit-sec02 > .col > div {
  width: 45.5357142857%;
}
#recruit-sec02 .name {
  line-height: 1.4;
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 2rem;
}
#recruit-sec02 .name small {
  font-size: 2rem;
}

/* about
============================== */
#about-sec01 {
  font-size: 1.8rem;
}
#about-sec01 .gmap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px 2em;
  margin-top: 2em;
}
#about-sec01 .gmap::after {
  display: none;
}
#about-sec01 .gmap iframe {
  position: static;
  width: 57.1428571429%;
  aspect-ratio: 4/3;
}
/*# sourceMappingURL=shared.css.map */