@charset "UTF-8";
/*
Theme Name: 丸政建設
Description: original theme
Author: Dotone
*/
/* CSS Document */
/*reset css--------------------*/
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, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, improve, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
  word-break: break-word;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

img {
  width: 100%;
}

/*reset css--------------------*/
/*base--------------------*/
a, input[type=submit] {
  transition: all 0.3s;
}
a:hover, input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

html {
  -webkit-text-size-adjust: 100%;
}

/*base--------------------*/
/*breascrumbs--------------------*/
.c-breadcrumbs {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 1rem 0 2rem 4.5rem;
  color: #F1F4F7;
  border-radius: 0 0 30px 30px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .c-breadcrumbs {
    padding: 1rem 10px;
  }
}
@media screen and (max-width: 781px) {
  .c-breadcrumbs {
    padding: 1rem 0 1rem 0px;
  }
}
.c-breadcrumbs-link, .c-breadcrumbs-span {
  font-size: 1.1rem;
}
@media screen and (max-width: 781px) {
  .c-breadcrumbs-link, .c-breadcrumbs-span {
    font-size: 11px;
  }
}
.c-breadcrumbs-link {
  color: #13334E;
  position: relative;
  display: inline-block;
}
.c-breadcrumbs-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.8rem;
  transform: translateY(-50%);
  width: 6px;
  height: 1px;
  background: #B4B4B4;
}
.c-breadcrumbs-span {
  color: #B4B4B4;
  margin-left: 3rem;
}

.page-template-interview .c-breadcrumbs {
  background: #F1F4F7;
}
@media screen and (max-width: 781px) {
  .page-template-interview .c-breadcrumbs {
    background: transparent;
  }
}

/*breascrumbs--------------------*/
/*btn--------------------*/
.c-btn {
  width: 100%;
  max-width: 36rem;
}
@media screen and (max-width: 781px) {
  .c-btn {
    max-width: initial;
  }
}
.c-btn-link {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 3rem 0 3rem 4rem;
  border: 2px solid #D5D5D5;
  border-radius: 100px;
  background: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 781px) {
  .c-btn-link {
    font-size: 16px;
    padding: 30px 0 30px 50px;
  }
}
.c-btn-link::before {
  content: "";
  width: 3.1rem;
  height: 3rem;
  background-image: url(./images/btn-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5rem;
  z-index: 0;
}

.wp-block-button {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  max-width: 36rem;
}
@media screen and (max-width: 781px) {
  .wp-block-button {
    max-width: initial;
  }
}
.wp-block-button .wp-block-button__link {
  font-size: 2.2rem;
  color: #333333;
  font-weight: bold;
  padding: 3rem 0 3rem 4rem;
  border: 2px solid #D5D5D5;
  border-radius: 100px;
  background: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 781px) {
  .wp-block-button .wp-block-button__link {
    font-size: 16px;
    padding: 30px 0 30px 50px;
  }
}
.wp-block-button .wp-block-button__link::before {
  content: "";
  width: 3.1rem;
  height: 3rem;
  background-image: url(./images/btn-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5rem;
  z-index: 999;
}

/*btn--------------------*/
/*eyecatch--------------------*/
.c-eyecatch-fv__box {
  padding: 100px 0 70px 0;
}
@media screen and (max-width: 781px) {
  .c-eyecatch-fv__box {
    padding: 48px 0 15px 0;
  }
}
.c-eyecatch-fv__box-ttl {
  font-size: 28px;
}
@media screen and (max-width: 781px) {
  .c-eyecatch-fv__box-ttl {
    font-size: 24px;
  }
}
.c-eyecatch-fv__box-span {
  font-size: 16px;
  display: block;
  color: #ccc;
  margin-top: 1rem;
}
@media screen and (max-width: 781px) {
  .c-eyecatch-fv__box-span {
    font-size: 14px;
  }
}

/*eyecatch--------------------*/
/*fv--------------------*/
.c-fv {
  height: 50rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .c-fv {
    height: 30vh;
  }
}
.c-fv__box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: left;
  width: 100%;
  color: #ffffff;
  z-index: 2;
}
.c-fv__box-ttl {
  font-size: 6rem;
  line-height: 1.5;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 781px) {
  .c-fv__box-ttl {
    font-size: 30px;
  }
}

.page-template-interview .c-fv {
  position: relative;
  height: 61rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 781px) {
  .page-template-interview .c-fv {
    height: 30vh;
    margin-bottom: 0;
  }
}
.page-template-interview .c-fv::before {
  content: "";
  width: 100%;
  height: 66rem;
  background: #F1F4F7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 781px) {
  .page-template-interview .c-fv::before {
    display: none;
  }
}
.page-template-interview .c-fv::after {
  content: "";
  width: 91%;
  height: 41rem;
  background: #EA5A51;
  position: absolute;
  top: 25rem;
  left: 0;
  z-index: 2;
  border-radius: 30px;
}
@media screen and (max-width: 781px) {
  .page-template-interview .c-fv::after {
    display: none;
  }
}
.page-template-interview .c-fv__visual {
  height: 61rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 91%;
  margin-left: auto;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 781px) {
  .page-template-interview .c-fv__visual {
    width: 100%;
    height: 30vh;
  }
}

/*fv--------------------*/
/*table--------------------*/
.c-table {
  width: 76%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .c-table {
    width: 100%;
  }
}
.c-table table tr {
  border-top: 1px solid #16386C;
  padding: 5.5rem 0;
  display: flex;
}
@media screen and (max-width: 781px) {
  .c-table table tr {
    flex-direction: column;
    padding: 25px 0;
  }
}
.c-table table tr:last-of-type {
  border-bottom: 1px solid #16386C;
}
.c-table table td {
  font-size: 16px;
  border: none;
  line-height: 1.875;
}
.c-table table td:first-of-type {
  padding-left: 8rem;
  width: 25rem;
}
@media screen and (max-width: 781px) {
  .c-table table td:first-of-type {
    width: 100%;
    padding-left: 5px;
  }
}
.c-table table td:last-of-type {
  margin-left: 2rem;
  padding-right: 3rem;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .c-table table td:last-of-type {
    margin-left: 0;
    padding-left: 5px;
  }
}

/*table--------------------*/
/*ttl--------------------*/
.c-ttl {
  font-size: 8rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #222222;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1919px) {
  .c-ttl {
    font-size: 8rem;
  }
}
@media screen and (max-width: 1365px) {
  .c-ttl {
    font-size: 8rem;
  }
}
.c-ttl-span {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  margin-left: 1rem;
  color: #2a9e84;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 781px) {
  .c-ttl-span {
    font-size: 14px;
  }
}

/*ttl--------------------*/
/*animation--------------------*/
.js-fade-up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1500ms;
}

.js-fade-time {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1500ms;
}

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/*animation--------------------*/
body, a {
  color: #333333;
}

/*font--------------------*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1919px) {
  html {
    font-size: 55%;
  }
}
@media screen and (max-width: 1365px) {
  html {
    font-size: 52%;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 45%;
  }
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.105em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 781px) {
  body .single .l-main h2 {
    font-size: 21px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 781px) {
  body .single .l-main h3 {
    font-size: 19px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 781px) {
  body .single .l-main h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}
body p {
  line-height: 2.5;
}
@media screen and (max-width: 781px) {
  body p {
    font-size: 16px;
    line-height: 2;
  }
}

.c-font-bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

/*font--------------------*/
/*inner--------------------*/
.l-inner-w {
  width: 93%;
  max-width: 1790px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .l-inner-w {
    width: 95%;
    max-width: initial;
  }
}

.l-inner-m {
  width: 84%;
  max-width: 1624px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .l-inner-m {
    width: 95%;
    max-width: initial;
  }
}

.l-inner-c {
  width: 73%;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1365px) {
  .l-inner-c {
    width: 80%;
  }
}
@media screen and (max-width: 1023px) {
  .l-inner-c {
    width: 90%;
  }
}
@media screen and (max-width: 781px) {
  .l-inner-c {
    width: 90%;
    max-width: initial;
  }
}

.l-inner-s {
  width: 72%;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .l-inner-s {
    width: 95%;
    max-width: initial;
  }
}

/*inner--------------------*/
/*scroll--------------------*/
#topscroll {
  position: fixed;
  bottom: 40px;
  right: 10px;
  border: 2px solid #7FBE28;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#topscroll .fa-caret-up {
  color: #7FBE28;
  font-size: 2rem;
}
#topscroll p {
  font-size: 1.4rem;
  color: #7FBE28;
}

/*scroll--------------------*/
/*wp-block--------------------*/
.wp-block-columns {
  gap: 0 !important;
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column:nth-of-type(even) {
  margin-left: 5rem;
}
@media screen and (max-width: 781px) {
  .wp-block-columns .wp-block-column:nth-of-type(even) {
    margin-left: 0;
  }
}

.wp-block-video {
  margin-bottom: 0;
}

.wp-block-image {
  margin-bottom: 0;
}

.wp-block-table {
  margin-bottom: 0;
}

/*wp-block--------------------*/
/*padding--------------------*/
@media screen and (min-width: 782px) {
  .pc-plr10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 782px) {
  .pc-plr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 782px) {
  .pc-plr30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 782px) {
  .pc-plr40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 782px) {
  .pc-plr50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt5 {
    padding-top: 5px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt10 {
    padding-top: 10px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt15 {
    padding-top: 15px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt20 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt25 {
    padding-top: 25px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt30 {
    padding-top: 30px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt35 {
    padding-top: 35px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt40 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt45 {
    padding-top: 45px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt50 {
    padding-top: 50px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt55 {
    padding-top: 55px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt60 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt65 {
    padding-top: 65px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt70 {
    padding-top: 70px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt75 {
    padding-top: 75px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt80 {
    padding-top: 80px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt85 {
    padding-top: 85px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt90 {
    padding-top: 90px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt95 {
    padding-top: 95px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt100 {
    padding-top: 100px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt110 {
    padding-top: 110px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt120 {
    padding-top: 120px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt130 {
    padding-top: 130px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt140 {
    padding-top: 140px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt150 {
    padding-top: 150px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt160 {
    padding-top: 160px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt170 {
    padding-top: 170px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt180 {
    padding-top: 180px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt190 {
    padding-top: 190px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt200 {
    padding-top: 200px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb5 {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb10 {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb15 {
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb20 {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb25 {
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb30 {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb35 {
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb40 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb45 {
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb50 {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb55 {
    padding-bottom: 55px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb60 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb65 {
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb70 {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb75 {
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb80 {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb85 {
    padding-bottom: 85px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb90 {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb95 {
    padding-bottom: 95px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb100 {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb110 {
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb120 {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb130 {
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb140 {
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb150 {
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb160 {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb170 {
    padding-bottom: 170px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb180 {
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb190 {
    padding-bottom: 190px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb200 {
    padding-bottom: 200px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb210 {
    padding-bottom: 210px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb220 {
    padding-bottom: 220px;
  }
}

@media screen and (max-width: 781px) {
  .sp-plr10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 781px) {
  .sp-plr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 781px) {
  .sp-plr30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 781px) {
  .sp-plr40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 781px) {
  .sp-plr50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt0 {
    padding-top: 0;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt5 {
    padding-top: 5px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt10 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt15 {
    padding-top: 15px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt20 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt25 {
    padding-top: 25px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt30 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt35 {
    padding-top: 35px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt40 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt45 {
    padding-top: 45px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt50 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt55 {
    padding-top: 55px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt60 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt65 {
    padding-top: 65px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt70 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt75 {
    padding-top: 75px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt80 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt85 {
    padding-top: 85px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt90 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt95 {
    padding-top: 95px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt100 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb0 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb5 {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb10 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb15 {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb20 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb25 {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb30 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb35 {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb40 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb45 {
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb50 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb55 {
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb60 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb65 {
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb70 {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb75 {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb80 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb85 {
    padding-bottom: 85px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb90 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb95 {
    padding-bottom: 95px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb100 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb110 {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb120 {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt190 {
    padding-top: 19rem;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt275 {
    padding-top: 27.5rem;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb200 {
    padding-bottom: 20rem;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb250 {
    padding-bottom: 25rem;
  }
}

/*padding--------------------*/
/*margin--------------------*/
@media screen and (min-width: 782px) {
  .pc-mt0 {
    margin-top: 0px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt5 {
    margin-top: 5px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt10 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt15 {
    margin-top: 15px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt20 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt25 {
    margin-top: 25px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt30 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt35 {
    margin-top: 35px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt40 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt45 {
    margin-top: 45px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt50 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt55 {
    margin-top: 55px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt60 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt65 {
    margin-top: 65px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt70 {
    margin-top: 70px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt75 {
    margin-top: 75px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt80 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt85 {
    margin-top: 85px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt90 {
    margin-top: 90px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt95 {
    margin-top: 95px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt100 {
    margin-top: 100px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt110 {
    margin-top: 110px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt120 {
    margin-top: 120px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt130 {
    margin-top: 130px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt140 {
    margin-top: 140px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt150 {
    margin-top: 150px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt160 {
    margin-top: 160px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt170 {
    margin-top: 170px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt180 {
    margin-top: 180px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt190 {
    margin-top: 190px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt200 {
    margin-top: 200px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb0 {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb5 {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb10 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb15 {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb20 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb25 {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb30 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb35 {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb40 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb45 {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb50 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb55 {
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb60 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb65 {
    margin-bottom: 65px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb70 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb75 {
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb80 {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb85 {
    margin-bottom: 85px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb90 {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb95 {
    margin-bottom: 95px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb100 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb110 {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb120 {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb130 {
    margin-bottom: 130px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb140 {
    margin-bottom: 140px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb150 {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb160 {
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb170 {
    margin-bottom: 170px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb180 {
    margin-bottom: 180px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb190 {
    margin-bottom: 190px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb200 {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt0 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt5 {
    margin-top: 5px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt15 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt25 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt35 {
    margin-top: 35px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt45 {
    margin-top: 45px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt55 {
    margin-top: 55px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt65 {
    margin-top: 65px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt75 {
    margin-top: 75px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt85 {
    margin-top: 85px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt90 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt95 {
    margin-top: 95px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt100 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb0 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb5 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb15 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb25 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb35 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb45 {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb55 {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb65 {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb75 {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb85 {
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb90 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb95 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb100 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb280 {
    margin-bottom: 28rem;
  }
}

@media screen and (min-width: 782px) {
  .pc-ml30 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb128 {
    margin-bottom: 128px;
  }
}

/*margin--------------------*/
/*align-items--------------------*/
.pc-align-items-center {
  align-items: center !important;
}
@media screen and (max-width: 781px) {
  .pc-align-items-center {
    align-items: initial !important;
  }
}

/*align-items--------------------*/
/*flex-direction--------------------*/
@media screen and (max-width: 781px) {
  .sp-flex-direction {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 781px) {
  .sp-flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
}

/*flex-direction--------------------*/
/*justify-content--------------------*/
.pc-justify-content-center {
  justify-content: center !important;
}
@media screen and (max-width: 781px) {
  .pc-justify-content-center {
    justify-content: initial !important;
  }
}

/*justify-content--------------------*/
/*flex--------------------*/
@media screen and (min-width: 782px) {
  .pc-flex {
    display: flex;
  }
}

/*flex--------------------*/
/*txt-align--------------------*/
@media screen and (min-width: 782px) {
  .pc-txt-left {
    text-align: left;
  }
}

@media screen and (min-width: 782px) {
  .pc-txt-center {
    text-align: center;
  }
}

@media screen and (min-width: 782px) {
  .pc-txt-right {
    text-align: right;
  }
}

@media screen and (max-width: 781px) {
  .sp-txt-left {
    text-align: left;
  }
}

@media screen and (max-width: 781px) {
  .sp-txt-center {
    text-align: center;
  }
}

@media screen and (max-width: 781px) {
  .sp-txt-right {
    text-align: right;
  }
}

/*txt-align--------------------*/
/*lign-height--------------------*/
@media screen and (min-width: 782px) {
  .lh-25 {
    line-height: 2.5;
  }
}

/*lign-height--------------------*/
/*error--------------------*/
.error404 .l-main {
  text-align: center;
  padding: 10rem 0;
  line-height: 2.5;
}
.error404 .error-link {
  margin-bottom: 50px;
}

/*error--------------------*/
/*call--------------------*/
@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*call--------------------*/
/*indention--------------------*/
.u-until-md {
  display: none;
}
@media screen and (max-width: 781px) {
  .u-until-md {
    display: block;
  }
}

.u-from-tab {
  display: block;
}
@media screen and (max-width: 781px) {
  .u-from-tab {
    display: none;
  }
}

/*indention--------------------*/
/*header--------------------*/
@media screen and (max-width: 781px) {
  #wpadminbar {
    display: none;
  }
}
.home .l-header {
  box-shadow: none;
  background: transparent;
}
@media screen and (max-width: 781px) {
  .home .l-header {
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.home .l-header .l-header__group-link {
  color: #ffffff;
}
@media screen and (max-width: 781px) {
  .home .l-header .l-header__group-link {
    color: #222222;
  }
}
.home .l-header .l-header__group-phone {
  filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(7500%) hue-rotate(275deg) brightness(113%) contrast(93%);
}
@media screen and (max-width: 781px) {
  .home .l-header .l-header__group-phone {
    filter: none;
  }
}
.home .l-header.open {
  background: #ffffff;
}
.home .l-header.open .l-header__group-link {
  color: #222222;
}
@media screen and (max-width: 781px) {
  .home .l-header.open .l-header__group-link {
    color: #222222;
  }
}
.home .l-header.open .l-header__group-phone {
  filter: none;
}
@media screen and (max-width: 781px) {
  .home .l-header.open .l-header__group-phone {
    filter: none;
  }
}

.l-header {
  background: #ffffff;
  height: 7rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 781px) {
  .l-header {
    height: 55px;
  }
}
.l-header__inner {
  height: 100%;
  max-width: 1920px;
  width: 99.5%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .l-header__inner {
    width: 91%;
    margin-left: auto;
  }
}
.l-header__frame {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.l-header__logo {
  width: 30rem;
  padding-left: 5rem;
}
.l-header__logo img {
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .l-header__logo {
    width: 14rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 781px) {
  .l-header__logo {
    width: 200px;
    padding-left: 0;
  }
}
.l-header__group {
  display: flex;
  align-items: center;
  padding-right: 2.2rem;
}
@media screen and (max-width: 781px) {
  .l-header__group {
    height: calc(100vh - 55px);
    background: #ffffff;
    position: fixed;
    width: 100%;
    top: 55px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    z-index: 99999;
    flex-direction: column;
    padding-right: 0;
  }
}
@media screen and (max-width: 781px) {
  .l-header__group-list {
    width: 80%;
    text-align: center;
  }
}
@media screen and (max-width: 781px) {
  .l-header__group-list {
    border-bottom: 1px solid #222222;
  }
}
.l-header__group-list:not(:last-of-type) {
  margin-right: 4rem;
}
@media screen and (max-width: 781px) {
  .l-header__group-list:not(:last-of-type) {
    margin-right: 0;
  }
}
.l-header__group-list-parent {
  position: relative;
}
@media screen and (max-width: 781px) {
  .l-header__group-list-parent .l-header__group-link {
    height: auto;
    width: calc(100% - 50px);
    padding-left: 50px;
  }
}
@media screen and (max-width: 781px) {
  .l-header__group-list-parent .l-header__group-link::before {
    display: none;
  }
}
.l-header__group-list-parent:hover .js-group02 {
  opacity: 1;
  visibility: visible;
}
.l-header__group-list-parent-frame {
  position: relative;
}
.l-header__group-list-trinagle {
  display: none;
}
@media screen and (max-width: 781px) {
  .l-header__group-list-trinagle {
    width: 7.25px;
    height: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    z-index: 999999;
    display: block;
  }
}
@media screen and (max-width: 781px) {
  .l-header__group .js-triangle.open {
    transform: rotate(-180deg);
  }
}
.l-header__group-list02 {
  margin-top: 0.5rem;
}
@media screen and (max-width: 781px) {
  .l-header__group-list02 {
    border-bottom: none;
  }
}
.l-header__group-link {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #222222;
}
@media screen and (max-width: 1365px) {
  .l-header__group-link {
    font-size: 11px;
  }
}
@media screen and (max-width: 781px) {
  .l-header__group-link {
    font-size: 16px;
    padding: 25px 0;
    display: block;
    height: 100%;
  }
}
.l-header__group-link-sub {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1365px) {
  .l-header__group-link-sub {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__group-link-sub {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 781px) {
  .l-header__group-link-sub {
    font-size: 16px;
    padding: 10px 0 10px 20px;
    width: 100%;
    height: 100%;
    display: block;
    color: #13334E;
    position: relative;
  }
}
.l-header__group-link02 {
  font-family: "Noto Sans Myanmar", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #222222;
}
@media screen and (max-width: 1365px) {
  .l-header__group-link02 {
    font-size: 14px;
  }
}
@media screen and (max-width: 781px) {
  .l-header__group-link02 {
    font-size: 21px;
    justify-content: center;
  }
}
.l-header__group-phone {
  width: 2.6rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -1rem;
}
@media screen and (max-width: 781px) {
  .l-header__group-phone {
    font-size: 1.4rem;
  }
}
.l-header__group02 {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  width: 22rem;
  padding: 1.5rem;
  text-align: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s;
}
@media screen and (max-width: 781px) {
  .l-header__group02 {
    position: static;
    bottom: unset;
    left: unset;
    transform: none;
    background: #EFF6E0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
  }
}

@media screen and (max-width: 781px) {
  .js-group.open {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width: 781px) {
  .js-group02.open {
    display: block;
  }
}

.js-btn {
  position: fixed;
  top: 3.5px;
  right: 15px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: none;
}
@media screen and (max-width: 781px) {
  .js-btn {
    display: block;
  }
}
.js-btn::before {
  content: "MENU";
  color: #2A9E84;
  font-size: 11px;
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
}

.js-btn.open::before {
  content: "CLOSE";
}

.js-btn-frame {
  position: relative;
}

.js-btn span {
  display: inline-block;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #2A9E84;
  width: 40px;
}

.js-btn span:nth-of-type(1) {
  top: 15px;
}

.js-btn span:nth-of-type(2) {
  top: 23px;
}

.js-btn.open span:nth-of-type(1) {
  top: 15px;
  transform: translateX(-50%) translateY(4px) rotate(-20deg);
  width: 35px;
}

.js-btn.open span:nth-of-type(2) {
  top: 23px;
  transform: translateX(-50%) translateY(-4px) rotate(20deg);
  width: 35px;
}

@media screen and (max-width: 781px) {
  .js-group {
    height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

/*header--------------------*/
/*main--------------------*/
.l-main {
  margin-top: 7rem;
}
@media screen and (max-width: 781px) {
  .l-main {
    margin-top: 55px;
  }
}

.home .l-main {
  margin-top: 0rem;
}
@media screen and (max-width: 781px) {
  .home .l-main {
    margin-top: 55px;
  }
}

.contact .l-main, .privacy-policy .l-main {
  background: #f7f7f7;
}

/*main--------------------*/
/*gap--------------------*/
.l-gap {
  margin-top: -7rem;
  padding-top: 7rem;
}
@media screen and (max-width: 781px) {
  .l-gap {
    margin-top: -55px;
    padding-top: 55px;
  }
}

/*gap--------------------*/
/*footer--------------------*/
.l-footer {
  background: #3B3B3B;
  color: #ffffff;
  padding: 6.3rem 0 2.2rem 0;
}
@media screen and (max-width: 781px) {
  .l-footer {
    padding: 50px 0 25px 0;
    text-align: left;
  }
}
@media screen and (max-width: 781px) {
  .l-footer .l-inner-w {
    width: 88%;
  }
}
.l-footer__company {
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 781px) {
  .l-footer__company {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.l-footer__company-ttl {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 781px) {
  .l-footer__company-ttl {
    font-size: 19x;
    margin-bottom: 15px;
  }
}
.l-footer__company-address {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 781px) {
  .l-footer__company-address {
    font-size: 14px;
  }
}
.l-footer__company-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
.l-footer__company-content .l-footer__company-content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.l-footer__company-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.l-footer__company-list .l-footer__company-item a {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}
.l-footer__copy {
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 781px) {
  .l-footer__copy {
    font-size: 12px;
    text-align: center;
  }
}

/*footer--------------------*/
/*contact--------------------*/
.l-contact {
  background-image: url(images/top/entry-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 14.5rem 0 9rem 0;
  color: #ffffff;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 781px) {
  .l-contact .l-inner-m {
    width: 88%;
  }
}
.l-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
  z-index: -1;
}
@media screen and (max-width: 781px) {
  .l-contact {
    background-image: url(images/entry-image.png);
    padding: 70px 0 85px 0;
  }
}
.l-contact__ttl {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 781px) {
  .l-contact__ttl {
    font-size: 30px;
  }
}
.l-contact__span {
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 781px) {
  .l-contact__span {
    font-size: 15px;
    margin-bottom: 5rem;
  }
}
.l-contact__frame {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 781px) {
  .l-contact__frame {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.l-contact__info {
  display: flex;
  align-items: center;
  height: 10rem;
}
@media screen and (max-width: 781px) {
  .l-contact__info {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin-bottom: 25px;
  }
}
.l-contact__info-ttl {
  font-size: 3rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 781px) {
  .l-contact__info-ttl {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.l-contact__info-span {
  font-size: 1.5rem;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 781px) {
  .l-contact__info-span {
    font-size: 15px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 781px) {
  .l-contact__info-span02 {
    display: none;
  }
}
.l-contact__info-first {
  border-right: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-right: 1.5rem;
}
@media screen and (max-width: 781px) {
  .l-contact__info-first {
    flex-direction: row;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 10px;
  }
}
.l-contact__info-second {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-left: 3rem;
}
@media screen and (max-width: 781px) {
  .l-contact__info-second {
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
  }
}
.l-contact__info-link {
  font-family: "Roboto", sans-serif;
  font-size: 3.8rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
  text-decoration: none;
}
@media screen and (max-width: 781px) {
  .l-contact__info-link {
    font-size: 28px;
    margin-right: auto;
  }
}
.l-contact__info-link02 {
  font-size: 1.6rem;
  background: #ffffff;
  color: #2A9E84;
  display: flex;
  align-items: center;
  padding: 2.5rem;
  border: 1px solid #2A9E84;
}
@media screen and (max-width: 781px) {
  .l-contact__info-link02 {
    padding: 20px 15px;
    width: 100%;
    font-size: 14px;
  }
}
.l-contact__info-open {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 781px) {
  .l-contact__info-open {
    font-size: 16px;
  }
}
.l-contact__info-icon {
  width: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1rem;
}
.l-contact__info-arrow {
  width: 7.5px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 6.6rem;
}
@media screen and (max-width: 781px) {
  .l-contact__info-arrow {
    margin-left: auto;
  }
}
.l-contact__info:first-of-type {
  margin-right: 6rem;
}
@media screen and (max-width: 781px) {
  .l-contact__info:first-of-type {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 781px) {
  .l-contact__info:first-of-type .l-contact__info-second {
    align-items: flex-start;
  }
}

/*contact--------------------*/
/*intervirew--------------------*/
.page-template-interview .c-circle-pink {
  font-size: 3rem;
  letter-spacing: 0.038em;
  font-weight: bold;
  line-height: 2;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 781px) {
  .page-template-interview .c-circle-pink {
    font-size: 4rem;
    margin-bottom: 50px;
    margin-left: 25px;
  }
}
.page-template-interview .c-circle-pink::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #FCC7C3;
  width: 11.5rem;
  height: 11.5rem;
  top: 50%;
  left: -5.75rem;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 781px) {
  .page-template-interview .c-circle-pink::before {
    width: 50px;
    height: 50px;
    left: -25px;
  }
}
.page-template-interview .first .l-inner-m {
  width: 50%;
}
@media screen and (max-width: 781px) {
  .page-template-interview .first .l-inner-m {
    width: 85%;
    max-width: initial;
  }
}
.page-template-interview .first p {
  font-size: 16px;
  line-height: 1.8;
}
.page-template-interview .first img {
  border-radius: 30px;
}
.page-template-interview .first .interview-ttl {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 2.5px;
  text-align: center;
  width: 66vw;
  margin: 0 calc(50% - 33vw);
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 781px) {
  .page-template-interview .first .interview-ttl {
    font-size: 20px;
    margin: 0 0 25px 0;
    width: 100%;
  }
}
.page-template-interview .first .interview-name {
  font-size: 3rem;
}
@media screen and (max-width: 781px) {
  .page-template-interview .first .interview-name {
    font-size: 18px;
  }
}
.page-template-interview .first .question-ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4666666667;
}
@media screen and (max-width: 781px) {
  .page-template-interview .first .question-ttl {
    font-size: 18px;
  }
}
.page-template-interview .second {
  background: #F8F8F8;
}
.page-template-interview .second .l-inner-m {
  width: 50%;
}
@media screen and (max-width: 781px) {
  .page-template-interview .second .l-inner-m {
    width: 85%;
    max-width: initial;
  }
}
.page-template-interview .second img {
  border-radius: 30px;
}
.page-template-interview .second p {
  font-size: 16px;
  line-height: 1.8;
}
.page-template-interview .second .schedule-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6666666667;
}
@media screen and (max-width: 781px) {
  .page-template-interview .second .schedule-ttl {
    font-size: 20px;
  }
}
.page-template-interview .wp-block-button {
  max-width: 46rem;
}

/*interview--------------------*/
/*改行コード--------------------*/
.sp-br {
  display: none;
}
@media screen and (max-width: 781px) {
  .sp-br {
    display: block;
  }
}

/*home--------------------*/
h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.home .fv {
  margin-bottom: 90px;
}
@media (max-width: 640px) {
  .home .fv {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 781px) {
  .home .fv {
    padding: 0;
  }
}
.home .fv__frame {
  position: relative;
}
.home .fv__cover {
  position: relative;
  max-width: 1366px;
  width: 83%;
  margin-left: auto;
}
@media screen and (min-width: 1700px) {
  .home .fv__cover {
    max-width: 1500px;
  }
}
@media screen and (max-width: 1023px) {
  .home .fv__cover {
    width: 100%;
  }
}
.home .fv__content {
  position: absolute;
  left: 40px;
  bottom: 220px;
  max-width: 80%;
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  .home .fv__content {
    left: 20px;
    bottom: 20px;
    transform: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .fv__content .c-ttl {
  font-size: 32px;
  padding: 20px 0px 15px 27px;
  letter-spacing: 0.6rem;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .home .fv__content .c-ttl {
    font-size: 20px;
    padding: 12px 5px 8px 20px;
  }
}
@media screen and (max-width: 781px) {
  .home .fv__content .c-ttl {
    font-size: 24px;
  }
}
.home .fv__content .c-ttl-span {
  font-size: 16px;
  padding-right: 27px;
  color: #E1E554;
}
.home .fv__content .c-ttl-span .sp-br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .home .fv__content .c-ttl-span {
    font-size: 12px;
    padding-right: 20px;
    margin-left: 0;
    margin-bottom: 0px;
  }
  .home .fv__content .c-ttl-span .sp-br {
    display: inline-block;
  }
}
.home .fv__content-span {
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .home .fv__content-span {
    color: #ffffff;
  }
}
.home .fv__square {
  background-color: rgba(34, 34, 34, 0.8);
}
.home .fv__img {
  position: absolute;
  top: 4rem;
  width: 130%;
}
.home .fv__catch-pc {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.105em;
  position: absolute;
  right: 1rem;
  bottom: 6rem;
  color: #ffffff;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
@media screen and (max-width: 781px) {
  .home .fv__catch-pc {
    display: none;
  }
}
.home .fv__catch-sp {
  display: none;
}
@media screen and (max-width: 781px) {
  .home .fv__catch-sp {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.105em;
    position: absolute;
    color: #ffffff;
    writing-mode: vertical-rl;
    right: 1rem;
    bottom: 6rem;
    transform: rotate(180deg);
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
  }
}
.home .fv__arrow img {
  width: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 781px) {
  .home .fv__arrow img {
    width: 60px;
  }
}
.home .fv .slider-frame {
  margin-top: 0;
  height: 80vh;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home .fv .slider-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(85, 72, 71, 0.1);
  z-index: 999;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .home .fv .slider-frame {
    height: 100vh;
    margin-left: auto;
  }
}
.home .fv .slider-frame .slider {
  display: none;
}
.home .fv .slider-frame .slick-initialized {
  display: block;
}
.home .fv .slick-slider {
  height: 100%;
}
.home .fv .slick-list {
  height: 100%;
  overflow: hidden;
}
.home .fv .slick-track {
  height: 100%;
}
.home .fv .slick-slide {
  height: 100%;
}
.home .fv .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.home .fv .slick-slide div {
  height: 100%;
  overflow: hidden;
}
.home .fv .slick-slide div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@keyframes zoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.home .fv .zoom-animation {
  animation: zoom 5s 0s forwards;
}

.home .us {
  background: #EDF4F3;
  padding: 7.5rem 0 25rem 0;
}
.home .us .c-ttl {
  letter-spacing: 0.12em;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 781px) {
  .home .us .c-ttl {
    letter-spacing: 0.05em;
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.home .us__span {
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1365px) {
  .home .us .l-inner-m {
    width: 90%;
  }
}
@media screen and (max-width: 781px) {
  .home .us .l-inner-m {
    width: 75%;
  }
}
.home .us__frame {
  position: relative;
  margin-top: 80px;
  padding: 0 15px;
}
@media screen and (max-width: 781px) {
  .home .us__frame {
    margin-top: 40px;
  }
}
.home .us__frame .l-inner-w {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 781px) {
  .home .us__frame .l-inner-w {
    position: static;
    left: 0;
    transform: none;
    width: 75%;
  }
}
.home .us .l-inner-s {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1365px) {
  .home .us .l-inner-s {
    width: 90%;
  }
}
@media screen and (max-width: 781px) {
  .home .us .l-inner-s {
    width: 100%;
    flex-direction: column;
  }
}
.home .us__content {
  margin-right: 8rem;
}
@media screen and (max-width: 781px) {
  .home .us__content {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.home .us__content-lead {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.4772727273;
  color: #2A9E84;
  margin-bottom: 3rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 781px) {
  .home .us__content-lead {
    font-size: 21px;
    letter-spacing: 0.5rem;
    margin-bottom: 25px;
  }
}
.home .us__content-lead-span02 {
  font-weight: bold;
  letter-spacing: 0.6rem;
}
.home .us__content-txt {
  font-size: 16px;
  line-height: 32px;
  margin: 16px 0;
  font-weight: bold;
}
@media screen and (max-width: 781px) {
  .home .us__content-txt {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.home .us__content-txt:last-of-type {
  margin-bottom: 4rem;
}
@media screen and (max-width: 781px) {
  .home .us__content-txt:last-of-type {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 781px) {
  .home .us__thumbnail {
    display: none;
  }
}
.home .us__thumbnail-image {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .home .us__thumbnail-image {
    -o-object-position: left;
       object-position: left;
  }
}
@media screen and (max-width: 781px) {
  .home .us__thumbnail-image {
    height: auto;
  }
}
.home .us__thumbnail-sp {
  display: none;
}
@media screen and (max-width: 781px) {
  .home .us__thumbnail-sp {
    display: block;
    width: 85%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .us__message {
  position: absolute;
  right: 0px;
  top: 4%;
}
@media screen and (max-width: 781px) {
  .home .us .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.home .us .works-title {
  margin-top: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  color: #2a9e84;
}
.home .us .works-pic-box {
  display: flex;
  margin-top: 20px;
}
.home .us .flex-box {
  flex: 1;
  margin-left: 5px;
}
@media screen and (max-width: 1023px) {
  .home .us .flex-box {
    margin-left: 0;
  }
}
@media screen and (max-width: 781px) {
  .home .us .flex-box {
    margin-left: 0;
  }
}
.home .us .flex-box p {
  text-align: center;
}
.home .us .flex-box:first-of-type {
  margin-left: 0;
}

.home .recruit {
  padding: 0 0 13rem 0;
  position: relative;
}
.home .recruit__content-lead {
  margin-top: -30px;
}
.home .recruit__content-lead_span {
  padding: 5px 0 5px 30px;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.4772727273;
  color: #fff;
  margin-bottom: 3rem;
  letter-spacing: 0.5rem;
  background-color: #333;
}
.home .recruit__flex {
  display: flex;
  margin-top: 9rem;
}
.home .recruit__flex-box {
  flex: 1;
}
.home .recruit__letter {
  position: absolute;
  top: 27rem;
  right: 10rem;
  width: 40%;
}
.home .recruit__content-txt {
  font-size: 16px;
  line-height: 32px;
  margin: 16px 0;
  font-weight: bold;
}
.home .recruit__content-btnwrap {
  display: flex;
  margin-top: 4rem;
}
.home .recruit__content-btn {
  font-size: 16px;
  background: #2a9e84;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 2.5rem;
}
.home .recruit__content-btn-arrow {
  width: 7.5px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 140px;
  stroke: #fff;
}

.home .intro {
  position: relative;
  padding-bottom: 14rem;
}
@media screen and (max-width: 781px) {
  .home .intro {
    padding-bottom: 70px;
  }
}
.home .intro__inner-m {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 781px) {
  .home .intro__inner-m {
    width: 88%;
  }
}
@media screen and (max-width: 781px) {
  .home .intro__inner-s {
    width: 75%;
  }
}
.home .intro__icon {
  width: 7.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(270deg);
  margin-top: 4rem;
}
@media screen and (max-width: 1365px) {
  .home .intro__icon {
    width: 5rem;
  }
}
@media screen and (max-width: 781px) {
  .home .intro__icon {
    width: 22px;
    margin-top: 15px;
  }
}
.home .intro .c-ttl {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 781px) {
  .home .intro .c-ttl {
    font-size: 34px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 781px) {
  .home .intro .c-ttl-span {
    font-size: 12px;
    line-height: 25px;
  }
}
.home .intro__group {
  margin-bottom: 10rem;
}
@media screen and (max-width: 781px) {
  .home .intro__group {
    margin-bottom: 30px;
  }
}
.home .intro__group-item {
  height: 63.4rem;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 781px) {
  .home .intro__group-item {
    color: #222222;
    height: auto;
    background: none;
  }
}
.home .intro__group-item::before {
  content: "";
  width: 68.3%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  opacity: 0.49;
  z-index: 10;
}
.home .intro__group-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  opacity: 0.49;
  z-index: 20;
}
.home .intro__group-item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 99;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home .intro__group-item a:hover {
  opacity: 1;
  transform: scale(1.1);
}
@media screen and (max-width: 781px) {
  .home .intro__group-item a {
    color: #222222;
  }
}
.home .intro__group-item a:hover .intro__group-item {
  transform: scale(1.1);
}
.home .intro__group-item .l-inner-s {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1365px) {
  .home .intro__group-item .l-inner-s {
    width: 90%;
  }
}
@media screen and (max-width: 781px) {
  .home .intro__group-item .l-inner-s {
    width: 100%;
    flex-direction: column;
  }
}
.home .intro__group-item .l-inner-m {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .home .intro__group-item .l-inner-m {
    width: 90%;
  }
}
@media screen and (max-width: 781px) {
  .home .intro__group-item .l-inner-m {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 781px) {
  .home .intro__group-item:nth-of-type(odd)::before {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .home .intro__group-item:nth-of-type(odd) {
    background-position: 30%;
  }
}
@media screen and (max-width: 781px) {
  .home .intro__group-item:nth-of-type(even)::before {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .home .intro__group-item:nth-of-type(even) {
    background-position: 70%;
  }
}
.home .intro__group-item:first-of-type a {
  background-image: url(images/top/intro01.jpg);
}
@media screen and (max-width: 781px) {
  .home .intro__group-item:first-of-type a {
    background: none;
  }
}
@media screen and (max-width: 781px) {
  .home .intro__group-item:first-of-type .intro__group-second {
    background: rgba(167, 111, 107, 0.18);
  }
}
.home .intro__group-item:nth-of-type(2) a {
  background-image: url(images/top/intro02.jpg);
}
@media screen and (max-width: 781px) {
  .home .intro__group-item:nth-of-type(2) a {
    background: none;
  }
}
@media screen and (max-width: 781px) {
  .home .intro__group-item:nth-of-type(2) .intro__group-second {
    background: rgba(5, 44, 26, 0.18);
  }
}
.home .intro__group-item:nth-of-type(3) a {
  background-image: url(images/top/intro03.jpg);
}
@media screen and (max-width: 781px) {
  .home .intro__group-item:nth-of-type(3) a {
    background: none;
  }
}
@media screen and (max-width: 781px) {
  .home .intro__group-item:nth-of-type(3) .intro__group-second {
    background: rgba(119, 92, 49, 0.18);
  }
}
.home .intro__group-item:nth-of-type(4) a {
  background-image: url(images/top/intro04.jpg);
}
@media screen and (max-width: 781px) {
  .home .intro__group-item:nth-of-type(4) a {
    background: none;
  }
}
@media screen and (max-width: 781px) {
  .home .intro__group-item:nth-of-type(4) .intro__group-second {
    background: rgba(36, 78, 100, 0.18);
  }
}
.home .intro__group-item:nth-of-type(5) a {
  background-image: url(images/top/intro05.jpg);
}
@media screen and (max-width: 781px) {
  .home .intro__group-item:nth-of-type(5) a {
    background: none;
  }
}
@media screen and (max-width: 781px) {
  .home .intro__group-item:nth-of-type(5) .intro__group-second {
    background: rgba(70, 48, 100, 0.18);
  }
}
.home .intro__group-first {
  width: 50%;
}
@media screen and (max-width: 781px) {
  .home .intro__group-first {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.home .intro__group-second {
  width: 50%;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 781px) {
  .home .intro__group-second {
    width: 100%;
  }
}
@media screen and (max-width: 781px) {
  .home .intro__group-cover {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0 40px 0;
  }
}
.home .intro__group-image {
  display: none;
}
@media screen and (max-width: 781px) {
  .home .intro__group-image {
    display: block;
  }
}
.home .intro__group-lead {
  font-size: 3.6rem;
  letter-spacing: 0.25rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 781px) {
  .home .intro__group-lead {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.home .intro__group-txt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 781px) {
  .home .intro__group-txt {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 30px;
  }
}
.home .intro__group-txt::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  height: 1px;
  width: 105%;
  background: #ffffff;
}
@media screen and (max-width: 781px) {
  .home .intro__group-txt::before {
    width: 100%;
    bottom: -15px;
    background: #222222;
  }
}
.home .intro__group-catch {
  font-size: 3.4rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  line-height: 1.7647058824;
  margin-bottom: 2rem;
}
@media screen and (max-width: 781px) {
  .home .intro__group-catch {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.home .intro__group-frame {
  display: flex;
  align-items: flex-end;
}
.home .intro__group-year {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  margin-right: 2.6rem;
}
@media screen and (max-width: 781px) {
  .home .intro__group-year {
    font-size: 14px;
    margin-right: 8px;
  }
}
.home .intro__group-name {
  font-size: 2.8rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 781px) {
  .home .intro__group-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 781px) {
  .home .intro__btn {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .intro .c-btn {
  margin-left: auto;
  margin-right: auto;
}

.home .company {
  padding: 8rem 0 19rem 0;
  background: #F1F4F7;
}
@media screen and (max-width: 781px) {
  .home .company {
    padding: 60px 0 80px 0;
  }
}
@media screen and (max-width: 781px) {
  .home .company .l-inner-m {
    width: 75%;
  }
}
@media screen and (max-width: 781px) {
  .home .company .l-inner-s {
    width: 88%;
  }
}
.home .company .c-ttl {
  margin-bottom: 7rem;
}
@media screen and (max-width: 781px) {
  .home .company .c-ttl {
    font-size: 42px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.home .company__txt {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 781px) {
  .home .company__txt {
    margin-bottom: 20px;
  }
}
.home .company .c-btn {
  max-width: 43rem;
  margin-bottom: 15rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .home .company .c-btn {
    max-width: initial;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 781px) {
  .home .company .c-btn-link {
    padding-left: 30px;
  }
}
.home .company__lead {
  font-size: 4.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 781px) {
  .home .company__lead {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.home .company iframe {
  height: 67rem;
}
@media screen and (max-width: 781px) {
  .home .company iframe {
    height: 660px;
  }
}

_::-webkit-full-page-media, _:future, :root .home .intro .intro__icon {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1023px) {
  _::-webkit-full-page-media, _:future, :root .home .intro .intro__icon {
    margin-top: 15px;
  }
}

.us__frame .us__content .us__content-name {
  text-align: right;
}
@media screen and (max-width: 781px) {
  .us__frame .us__content .us__content-name {
    text-align: left;
  }
}
.us__frame .us__content .us__content-name span {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.us__frame .us__frame__image-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
  max-width: 1390px;
  width: 100%;
  margin: auto;
}
.us__frame .us__frame__image-container img {
  max-width: 680px;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .us__frame .us__frame__image-container img {
    height: 220px;
  }
}

.l-inner-m .works-pic-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 1390px;
  width: 100%;
  margin: auto;
}
.l-inner-m .works-pic-box .flex-box {
  flex: none;
  margin: 0;
}
.l-inner-m .works-pic-box .flex-box img {
  width: 340px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit .recruit__content-lead {
  margin-bottom: 40px;
  padding: 0 40px 0 0;
}
.recruit .recruit__content-lead .pc-none {
  display: none;
}
.recruit .recruit__content-lead img {
  max-width: 820px;
  width: 100%;
}
@media (max-width: 640px) {
  .recruit .recruit__content-lead .pc-none {
    display: inline-block;
  }
  .recruit .recruit__content-lead .sp-none {
    display: none;
  }
}
.recruit .recruit__content {
  padding: 0 10px;
}
.recruit .recruit__image {
  padding: 0 15px 0 0;
  text-align: center;
  max-width: 1390px;
  width: 80%;
  margin: 60px auto 0;
}
@media (max-width: 781px) {
  .recruit .recruit__image {
    width: 95%;
  }
}
.recruit .recruit__image img {
  width: 100%;
  height: auto;
}

/*home--------------------*/
/*recruit--------------------*/
@media (max-width: 640px) {
  .wp-block-image img {
    margin-top: 30px !important;
  }
  .section-recruit h3 {
    font-size: 24px !important;
  }
  .section-recruit .wp-block-spacer {
    height: 40px !important;
  }
}
.recruit-req-box {
  padding: 60px 20px;
}

.recruit-btn {
  padding: 20px;
  border-radius: 8px;
  max-width: 770px;
  margin: auto;
}
.recruit-btn ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.recruit-btn ul li a {
  display: inline-block;
  min-width: 165px;
  text-align: center;
  padding: 15px 10px;
  border-radius: 4px;
  background-color: #4368c7;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 640px) {
  .recruit-btn ul li a {
    font-size: 14px;
    font-weight: 500;
    min-width: 135px;
    padding: 12px 6px;
  }
}

.recruit-name {
  letter-spacing: 2px;
  text-align: center;
  color: #4368C7;
  padding: 24px 0;
  width: 220px;
  font-size: 21px;
  font-weight: bold;
  border: 1px solid #4368C7;
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .recruit-name {
    padding: 15px 0;
    width: 180px;
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.original-table-box {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto 60px;
}

.original-table {
  padding: 15px;
}

.wp-element-caption {
  text-align: center;
}

/*recruit--------------------*/
/*business--------------------*/
@media screen and (max-width: 1023px) {
  .business .first .wp-block-group.l-inner {
    width: 95%;
    max-width: initial;
  }
}
@media screen and (max-width: 1023px) {
  .business .first .l-inner-s {
    width: 88%;
    max-width: initial;
  }
}
@media screen and (max-width: 781px) {
  .business .first .l-inner-s {
    width: 75%;
  }
}
.business .first .c-ttl {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .business .first .c-ttl {
    font-size: 40px;
  }
}
.business .first .c-ttl-span {
  text-align: center;
}
.business .first .c-lead {
  position: relative;
  z-index: 1;
}
.business .first .c-lead h3 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-top: 3px;
}
@media screen and (max-width: 781px) {
  .business .first .c-lead h3 {
    padding-top: 0;
    font-size: 20px;
  }
}
.business .first .c-lead .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 781px) {
  .business .first .c-lead .wp-block-group__inner-container {
    flex-direction: column;
  }
}
.business .first .c-lead .wp-block-group__inner-container * {
  margin-bottom: 0;
}
.business .first .c-number {
  font-size: 3.5rem;
  color: #EA5A51;
  font-weight: bold;
  line-height: 1;
  margin-right: 3rem;
}
@media screen and (max-width: 781px) {
  .business .first .c-number {
    margin-right: 0;
    margin-bottom: 15px !important;
  }
}
.business .first .c-txt-16 {
  width: 100%;
  font-size: 16px;
  line-height: 2.1875;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px;
  letter-spacing: 1px;
}
.business .first .wp-block-column {
  width: calc(50% - 5.35rem);
  flex-basis: unset !important;
  flex-grow: unset !important;
}
@media screen and (max-width: 781px) {
  .business .first .wp-block-column {
    width: 100%;
  }
}
.business .first .wp-block-column:nth-of-type(even) {
  margin-left: 10.7rem;
}
@media screen and (max-width: 781px) {
  .business .first .wp-block-column:nth-of-type(even) {
    margin-left: 0;
  }
}

.business .intro {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.business .intro:hover .intro__bg {
  transform: scale(1.1);
}
@media screen and (max-width: 781px) {
  .business .intro__inner-s {
    width: 75%;
  }
}
.business .intro .c-ttl {
  color: #ffffff;
  position: relative;
}
.business .intro .c-ttl::before {
  content: "";
  width: 7.2rem;
  height: 6rem;
  background-image: url(./images/business/business_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7.5rem;
  margin-top: 5px;
}
@media screen and (max-width: 781px) {
  .business .intro .c-ttl::before {
    width: 22px;
    height: 25px;
    left: -25px;
  }
}
@media screen and (max-width: 781px) {
  .business .intro .c-ttl {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
.business .intro .c-ttl-span {
  color: #ffffff;
  display: block;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 781px) {
  .business .intro .c-ttl-span {
    line-height: 25px;
  }
}
.business .intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(images/business/intro_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.3s;
}
.business .intro__link {
  width: 100%;
  height: 100%;
  display: block;
  padding: 16rem 0 13rem 0;
  position: relative;
  z-index: 1;
}
.business .intro__link:hover {
  opacity: 1;
}
@media screen and (max-width: 781px) {
  .business .intro__link {
    padding: 50px 0;
  }
}
.business .intro__group {
  z-index: 20;
  color: #ffffff;
  width: 50vw;
}
@media screen and (max-width: 781px) {
  .business .intro__group {
    width: 100%;
  }
}
@media screen and (max-width: 781px) {
  .business .intro__group-cover {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.business .intro__group-txt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 781px) {
  .business .intro__group-txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.business .intro__group-txt::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  height: 1px;
  width: 105%;
  background: #ffffff;
}
@media screen and (max-width: 781px) {
  .business .intro__group-txt::before {
    width: 100%;
    bottom: -15px;
  }
}
.business .intro__group-catch {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  font-weight: bold;
  line-height: 1.7647058824;
}
@media screen and (max-width: 781px) {
  .business .intro__group-catch {
    font-size: 18px;
  }
}

.business .second {
  background: #F1F4F7;
}
@media screen and (max-width: 781px) {
  .business .second .l-inner-s {
    width: 75%;
  }
}
.business .second .c-ttl-span {
  font-size: 30px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 781px) {
  .business .second .c-ttl-span {
    font-size: 20px;
  }
}
.business .second .txt {
  text-align: center;
}

_::-webkit-full-page-media, _:future, :root .business .intro .c-ttl::before {
  margin-top: 0;
}

/*business--------------------*/
/*job-description--------------------*/
@media screen and (max-width: 781px) {
  .job-description .first .l-inner-s {
    width: 75%;
  }
}
.job-description .first .c-ttl {
  text-align: center;
}
@media screen and (max-width: 781px) {
  .job-description .first .c-ttl {
    font-size: 30px;
  }
}
.job-description .first .c-ttl-span {
  text-align: center;
}
.job-description .first .txt {
  font-size: 2.4rem;
  letter-spacing: 0.105em;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 781px) {
  .job-description .first .txt {
    font-size: 16px;
  }
}

/*job-description--------------------*/
/*contact--------------------*/
.contact__ttl {
  padding-top: 12rem;
  text-align: center;
}
.contact .c-breadcrumbs {
  padding-left: 0;
  margin-bottom: 5rem;
}
.contact .first a {
  text-decoration: underline;
}
.contact .wpcf7 {
  margin-bottom: 5rem;
  padding: 20px;
}
.contact .wpcf7 .wpcf7-form {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0;
}
.contact .wpcf7 .wpcf7-form input[type=submit] {
  font-weight: bold;
  color: #ffffff;
  -webkit-appearance: none;
}
.contact .wpcf7 .wpcf7-submit:disabled {
  opacity: 0.4;
}
.contact .wpcf7 .wpcf7-form p {
  padding: 1rem 0;
}
.contact .wpcf7 .wpcf7-list-item {
  margin-bottom: 1rem;
}
.contact .wpcf7 .submit_btn_wrap {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.contact .wpcf7 .submit_btn_wrap .wpcf7-submit {
  width: 240px;
  border-radius: 0;
  padding: 10.8px 0;
}
.contact .wpcf7 dl {
  margin-bottom: 5rem;
}
.contact .wpcf7 dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 5rem 3rem 4rem;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 dl div {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 5px;
  }
}
.contact .wpcf7 dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  flex: 2;
  line-height: 1.5;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 dl dt {
    margin-bottom: 25px;
  }
}
.contact .wpcf7 dl dd {
  flex: 5;
  margin-left: 3.5rem;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 dl dd {
    width: 100%;
    margin-left: 0;
  }
}
.contact .wpcf7 dl dt::after {
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 12px;
  line-height: 1;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 dl dt::after {
    margin-left: 20px;
  }
}
.contact .wpcf7 dl dt.need::after {
  content: "必須";
  background-color: #FE060A;
  color: #fff;
}
.contact .wpcf7 dl dt.any::after {
  content: "任意";
  background-color: #11AC04;
  color: #fff;
}
.contact .wpcf7 dl dd span.wpcf7-list-item {
  display: block;
}
.contact .wpcf7 dl dd .wpcf7-text, .contact .wpcf7 .wpcf7-select {
  height: 6rem;
  border: none;
}
.contact .wpcf7 dl dd .wpcf7-text, .contact .wpcf7 dl dd .wpcf7-textarea, .contact .wpcf7 .wpcf7-select {
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
}
.contact .wpcf7 .cf7-text-box p {
  text-align: center;
}
.contact .wpcf7 .cf7-text-box p:first-of-type {
  margin-bottom: 7px;
}
.contact .wpcf7 a.cf7-link {
  color: #000;
  text-decoration: underline;
  transition: 0.3s;
}
.contact .wpcf7 a.cf7-link:hover {
  opacity: 0.7;
}
.contact .wpcf7 .wpcf7-spinner {
  display: none;
}
.contact .wpcf7 .wpcf7-list-item-label {
  line-height: 1.5;
}
.contact .wpcf7 .c-btn {
  position: relative;
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.contact .wpcf7 .c-btn-link {
  opacity: 1;
  border: 1px solid #13334E;
  background: #13334E;
  padding: 2rem 3rem;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0;
  color: #ffffff;
}
@media (max-width: 59.99em) {
  .contact .wpcf7 .submit_btn_wrap .wpcf7-submit {
    width: 70%;
  }
}

/*contact--------------------*//*# sourceMappingURL=style.css.map */