@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  font-size: clamp(6px, 0.6944vw, 10px);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

#wrapper {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.7rem 1.6rem;
  width: 100%;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #000000;
  outline: none !important;
  border-radius: 0.5rem;
  -webkit-box-shadow: inset 0.1rem 0.2rem 0.9rem rgba(0, 0, 0, 0.4);
          box-shadow: inset 0.1rem 0.2rem 0.9rem rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select,
  textarea {
    padding: 1.2rem 1.6rem;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #E4E4E4;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #E4E4E4;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #E4E4E4;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #E4E4E4;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #E4E4E4;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select {
  height: 4rem;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #0056A8;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/select-down.png);
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1.2rem 0.6rem;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  select {
    background-position: calc(100% - 1rem) 50%;
  }
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 116rem;
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 43rem;
  }
}
.content-in {
  position: relative;
  max-width: 90rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

picture,
figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
picture img,
figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.color-blue {
  color: #2CA6E0 !important;
}

.color-yellow {
  color: #EE7D32 !important;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
#wrapper {
  position: relative;
}
#wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 98.2rem;
  background-image: url(../image/footer-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
#wrapper > * {
  z-index: 1;
}

.action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26rem;
  height: 6rem;
  background-color: #EE7D32;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.075em;
  color: #FFFFFF;
  text-align: center;
  border-radius: 6rem;
  text-decoration: none;
  -webkit-box-shadow: 0.3rem 0.3rem 0.1rem #c55a13;
          box-shadow: 0.3rem 0.3rem 0.1rem #c55a13;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.action-btn.disabled {
  background-color: #CDCDCD;
  -webkit-box-shadow: 0.3rem 0.3rem 0.1rem #bcbcbc;
          box-shadow: 0.3rem 0.3rem 0.1rem #bcbcbc;
  pointer-events: none;
  cursor: not-allowed;
}
.action-btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .action-btn {
    width: 24rem;
    height: 5.4rem;
    max-width: 100%;
    font-size: 1.6rem;
  }
}

.section-title {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 4rem;
  }
}
.section-title .jp {
  position: relative;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #000000;
  text-align: center;
  padding-bottom: 2.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .section-title .jp {
    font-size: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 1rem;
  }
}
.section-title .jp::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 17.5rem;
  height: 1.5rem;
  background-image: url(../image/title-wave.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .section-title .jp::before {
    height: 1.2rem;
  }
}
.section-title .en {
  position: relative;
  font-family: "Homemade Apple", cursive;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #AF9B95;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section-title .en {
    font-size: 1.6rem;
  }
}
.section-title.orange {
  padding-top: 8.6rem;
}
@media only screen and (max-width: 768px) {
  .section-title.orange {
    padding-top: 7.5rem;
  }
}
.section-title.orange::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 3.5rem);
  display: block;
  width: 7rem;
  height: 7.3rem;
  background-image: url(../image/orange.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .section-title.orange::before {
    width: 6rem;
    height: 6.2rem;
    left: calc(50% - 3rem);
  }
}

.section-desc {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .section-desc {
    font-size: 1.6rem;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../image/header_bg.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  padding: 3rem 3rem 4rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 996;
}
@media only screen and (max-width: 768px) {
  #header {
    padding: 2.2rem 2rem 2.8rem;
  }
}
#header .header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
#header .header-wrapper .header-logo {
  position: relative;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #2CA6E0;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-logo {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: -0.01em;
  }
}
#header .header-wrapper .header-logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}
#header .header-wrapper .header-nav {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #header .header-wrapper .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-nav {
    display: none;
  }
}
#header .header-wrapper .header-nav .nav-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  line-height: 1;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
#header .header-wrapper .header-nav .nav-menu > li {
  position: relative;
  padding: 0;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link {
  position: relative;
  display: inline-block;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  color: #000000;
  padding: 0.4rem 0;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link:hover, #header .header-wrapper .header-nav .nav-menu > li .menu-link:focus {
  color: #2CA6E0;
}
#header .header-wrapper .header-nav .nav-menu .drop_down ul {
  display: block;
  list-style: none;
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#header .header-wrapper .header-nav .nav-menu .drop_down ul li {
  position: relative;
  min-width: 200px;
  padding: 0;
}
#header .header-wrapper .header-nav .nav-menu .drop_down ul li:not(:last-child) {
  border-bottom: 1px solid #808080;
}
#header .header-wrapper .header-nav .nav-menu .drop_down ul a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #FFFFFF;
  padding: 12px 3.57rem;
  margin: 0;
  background: rgba(26, 26, 26, 0.8);
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  z-index: 0;
}
#header .header-wrapper .header-nav .nav-menu .drop_down ul a:hover {
  background: #1A1A1A;
  color: #FFFFFF;
}
#header .header-wrapper .header-nav .nav-menu .drop_down ul .drop_down ul {
  top: 0;
  left: calc(100% - 30px);
}
#header .header-wrapper .header-nav .nav-menu .drop_down ul .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
#header .header-wrapper .header-nav .nav-menu .drop_down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
#header .header-wrapper .header-nav .nav-action {
  position: relative;
}
#header .header-wrapper .header-nav .nav-action .action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20rem;
  height: 5rem;
  background-color: #EE7D32;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2rem;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  border-radius: 5rem;
  text-decoration: none;
  -webkit-box-shadow: 0.3rem 0.3rem 0.1rem #c55a13;
          box-shadow: 0.3rem 0.3rem 0.1rem #c55a13;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-wrapper .header-nav .nav-action .action-btn:hover {
  opacity: 0.8;
}
#header.header-scrolled {
  -webkit-filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.2));
}

.mobile-nav-toggle {
  position: fixed;
  right: 2rem;
  top: 2.7rem;
  width: 2.4rem;
  height: 2rem;
  padding: 0;
  background: transparent;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 999;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle {
    display: inline-block;
  }
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2CA6E0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: calc(50% - 1px);
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
.mobile-nav-toggle.toggle-active .toggle-icon span {
  background: #FFFFFF;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  -webkit-transform: translateY(0.9rem) rotate(-45deg);
          transform: translateY(0.9rem) rotate(-45deg);
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  -webkit-transform: translateY(-0.9rem) rotate(45deg);
          transform: translateY(-0.9rem) rotate(45deg);
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  right: -100%;
  width: 80%;
  max-width: 50rem;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #54BFD3;
}
#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 5rem 2rem 3rem;
}
#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
}
#mobile-nav .mobile-nav-menu > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #FFFFFF;
}
#mobile-nav .mobile-nav-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.075em;
  text-align: left;
  color: #FFFFFF;
  padding: 1.5rem 0;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu .drop-down > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url(../img/common/icon-down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
#mobile-nav .mobile-nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}
#mobile-nav .mobile-nav-menu .drop-down li {
  padding-left: 16px;
  border-bottom: 1px solid #323232;
}
#mobile-nav .mobile-nav-menu .drop-down li a {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  color: #323232;
  padding: 1.6rem 0;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu .drop-down.active > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#mobile-nav .mobile-nav-action {
  margin-top: 3rem;
}
#mobile-nav .mobile-nav-action .action-btn {
  margin-left: auto;
  margin-right: auto;
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Mobile Nav body classes */
@media only screen and (max-width: 768px) {
  body.mobile-nav-active {
    overflow: hidden;
  }
}

body.mobile-nav-active #mobile-nav {
  right: 0;
}

#footer {
  position: relative;
  padding: 0;
}
#footer .footer-main {
  position: relative;
  padding: 4rem 0 6rem;
}
#footer .footer-main .contact-box {
  position: relative;
  width: 49.2rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4rem 4rem 4rem 15.5rem;
  border-radius: 2rem;
  margin-left: auto;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .contact-box {
    padding: 4rem 2rem 4rem;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main .contact-box::before {
    content: "";
    position: absolute;
    top: 5.4rem;
    left: 1rem;
    display: block;
    width: 14.5rem;
    height: 14.5rem;
    background-image: url(../image/footer-label.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  #footer .footer-main .contact-box::before {
    top: -3rem;
    left: 0;
    width: 10rem;
    height: 10rem;
  }
}
#footer .footer-main .contact-box .label {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 2.2rem;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .contact-box .label {
    font-size: 2.4rem;
    letter-spacing: 0.075em;
  }
}
#footer .footer-main .contact-box .label::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  height: 0.9rem;
  background-image: url(../image/title-dot.png);
  background-position: center left;
  background-repeat: repeat-x;
  background-size: auto 0.9rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .contact-box .label::before {
    height: 0.8rem;
    background-size: auto 0.8rem;
  }
}
#footer .footer-main .contact-box .desc {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .contact-box .desc {
    font-size: 1.6rem;
  }
}
#footer .footer-main .contact-box .desc a {
  color: inherit;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#footer .footer-main .contact-box .desc a:hover {
  color: #2CA6E0;
}
#footer .footer-copy {
  position: relative;
  padding: 2rem 0;
  background-color: #7FD6F2;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .footer-copy {
    font-size: 1.5rem;
  }
}

#main {
  position: relative;
}

.mainvisual {
  position: relative;
  padding: 12rem 0 0;
  background-image: url(../image/mainvisual_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual {
    padding-top: 8rem;
  }
}
.mainvisual .mainvisual-wrapper {
  position: relative;
  max-width: 144rem;
  width: 100%;
  padding: 9rem 0 12rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-wrapper {
    padding: 6rem 0 8rem;
  }
}
.mainvisual .mainvisual-box {
  position: relative;
  padding: 5rem 3rem;
  background-color: #FFFFFF;
  border-radius: 2rem;
  -webkit-box-shadow: 0.6rem 0.8rem 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.6rem 0.8rem 3rem rgba(0, 0, 0, 0.2);
  max-width: 47.8rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-box {
    padding: 3rem 2rem 4.5rem;
  }
}
.mainvisual .mainvisual-box .title {
  position: relative;
  font-size: 3.5rem;
  line-height: 6rem;
  font-weight: 700;
  color: #2CA6E0;
  text-align: center;
  margin-bottom: 2.4rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-box .title {
    font-size: 2.4rem;
    line-height: 4.8rem;
    margin-bottom: 2.4rem;
  }
}
.mainvisual .mainvisual-box .title span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../image/title-dot.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: auto 0.5rem;
  padding-bottom: 0.2rem;
}
.mainvisual .mainvisual-box .title span:not(:last-child) {
  margin-bottom: 0.2rem;
}
.mainvisual .mainvisual-box .desc {
  position: relative;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-box .desc {
    font-size: 1.6rem;
  }
}
.mainvisual .mainvisual-box .action {
  position: relative;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-box .action {
    margin-top: 2.8rem;
  }
}
.mainvisual .mainvisual-box .action .action-btn {
  margin-left: auto;
  margin-right: auto;
}
.mainvisual .container {
  position: relative;
  z-index: 3;
}
.mainvisual .mainvisual-scope01 {
  position: absolute;
  top: 12.2rem;
  left: 2.5rem;
  width: 39.1rem;
  border-radius: 2rem;
  height: auto;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-scope01 {
    display: none;
  }
}
.mainvisual .mainvisual-scope02 {
  position: absolute;
  bottom: 10.9rem;
  left: 13.5rem;
  width: 31.9rem;
  border-radius: 2rem;
  height: auto;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-scope02 {
    display: none;
  }
}
.mainvisual .mainvisual-scope03 {
  position: absolute;
  top: 13.9rem;
  right: 2rem;
  width: 31.9rem;
  border-radius: 2rem;
  height: auto;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-scope03 {
    display: none;
  }
}
.mainvisual .mainvisual-scope04 {
  position: absolute;
  bottom: 9rem;
  right: 2.9rem;
  width: 41rem;
  border-radius: 2rem;
  height: auto;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-scope04 {
    display: none;
  }
}

.greeting-section {
  position: relative;
  padding: 7rem 0 9rem;
  background-image: url(../image/greeting-bg.jpg);
  background-position: top left;
  background-repeat: repeat;
  background-size: auto 142.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .greeting-section {
    padding: 6rem 0 7rem;
  }
}
.greeting-section .section-title {
  position: relative;
  z-index: 2;
}
.greeting-section .section-content {
  position: relative;
  z-index: 0;
}
.greeting-section .section-content .greeting-info-wrap {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35.1rem 6rem minmax(0rem, 1fr);
  grid-template-columns: 35.1rem minmax(0rem, 1fr);
  gap: 6rem;
}
@media only screen and (max-width: 768px) {
  .greeting-section .section-content .greeting-info-wrap {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
    gap: 2.4rem;
  }
}
.greeting-section .section-content .greeting-info-wrap .greeting-picture {
  position: relative;
}
.greeting-section .section-content .greeting-info-wrap .greeting-picture .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 0.8rem solid #FFFFFF;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .greeting-section .section-content .greeting-info-wrap .greeting-picture .img {
    border-width: 0.6rem;
  }
}
.greeting-section .section-content .greeting-info-wrap .greeting-picture .img img {
  width: 100%;
  height: auto;
}
.greeting-section .section-content .greeting-info-wrap .greeting-picture::before {
  content: "";
  position: absolute;
  top: -10.6rem;
  left: -10.6rem;
  display: block;
  width: 37.6rem;
  height: 33.1rem;
  background-image: url(../image/greeting-scope.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 0;
}
.greeting-section .section-content .greeting-info-wrap .greeting-info {
  position: relative;
}
.greeting-section .section-content .greeting-info-wrap .greeting-info .desc {
  position: relative;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 768px) {
  .greeting-section .section-content .greeting-info-wrap .greeting-info .desc {
    font-size: 1.6rem;
  }
}
.greeting-section .section-content .greeting-info-wrap .greeting-info .sub {
  position: relative;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 4rem;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .greeting-section .section-content .greeting-info-wrap .greeting-info .sub {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 2rem;
  }
}

.business-section {
  position: relative;
  padding: 9rem 0 7rem;
}
@media only screen and (max-width: 768px) {
  .business-section {
    padding: 6rem 0 20rem;
  }
}
.business-section .section-title {
  position: relative;
}
.business-section .section-content {
  position: relative;
}
.business-section .business-box-list {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
.business-section .business-box-list > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3rem;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .business-section .business-box-list > li {
    width: 100%;
  }
}
.business-section .business-box-list .business-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 22rem;
  background-image: url(../image/business-box.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .business-section .business-box-list .business-box {
    width: 30rem;
    height: 20rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.business-section .business-box-list .business-box .content {
  position: relative;
  width: 100%;
}
.business-section .business-box-list .business-box .content .label {
  position: relative;
  font-size: 2.5rem;
  letter-spacing: 0.075em;
  line-height: 3.5rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .business-section .business-box-list .business-box .content .label {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
.business-section .business-box-list .business-box .scope {
  position: absolute;
  right: 6.8rem;
  bottom: 5.8rem;
  display: block;
  width: 4.4rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .business-section .business-box-list .business-box .scope {
    right: 6.6rem;
    width: 4rem;
    bottom: 5.4rem;
  }
}
.business-section .business-desc {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.8;
  text-align: center;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .business-section .business-desc {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}
.business-section .business-info-list {
  position: relative;
  display: block;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .business-section .business-info-list {
    margin-top: 6rem;
  }
}
.business-section .business-info-list > li {
  position: relative;
}
.business-section .business-info-list > li:not(:last-child) {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 768px) {
  .business-section .business-info-list > li:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.business-section .business-info-list .business-label {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #2CA6E0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .business-section .business-info-list .business-label {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.business-section .business-info-list .business-label span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFFFFF;
  padding-right: 2.2rem;
  gap: 1rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .business-section .business-info-list .business-label span {
    padding-right: 1.4rem;
    gap: 1rem;
  }
}
.business-section .business-info-list .business-label span img {
  width: 4.2rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .business-section .business-info-list .business-label span img {
    width: 3.2rem;
  }
}
.business-section .business-info-list .business-label span em {
  font: inherit;
  font-style: normal;
}
.business-section .business-info-list .business-label::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.4rem);
  display: block;
  width: 100%;
  height: 0.9rem;
  background-image: url(../image/business-dot.png);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: auto 0.9rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .business-section .business-info-list .business-label::before {
    height: 0.8rem;
    background-size: auto 0.8rem;
  }
}
.business-section .business-info-list .business-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 42.8rem 5rem minmax(0rem, 1fr);
  grid-template-columns: 42.8rem minmax(0rem, 1fr);
  gap: 5rem;
}
@media only screen and (max-width: 768px) {
  .business-section .business-info-list .business-item {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
    gap: 2.4rem;
  }
}
.business-section .business-info-list .business-item .item-picture {
  position: relative;
}
.business-section .business-info-list .business-item .item-picture .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: 0.4rem solid #FFFFFF;
  border-radius: 2rem;
  overflow: hidden;
  -webkit-box-shadow: 0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.2);
}
.business-section .business-info-list .business-item .item-picture .img img {
  display: block;
  width: 100%;
}
.business-section .business-info-list .business-item .item-info {
  position: relative;
}
.business-section .business-info-list .business-item .item-info .desc {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.8;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .business-section .business-info-list .business-item .item-info .desc {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .business-section .business-info-list .business-item .item-info .scope01 {
    position: absolute;
    top: 15rem;
    right: 0;
    width: 48.8rem;
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  .business-section .business-info-list .business-item .item-info .scope01 {
    display: block;
    width: 100%;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
  }
}

.merit-section {
  position: relative;
  padding: 7rem 0 7rem;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .merit-section {
    padding: 6rem 0 2rem;
  }
}
.merit-section .content-fluid {
  position: relative;
  max-width: 144rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.merit-section .content-fluid::before {
  content: "";
  position: absolute;
  right: 3rem;
  top: -19.6rem;
  display: block;
  width: 49rem;
  height: 33rem;
  background-image: url(../image/merit-scope01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .merit-section .content-fluid::before {
    top: -23.6rem;
    right: 0;
    width: 36rem;
    height: 23rem;
    max-width: 100%;
  }
}
.merit-section .container {
  position: relative;
  z-index: 1;
}
.merit-section .section-title {
  position: relative;
}
.merit-section .section-desc {
  position: relative;
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .merit-section .section-desc {
    text-align: left;
    margin-bottom: 4rem;
  }
}
.merit-section .section-content {
  position: relative;
}
.merit-section .merit-box-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 4.8rem minmax(0rem, 1fr) 4.8rem minmax(0rem, 1fr);
  grid-template-columns: repeat(3, minmax(0rem, 1fr));
  gap: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .merit-section .merit-box-list {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
    gap: 4rem;
  }
}
.merit-section .merit-box-list > li {
  position: relative;
}
.merit-section .merit-box-list .merit-box {
  position: relative;
  display: block;
  padding: 4rem 3rem;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  -webkit-box-shadow: 0.6rem 0.8rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.6rem 0.8rem 1rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .merit-section .merit-box-list .merit-box {
    padding: 3rem 2rem;
  }
}
.merit-section .merit-box-list .merit-box .label {
  position: relative;
  display: block;
  width: 27.7rem;
  height: 9.2rem;
  max-width: 100%;
  background-image: url(../image/merit-label.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  padding: 2rem 1rem 4rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .merit-section .merit-box-list .merit-box .label {
    font-size: 2rem;
  }
}
.merit-section .merit-box-list .merit-box .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 27.2rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.merit-section .merit-box-list .merit-box .img img {
  display: block;
  width: 100%;
}
.merit-section .merit-box-list .merit-box .desc {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .merit-section .merit-box-list .merit-box .desc {
    font-size: 1.6rem;
  }
}

.recruit-section {
  position: relative;
  padding: 7rem 0 7rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section {
    padding: 6rem 0 2rem;
  }
}
.recruit-section .section-desc {
  position: relative;
  max-width: 100rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section .section-desc {
    margin-bottom: 6rem;
  }
}
.recruit-section .section-content {
  position: relative;
}
.recruit-section .recruit-box-list {
  position: relative;
}
.recruit-section .recruit-box-list > li {
  position: relative;
}
.recruit-section .recruit-box-list > li:not(:last-child) {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section .recruit-box-list > li:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.recruit-section .recruit-box-list .recruit-box {
  position: relative;
  display: block;
  width: 100%;
  padding: 6rem 2rem 6rem 27rem;
  background-image: url(../image/recruit-bg.jpg);
  background-position: top left;
  background-repeat: repeat;
  background-size: 110.8rem auto;
  border-radius: 2rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section .recruit-box-list .recruit-box {
    padding: 22rem 2rem 3rem 2rem;
  }
}
.recruit-section .recruit-box-list .recruit-box .counter {
  position: absolute;
  top: -3rem;
  left: 3rem;
  font-size: 39px;
  font-weight: 700;
  color: #AF9B95;
  line-height: 4.9rem;
  text-shadow: -0.5rem -0.5rem 0 #FBF7EF, 0.5rem -0.5rem 0 #FBF7EF, -0.5rem 0.5rem 0 #FBF7EF, 0.5rem 0.5rem 0 #FBF7EF;
}
.recruit-section .recruit-box-list .recruit-box .counter strong {
  font-size: 4.9rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section .recruit-box-list .recruit-box .counter {
    font-size: 3.6rem;
    line-height: 4.5rem;
    left: 2rem;
    text-shadow: -0.4rem -0.4rem 0 #FBF7EF, 0.4rem -0.4rem 0 #FBF7EF, -0.4rem 0.4rem 0 #FBF7EF, 0.4rem 0.4rem 0 #FBF7EF;
  }
  .recruit-section .recruit-box-list .recruit-box .counter strong {
    font-size: 4.5rem;
  }
}
.recruit-section .recruit-box-list .recruit-box .label {
  position: absolute;
  top: 6rem;
  left: 5.6rem;
  width: 19.2rem;
  height: 18.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 1rem 2rem;
  background-image: url(../image/recruit-label.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 3.3rem;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .recruit-section .recruit-box-list .recruit-box .label {
    top: 4rem;
    left: calc(50% - 8rem);
    font-size: 2rem;
    line-height: 3rem;
    width: 16rem;
    height: 15.6rem;
  }
}
.recruit-section .recruit-box-list .recruit-box .label > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.recruit-section .recruit-box-list .recruit-box .label span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #FEBE69));
  background: linear-gradient(to bottom, transparent 75%, #FEBE69 75%);
}
.recruit-section .recruit-box-list .recruit-box .rows-wrap {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 19.2rem 2rem minmax(0rem, 1fr);
  grid-template-columns: 19.2rem minmax(0rem, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section .recruit-box-list .recruit-box .rows-wrap {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
    gap: 3rem;
  }
}
.recruit-section .recruit-box-list .recruit-box .rows-wrap > li {
  position: relative;
}
.recruit-section .recruit-box-list .recruit-box .rows-wrap .img {
  position: relative;
  width: 100%;
  max-width: 19.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.recruit-section .recruit-box-list .recruit-box .rows-wrap .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .recruit-section .recruit-box-list .recruit-box .rows-wrap .img.sm {
    height: 14rem;
  }
}
.recruit-section .recruit-box-list .recruit-box .rows-wrap .quoto {
  position: relative;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 2rem;
  padding: 4.5rem 3rem;
  font-size: 2rem;
  letter-spacing: 0.075em;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .recruit-section .recruit-box-list .recruit-box .rows-wrap .quoto {
    padding: 2.4rem 2rem;
    font-size: 1.6rem;
  }
}
.recruit-section .section-action {
  position: relative;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .recruit-section .section-action {
    margin-top: 6rem;
  }
}
.recruit-section .section-action .action-btn {
  margin-left: auto;
  margin-right: auto;
}

.interview-section {
  position: relative;
  padding: 7rem 0 9rem;
}
@media only screen and (max-width: 768px) {
  .interview-section {
    padding: 6rem 0 2rem;
  }
}
.interview-section .section-title {
  position: relative;
}
.interview-section .section-desc {
  position: relative;
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .interview-section .section-desc {
    text-align: left;
    margin-bottom: 4rem;
  }
}
.interview-section .section-content {
  position: relative;
}
.interview-section .interview-list {
  position: relative;
}
.interview-section .interview-list > li {
  position: relative;
}
.interview-section .interview-list > li:not(:last-child) {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 768px) {
  .interview-section .interview-list > li:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.interview-section .interview-list .interview-item {
  position: relative;
  display: block;
}
.interview-section .interview-list .interview-item .rows-wrap {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .interview-section .interview-list .interview-item .rows-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .interview-section .interview-list .interview-item .rows-wrap li:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 53.3rem;
    max-width: 100%;
  }
  .interview-section .interview-list .interview-item .rows-wrap li:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% - 57.3rem);
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .interview-section .interview-list .interview-item .rows-wrap li:first-child {
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 769px) {
  .interview-section .interview-list .interview-item .rows-wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.interview-section .interview-list .interview-item .rows-wrap .img {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.4rem solid #FFFFFF;
  border-radius: 2rem;
  -webkit-box-shadow: 0.5rem 0.6rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.5rem 0.6rem 1rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.interview-section .interview-list .interview-item .rows-wrap .img img {
  display: block;
  width: 100%;
}
.interview-section .interview-list .interview-item .rows-wrap .info {
  position: relative;
}
.interview-section .interview-list .interview-item .rows-wrap .info .name {
  position: relative;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .interview-section .interview-list .interview-item .rows-wrap .info .name {
    font-size: 2.4rem;
  }
}
.interview-section .interview-list .interview-item .rows-wrap .info .name small {
  position: relative;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .interview-section .interview-list .interview-item .rows-wrap .info .name small {
    font-size: 1.6rem;
  }
}
.interview-section .interview-list .interview-item .rows-wrap .info .name em {
  position: relative;
  display: inline-block;
  width: 23.3rem;
  height: 5rem;
  background-image: url(../image/interview-label.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  font-style: normal;
  font-size: 2rem;
  color: #FFFFFF;
  text-align: center;
  padding: 1.4rem 0rem 1rem 1rem;
  vertical-align: text-bottom;
  margin-left: 1rem;
}
@media only screen and (max-width: 768px) {
  .interview-section .interview-list .interview-item .rows-wrap .info .name em {
    width: 18rem;
    height: 4rem;
    padding: 1.2rem 0rem 0.8rem 0.8rem;
    font-size: 1.6rem;
    letter-spacing: 0.025em;
  }
}
.interview-section .interview-list .interview-item .rows-wrap .info .desc {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.075em;
  line-height: 1.8;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .interview-section .interview-list .interview-item .rows-wrap .info .desc {
    font-size: 1.6rem;
  }
}

.entry-section {
  position: relative;
  padding: 7rem 0 7rem;
}
@media only screen and (max-width: 768px) {
  .entry-section {
    padding: 6rem 0 2rem;
  }
}
.entry-section .section-title {
  position: relative;
}
.entry-section .section-desc {
  position: relative;
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .entry-section .section-desc {
    text-align: left;
    margin-bottom: 4rem;
  }
}
.entry-section .section-content {
  position: relative;
}
.entry-section .content-fluid {
  position: relative;
}
.entry-section .content-fluid::before {
  content: "";
  position: absolute;
  right: 2.8rem;
  top: 110.6rem;
  display: block;
  width: 46.3rem;
  height: 35.9rem;
  background-image: url(../image/entry-scope.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .entry-section .content-fluid::before {
    width: 70%;
  }
}
.entry-section .container {
  position: relative;
  z-index: 1;
}
.entry-section .entry-table-wrap {
  position: relative;
  margin-bottom: 7rem;
}
.entry-section .entry-table-wrap .entry-table {
  position: relative;
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
  border: none;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-table-wrap .entry-table {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.075em;
  }
  .entry-section .entry-table-wrap .entry-table tr {
    display: block;
    width: 100%;
  }
  .entry-section .entry-table-wrap .entry-table tr td, .entry-section .entry-table-wrap .entry-table tr th {
    display: block;
    width: 100%;
  }
}
.entry-section .entry-table-wrap .entry-table tr {
  position: relative;
  border-bottom: 1px solid rgba(44, 166, 224, 0.5);
}
.entry-section .entry-table-wrap .entry-table tr:first-child {
  border-top: 1px solid rgba(44, 166, 224, 0.5);
}
.entry-section .entry-table-wrap .entry-table th {
  background-color: rgba(44, 166, 224, 0.1);
  color: #2CA6E0;
  font-weight: 700;
  width: 27.6rem;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-table-wrap .entry-table th {
    border-bottom: 1px solid rgba(44, 166, 224, 0.5);
  }
}
.entry-section .entry-table-wrap .entry-table th, .entry-section .entry-table-wrap .entry-table td {
  padding: 2rem 4rem;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-table-wrap .entry-table th, .entry-section .entry-table-wrap .entry-table td {
    padding: 1.6rem 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-table-wrap .entry-table td {
    padding: 1.6rem 0;
    letter-spacing: 0.025em;
  }
}
.entry-section .entry-form-box-wrap {
  position: relative;
}
.entry-section .entry-form-box {
  position: relative;
  width: 100%;
  padding: 4rem 4rem 6rem;
  background-color: #FFFFFF;
  border-radius: 2rem;
  -webkit-box-shadow: 0.6rem 0.8rem 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.6rem 0.8rem 3rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box {
    padding: 4rem 2rem 4.5rem;
  }
}
.entry-section .entry-form-box .entry-form {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.025em;
  z-index: 0;
}
.entry-section .entry-form-box .entry-form .field-group {
  position: relative;
}
.entry-section .entry-form-box .entry-form .field-group > li {
  position: relative;
}
.entry-section .entry-form-box .entry-form .field-group > li:not(:last-child) {
  margin-bottom: 2rem;
}
.entry-section .entry-form-box .entry-form .input-group {
  position: relative;
  display: block;
  width: 100%;
}
.entry-section .entry-form-box .entry-form .input-group > label {
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.entry-section .entry-form-box .entry-form .input-group > label span {
  color: #F19696;
}
.entry-section .entry-form-box .entry-form .input-group .m {
  width: 29.5rem;
  max-width: 100%;
}
.entry-section .entry-form-box .entry-form .input-group .l {
  width: 64.7rem;
  max-width: 100%;
}
.entry-section .entry-form-box .entry-form .error-msg {
  color: #F19696;
}
.entry-section .entry-form-box .entry-form .field-action {
  position: relative;
  margin-top: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form .field-action {
    margin-top: 4rem;
  }
}
.entry-section .entry-form-box .entry-form .field-action .action-btn {
  margin-left: auto;
  margin-right: auto;
}
.entry-section .entry-form-box .entry-form-step {
  position: relative;
}
.entry-section .entry-form-box .entry-form-step.form-step01 {
  position: relative;
  display: block;
  padding-left: 11rem;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form-step.form-step01 {
    padding: 0;
  }
}
.entry-section .entry-form-box .entry-form-step.form-step01 .form-input {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 42.3rem;
}
.entry-section .entry-form-box .entry-form-step.form-step01 .entry-desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  width: 41.9rem;
  height: 20rem;
  padding: 2rem 1rem 6rem;
  background-image: url(../image/entry-form-label.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.025em;
  text-align: center;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .entry-section .entry-form-box .entry-form-step.form-step01 .entry-desc {
    position: absolute;
    top: 2.8rem;
    right: 2.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form-step.form-step01 .entry-desc {
    width: 29.5rem;
    height: 20.4rem;
    max-width: 100%;
    font-size: 1.8rem;
    letter-spacing: 0.075em;
    margin-bottom: 6rem;
    padding: 2rem 1rem 4rem;
    background-image: url(../image/entry-form-label-sp.png);
  }
}
.entry-section .entry-form-box .entry-form-step.form-step01 .entry-desc span {
  display: block;
  width: 100%;
  max-width: 100%;
}
.entry-section .entry-form-box .entry-form-step.form-step01::before {
  content: "";
  position: absolute;
  top: 20.3rem;
  right: 2.7rem;
  display: block;
  width: 17.1rem;
  height: 17.1rem;
  background-image: url(../image/entry-form-scope.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .entry-section .entry-form-box .entry-form-step.form-step01::before {
    top: 17.4rem;
    right: 0;
    width: 13rem;
    height: 13rem;
  }
}
.entry-section .entry-form-box .entry-form-step.form-step02 {
  display: none;
}
.entry-section .entry-form-box .entry-form-step.form-step02 .form-complete {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  line-height: 1.8;
  width: 100%;
  max-width: 100%;
  min-height: 42.3rem;
}
.entry-section .entry-form-box .entry-form-step.form-step02 .form-complete .info {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.entry-section .entry-form-box .entry-form-step.form-step02 .form-complete .info h4 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #2CA6E0;
  text-align: center;
  margin-bottom: 3rem;
}

#page_contents {
  padding: 120px 0 80px;
  background-color: #bdebef;
}
#page_contents .post_content {
  padding: 0 30px;
  width: 100%;
  max-width: 1510px;
  margin: 0 auto;
}

#page_title {
  display: none;
}

body .wp-block-columns-is-layout-flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}
body .wp-block-columns-is-layout-flex * {
  font: inherit;
}
body .wp-block-columns-is-layout-flex h1, body .wp-block-columns-is-layout-flex h2 {
  line-height: 1.2;
}
body .wp-block-columns-is-layout-flex h3, body .wp-block-columns-is-layout-flex h4 {
  line-height: 1.5;
}
body .wp-block-columns-is-layout-flex .page_content_main {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 450px);
  min-width: 600px;
  max-width: 100%;
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
}
body .wp-block-columns-is-layout-flex .page_content_main .main_box {
  position: relative;
  display: block;
  padding: 60px 60px;
  background-color: #FFFFFF;
  border-radius: 10px;
  position: relative;
}
body .wp-block-columns-is-layout-flex .page_content_main .main_box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 30px;
}
body .wp-block-columns-is-layout-flex .page_content_main .main_box p {
  position: relative;
  margin-bottom: 30px;
}
body .wp-block-columns-is-layout-flex .page_content_main .main_box p strong {
  font-weight: 700;
}
body .wp-block-columns-is-layout-flex .page_content_main .main_box picture,
body .wp-block-columns-is-layout-flex .page_content_main .main_box figure {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
body .wp-block-columns-is-layout-flex .page_content_main .main_box picture img,
body .wp-block-columns-is-layout-flex .page_content_main .main_box figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body .wp-block-columns-is-layout-flex .page_content_main .main_box h2 {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
}
body .wp-block-columns-is-layout-flex .page_content_main .main_box .author_box {
  position: relative;
  padding: 30px 30px;
  background: #F6F6F6;
  border-radius: 3px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-left: none;
  color: #000000;
}
body .wp-block-columns-is-layout-flex .page_content_main .main_box .author_box::before, body .wp-block-columns-is-layout-flex .page_content_main .main_box .author_box::after {
  display: none;
}
body .wp-block-columns-is-layout-flex .page_content_main .main_box .author_box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
body .wp-block-columns-is-layout-flex .page_content_main .main_box .author_box p {
  font: inherit;
  margin: 0;
}
body .wp-block-columns-is-layout-flex .page_content_main .main_box .address_box {
  position: relative;
  padding: 30px 40px;
  border: 1px solid #000000;
  color: #000000;
}
body .wp-block-columns-is-layout-flex .page_content_main .main_box .address_box::before, body .wp-block-columns-is-layout-flex .page_content_main .main_box .address_box::after {
  display: none;
}
body .wp-block-columns-is-layout-flex .page_content_main .main_box .address_box p {
  margin: 0;
}
body .wp-block-columns-is-layout-flex .page_content_side {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 400px;
  max-width: 100%;
  margin: 0;
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
}
body .wp-block-columns-is-layout-flex .page_content_side .side_box {
  position: relative;
  padding: 60px 30px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
body .wp-block-columns-is-layout-flex .page_content_side .side_box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
body .wp-block-columns-is-layout-flex .page_content_side .side_box ul {
  font: inherit;
  list-style: none;
  padding: 0;
  margin: 0;
}
body .wp-block-columns-is-layout-flex .page_content_side .side_box ul + h4 {
  margin-top: 30px;
}
body .wp-block-columns-is-layout-flex .page_content_side .side_box ul > li {
  position: relative;
  padding-left: 24px;
}
body .wp-block-columns-is-layout-flex .page_content_side .side_box ul > li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 800px) {
  body #page_contents {
    padding: 50px 0 60px;
  }
  body #page_contents .post_content {
    padding: 0 20px;
  }
  body .wp-block-columns-is-layout-flex {
    width: 100%;
    font-size: 14px;
  }
  body .wp-block-columns-is-layout-flex .page_content_main {
    width: 100%;
    min-width: unset;
    max-width: 100%;
    -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
    margin-bottom: 50px;
  }
  body .wp-block-columns-is-layout-flex .page_content_side {
    width: 100%;
    -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
  }
  body .wp-block-columns-is-layout-flex .page_content_main .main_box {
    padding: 30px 20px 30px;
  }
  body .wp-block-columns-is-layout-flex .page_content_main .main_box h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  body .wp-block-columns-is-layout-flex .page_content_main .main_box h4 {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 20px;
  }
  body .wp-block-columns-is-layout-flex .page_content_main .main_box p {
    margin-bottom: 20px;
  }
  body .wp-block-columns-is-layout-flex .page_content_main .main_box .author_box {
    padding: 20px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body .wp-block-columns-is-layout-flex .page_content_main .main_box .author_box h4 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  body .wp-block-columns-is-layout-flex .page_content_main .main_box .address_box {
    padding: 20px 20px;
  }
  body .wp-block-columns-is-layout-flex .page_content_side .side_box {
    padding: 30px 20px 30px;
  }
  body .wp-block-columns-is-layout-flex .page_content_side .side_box h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}