@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
/* Noto Sans JP */
/* Lato */
/* Hind */
/* Open Sans */
/* Hind */
/* Noto Serif JP */
/* ==================================
COMMON
================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: black;
  letter-spacing: 0.03em;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

a:hover {
  opacity: .8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

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

.newline {
  display: inline-block;
}

object {
  pointer-events: none;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 56.25%;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 50.0%;
  }
  .no-newline {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  html {
    font-size: 43.8%;
  }
  .no-newline {
    display: none;
  }
}

/* ==================================
MAIN CONTENTS
================================== */
body.lower {
  height: auto;
}

.lower .outer {
  padding-top: 15.2rem;
}

.main-container {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 3;
}

.contents-wrapper {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.contents-wrapper__inner {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.bgGray {
  background-color: #f3f4f5;
}

.pageTop {
  display: none;
  position: fixed;
  width: 66px;
  height: 66px;
  right: 60px;
  bottom: 70px;
  z-index: 99;
}

.pageTop__button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.fixed-button {
  display: none;
}

@media screen and (max-width: 1200px) {
  .pageTop {
    width: 6.6rem;
    height: 6.6rem;
    right: 0px;
    bottom: 0px;
  }
}

@media screen and (max-width: 992px) {
  .lower .outer {
    padding-top: 10.0rem;
  }
}

@media screen and (max-width: 767px) {
  .lower .outer {
    padding-top: calc(75/375*100vw);
  }
  .fixed-button {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding-top: calc(25/750*100vw);
    padding-bottom: calc(25/750*100vw);
    padding-left: calc(30/750*100vw);
    padding-right: calc(30/750*100vw);
    background-color: #e7f6f9;
    z-index: 1000;
  }
  .fixed-button__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -2.66667vw;
  }
  .fixed-button__item {
    width: calc((100% / 3) - (20/750*100vw));
    margin-right: calc(20/750*100vw);
  }
}

.marker {
  background-color: #fff29a;
  font-weight: bold;
  color: #1570c5;
}

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

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: sans-serif;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  font-size: 0px;
  line-height: 0px;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style: none;
}

input[type="button"],
input[type="submit"],
input[type="text"] {
  -webkit-appearance: none;
}

figure {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

/*utility*/
.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l,
td.txt_l,
.txt_l td {
  text-align: left;
}

.txt_r,
td.txt_r,
.txt_r td {
  text-align: right;
}

.txt_c,
td.txt_c,
.txt_c td {
  text-align: center;
}

.valign_t,
td.valign_t,
.valign_t td {
  vertical-align: top;
}

.valign_m,
td.valign_m,
.valign_m td {
  vertical-align: middle;
}

.valign_b,
td.valign_b,
.valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.ft_b {
  font-weight: bold;
}

.ft_13px {
  font-size: 1.3rem;
}

.ft_14px {
  font-size: 1.4rem;
}

.ft_15px {
  font-size: 1.5rem;
}

.ft_16px {
  font-size: 1.6rem;
}

.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0em !important;
}

/* ページ　画像 */
.alignright {
  float: right;
  margin: 0 0 5% 30px;
}

.alignright:after {
  float: right;
  margin: 0 0 5% 30px;
}

.alignleft {
  float: left;
  margin: 0 30px 1% 0px;
}

.alignleft:after {
  float: left;
  margin: 0 30px 5% 0px;
}

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

.red_txt {
  color: #fa6b88;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

/* ==================================
    TITLE
================================== */
.page-contents__titleHeader {
  padding-top: 7.0rem;
  text-align: center;
}

.page-contents__titleHeader .contents-wrapper__catchText {
  margin-top: 5.0rem;
}

.page-contents__titleText--english {
  display: block;
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 8.2rem;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: normal;
  color: #151d35;
}

.page-contents__titleText--japanese {
  display: block;
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.contents-wrapper__titleHeader {
  position: relative;
}

.contents-wrapper__titleText {
  position: relative;
  text-align: center;
}

.contents-wrapper__titleText--english {
  display: block;
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 9.0rem;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: normal;
  color: #f5f6f8;
}

.contents-wrapper__titleText--japanese {
  display: block;
  margin-top: -2.8rem;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
  color: #151d35;
}

.contents-wrapper__subTitleHeader {
  position: relative;
  padding-bottom: 1.5rem;
}

.contents-wrapper__subTitleHeader::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 3px;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f4c151;
}

.contents-wrapper__subTitleText {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: normal;
  color: #151d35;
}

.contents-wrapper__smallTitleHeader {
  text-align: center;
}

.contents-wrapper__smallTitleHeader + .contents-wrapper__textArea {
  margin-top: 1.0rem;
}

.contents-wrapper__smallTitleText {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.85;
  letter-spacing: normal;
  color: #151d35;
}

.top-contents-wrapper__titleHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
}

.top-contents-wrapper__titleText {
  position: relative;
  text-align: center;
  margin-top: -4.5rem;
  z-index: 2;
}

.top-contents-wrapper__titleText--japanese {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: normal;
}

.top-contents-wrapper__titleText--english {
  display: block;
  margin-top: 1.8rem;
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #151d35;
}

.top-contents-wrapper__titleBackgroundText {
  display: block;
  position: relative;
  font-family: "Hind", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 9.0rem;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: normal;
  color: #f5f6f8;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .page-contents__titleHeader {
    padding-top: 5.2rem;
  }
  .page-contents__titleHeader .contents-wrapper__catchText {
    margin-top: 3.8rem;
  }
  .page-contents__titleText--english {
    font-size: 6.2rem;
  }
  .page-contents__titleText--japanese {
    font-size: 1.6rem;
  }
  .contents-wrapper__titleText--english {
    font-size: 6.8rem;
  }
  .contents-wrapper__titleText--japanese {
    margin-top: -2.1rem;
    font-size: 2.2rem;
  }
  .contents-wrapper__subTitleText {
    font-size: 1.8rem;
  }
  .contents-wrapper__smallTitleText {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .page-contents__titleHeader {
    padding-top: 4.0rem;
  }
  .page-contents__titleHeader .contents-wrapper__catchText {
    margin-top: 2.8rem;
    padding-left: calc(15/375*100vw);
    padding-right: calc(15/375*100vw);
  }
  .page-contents__titleText--english {
    font-size: 5.0rem;
  }
  .page-contents__titleText--japanese {
    margin-top: 1.0rem;
    font-size: 2.0rem;
  }
  .contents-wrapper__titleText--english {
    font-size: 8.2rem;
  }
  .contents-wrapper__titleText--japanese {
    margin-top: -2.7rem;
    font-size: 2.7rem;
  }
  .contents-wrapper__subTitleText {
    font-size: 2.4rem;
  }
  .contents-wrapper__smallTitleText {
    font-size: 2.0rem;
  }
}

/* ==================================
    BUTTON STYLE
================================== */
.contents-wrapper__buttonLink {
  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;
  position: relative;
  overflow: hidden;
  width: 30.0rem;
  height: 7.5rem;
  background-color: #10316b;
  -webkit-transition: none;
  transition: none;
}

.contents-wrapper__buttonLink span {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  z-index: 5;
}

.contents-wrapper__buttonLink--viewMore {
  padding-top: 3px;
  background-color: #0b1f43;
}

.contents-wrapper__buttonLink--viewMore::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fdc734;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition-duration: left top;
          transition-duration: left top;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contents-wrapper__buttonLink--viewMore::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.0rem;
  width: 1.1rem;
  height: 1.3rem;
  margin: auto;
  background-image: url(../images/icon/arrow_icon_yellow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
}

.contents-wrapper__buttonLink--viewMore span {
  font-family: "Hind", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

.contents-wrapper__buttonLink--viewMore:hover {
  opacity: 1;
}

.contents-wrapper__buttonLink--viewMore:hover span {
  color: #0b1f43;
}

.contents-wrapper__buttonLink--viewMore:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition-duration: right top;
          transition-duration: right top;
}

.contents-wrapper__buttonLink--viewMore:hover::after {
  background-image: url(../images/icon/arrow_icon_black.svg);
}

.contents-wrapper__buttonLink--contact {
  background-color: #fdc734;
}

.contents-wrapper__buttonLink--contact::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #10316b;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition-duration: left top;
          transition-duration: left top;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contents-wrapper__buttonLink--contact::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.1rem;
  height: 1.3rem;
  top: 0;
  bottom: 0;
  right: 3.0rem;
  margin: auto;
  background-image: url(../images/icon/arrow_icon_right.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.contents-wrapper__buttonLink--contact span {
  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%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  color: #0b1f43;
}

.contents-wrapper__buttonLink--contact span::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.7rem;
  height: 2.0rem;
  top: 0;
  bottom: 0;
  left: 3.0rem;
  margin: auto;
  background-image: url(../images/icon/mail_icon@2x.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.contents-wrapper__buttonLink--contact:hover {
  opacity: 1;
}

.contents-wrapper__buttonLink--contact:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition-duration: right top;
          transition-duration: right top;
}

.contents-wrapper__buttonLink--contact:hover::after {
  background-image: url(../images/icon/arrow_icon_yellow.svg);
}

.contents-wrapper__buttonLink--contact:hover span {
  color: #fdc734;
}

.contents-wrapper__buttonLink--contact:hover span::before {
  background-image: url(../images/icon/mail_icon_yellow@2x.png);
}

.contents-wrapper__buttonLink--estimate {
  background-color: #3aa76d;
}

.contents-wrapper__buttonLink--estimate span {
  color: #fff;
}

.contents-wrapper__buttonLink--estimate::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #10316b;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition-duration: left top;
          transition-duration: left top;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contents-wrapper__buttonLink--estimate::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.0rem;
  height: 1.8rem;
  top: 0;
  bottom: 0;
  right: 3.0rem;
  margin: auto;
  background-image: url(../images/icon/link_icon_yellow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.contents-wrapper__buttonLink--estimate:hover {
  opacity: 1;
}

.contents-wrapper__buttonLink--estimate:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition-duration: right top;
          transition-duration: right top;
}

.contents-wrapper__buttonLink--estimate:hover::after {
  background-image: url(../images/icon/link_icon_yellow.svg);
}

.contents-wrapper__buttonLink--estimate:hover span {
  color: #fdc734;
}

.contents-wrapper__buttonLink--estimate:hover span::before {
  background-image: url(../images/icon/mail_icon_yellow@2x.png);
}

@media screen and (max-width: 1200px) {
  .contents-wrapper__buttonLink--contact {
    width: 100%;
  }
  .contents-wrapper__buttonLink--contact::after {
    right: 2.0rem;
  }
  .contents-wrapper__buttonLink--contact span {
    font-size: 1.5rem;
  }
  .contents-wrapper__buttonLink--contact span::before {
    width: 2.7rem;
    height: 2.0rem;
    left: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .contents-wrapper__buttonLink span {
    font-size: 2.0rem;
  }
  .contents-wrapper__buttonLink--viewMore span {
    font-size: 2.0rem;
  }
  .contents-wrapper__buttonLink--contact::after {
    right: 3.2rem;
  }
  .contents-wrapper__buttonLink--contact span {
    font-size: 2.0rem;
  }
  .contents-wrapper__buttonLink--contact span::before {
    width: 2.7rem;
    height: 2.0rem;
    left: 3.2rem;
  }
}

/* ==================================
    SP NAV
================================== */
.nav-button {
  display: none;
  width: 6.0rem;
  height: 3.6rem;
  margin-left: auto;
  z-index: 1000;
}

.nav-button__panel {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.nav-button__panel:hover {
  opacity: 1;
}

.nav-button__panel--icon {
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #eeb538;
  z-index: 2000;
}

.nav-button__panel--icon::before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #eeb538;
  -webkit-transition: .5s;
  transition: .5s;
}

.nav-button__panel--icon::after {
  display: block;
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #eeb538;
  -webkit-transition: .5s;
  transition: .5s;
}

.open .nav-button__panel--icon {
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

.open .nav-button__panel--icon::before {
  top: 0px;
  bottom: 0px;
  margin: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.open .nav-button__panel--icon::after {
  top: 0px;
  bottom: 0px;
  margin: auto;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.zdo_drawer_menu {
  position: relative;
  z-index: 99;
}

.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  background-color: #10316b;
  display: none;
  top: 0;
  left: 0;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 101;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  opacity: 1;
}

/*+++ Default Navigation CSS +++*/
.sp-global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: calc(200/992*100vw);
}

.sp-global-nav__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  gap: 0 3.2rem;
  grid-auto-flow: column;
  width: 100%;
}

.sp-global-nav__itemLink {
  display: block;
  place-items: center;
  font-size: 1.8rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  color: #fefefe;
}

.sp-global-nav__contactBox {
  margin-top: 5.0rem;
}

.sp-global-nav__telNumber {
  padding-left: 2.8rem;
  background-image: url(../images/icon/tel_icon_w@2x.png);
  background-position: left center;
  background-size: 1.8rem auto;
  background-repeat: no-repeat;
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 2.4rem;
  color: #fff;
}

.sp-global-nav__telText {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.sp-global-nav .contents-wrapper__button {
  margin-top: 3.0rem;
}

.sp-global-nav .contents-wrapper__buttonLink {
  width: 35.0rem;
}

@media screen and (max-width: 992px) {
  .nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nav-button {
    width: 4.5rem;
    height: 2.8rem;
  }
  .nav-button__panel--icon::before {
    top: 9px;
  }
  .nav-button__panel--icon::after {
    top: -9px;
  }
  .sp-global-nav {
    padding-top: calc(160/375*100vw);
  }
  .sp-global-nav__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[3];
        grid-template-rows: repeat(3, 1fr);
    gap: 2.0rem;
    grid-auto-flow: column;
    max-width: 48.0rem;
    width: calc(300/375*100vw);
  }
  .sp-global-nav__itemLink {
    display: block;
    place-items: center;
    font-size: 2.2rem;
    color: #fefefe;
  }
  .sp-global-nav__iconButton {
    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%;
    margin-top: 3.0rem;
    margin-right: -3.5rem;
  }
  .sp-global-nav__iconButtonItem {
    margin-right: 3.5rem;
  }
  .sp-global-nav__telNumber {
    padding-left: 3.8rem;
    background-size: 2.4rem auto;
    font-size: 3.4rem;
  }
  .sp-global-nav__telNumber .js-tel a {
    color: #fff;
  }
  .sp-global-nav__telText {
    font-size: 2.2rem;
  }
}

/* ==================================
    HEADER
================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  padding-left: 5.0rem;
  padding-right: 5.0rem;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 102;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-contents__logo {
  width: 15.1rem;
}

.header-contents__logoLink {
  display: block;
}

.top .header {
  background-color: rgba(0, 0, 0, 0.8);
}

.is-headerFixed .header {
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
  z-index: 103;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.is-headerFixed .header-contents__logoLink {
  display: block;
}

.open .header {
  position: fixed;
  background-color: transparent;
}

.open .is-headerFixed .header {
  position: fixed;
}

@media screen and (max-width: 1200px) {
  .header {
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }
}

@media screen and (max-width: 992px) {
  .header {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    padding-top: calc(13/375*100vw);
    padding-left: calc(15/375*100vw);
    padding-right: calc(15/375*100vw);
    z-index: 102;
  }
  .header-contents__logo {
    width: calc(96/375*100vw);
  }
}

/* ==================================
    GLOBALNAV
================================== */
.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-nav__item {
  margin-left: 3.0rem;
}

.global-nav__itemLink {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.03rem;
}

.global-nav__itemLink::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: calc(120% - 2px);
  left: 0;
  background-color: black;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: -webkit-transform 0.45s ease-in-out;
  transition: -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
}

.global-nav__itemLink:hover {
  opacity: 1;
}

.global-nav__itemLink:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.global-nav__button {
  margin-left: 3.8rem;
}

.global-nav__buttonLink {
  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: 15.0rem;
  height: 5.5rem;
  background-color: #fdc734;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #000;
  -webkit-transition: 0.45s ease-in-out;
  transition: 0.45s ease-in-out;
}

.global-nav__buttonLink:hover {
  background-color: #0b1f43;
  color: #fdc734;
}

.top .global-nav__itemLink {
  color: #fff;
}

.top .global-nav__itemLink::after {
  background-color: #fff;
}

@media screen and (max-width: 992px) {
  .global-nav {
    display: none;
  }
}

/* ==================================
FOOTER
================================== */
.footer {
  position: relative;
  padding-top: 8.0rem;
  padding-bottom: 12.0rem;
  background-color: #0b1f43;
  z-index: 3;
}

.footer .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-contents__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-contents__logo {
  max-width: 14.6rem;
  width: 100%;
}

.footer-contents__address {
  padding-left: 2.6rem;
}

.footer-contents__addressText {
  font-size: 1.5rem;
  letter-spacing: normal;
  color: #fff;
}

.footer-contents__tel {
  margin-top: 0.8rem;
  padding-left: 2.2rem;
  background-image: url(../images/icon/tel_icon_w@2x.png);
  background-position: left center;
  background-size: 1.2rem auto;
  background-repeat: no-repeat;
}

.footer-contents__tel .js-tel {
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.8rem;
  color: #fff;
}

.footer-contents__tel .js-tel a {
  color: #fff;
}

.footer-contents__businessTime {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: normal;
  color: #fff;
}

.footer-contents__right {
  margin-left: auto;
}

.footer-contents__copyright {
  margin-top: 4.4rem;
  text-align: right;
}

.footer-contents__copyrightText {
  font-family: "Hind", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: normal;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding-top: 6.0rem;
    padding-bottom: 9.0rem;
  }
  .footer-contents__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-contents__logo {
    max-width: 14.6rem;
    width: 100%;
  }
  .footer-contents__address {
    padding-left: 2.6rem;
  }
  .footer-contents__addressText {
    font-size: 1.5rem;
  }
  .footer-contents__tel {
    margin-top: 0.8rem;
    padding-left: 2.2rem;
  }
  .footer-contents__businessTime {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
  .footer-contents__right {
    margin-left: auto;
  }
  .footer-contents__copyright {
    margin-top: 4.4rem;
  }
  .footer-contents__copyrightText {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 992px) {
  .footer {
    padding-top: 6.0rem;
    padding-bottom: 9.0rem;
  }
  .footer .contents-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-contents__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-contents__logo {
    max-width: 14.6rem;
    width: 100%;
  }
  .footer-contents__address {
    margin-top: 2.0rem;
    padding-left: 2.6rem;
  }
  .footer-contents__addressText {
    font-size: 1.5rem;
  }
  .footer-contents__tel {
    margin-top: 0.8rem;
    padding-left: 2.2rem;
  }
  .footer-contents__businessTime {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
  .footer-contents__right {
    margin-top: 5.0rem;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-contents__copyright {
    text-align: center;
    margin-top: 4.4rem;
  }
  .footer-contents__copyrightText {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 6.0rem;
    padding-bottom: 9.0rem;
  }
  .footer .contents-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-contents__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-contents__logo {
    max-width: 14.6rem;
    width: 100%;
  }
  .footer-contents__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.4rem;
    padding-left: 0rem;
  }
  .footer-contents__addressText {
    font-size: 1.9rem;
  }
  .footer-contents__tel {
    margin-top: 1.2rem;
    padding-left: 2.6rem;
    background-size: 1.6rem auto;
  }
  .footer-contents__tel .js-tel {
    font-size: 2.2rem;
  }
  .footer-contents__businessTime {
    margin-top: 0.8rem;
    font-size: 2.0rem;
  }
  .footer-contents__right {
    margin-top: 5.0rem;
    width: 100%;
  }
  .footer-contents__copyright {
    text-align: center;
    margin-top: 4.4rem;
  }
  .footer-contents__copyrightText {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 576px) {
  .footer-bunner__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -2.0rem;
    margin-right: 0;
  }
  .footer-bunner__item {
    width: 100%;
    margin-top: 2.0rem;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-bunner__itemLink {
    width: 100%;
  }
}

/* ==================================
FOOTER CONTACT
================================== */
.footer-contact {
  position: relative;
  padding-bottom: 10.0rem;
  background-color: #fff;
  z-index: 5;
}

.footer-contact .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f5f1;
}

.footer-contact__wrapper {
  padding-top: 6.8rem;
  padding-bottom: 6.2rem;
  padding-left: 8.0rem;
  padding-right: 7.0rem;
}

.footer-contact__titleHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #e7e5db;
}

.footer-contact__titleText {
  padding-right: 4.6rem;
  font-family: "Hind", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: normal;
  color: #151d35;
}

.footer-contact__titleText02 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: normal;
  color: #0b1f43;
}

.footer-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.5rem;
}

.footer-contact__tel {
  padding-left: 3.0rem;
  background-image: url(../images/icon/tel_icon@2x.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.9rem auto;
}

.footer-contact__telNumber {
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: 0.06em;
  color: #151d35;
}

.footer-contact__telText {
  margin-top: 1.0rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #151d35;
}

.footer-contact__image {
  max-width: 48.0rem;
  height: 100%;
  margin-left: auto;
}

.footer-contact__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-contact .contents-wrapper__button {
  max-width: 30.0rem;
  width: 100%;
  margin-left: auto;
}

.footer-contact .contents-wrapper__buttonLink {
  width: 100%;
}

@media screen and (max-width: 1480px) {
  .footer-contact__wrapper {
    width: 100%;
    padding-top: calc(68/1480*100vw);
    padding-bottom: calc(68/1480*100vw);
    padding-left: calc(60/1480*100vw);
    padding-right: calc(52/1480*100vw);
  }
  .footer-contact__titleHeader {
    padding-bottom: calc(16/1480*100vw);
  }
  .footer-contact__titleText {
    padding-right: calc(46/1480*100vw);
    font-size: calc(48/1480*100vw);
  }
  .footer-contact__titleText02 {
    font-size: calc(16/1480*100vw);
  }
  .footer-contact__inner {
    padding-top: calc(25/1480*100vw);
  }
  .footer-contact__tel {
    padding-left: calc(30/1480*100vw);
    background-size: calc(19/1480*100vw) auto;
  }
  .footer-contact__telNumber {
    padding-right: calc(20/1480*100vw);
    font-size: calc(26/1480*100vw);
  }
  .footer-contact__telText {
    margin-top: calc(10/1480*100vw);
    font-size: calc(14/1480*100vw);
  }
  .footer-contact__image {
    max-width: 48.0rem;
    width: 100%;
    margin-left: auto;
  }
  .footer-contact .contents-wrapper__button {
    width: calc(320/1480*100vw);
  }
}

@media screen and (max-width: 992px) {
  .footer-contact .contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 480px;
    width: 90%;
  }
  .footer-contact__wrapper {
    padding-top: calc(45/992*100vw);
    padding-bottom: calc(45/992*100vw);
    padding-left: calc(45/992*100vw);
    padding-right: calc(45/992*100vw);
  }
  .footer-contact__titleHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2.4rem;
  }
  .footer-contact__titleText {
    font-size: 4.6rem;
  }
  .footer-contact__titleText02 {
    padding-left: 0rem;
    font-size: 1.8rem;
  }
  .footer-contact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2.5rem;
  }
  .footer-contact__tel {
    padding-left: 4.0rem;
    background-size: 2.8rem auto;
  }
  .footer-contact__telNumber {
    font-size: 3.4rem;
  }
  .footer-contact__telText {
    font-size: 1.8rem;
  }
  .footer-contact__image {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-contact .contents-wrapper__button {
    max-width: 36.0rem;
    width: 100%;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-contact .contents-wrapper__buttonLink {
    width: 100%;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-contact .contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 480px;
    width: 90%;
  }
  .footer-contact__wrapper {
    padding-top: calc(30/375*100vw);
    padding-bottom: calc(30/375*100vw);
    padding-left: calc(30/375*100vw);
    padding-right: calc(30/375*100vw);
  }
  .footer-contact__titleHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2.4rem;
  }
  .footer-contact__titleText {
    font-size: 4.6rem;
  }
  .footer-contact__titleText02 {
    padding-left: 0rem;
    font-size: 2.0rem;
  }
  .footer-contact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2.5rem;
  }
  .footer-contact__tel {
    padding-left: 4.2rem;
    background-size: 3.0rem auto;
  }
  .footer-contact__telNumber {
    font-size: 3.6rem;
  }
  .footer-contact__telNumber .js-tel a {
    color: #151d35;
  }
  .footer-contact__telText {
    font-size: 2.0rem;
  }
  .footer-contact__image {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-contact .contents-wrapper__button {
    max-width: 38.0rem;
    width: 100%;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-contact .contents-wrapper__buttonLink {
    width: 100%;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 576px) {
  .footer-contact__titleText02 br {
    display: none;
  }
}

/* ==================================
FOOTER NAV
================================== */
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3.0rem;
}

.footer-nav__item {
  margin-right: 3.0rem;
}

.footer-nav__itemLink {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
}

.footer-nav__itemLink::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 120%;
  left: 0;
  background-color: rgba(249, 249, 249, 0.8);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.footer-nav__itemLink:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

@media screen and (max-width: 1200px) {
  .footer-nav__list {
    margin-right: -2.0rem;
  }
  .footer-nav__item {
    margin-right: 2.0rem;
  }
  .footer-nav__itemLink {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 992px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -3.0rem;
  }
  .footer-nav__item {
    margin-right: 3.0rem;
  }
  .footer-nav__itemLink {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-nav__list {
    display: block;
    width: 100%;
    margin-right: 0rem;
    border-bottom: 2px solid #ffc730;
  }
  .footer-nav__item {
    margin-right: 0rem;
    border-top: 2px solid #ffc730;
  }
  .footer-nav__itemLink {
    display: block;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    padding-left: 2.4rem;
    background-color: #10316b;
    font-size: 2.0rem;
    line-height: 1.2;
    color: #ffc730;
  }
  .footer-nav__itemLink::after {
    content: none;
  }
  .footer-nav__itemLink::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    bottom: 0;
    right: 3.0rem;
    margin: auto;
    border-right: 2px solid #ffc730;
    border-bottom: 2px solid #ffc730;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

/* ==================================
BreadcrumbList
================================== */
.breadcrumb-List {
  padding-left: 5.2rem;
  padding-right: 5.2rem;
}

.breadcrumb-List__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-List__item {
  padding-right: 5px;
  font-size: 1.5rem;
}

.breadcrumb-List__item::after {
  content: ">";
  padding-left: 5px;
}

.breadcrumb-List__item:last-child::after {
  content: none;
}

@media screen and (max-width: 1200px) {
  .breadcrumb-List {
    margin-top: 3.8rem;
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }
  .breadcrumb-List__item {
    display: inline-block;
    padding-right: 5px;
  }
  .breadcrumb-List__item::after {
    content: ">";
    padding-left: 5px;
  }
  .breadcrumb-List__item:last-child::after {
    content: none;
  }
}

@media screen and (max-width: 992px) {
  .breadcrumb-List {
    margin-top: 2.8rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
  .breadcrumb-List__item {
    display: inline-block;
    padding-right: 5px;
  }
  .breadcrumb-List__item::after {
    content: ">";
    padding-left: 5px;
  }
  .breadcrumb-List__item:last-child::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb-List {
    margin-top: calc(13/375*100vw);
    padding-left: calc(15/375*100vw);
    padding-right: calc(15/375*100vw);
  }
  .breadcrumb-List__item {
    display: inline-block;
    padding-right: 5px;
    font-size: 1.8rem;
  }
}

/* ====== メインビジュアル ===== */
html,
body,
.outer {
  height: 100%;
}

.mainVisual-contents {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
}

.mainVisual-contents__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  min-height: 100%;
  min-height: 100vh;
  width: 100%;
  z-index: 1;
}

.mainVisual-contents__scroll {
  position: absolute;
  top: -7.0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

.mainVisual-contents__scroll::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 1px;
  height: 8.0rem;
  margin: 0 auto;
  background-color: #fdc734;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  51% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  51% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}

.mainVisual-contents__scrollLink {
  font-family: "Hind", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: #fdc734;
}

@media screen and (max-width: 1200px) {
  .mainVisual-contents__wrapper {
    min-height: calc(100vh - 100px);
  }
}

@media screen and (max-width: 992px) {
  .mainVisual-contents {
    height: calc(70vh - 100px);
  }
  .mainVisual-contents__wrapper {
    min-height: calc(70vh - 100px);
  }
}

/* ====== TOPページ　コンテンツ ====== */
.concept-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 14.0rem;
}

.concept-contents__mediaBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: calc(60/1600*100vw);
}

.concept-contents__mediaBox::before {
  content: "GROWISH";
  display: block;
  position: absolute;
  top: -5.6rem;
  left: 39.7rem;
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 17.0rem;
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: normal;
  color: #f5f6f8;
  z-index: -1;
  opacity: 0;
}

.concept-contents__mediaText {
  max-width: 50.0rem;
  width: 100%;
  opacity: 0;
}

.concept-contents__titleEnglishText {
  position: relative;
  padding-left: 5.7rem;
  font-family: "Hind", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #151d35;
}

.concept-contents__titleEnglishText::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4.5rem;
  height: 4px;
  margin: auto;
  background-color: #fdc734;
}

.concept-contents__titleText {
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: normal;
  color: #151d35;
}

.concept-contents__textArea {
  margin-top: 3.5rem;
  opacity: 0;
}

.concept-contents .contents-wrapper__text {
  margin-top: 2.0rem;
  line-height: 1.65;
}

.concept-contents__mediaImage {
  width: calc(800/1600*100vw);
  margin-left: 7.0rem;
  opacity: 0;
}

.concept-contents__mediaImage img {
  width: 100%;
}

@media screen and (max-width: 1480px) {
  .concept-contents__mediaBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .concept-contents__mediaBox::before {
    top: -5.6rem;
    left: calc(397/1480*100vw);
    font-size: 12.8rem;
  }
  .concept-contents__mediaText {
    max-width: none;
    width: calc(500/1480*100vw);
  }
  .concept-contents__titleEnglishText {
    padding-left: 5.7rem;
    font-size: 2.0rem;
  }
  .concept-contents__titleText {
    font-size: 3.3rem;
  }
  .concept-contents__textArea {
    margin-top: 3.5rem;
  }
  .concept-contents .contents-wrapper__text {
    margin-top: 2.0rem;
    line-height: 1.65;
  }
  .concept-contents__mediaImage {
    max-width: 80.0rem;
    width: calc(800/1480*100vw);
    margin-left: calc(60/1480*100vw);
  }
}

@media screen and (max-width: 992px) {
  .concept-contents {
    padding-top: 10.5rem;
  }
  .concept-contents__mediaBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .concept-contents__mediaBox::before {
    top: -5.6rem;
    left: auto;
    right: 0;
    font-size: 12.8rem;
  }
  .concept-contents__mediaText {
    max-width: none;
    width: 100%;
  }
  .concept-contents__titleEnglishText {
    padding-left: 5.7rem;
    font-size: 2.0rem;
  }
  .concept-contents__titleText {
    font-size: 4.4rem;
  }
  .concept-contents__textArea {
    margin-top: 3.5rem;
  }
  .concept-contents .contents-wrapper__text {
    margin-top: 2.0rem;
    line-height: 1.65;
  }
  .concept-contents__mediaImage {
    max-width: none;
    width: 100%;
    margin-top: 4.0rem;
    margin-left: 0;
  }
  .concept-contents__mediaImage img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .concept-contents {
    padding-top: 10.5rem;
  }
  .concept-contents__mediaBox::before {
    top: calc(-16/750*100vw);
    left: auto;
    right: 0;
    font-size: calc(32/375*100vw);
  }
  .concept-contents__mediaText {
    max-width: none;
    width: 100%;
  }
  .concept-contents__titleEnglishText {
    padding-left: 5.7rem;
    font-size: 2.0rem;
  }
  .concept-contents__titleText {
    font-size: 3.3rem;
  }
  .concept-contents__textArea {
    margin-top: 3.5rem;
  }
  .concept-contents .contents-wrapper__text {
    margin-top: 2.0rem;
    line-height: 1.65;
  }
  .concept-contents__mediaImage {
    max-width: none;
    width: 100%;
    margin-top: 4.0rem;
    margin-left: 0;
  }
  .concept-contents__mediaImage img {
    width: 100%;
    height: auto;
  }
}

.about-contents {
  padding-top: 12.0rem;
}

.about-contents__cardBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.0rem;
}

.about-contents__cardBoxItem {
  width: calc(100% / 4);
}

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

.about-contents__subTitleHeader {
  padding-top: 3.0rem;
  padding-left: 3.0rem;
  padding-right: 3.0rem;
}

.about-contents__subTitleText {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: normal;
  color: #151d35;
}

.about-contents__subTitleText--number {
  padding-right: 1.8rem;
  font-family: "Hind", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: normal;
  color: #ffc233;
}

.about-contents__textArea {
  padding-top: 2.0rem;
  padding-left: 3.0rem;
  padding-right: 3.0rem;
}

.about-contents__text {
  line-height: 1.65;
}

.about-contents .contents-wrapper__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.0rem;
}

@media screen and (max-width: 992px) {
  .about-contents {
    padding-top: 9.0rem;
  }
  .about-contents__cardBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.8rem;
    margin-bottom: -5.0rem;
  }
  .about-contents__cardBoxItem {
    width: calc(100% / 2);
    margin-bottom: 5.0rem;
  }
}

@media screen and (max-width: 767px) {
  .about-contents {
    padding-top: 7.0rem;
  }
  .about-contents__cardBox {
    margin-bottom: -3.6rem;
  }
  .about-contents__cardBoxItem {
    width: calc(100% / 2);
    margin-bottom: 3.6rem;
  }
  .about-contents__subTitleHeader {
    padding-top: 2.2rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
  .about-contents__subTitleText {
    font-size: 2.6rem;
  }
  .about-contents__subTitleText--number {
    padding-right: 1.0rem;
    font-size: 4.0rem;
  }
  .about-contents__textArea {
    padding-top: 1.6rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
  .about-contents__text {
    font-size: 2.0rem;
  }
  .about-contents .contents-wrapper__button {
    margin-top: 3.0rem;
  }
}

@media screen and (max-width: 576px) {
  .about-contents__cardBoxItem {
    width: 100%;
  }
  .about-contents__subTitleHeader {
    padding-top: 3.0rem;
    padding-left: 3.0rem;
    padding-right: 3.0rem;
  }
  .about-contents__textArea {
    padding-top: 2.2rem;
    padding-left: 3.0rem;
    padding-right: 3.0rem;
  }
  .about-contents .contents-wrapper__button {
    margin-top: 4.0rem;
  }
}

.service-contents {
  padding-top: 12.0rem;
}

.service-contents__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5.0rem;
}

.service-contents__image {
  width: 50%;
}

.service-contents__image img {
  width: 100%;
  height: auto;
}

.service-contents__topDetailBox {
  width: 50%;
}

.service-contents__serviceList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  max-width: 64.0rem;
  width: 90%;
  justify-items: center;
  gap: 5.0rem 1.0rem;
  margin-left: auto;
  margin-right: auto;
}

.service-contents__serviceItetm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.service-contents__serviceIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.8rem;
}

.service-contents__serviceIcon--icon01 {
  width: 12.2rem;
  height: auto;
}

.service-contents__serviceIcon--icon02 {
  width: 11.4rem;
  height: auto;
}

.service-contents__serviceIcon--icon03 {
  width: 11.7rem;
  height: auto;
}

.service-contents__serviceIcon--icon04 {
  width: 10.8rem;
  height: auto;
}

.service-contents__serviceIcon--icon05 {
  width: 18.1rem;
  height: auto;
}

.service-contents__serviceName {
  margin-top: auto;
  text-align: center;
}

.service-contents__serviceName--japanese {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  color: #151d35;
}

.service-contents__serviceName--english {
  display: block;
  margin-top: 1.0rem;
  font-family: "Hind", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #ffc233;
}

.service-contents__serviceName a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.service-contents .contents-wrapper__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.0rem;
}

@media screen and (max-width: 1200px) {
  .service-contents {
    padding-top: 9.0rem;
  }
  .service-contents__wrapper {
    margin-top: 3.8rem;
  }
  .service-contents__image {
    width: 50%;
  }
  .service-contents__topDetailBox {
    width: 50%;
  }
  .service-contents__serviceList {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    max-width: 64.0rem;
    width: calc(520/1200*100vw);
    gap: 3.0rem 1.0rem;
  }
  .service-contents__serviceIcon--icon01 {
    width: calc(91.5/1200*100vw);
    height: auto;
  }
  .service-contents__serviceIcon--icon02 {
    width: calc(85.5/1200*100vw);
    height: auto;
  }
  .service-contents__serviceIcon--icon03 {
    width: calc(87.75/1200*100vw);
    height: auto;
  }
  .service-contents__serviceIcon--icon04 {
    width: calc(81/1200*100vw);
    height: auto;
  }
  .service-contents__serviceIcon--icon05 {
    width: calc(135.75/1200*100vw);
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .service-contents__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-contents__image {
    width: 100%;
  }
  .service-contents__topDetailBox {
    width: 100%;
  }
  .service-contents__serviceList {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    max-width: none;
    width: calc(892/992*100vw);
    gap: 3.0rem 1.0rem;
    margin-top: 6.0rem;
  }
  .service-contents__serviceIcon--icon01 {
    width: calc(122/992*100vw);
    height: auto;
  }
  .service-contents__serviceIcon--icon02 {
    width: calc(114/992*100vw);
    height: auto;
  }
  .service-contents__serviceIcon--icon03 {
    width: calc(117/992*100vw);
    height: auto;
  }
  .service-contents__serviceIcon--icon04 {
    width: calc(108/992*100vw);
    height: auto;
  }
  .service-contents__serviceIcon--icon05 {
    width: calc(181/992*100vw);
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .service-contents {
    padding-top: 6.8rem;
  }
  .service-contents__serviceList {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    max-width: none;
    width: calc(892/992*100vw);
    gap: 3.0rem 1.0rem;
    margin-top: 4.0rem;
  }
  .service-contents__serviceIcon--icon01 {
    width: calc(91.5/375*100vw);
    height: auto;
  }
  .service-contents__serviceIcon--icon02 {
    width: calc(85.5/375*100vw);
    height: auto;
  }
  .service-contents__serviceIcon--icon03 {
    width: calc(87.75/375*100vw);
    height: auto;
  }
  .service-contents__serviceIcon--icon04 {
    width: calc(81/375*100vw);
    height: auto;
  }
  .service-contents__serviceIcon--icon05 {
    width: calc(135.75/375*100vw);
    height: auto;
  }
  .service-contents__serviceName--japanese {
    font-size: 2.2rem;
  }
  .service-contents__serviceName--english {
    font-size: 1.8rem;
  }
}

.blog-contents {
  padding-top: 12.0rem;
  padding-bottom: 12.0rem;
}

.blog-contents__wrapper {
  max-width: 90.0rem;
  width: 90%;
  margin-top: 5.0rem;
  margin-left: auto;
  margin-right: auto;
}

.blog-contents__postWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
  border-bottom: 2px solid #edeef0;
}

.blog-contents__postDate {
  width: calc(132/900*100%);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.blog-contents__postTitle {
  display: block;
  width: calc(768/900*100%);
  padding-right: 4.0rem;
}

.blog-contents__postTitleLink {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: normal;
}

.blog-contents__postTitleLink::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.0rem;
  width: 1.1rem;
  height: 1.3rem;
  margin: auto;
  background-image: url(../images/icon/arrow_icon_yellow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.blog-contents .contents-wrapper__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.0rem;
}

@media screen and (max-width: 767px) {
  .blog-contents {
    padding-top: 6.8rem;
    padding-bottom: 6.8rem;
  }
  .blog-contents__wrapper {
    margin-top: 3.8rem;
  }
  .blog-contents__postWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .blog-contents__postDate {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.9rem;
  }
  .blog-contents__postTitle {
    display: block;
    width: 100%;
    padding-top: 1.0rem;
    padding-left: 2.5rem;
    padding-right: 4.0rem;
  }
  .blog-contents__postTitleLink {
    font-size: 1.9rem;
  }
  .blog-contents__postTitleLink::after {
    right: -2.5rem;
  }
}

/* ===== Pages ===== */
/* ==================================
    SEVICE
================================== */
.lower .service-contents {
  padding-top: 0rem;
}

.service-contents__englishCatchText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 2.4rem;
}

.service-contents__englishCatchTextItem {
  font-family: "Hind", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: normal;
  color: #fdc734;
}

.service-contents__englishCatchTextItem::after {
  content: "×";
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: normal;
  color: #151d35;
}

.service-contents__englishCatchTextItem:last-child::after {
  content: none;
}

.service-contents__imageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.0rem;
}

.service-contents__imageItem {
  width: calc(100% / 4);
}

.service-contents__imageItem img {
  width: 100%;
  height: auto;
}

.service-contents__titleHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  padding-top: 10.0rem;
  margin-top: -5.0rem;
  z-index: 3;
}

.service-contents__titleText {
  text-align: center;
}

.service-contents__titleText--japanese {
  display: block;
  margin-top: 1.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #151d35;
}

.service-contents__titleText--english {
  font-family: "Hind", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: normal;
  color: #ffc233;
}

.service-contents__iconImage--icon01 {
  width: 14.6rem;
  height: auto;
}

.service-contents__iconImage--icon02 {
  width: 15.8rem;
  height: auto;
}

.service-contents__iconImage--icon03 {
  width: 19.1rem;
  height: auto;
}

.service-contents__iconImage--icon04 {
  width: 14.6rem;
  height: auto;
}

.service-contents__iconImage--icon05 {
  width: 14.6rem;
  height: auto;
}

.service-contents__detailBox {
  position: relative;
  margin-top: 2.8rem;
  z-index: 1;
}

.service-contents__detailWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 9.5rem;
  margin-top: 0.5rem;
  background-color: #f5f6f8;
  border-left: 0.6rem solid #10316b;
}

.service-contents__detailTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27.0rem;
  height: 100%;
  padding-left: 2.6rem;
  padding-right: 1.6rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.31;
  letter-spacing: normal;
  color: #151d35;
}

.service-contents__detailTitle--numberYellow {
  padding-top: 0.4rem;
  padding-right: 1.0rem;
  font-family: "Hind", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: normal;
  color: #fdc734;
}

.service-contents__detailText {
  width: 93.0rem;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
  padding-right: 4.0rem;
  margin-left: auto;
}

.service-contents__detailText .contents-wrapper__text {
  font-size: 1.5rem;
  line-height: 1.65;
  letter-spacing: normal;
}

.service-contents__detailBox02 {
  margin-top: 3.0rem;
  padding-top: 5.0rem;
  padding-bottom: 5.0rem;
  background-color: #f5f6f8;
  border-top: 0.5rem solid #10316b;
  text-align: center;
}

.service-contents__detailBox02 .contents-wrapper__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.2rem;
}

.service-contents__detailBox02 .contents-wrapper__buttonLink {
  width: 33.5rem;
  height: 7.0rem;
}

@media screen and (max-width: 1200px) {
  .service-contents__detailTitle {
    width: calc(270/1200*100vw);
  }
  .service-contents__detailText {
    width: calc(930/1200*100vw);
  }
}

@media screen and (max-width: 992px) {
  .service-contents__detailBox {
    margin-top: 2.8rem;
  }
  .service-contents__detailTitle {
    width: 38.0rem;
  }
  .service-contents__detailText {
    width: 82.0rem;
  }
  .service-contents__detailBox02 {
    margin-top: 3.0rem;
    padding-top: 5.0rem;
    padding-bottom: 5.0rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .service-contents__englishCatchTextItem {
    font-size: calc(22/375*100vw);
  }
  .service-contents__englishCatchTextItem::after {
    font-size: calc(20/375*100vw);
  }
  .service-contents__englishCatchTextItem:last-child::after {
    content: none;
  }
  .service-contents__titleHeader {
    padding-top: 10.0rem;
    margin-top: -5.0rem;
  }
  .service-contents__imageList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5.0rem;
  }
  .service-contents__imageItem {
    width: calc(100% / 2);
  }
  .service-contents__titleText--japanese {
    font-size: 2.8rem;
  }
  .service-contents__titleText--english {
    margin-top: 1.0rem;
    font-size: 1.8rem;
  }
  .service-contents__detailWrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    min-height: 9.5rem;
  }
  .service-contents__detailTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 0rem;
    padding-left: 2.0rem;
    padding-right: 2.0rem;
    font-size: 2.2rem;
  }
  .service-contents__detailTitle--numberYellow {
    padding-top: 0.5rem;
    padding-right: 1.0rem;
    font-family: "Hind", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-size: 2.8rem;
  }
  .service-contents__detailText {
    width: 100%;
    padding-bottom: 2.5rem;
    padding-top: 1.0rem;
    padding-left: 2.0rem;
    padding-right: 2.0rem;
    margin-left: auto;
  }
  .service-contents__detailText .contents-wrapper__text {
    font-size: 1.9rem;
  }
  .service-contents__detailBox02 {
    margin-top: 3.0rem;
    padding-top: 5.0rem;
    padding-bottom: 5.0rem;
  }
}

@media screen and (max-width: 576px) {
  .service-contents__detailTitle--numberYellow {
    padding-top: 0.8rem;
  }
}

/* ==================================
PAGE COMMON
================================== */
.lower .main-container {
  padding-top: 7.8rem;
  padding-bottom: 12.0rem;
}

.contents-wrapper__textArea {
  margin-top: 3.0rem;
}

.contents-wrapper__text {
  margin-top: 3.0rem;
  font-size: 1.5rem;
  line-height: 1.85;
  color: black;
}

.contents-wrapper__text:first-child {
  margin-top: 0;
}

.contents-wrapper__catchText {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.03em;
  color: #151d35;
}

.contents-wrapper__catchText--center {
  text-align: center;
}

.contents-wrapper__yellowBg {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: #fdc734;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0px;
}

.contents-wrapper__localNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 4.0rem;
  z-index: 5;
}

.contents-wrapper__localNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -1.0rem;
}

.contents-wrapper__localNavItem {
  width: 18.0rem;
  margin-right: 1.0rem;
}

.contents-wrapper__localNavItemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: 100%;
  height: 6.0rem;
  padding-top: 2.0rem;
  background-color: #fdc734;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: normal;
  color: black;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.contents-wrapper__localNavItemLink::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.3rem;
  height: 0.8rem;
  bottom: 0.7rem;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/icon/arrow_icon_bottom.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.contents-wrapper__localNavItemLink:hover {
  background-color: #f5f6f8;
  opacity: 1;
}

.contents-wrapper__localNavItemLink:hover::after {
  bottom: 0.2rem;
}

@media screen and (max-width: 992px) {
  .lower .main-container {
    padding-top: 5.8rem;
    padding-bottom: 9.0rem;
  }
  .contents-wrapper__text {
    font-size: 1.5rem;
  }
  .contents-wrapper__catchText {
    font-size: 1.8rem;
  }
  .contents-wrapper__localNav {
    margin-left: auto;
    margin-right: auto;
  }
  .contents-wrapper__localNavList {
    width: 100%;
    gap: 1.0rem;
  }
  .contents-wrapper__localNavItem {
    width: calc((100% / 5) - 1.0rem);
    margin-right: 0rem;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown03 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0%, 0);
    transform: translate3d(5%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown03 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0%, 0);
    transform: translate3d(5%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown04 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInDown04 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in01 {
  opacity: 0;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fade-in02 {
  opacity: 0;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fade-in03 {
  opacity: 0;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fade-in04 {
  opacity: 0;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fade-in05 {
  opacity: 0;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fade-in06 {
  opacity: 0;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 2.0s;
          animation-delay: 2.0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.top-fade-in01::before {
  -webkit-animation-name: fadeInDown04;
          animation-name: fadeInDown04;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 2.0s;
          animation-delay: 2.0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.top-fade-in02 {
  opacity: 0;
  -webkit-animation-name: fadeInDown02;
          animation-name: fadeInDown02;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.top-fade-in02 .contents-wrapper__textArea {
  opacity: 0;
  -webkit-animation-name: fadeInDown02;
          animation-name: fadeInDown02;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.top-fade-in03 {
  opacity: 0;
  -webkit-animation-name: fadeInDown03;
          animation-name: fadeInDown03;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 2.0s;
          animation-delay: 2.0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 992px) {
  .top-fade-in01::before {
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-delay: 1.0s;
            animation-delay: 1.0s;
  }
  .top-fade-in02 {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .top-fade-in02 .contents-wrapper__textArea {
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 1.0s;
            animation-delay: 1.0s;
  }
  .top-fade-in03 {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

@media screen and (max-width: 767px) {
  .contents-wrapper__textArea--leftSp {
    text-align: left;
  }
  .contents-wrapper__text {
    font-size: 1.9rem;
  }
  .contents-wrapper__catchText {
    font-size: 2.2rem;
  }
  .contents-wrapper__catchText--leftSp {
    text-align: left;
  }
  .contents-wrapper__yellowBg {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 1.9rem;
  }
  .contents-wrapper__localNavList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    gap: 1.0rem;
  }
  .contents-wrapper__localNavItem {
    width: calc((100% / 2) - 1.0rem);
    margin-right: 0rem;
  }
  .contents-wrapper__localNavItem:last-of-type {
    width: 100%;
  }
  .contents-wrapper__localNavItemLink {
    height: 7.0rem;
    padding-top: 2.0rem;
    font-size: 1.9rem;
  }
}


/*代表挨拶*/
.boxres_greeting001 {
	margin-bottom: 20px;
	min-height: 430px;
}
.boxres_greeting001 img {
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 25px;
}
.boxres_greeting001 p.txt01 {
	line-height: 1.6em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.boxres_greeting001 p.txt02 {
	line-height: 1.6em;
	text-align: right;
	padding-top: 0px;
	padding-right: 310px;
	padding-bottom: 0px;
	padding-left: 0px;
}
@media (max-width: 767px){
.boxres_greeting001 {
	min-height: 0px;
	margin-bottom: 50px;
}
.boxres_greeting001 img{
	width: 100%;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.boxres_greeting001 p.txt01 {
	font-size: 120%;
	padding-bottom: 15px;
}
.boxres_greeting001 p.txt02 {
	font-size: 120%;
	padding-right: 0px;
}
}

.boxres_greeting002 {
	margin-bottom: 0px;
	min-height: 250px;
}
.boxres_greeting002 img {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
}
.boxres_greeting002 p {
	text-align: center;
}
@media (max-width: 767px){
.boxres_greeting002 {
	min-height: 0px;
}
.boxres_greeting002 img{
	width: 90%;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
}

/*スタッフブログ*/
.boxres_staffblog {
	margin-bottom: 0px;
}
.boxres_staffblog p {
	text-align: center;
}
@media (max-width: 767px){
.boxres_staffblog {
	min-height: 0px;
}
.boxres_staffblog p {
	font-size: 120%;
}
}

/*会社概要（青ベース）*/
.table_company{
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.table_company th{
	width: 25%;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #204378;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #0B1F43;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.table_company td{
	color: #595960;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8395B5;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
 
@media (max-width: 767px){
.table_company{
	border: medium solid #E5ECF8;
}
.table_company th{
	width: 100%;
	display: block;
	font-size: 120%;
	background-color: #DCE9FD;
	margin: 0 auto;
	padding: 15px;
	border: none;
	border-radius: 3px;
}
.table_company td{
	width: 100%;
	display: list-item;
	font-size: 120%;
	padding: 15px;
	border: none !important;
}
}
