@charset "UTF-8";
/*!
Theme Name: adansilk
Theme URI: -
Author: adansilk
Author URI: adansilk
Description: adansilk
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: adansilk
Tags:
*/
/**
 # Vendor CSS
 */
/**
 # Foundation
 */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

main {
  display: block;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/*
	SASS Vars
---------------------------------------------------------------------------- */
/*
	CSS Vars
---------------------------------------------------------------------------- */
:root {
  --main-color: #03345c;
  --sub-color: #ff8000;
  --cta-color: #837062;
  --accent-color: #FF0000;
}

:root {
  --font-main: "Oswald", sans-serif;
  --font-serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック', '游ゴシック体', '游ゴシック Medium', 'Yu Gothic Medium', YuGothic, sans-serif;
  color: #000;
  text-align: left;
  background-color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: normal;
  overflow-wrap: break-word;
  position: relative;
}

.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.smp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .smp {
    display: block !important;
  }
}

a:focus {
  outline: 0;
}

/**
 # Layout
 */
/*--------------------------------------------------------------
    # content.scss
--------------------------------------------------------------*/
.clearance--box {
  height: 100px;
}

.l--wrapper {
  padding: 0 25px;
  position: relative;
}

.home .l--wrapper {
  padding: 0;
}

.l--container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 60px;
}

.cmn--columns {
  display: flex;
  justify-content: space-between;
}

.cmn--columns .p--pages {
  width: calc(880 / 1180 * 100%);
  margin: 0 0 40px;
}

.cmn--columns .p--side {
  width: calc(260 / 1180 * 100%);
}

@media screen and (max-width: 768px) {
  .clearance--box {
    height: calc(60 / 375 * 100vw);
  }
  .l--wrapper {
    padding: 0;
    position: relative;
  }
  .l--container {
    max-width: initial;
    padding: 0 calc(15 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
  .cmn--columns {
    display: block;
  }
  .cmn--columns .p--pages {
    width: auto;
    margin: 0 0 calc(30 / 375 * 100vw);
  }
  .cmn--columns .p--side {
    width: auto;
  }
}

/*--------------------------------------------------------------
    # footer.scss
--------------------------------------------------------------*/
/*
    Navigation
--------------------------------------------------------------*/
.c--nav {
  padding: 60px 25px 40px;
}

.c--nav__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.c--nav .tabline {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #d16b45, #6d1e2f);
  pointer-events: none;
  display: block;
}

/*
    Footer
--------------------------------------------------------------*/
.l--footer {
  background-color: var(--main-color);
  position: relative;
  padding: 50px 25px 40px;
}

.l--footer__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.l--footer__primary {
  border-bottom: 1px solid #194569;
  padding: 0 0 40px;
  display: flex;
  justify-content: space-between;
}

.l--footer__meta {
  width: calc(390 / 1180 * 100%);
}

.l--footer-logo {
  display: block;
  margin: 0 0 20px;
  width: 202px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.l--footer-logo svg {
  width: 100%;
  height: auto;
}

.l--footer-logo:hover {
  opacity: 0.45;
}

.l--footer-name {
  font-size: 1.2rem;
  line-height: 2;
  color: #FFF;
  display: block;
  font-weight: 400;
}

.l--footer-address {
  font-size: 1.2rem;
  line-height: 2;
  color: #FFF;
  display: block;
  font-style: normal;
  font-weight: 400;
}

.l--footer-tel {
  font-size: 1.2rem;
  line-height: 2;
  color: #FFF;
  display: block;
  font-style: normal;
  font-weight: 400;
}

.l--footer__nav {
  width: calc(500 / 1180 * 100%);
  display: flex;
  gap: calc(32 / 500 * 100%);
}

.l--footer__list > li {
  margin: 0 0 20px;
}

.l--footer__list > li:last-child {
  margin: 0;
}

.l--footer__list > li > a {
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  position: relative;
}

.l--footer__list > li > a:link {
  text-decoration: none;
  color: #FFF;
}

.l--footer__list > li > a:visited {
  text-decoration: none;
  color: #FFF;
}

.l--footer__list > li > a:hover {
  text-decoration: none;
  color: #FFF;
}

.l--footer__list > li > a:after {
  content: "";
  background-color: #FFF;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.l--footer__list > li > a:hover:after {
  width: 100%;
}

.l--footer__list > li > ul {
  margin: 15px 0 0;
  padding-left: 1.0em;
  border-left: 1px solid #194569;
}

.l--footer__list > li > ul > li {
  margin: 0 0 15px;
}

.l--footer__list > li > ul > li > a {
  font-size: 1.4rem;
  font-weight: 200;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  position: relative;
}

.l--footer__list > li > ul > li > a:link {
  text-decoration: none;
  color: #FFF;
}

.l--footer__list > li > ul > li > a:visited {
  text-decoration: none;
  color: #FFF;
}

.l--footer__list > li > ul > li > a:hover {
  text-decoration: none;
  color: #FFF;
}

.l--footer__list > li > ul > li > a:after {
  content: "";
  background-color: #FFF;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.l--footer__list > li > ul > li > a:hover:after {
  width: 100%;
}

.l--footer__secondry {
  padding: 40px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l--footer__list-sub {
  display: flex;
}

.l--footer__list-sub > li {
  margin: 0 30px 0 0;
}

.l--footer__list-sub > li > a {
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  position: relative;
}

.l--footer__list-sub > li > a:link {
  text-decoration: none;
  color: #FFF;
}

.l--footer__list-sub > li > a:visited {
  text-decoration: none;
  color: #FFF;
}

.l--footer__list-sub > li > a:hover {
  text-decoration: none;
  color: #FFF;
}

.l--footer__list-sub > li > a:after {
  content: "";
  background-color: #FFF;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.l--footer__list-sub > li > a:hover:after {
  width: 100%;
}

.l--footer-copyright {
  display: block;
  font-size: 1.2rem;
  color: #FFF;
}

.l--footer-gotop {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.l--footer-gotop:hover {
  opacity: 0.45;
}

@media screen and (max-width: 768px) {
  .l--footer {
    padding: calc(40 / 375 * 100vw) calc(15 / 375 * 100vw) calc(40 / 375 * 100vw);
  }
  .l--footer__inner {
    max-width: initial;
  }
  .l--footer__primary {
    padding: 0 0 calc(20 / 375 * 100vw);
    display: flex;
    flex-direction: column;
  }
  .l--footer__meta {
    width: auto;
    order: 2;
  }
  .l--footer-logo {
    display: block;
    margin: 0 0 calc(20 / 375 * 100vw);
    width: calc(110 / 375 * 100vw);
  }
  .l--footer-name {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.66667;
  }
  .l--footer-address {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.66667;
  }
  .l--footer-tel {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.66667;
  }
  .l--footer__nav {
    order: 1;
    width: auto;
    display: block;
    gap: 0;
    margin: 0 0 calc(20 / 375 * 100vw);
  }
  .l--footer__list > li {
    margin: 0 0 calc(15 / 375 * 100vw);
  }
  .l--footer__list > li:last-child {
    margin: 0 0 calc(15 / 375 * 100vw);
  }
  .l--footer__list > li > a {
    font-size: calc(14 / 375 * 100vw);
  }
  .l--footer__list > li > a:after {
    display: none;
  }
  .l--footer__list > li > ul {
    display: none;
  }
  .l--footer__secondry {
    padding: calc(20 / 375 * 100vw) 0 0;
    display: block;
  }
  .l--footer__list-sub {
    display: block;
    margin: 0 0 calc(25 / 375 * 100vw);
  }
  .l--footer__list-sub > li {
    margin: 0 0 calc(10 / 375 * 100vw);
  }
  .l--footer__list-sub > li > a {
    font-size: calc(14 / 375 * 100vw);
  }
  .l--footer__list-sub > li > a:after {
    display: none;
  }
  .l--footer-copyright {
    display: block;
    text-align: center;
    font-size: calc(12 / 375 * 100vw);
  }
  .l--footer-gotop {
    width: calc(40 / 375 * 100vw);
  }
  .l--footer-gotop img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
  }
}

/*--------------------------------------------------------------
    # header.scss
--------------------------------------------------------------*/
/*
    Header
--------------------------------------------------------------*/
.l--header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  background-color: var(--main-color);
}

.l--header.js--scrolled-effect {
  margin: 0;
}

.l--header__inner {
  position: relative;
}

.l--header-logo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 280px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 10px 0;
  filter: drop-shadow(0px 0px 3px #EEE);
}

.l--header-logo-main {
  width: 200px;
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.l--header-logo-main svg {
  width: 100%;
  vertical-align: bottom;
  fill: #000;
  height: 88px;
}

.l--header-logo-main:hover {
  opacity: 0.45;
}

.l--header-text {
  position: absolute;
  top: 16px;
  left: 315px;
  color: #FFF;
  font-weight: 400;
  font-size: 1.0rem;
  line-height: 1.2;
}

.l--header-contact {
  position: absolute;
  right: 60px;
  top: 15px;
  display: flex;
}

.l--header-contact > li {
  margin-right: 10px;
}

.l--header-contact > li:last-child {
  margin: 0;
}

.l--header-contact > li a {
  display: flex;
  width: 100px;
  height: 25px;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border: 1px solid #FFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--main-color);
}

.l--header-contact > li a:link {
  text-decoration: none;
}

.l--header-contact > li a:visited {
  text-decoration: none;
}

.l--header-contact > li a:hover {
  text-decoration: none;
  background: none;
  color: #FFF;
}

.l--header-menu {
  position: absolute;
  right: 60px;
  top: 60px;
  display: flex;
}

.l--header-menu > li {
  margin-right: 40px;
}

.l--header-menu > li:last-child {
  margin: 0;
}

.l--header-menu > li > a {
  font-weight: 700;
  font-size: 1.6rem;
  color: #FFF;
  padding: 0 0 24px;
  position: relative;
  display: block;
}

.l--header-menu > li > a:link {
  text-decoration: none;
}

.l--header-menu > li > a:visited {
  text-decoration: none;
}

.l--header-menu > li > a:hover {
  text-decoration: none;
  background: none;
  color: #FFF;
}

.l--header-menu > li > a:hover:after {
  width: 100%;
}

.l--header-menu > li > a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  bottom: 10px;
  left: 0;
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.l--header-menu-parents {
  position: relative;
}

.l--header-menu-parents:hover .l--header-submenu {
  display: block;
}

.l--header-menu-parents a i {
  display: inline-block;
  margin-left: 8px;
  width: 8px;
  height: 7px;
  background-image: url(assets/images/common/arrow02__wh__bottom.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.l--header-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: -130px;
  background: #fff;
  z-index: 1000;
  padding: 30px 40px;
  min-width: 300px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  border-radius: 0 0 20px 0;
}

.l--header-submenu__inner {
  min-width: 800px;
}

.l--header-submenu-list--flex {
  display: flex;
  justify-content: space-between;
}

.l--header-submenu-button {
  padding: 0 30px 0 0;
  display: inline-block;
  margin: 0 0 30px;
  font-size: 2.0rem;
  font-weight: 700;
  color: var(--main-color);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  background-image: url(assets/images/common/arrow01__bl__right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 16px 13px;
}

.l--header-submenu-button:link {
  text-decoration: none;
}

.l--header-submenu-button:visited {
  text-decoration: none;
}

.l--header-submenu-button:hover {
  text-decoration: none;
  opacity: 0.45;
}

.l--header-submenu-list {
  width: calc(240 / 800 * 100%);
}

.l--header-submenu-list li a {
  font-size: 1.2rem;
  font-weight: 200;
  display: block;
  margin: 0 0 1.0em;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.l--header-submenu-list li a:link {
  text-decoration: none;
  color: var(--main-color);
}

.l--header-submenu-list li a:visited {
  text-decoration: none;
  color: var(--main-color);
}

.l--header-submenu-list li a:hover {
  text-decoration: none;
  opacity: 0.45;
  color: var(--main-color);
}

.l--header-submenu-list > li.l--header-submenu-list-title > a {
  border-bottom: 1px solid var(--main-color);
  padding: 0 0 10px;
  display: block;
  font-size: 1.6rem;
  color: var(--main-color);
  font-weight: 700;
  margin: 0 0 20px;
  background-image: url(assets/images/common/arrow02__bl__right.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 10px 15px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.l--header-submenu-list > li.l--header-submenu-list-title > a:link {
  text-decoration: none;
}

.l--header-submenu-list > li.l--header-submenu-list-title > a:visited {
  text-decoration: none;
}

.l--header-submenu-list > li.l--header-submenu-list-title > a:hover {
  text-decoration: none;
  opacity: 0.45;
}

body.scroll-lock {
  scrollbar-gutter: stable;
}

.content__wrapper.is-blurred {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: block;
  z-index: 60;
}

@media screen and (min-width: 1201px) {
  .l--header-text {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .l--header-text {
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 1100px) {
  .l--header-menu {
    right: 20px;
  }
  .l--header-menu > li {
    margin-right: 15px;
  }
  .l--header-menu > li > a {
    font-size: calc(14 / 1000 * 100vw);
  }
  .l--header-contact {
    right: 20px;
  }
}

@media screen and (max-width: 985px) {
  .l--header-text {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .l--header {
    height: calc(60 / 375 * 100vw);
  }
  .l--header-logo {
    width: calc(140 / 375 * 100vw);
    height: calc(75 / 375 * 100vw);
    border-radius: 0 0 calc(10 / 375 * 100vw) 0;
    z-index: 100;
  }
  .l--header-logo-main {
    width: calc(110 / 375 * 100vw);
  }
  .l--header-logo-main svg {
    width: 100%;
    vertical-align: bottom;
    fill: #000;
    height: calc(46 / 375 * 100vw);
  }
  .l--header-text {
    display: none;
  }
  .l--header-contact {
    display: none;
  }
  .l--header-menu {
    display: none;
  }
}

/*
    Menu
--------------------------------------------------------------*/
.burger--wrap {
  display: none;
}

.navigation {
  display: none;
}

@media screen and (max-width: 768px) {
  .burger--wrap {
    display: block;
    position: absolute;
    width: calc(20 / 375 * 100vw);
    height: calc(13 / 375 * 100vw);
    top: calc(23 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
  }
  .burger {
    width: calc(20 / 375 * 100vw);
    height: calc(13 / 375 * 100vw);
  }
  .burger .line {
    width: calc(20 / 375 * 100vw);
    height: 1px;
    background: #FFF;
    transition: 0.3s;
    top: 0;
    left: 0;
    position: absolute;
  }
  .burger::before {
    width: calc(20 / 375 * 100vw);
    height: 1px;
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    background: #FFF;
    transition: 0.6s;
  }
  .burger::after {
    content: "";
    position: absolute;
    width: calc(20 / 375 * 100vw);
    height: 1px;
    bottom: 0;
    left: 0;
    background: #FFF;
    transition: 0.8s;
  }
  .navigation {
    right: -100vw;
    position: absolute;
    max-width: calc(375 / 375 * 100vw);
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .navigation .navigation--content {
    max-width: calc(220 / 375 * 100vw);
    margin-left: calc(155 / 375 * 100vw);
    background-color: #FFF;
  }
  .navigation .navigation--content__inner {
    padding: 0 0 calc(105 / 375 * 100vw);
  }
  .nav-active {
    width: 100vw;
    height: 100vh;
    top: calc(60 / 375 * 100vw);
    right: 0;
    bottom: 0;
    display: block;
    z-index: 50;
  }
  .burger-active::before {
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    height: 1px;
    margin: auto;
    background-color: #FFF;
  }
  .burger-active::after {
    transform: rotate(-135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFF;
    width: 100%;
  }
  .burger-active > .line {
    transform: scale(0);
  }
  .nav--mainlist > li > a {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.17647;
    font-weight: 700;
    color: var(--main-color);
    padding: calc(13 / 375 * 100vw) calc(30 / 375 * 100vw) calc(13 / 375 * 100vw) calc(11 / 375 * 100vw);
    border-bottom: 1px solid #ddd;
    display: block;
    background-image: url(assets/images/common/arrow01__bl__right.svg);
    background-repeat: no-repeat;
    background-position: center right calc(10 / 375 * 100vw);
    background-size: calc(16 / 375 * 100vw) calc(13 / 375 * 100vw);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all  0.25s ease;
  }
  .nav--mainlist > li > a:link {
    text-decoration: none;
  }
  .nav--mainlist > li > a:visited {
    text-decoration: none;
  }
  .nav--mainlist > li > a:hover {
    text-decoration: none;
  }
}

/**
 # Objects -  Compornent -
 */
/*
	btn.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 280px !important;
  height: 50px;
  position: relative;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  font-size: 1.6rem;
  border-radius: 0;
  padding: 0 50px;
  background-image: url(assets/images/common/arrow01__wh__right.svg);
  background-repeat: no-repeat;
  background-size: 16px 13px;
  background-position: center right 10px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-button__link:link {
  text-decoration: none;
  color: #FFF;
}

.edit-post-layout .editor-styles-wrapper .wp-block-button__link:visited {
  text-decoration: none;
  color: #FFF;
}

.edit-post-layout .editor-styles-wrapper .wp-block-button__link:hover {
  text-decoration: none;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  background-color: #FFF;
  background-image: url(assets/images/common/arrow01__bl__right.svg);
}

.edit-post-layout .editor-styles-wrapper .wp-block-button__link.wh--button {
  border: 1px solid #dddddd;
}

.edit-post-layout .editor-styles-wrapper .wp-block-button__link.wh--button span {
  color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .wp-block-button__link.wh--button:hover {
  background-color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .wp-block-button__link.wh--button:hover span {
  color: #FFF;
}

.edit-post-layout .editor-styles-wrapper .wp-block-button__link.wh--button:hover i {
  background-image: url(assets/images/common/arrow01__wh__right.svg);
}

.edit-post-layout .editor-styles-wrapper .wp-block-button__link.contact--button {
  border: 1px solid var(--main-color);
  height: 50px;
  width: 240px;
  max-width: 240px;
  background-color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .wp-block-button__link.contact--button span {
  color: #FFF;
}

.edit-post-layout .editor-styles-wrapper .wp-block-button__link.contact--button i {
  background-image: url(assets/images/common/arrow01__wh__right.svg);
  top: 1.25em;
}

.edit-post-layout .editor-styles-wrapper .wp-block-button__link.contact--button:hover {
  background-color: #FFF;
}

.edit-post-layout .editor-styles-wrapper .wp-block-button__link.contact--button:hover span {
  color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .wp-block-button__link.contact--button:hover i {
  background-image: url(assets/images/common/arrow01__bl__right.svg);
}

.edit-post-layout .editor-styles-wrapper .wp-block-button__link:link {
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .wp-block-button__link:visited {
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .wp-block-button__link:hover {
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .is-style-red--button .wp-block-button__link {
  border: 1px solid #9b0000;
  background-color: #9b0000;
}

.edit-post-layout .editor-styles-wrapper .is-style-red--button .wp-block-button__link:hover {
  border: 1px solid var(--main-color);
  background-color: #FFF;
}

.edit-post-layout .editor-styles-wrapper .is-style-white--button .wp-block-button__link {
  border: 1px solid var(--main-color);
  background-color: #FFF;
  color: var(--main-color);
  background-image: url(assets/images/common/arrow01__bl__right.svg);
}

.edit-post-layout .editor-styles-wrapper .is-style-white--button .wp-block-button__link:hover {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  color: #FFF;
  background-image: url(assets/images/common/arrow01__wh__right.svg);
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-button {
    margin: 0 auto calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-button__link {
    min-width: calc(300 / 375 * 100vw) !important;
    height: calc(50 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    padding: 0 calc(35 / 375 * 100vw);
    background-size: calc(16 / 375 * 100vw) calc(13 / 375 * 100vw);
    background-position: center right calc(10 / 375 * 100vw);
  }
}

/*
	blockquote.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper blockquote {
  margin: 30px 0px 30px 5px;
  padding: 30px 15px 30px 20px;
  margin-top: 20px;
  font-style: normal;
  border-left: 5px solid #cccccc;
  background-color: #f6f6f6;
  position: relative;
}

.edit-post-layout .editor-styles-wrapper blockquote p {
  position: relative;
  z-index: 3;
}

.edit-post-layout .editor-styles-wrapper blockquote p:last-child {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper blockquote:before {
  content: "”";
  font-size: 300%;
  font-weight: bold;
  line-height: 0.8em;
  font-family: 'Times New Roman', "ＭＳ Ｐゴシック", sans-serif;
  color: #cccccc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper blockquote {
    margin: 5.12821vw 0px 5.12821vw 1.28205vw;
    padding: 5.12821vw 3.84615vw 5.12821vw 5.12821vw;
    border-left: 1.02564vw solid #cccccc;
  }
}

/*
    display.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-column img {
  width: 100%;
  vertical-align: bottom;
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-columns {
    gap: 0;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-column .wp-block-image {
    margin: 0 auto 5.12821vw;
  }
}

/*
    headline.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper h1 {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--main-color);
  margin: 0 0 20px;
  line-height: 1.33333;
  border: 2px solid #DDD;
  padding: 15px;
}

.edit-post-layout .editor-styles-wrapper h2 {
  font-size: 2.6rem;
  color: var(--main-color);
  font-weight: 700;
  background-image: url(assets/images/common/icon__headline.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px 24px;
  margin: 40px 0 20px;
  padding: 0 0 0 30px;
  line-height: 1.3;
}

.edit-post-layout .editor-styles-wrapper h2.cmn--arrows {
  position: relative;
}

.edit-post-layout .editor-styles-wrapper h2.cmn--arrows:after {
  content: "";
  width: 16px;
  height: 13px;
  display: inline-block;
  position: relative;
  background-image: url(assets/images/common/arrow01__bl__right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 2.6rem;
}

.edit-post-layout .editor-styles-wrapper h2.headline--type02 {
  background: none;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper h2.is-style-headline--type02 {
  background: none;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper h2:first-child {
  margin: 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper h3 {
  font-size: 2.0rem;
  color: var(--main-color);
  font-weight: 700;
  padding: 15px 20px;
  line-height: 1.25;
  background-color: #f3f3f3;
  margin: 40px 0 20px;
  background-image: url(assets/images/common/icon__headline__h3.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 5px 24px;
}

.edit-post-layout .editor-styles-wrapper h3:first-child {
  margin: 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper h4 {
  font-size: 1.8rem;
  color: #000;
  margin: 0 0 20px;
  padding: 0 0 10px;
  line-height: 1.25;
  border-bottom: 1px solid #DDD;
}

.edit-post-layout .editor-styles-wrapper h4:first-child {
  margin: 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper h5 {
  font-size: 1.6rem;
  color: var(--main-color);
  margin: 0 0 20px;
  padding: 0 30px 0 0;
  line-height: 1.25;
  display: inline-block;
  background-image: url(assets/images/common/arrow01__bl__right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 16px 13px;
}

.edit-post-layout .editor-styles-wrapper h5:first-child {
  margin: 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper h6 {
  font-size: 1.6rem;
  color: var(--main-color);
  margin: 0 0 20px;
  padding: 0 0 0 21px;
  line-height: 1.25;
  background-image: url(assets/images/common/arrow05__bl__right.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 16px 16px;
}

.edit-post-layout .editor-styles-wrapper h6:first-child {
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper h1 {
    font-size: calc(20 / 375 * 100vw);
    margin: 0 0 calc(15 / 375 * 100vw);
    border: calc(2 / 375 * 100vw) solid #DDD;
    padding: calc(10 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper h2 {
    font-size: calc(20 / 375 * 100vw);
    background-size: calc(16 / 375 * 100vw) calc(20 / 375 * 100vw);
    margin: calc(30 / 375 * 100vw) 0 calc(15 / 375 * 100vw);
    padding: 0 0 0 calc(22 / 375 * 100vw);
    line-height: 1.3;
  }
  .edit-post-layout .editor-styles-wrapper h2.cmn--arrows:after {
    width: calc(16 / 375 * 100vw);
    height: calc(13 / 375 * 100vw);
    margin-left: calc(10 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper h2:first-child {
    margin: 0 0 calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper h3 {
    font-size: calc(18 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
    margin: 0 0 calc(15 / 375 * 100vw);
    background-size: calc(5 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper h4 {
    font-size: calc(16 / 375 * 100vw);
    margin: 0 0 calc(15 / 375 * 100vw);
    padding: 0 0 calc(10 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper h4:first-child {
    margin: 0 0 calc(10 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper h5 {
    font-size: calc(15 / 375 * 100vw);
    margin: 0 0 calc(15 / 375 * 100vw);
    padding: 0 calc(25 / 375 * 100vw) 0 0;
    background-size: calc(16 / 375 * 100vw) calc(13 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper h5:first-child {
    margin: 0 0 calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper h6 {
    font-size: calc(15 / 375 * 100vw);
    margin: 0 0 calc(15 / 375 * 100vw);
    padding: 0 0 0 calc(20 / 375 * 100vw);
    line-height: 1.25;
    background-size: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper h6:first-child {
    margin: 0 0 calc(15 / 375 * 100vw);
  }
}

/*
	hr.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  max-width: initial;
}

.wp-block-separator {
  border-bottom: 1px solid var(--main-color);
}

/*
	images.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-element-caption {
  line-height: 1.35;
}

.edit-post-layout .editor-styles-wrapper .wp-block-image .aligncenter {
  margin: 0 auto;
}

.edit-post-layout .editor-styles-wrapper .wp-block-image .aligncenter img {
  max-width: 100%;
  width: auto;
}

.edit-post-layout .editor-styles-wrapper .wp-block-image .alignleft.size-full {
  margin: 0.5em 1.0em 1.0em 0;
}

.edit-post-layout .editor-styles-wrapper .wp-block-image .alignright.size-full {
  margin: 0.5em 0 1.0em 1.0em;
}

.edit-post-layout .editor-styles-wrapper .wp-element-caption {
  text-align: left;
  font-size: 1.4rem;
  color: #000;
}

.edit-post-layout .editor-styles-wrapper .is-style-caption {
  position: relative;
}

.edit-post-layout .editor-styles-wrapper .is-style-caption .wp-element-caption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12.5px 30px;
  background-image: url(assets/images/common/bg__02.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  margin: 0;
  font-size: 1.6rem;
  color: #FFF;
  font-weight: 700;
}

.wp-block-media-text__media img {
  height: auto;
}

.wp-block-image img {
  height: auto;
}

.wp-block {
  margin-top: 0;
}

.edit-post-layout .editor-styles-wrapper img.size-full {
  width: auto;
  margin: 0 auto;
  height: auto;
  display: block;
}

.edit-post-layout .editor-styles-wrapper .wp-block-image .size-full {
  width: auto;
  margin: 0 auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-image .alignleft.size-full {
    margin: 0 0 calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-image .alignright.size-full {
    margin: 0 0 calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .wp-element-caption {
    font-size: calc(13 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .is-style-caption .wp-element-caption {
    padding: calc(10 / 375 * 100vw) calc(15 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
  }
  .wp-block-media-text__media img {
    height: auto;
  }
  .wp-block-image img {
    height: auto;
  }
  .wp-block {
    margin-top: 0;
  }
  .edit-post-layout .editor-styles-wrapper img.size-full {
    width: auto;
    margin: 0 auto;
    height: auto;
    display: block;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-image .size-full {
    width: auto;
    margin: 0 auto;
    height: auto;
  }
}

/*
    list.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .block-library-list ol, .edit-post-layout .editor-styles-wrapper .block-library-list ul {
  padding-left: 0;
}

.edit-post-layout .editor-styles-wrapper ul {
  margin: 0 0 20px;
  padding: 0;
  counter-reset: number;
}

.edit-post-layout .editor-styles-wrapper ul li {
  font-size: 1.6rem;
  color: #000;
  position: relative;
  line-height: 1.375;
  padding: 0 0 0 16px;
  margin: 0 0 1.0em;
  list-style: none;
  list-style-position: outside;
}

.edit-post-layout .editor-styles-wrapper ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0.50em;
}

.edit-post-layout .editor-styles-wrapper ul li:last-child {
  margin: 0;
  padding: 0 0 0 16px;
}

.edit-post-layout .editor-styles-wrapper ol {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  counter-reset: number;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper ol li {
  font-size: 1.6rem;
  color: #000;
  padding: 0 0 0 16px;
  margin: 0 0 1.0em;
  line-height: 1.375;
  position: relative;
  list-style: none;
  list-style-position: outside;
}

.edit-post-layout .editor-styles-wrapper ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  display: block;
  position: absolute;
  font-size: 1.6rem;
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: 0px;
  margin-right: .5em;
}

.edit-post-layout .editor-styles-wrapper .is-style-caution--list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.edit-post-layout .editor-styles-wrapper .is-style-caution--list li {
  font-size: 1.4rem;
  margin: 0 0 0.5em;
  padding: 0;
  font-weight: 400;
}

.edit-post-layout .editor-styles-wrapper .is-style-caution--list li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .is-style-caution--list li:last-child {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .block-library-list ol, .edit-post-layout .editor-styles-wrapper .block-library-list ul {
    padding-left: 0;
  }
  .edit-post-layout .editor-styles-wrapper ul {
    margin: 0 0 calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper ul li {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.42857;
    padding: 0 0 0 calc(16 / 375 * 100vw);
    margin: 0 0 0.75em;
  }
  .edit-post-layout .editor-styles-wrapper ul li:before {
    content: "";
    width: calc(5 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
    top: 0.55em;
  }
  .edit-post-layout .editor-styles-wrapper ul li:last-child {
    margin: 0;
    padding: 0 0 0 calc(16 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper ol {
    margin: 0 0 calc(15 / 375 * 100vw);
    padding: 0;
    list-style: none;
    counter-reset: number;
    padding: 0;
  }
  .edit-post-layout .editor-styles-wrapper ol li {
    font-size: calc(14 / 375 * 100vw);
    color: #000;
    padding: 0 0 0 calc(16 / 375 * 100vw);
    line-height: 1.42857;
  }
  .edit-post-layout .editor-styles-wrapper ol li:before {
    font-size: calc(14 / 375 * 100vw);
    margin-right: .5em;
  }
  .edit-post-layout .editor-styles-wrapper .is-style-caution--list {
    margin: 0 0 calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .is-style-caution--list li {
    font-size: calc(12 / 375 * 100vw);
  }
}

/*
    table.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-flexible-table-block-table table {
  margin: 0 0 20px;
  width: 100%;
}

.edit-post-layout .editor-styles-wrapper .wp-block-flexible-table-block-table table p {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .wp-block-flexible-table-block-table table th {
  border: 1px solid #DDD;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  background-color: #F2F2F2;
}

.edit-post-layout .editor-styles-wrapper .wp-block-flexible-table-block-table table th:first-child {
  border-left: none;
}

.edit-post-layout .editor-styles-wrapper .wp-block-flexible-table-block-table table th:last-child {
  border-right: none;
}

.edit-post-layout .editor-styles-wrapper .wp-block-flexible-table-block-table table td {
  color: #000;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #DDD;
}

.edit-post-layout .editor-styles-wrapper .wp-block-flexible-table-block-table table td:first-child {
  border-left: none;
}

.edit-post-layout .editor-styles-wrapper .wp-block-flexible-table-block-table table td:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-flexible-table-block-table table {
    margin: 0 0 calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-flexible-table-block-table table th {
    padding: calc(10 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-flexible-table-block-table table td {
    padding: calc(10 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

/*
    _text.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

.edit-post-layout .editor-styles-wrapper sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}

.edit-post-layout .editor-styles-wrapper p {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
  word-break: break-all;
  margin: 0 0 1.5em;
}

.edit-post-layout .editor-styles-wrapper p em {
  font-style: italic;
}

.edit-post-layout .editor-styles-wrapper p strong {
  font-weight: 700;
  color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper p mark {
  font-weight: normal;
  font-style: normal;
}

.edit-post-layout .editor-styles-wrapper p a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper p a:link {
  text-decoration: underline;
  color: var(--main-color);
  text-underline-offset: 5px;
}

.edit-post-layout .editor-styles-wrapper p a:visited {
  text-decoration: underline;
  color: var(--main-color);
  text-underline-offset: 5px;
}

.edit-post-layout .editor-styles-wrapper p a:hover {
  text-decoration: underline;
  opacity: 0.50;
  color: var(--main-color);
  text-underline-offset: 5px;
}

.edit-post-layout .editor-styles-wrapper p:last-child {
  margin: 0 0 1.5em;
}

.edit-post-layout .editor-styles-wrapper .style-marker {
  background: var(--main-color);
  display: inline;
  padding: 3px 5px;
  font-style: normal;
  color: #000;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
  }
  .edit-post-layout .editor-styles-wrapper sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    bottom: -0.25em;
  }
  .edit-post-layout .editor-styles-wrapper p {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.57143;
    margin: 0 0 1.0em;
  }
  .edit-post-layout .editor-styles-wrapper p a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all  0.25s ease;
    color: var(--main-color);
  }
  .edit-post-layout .editor-styles-wrapper p a:link {
    text-decoration: underline;
    color: var(--main-color);
    text-underline-offset: calc(5 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper p a:visited {
    text-decoration: underline;
    color: var(--main-color);
    text-underline-offset: calc(5 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper p a:hover {
    text-decoration: underline;
    opacity: 0.50;
    color: var(--main-color);
    text-underline-offset: calc(5 / 375 * 100vw);
  }
}

/*
    _module.scss
---------------------------------------------------------------------------- */
/**
 # Objects -  Module -
 */
/*
	headline.scss
---------------------------------------------------------------------------- */
.l--headline__wrapper {
  margin: 0 0 20px;
  background-image: url(assets/images/common/bg__headline.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 25px;
}

.l--headline__inner {
  width: 1180px;
  margin: 0 auto;
  padding: 80px 0 40px;
}

.l--headline-main {
  color: var(--main-color);
  font-size: 3.6rem;
  line-height: 1.0;
  margin: 0 0 20px;
  font-weight: 700;
  display: block;
}

.l--headline-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57143;
}

.l--headline.l--headline--images {
  min-height: 300px;
  display: flex;
  align-items: center;
}

.l--headline.l--headline--images .l--headline-text {
  font-size: 1.8rem;
  line-height: 1.66667;
}

.l--headline.l--headline--images .l--headline__inner {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .l--headline__wrapper {
    margin: 0 0 calc(15 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
  .l--headline__inner {
    width: auto;
    padding: calc(40 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
  }
  .l--headline-main {
    font-size: calc(24 / 375 * 100vw);
    margin: 0 0 calc(10 / 375 * 100vw);
  }
  .l--headline-text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.57143;
  }
  .l--headline.l--headline--images {
    min-height: calc(200 / 375 * 100vw);
  }
  .l--headline.l--headline--images .l--headline-text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.42857;
  }
}

/*--------------------------------------------------------------
    # _pager.scss
--------------------------------------------------------------*/
/*
    Pager [Archives]
--------------------------------------------------------------*/
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .first {
  display: none;
}

.wp-pagenavi .last {
  display: none;
}

.wp-pagenavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  box-sizing: border-box;
  padding: 0;
  border: none;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: var(--font-main);
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  border: 1px solid var(--main-color);
}

.wp-pagenavi a:link {
  color: var(--main-color);
  text-decoration: none;
}

.wp-pagenavi a:visited {
  color: var(--main-color);
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: var(--main-color);
}

.wp-pagenavi span.current {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-family: var(--font-main);
  margin: 0 10px;
  color: #FFF;
  font-weight: 400;
  padding: 0;
  border: none;
  position: relative;
  background-color: var(--main-color);
  width: 30px;
  height: 30px;
}

.wp-pagenavi span.extend {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-family: var(--font-main);
  margin: 0 10px;
  color: var(--main-color);
  font-weight: 400;
  padding: 0;
  border: none;
  position: relative;
  background-color: var(--main-color);
  border: none;
  width: 30px;
  height: 30px;
}

.wp-pagenavi .previouspostslink {
  vertical-align: bottom;
  display: inline-block;
  margin: 0 20px 0 0;
  border-radius: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  text-indent: -9999px;
  background-image: url(assets/images/common/arrow02__wh__left.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 60% center;
}

.wp-pagenavi .previouspostslink:hover {
  border: 1px solid var(--main-color);
  background-color: #FFF;
  background-image: url(assets/images/common/arrow02__bl__left.svg);
}

.wp-pagenavi .nextpostslink {
  vertical-align: bottom;
  display: inline-block;
  margin: 0 0 0 20px;
  border-radius: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  text-indent: -9999px;
  background-image: url(assets/images/common/arrow02__wh__right.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 40% center;
}

.wp-pagenavi .nextpostslink:hover {
  border: 1px solid var(--main-color);
  background-color: #FFF;
  background-image: url(assets/images/common/arrow02__bl__right.svg);
}

@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin: calc(20 / 375 * 100vw) auto 0;
  }
  .wp-pagenavi a {
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    margin: 0 calc(5 / 375 * 100vw);
    font-size: calc(12.5 / 375 * 100vw);
  }
  .wp-pagenavi span.current {
    font-size: calc(12.5 / 375 * 100vw);
    margin: 0 calc(5 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
  .wp-pagenavi span.extend {
    font-size: calc(12.5 / 375 * 100vw);
    margin: 0 calc(5 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
  .wp-pagenavi .previouspostslink {
    margin: 0 calc(10 / 375 * 100vw) 0 0;
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    background-size: calc(6.5 / 375 * 100vw) calc(6.5 / 375 * 100vw);
    background-position: 60% center;
  }
  .wp-pagenavi .nextpostslink {
    margin: 0 0 0 calc(10 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    background-size: calc(6.5 / 375 * 100vw) calc(6.5 / 375 * 100vw);
    background-position: 40% center;
  }
}

/*
   pager.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .p--single-nav {
  margin: 40px auto;
}

.edit-post-layout .editor-styles-wrapper .p--single-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.edit-post-layout .editor-styles-wrapper .p--single-list > li {
  margin: 0;
  padding: 0;
  line-height: 1.0;
  width: 200px;
}

.edit-post-layout .editor-styles-wrapper .p--single-list > li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .p--single-list > li:last-child {
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .p--single-index a {
  text-align: center;
  line-height: 1.0;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  border: 1px solid var(--main-color);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  padding: 15px 40px;
}

.edit-post-layout .editor-styles-wrapper .p--single-index a:link {
  text-decoration: none;
  color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .p--single-index a:visited {
  text-decoration: none;
  color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .p--single-index a:hover {
  color: #FFF;
  background-color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .p--single-prev a {
  text-align: center;
  font-weight: 700;
  display: block;
  line-height: 1.0;
  font-size: 1.6rem;
  padding: 15px 40px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  border: 1px solid var(--main-color);
  background-image: url(assets/images/common/arrow01__bl__left.svg);
  background-repeat: no-repeat;
  background-size: 16px 13px;
  background-position: center left 15px;
}

.edit-post-layout .editor-styles-wrapper .p--single-prev a:link {
  text-decoration: none;
  color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .p--single-prev a:visited {
  text-decoration: none;
  color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .p--single-prev a:hover {
  color: #FFF;
  background-color: var(--main-color);
  background-image: url(assets/images/common/arrow01__wh__left.svg);
}

.edit-post-layout .editor-styles-wrapper .p--single-next a {
  text-align: center;
  font-weight: 700;
  display: block;
  line-height: 1.0;
  font-size: 1.6rem;
  padding: 15px 40px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  border: 1px solid var(--main-color);
  background-image: url(assets/images/common/arrow01__bl__right.svg);
  background-repeat: no-repeat;
  background-size: 16px 13px;
  background-position: center right 15px;
}

.edit-post-layout .editor-styles-wrapper .p--single-next a:link {
  text-decoration: none;
  color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .p--single-next a:visited {
  text-decoration: none;
  color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .p--single-next a:hover {
  color: #FFF;
  background-color: var(--main-color);
  background-image: url(assets/images/common/arrow01__wh__right.svg);
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .p--single-nav {
    margin: calc(40 / 375 * 100vw) auto calc(10 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .p--single-list > li {
    width: calc(100 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .p--single-index a {
    font-size: calc(12 / 375 * 100vw);
    font-weight: 700;
    padding: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .p--single-prev a {
    font-size: calc(12 / 375 * 100vw);
    font-weight: 700;
    padding: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
    background-size: calc(12 / 375 * 100vw) calc(9.75 / 375 * 100vw);
    background-position: center left calc(5 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .p--single-next a {
    font-size: calc(12 / 375 * 100vw);
    font-weight: 700;
    padding: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
    background-size: calc(12 / 375 * 100vw) calc(9.75 / 375 * 100vw);
    background-position: center right calc(5 / 375 * 100vw);
  }
}

/*--------------------------------------------------------------
    # _topic_path.scss
--------------------------------------------------------------*/
.l--topicpath {
  padding: 0 25px 30px;
  position: relative;
  z-index: 5;
}

.l--topicpath__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}

.l--topicpath span {
  font-size: 1.2rem;
  display: block;
  padding: 0 0 5px;
}

.l--topicpath span a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  border-bottom: 1px solid var(--main-color);
  display: block;
}

.l--topicpath span a:link {
  text-decoration: none;
  color: var(--main-color);
}

.l--topicpath span a:visited {
  text-decoration: none;
  color: var(--main-color);
}

.l--topicpath span a:hover {
  text-decoration: none;
  color: var(--main-color);
  opacity: 0.45;
}

.l--topicpath i {
  margin: 2px 10px;
  display: block;
  width: 5px;
  height: 9px;
  position: relative;
  background-image: url(assets/images/common/arrow03__bl__right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .l--topicpath {
    padding: 0 calc(15 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
  .l--topicpath__inner {
    max-width: initial;
  }
  .l--topicpath span {
    font-size: calc(11 / 375 * 100vw);
    padding: 0 0 calc(5 / 375 * 100vw);
  }
  .l--topicpath i {
    margin: calc(2 / 375 * 100vw) calc(10 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
    height: calc(9 / 375 * 100vw);
  }
}

/*
	btn.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .cmn--button__wrap {
  text-align: center;
  display: flex;
  justify-content: center;
}

.edit-post-layout .editor-styles-wrapper .cmn--button__wrap a {
  margin: 0 auto;
}

.edit-post-layout .editor-styles-wrapper .cmn--button__wrap li {
  margin: 0;
  padding: 0;
  border: none;
  margin: 0 15px;
}

.edit-post-layout .editor-styles-wrapper .cmn--button__wrap li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .cmn--button__wrap li:last-child {
  margin: 0;
}

.cmn--button__wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0;
}

.cmn--button__wrap a {
  margin: 0 auto;
}

.cmn--button__wrap li {
  margin: 0 15px;
  border: none;
  margin: 0;
  padding: 0;
}

.cmn--button__wrap li:before {
  display: none;
}

.cmn--button__wrap li:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .cmn--button__wrap {
    display: block;
  }
  .edit-post-layout .editor-styles-wrapper .cmn--button__wrap li {
    margin: 0 0 5.12821vw;
  }
  .cmn--button__wrap {
    display: block;
  }
  .cmn--button__wrap li {
    margin: 0 0 5.12821vw;
  }
}

.cmn--button__wrap {
  text-align: center;
  display: flex;
  justify-content: center;
}

.cmn--button__wrap a {
  margin: 0 auto;
}

.cmn--button__wrap li {
  margin: 0;
  padding: 0;
  border: none;
  margin: 0 15px;
}

.cmn--button__wrap li:last-child {
  margin: 0;
}

.cmn--button01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  position: relative;
  border: 1px solid #dddddd;
  background-color: #FFF;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.cmn--button01 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  color: var(--main-color);
}

.cmn--button01 i {
  position: absolute;
  top: 1.0em;
  right: 10px;
  width: 16px;
  height: 13px;
  background-image: url(assets/images/common/arrow01__bl__right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cmn--button01.wh--button {
  border: 1px solid #dddddd;
}

.cmn--button01.wh--button span {
  color: var(--main-color);
}

.cmn--button01.wh--button:hover {
  background-color: var(--main-color);
}

.cmn--button01.wh--button:hover span {
  color: #FFF;
}

.cmn--button01.wh--button:hover i {
  background-image: url(assets/images/common/arrow01__wh__right.svg);
}

.cmn--button01.contact--button {
  border: 1px solid var(--main-color);
  height: 50px;
  width: 240px;
  max-width: 240px;
  background-color: var(--main-color);
}

.cmn--button01.contact--button span {
  color: #FFF;
}

.cmn--button01.contact--button i {
  background-image: url(assets/images/common/arrow01__wh__right.svg);
  top: 1.25em;
}

.cmn--button01.contact--button:hover {
  background-color: #FFF;
}

.cmn--button01.contact--button:hover span {
  color: var(--main-color);
}

.cmn--button01.contact--button:hover i {
  background-image: url(assets/images/common/arrow01__bl__right.svg);
}

.cmn--button01:link {
  text-decoration: none;
}

.cmn--button01:visited {
  text-decoration: none;
}

.cmn--button01:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .cmn--button01 {
    width: calc(345 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
  }
  .cmn--button01 span {
    font-size: calc(14 / 375 * 100vw);
  }
  .cmn--button01 i {
    top: 1.0em;
    right: calc(10 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
    height: calc(13 / 375 * 100vw);
  }
  .cmn--button01.contact--button {
    height: calc(50 / 375 * 100vw);
    width: calc(345 / 375 * 100vw);
    max-width: calc(345 / 375 * 100vw);
  }
}

/**
 # Objects -  project -
 */
/*--------------------------------------------------------------
    # _home.scss
--------------------------------------------------------------*/
/*
    Common & Config
--------------------------------------------------------------*/
.h--headline {
  font-size: 2.6rem;
  color: var(--main-color);
  font-weight: 700;
  padding: 0 0 0 30px;
  margin: 0 0 40px;
  background-image: url(assets/images/common/icon__headline.svg);
  background-size: 20px 24px;
  background-position: center left;
  background-repeat: no-repeat;
}

.h--headline__wrap {
  display: flex;
  align-items: flex-end;
  margin: 0 0 40px;
}

.h--headline__wrap .h--headline {
  margin: 0;
}

.h--headline-text {
  margin-left: 20px;
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .h--headline {
    font-size: calc(20 / 375 * 100vw);
    padding: 0 0 0 calc(22 / 375 * 100vw);
    margin: 0 0 calc(22 / 375 * 100vw);
    background-size: calc(16 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .h--headline__wrap {
    display: block;
    align-items: flex-end;
    margin: 0 0 calc(22 / 375 * 100vw);
  }
  .h--headline__wrap .h--headline {
    margin: 0 0 calc(22 / 375 * 100vw);
  }
  .h--headline-text {
    margin-left: 0;
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.57143;
  }
}

/*
    Hero [.h--hero]
--------------------------------------------------------------*/
.h--hero {
  padding: 180px 0 0;
  background-image: url(assets/images/pages/home/bg__01.png);
  background-position: center;
  background-size: 100%;
}

.h--hero__main__wrapper {
  padding: 0 0 0 25px;
}

.h--hero__main {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.h--hero__main-deco--type01 {
  position: absolute;
  top: -60px;
  right: 100px;
  width: 500px;
}

.h--hero__main-deco--type01 img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.h--hero__main-content {
  width: calc(860 / 1300 * 100%);
  margin: 0 0 50px;
  position: relative;
  z-index: 5;
}

.h--hero__main-content__inner {
  padding: 0 0 0 100px;
}

.h--hero__main-contact {
  display: none;
  max-width: 210px;
  position: fixed;
  right: 0;
  top: 180px;
  z-index: 20;
  background: linear-gradient(to right, #d16b45, #6d1e2f);
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0% 100%, 0% 15px);
}

.h--hero__main-contact__inner {
  padding: 20px;
}

.h--hero__main-contact-text {
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.71429;
  font-weight: 200;
  margin: 0 0 20px;
}

.h--hero__main-contact-button {
  background-color: #FFF;
  border: 1px solid #FFF;
  width: 110px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  color: #7b252c;
  font-weight: 700;
  font-size: 1.4rem;
}

.h--hero__main-contact-button:link {
  text-decoration: none;
}

.h--hero__main-contact-button:visited {
  text-decoration: none;
}

.h--hero__main-contact-button:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #7b252c;
}

.h--hero__main-title {
  width: 558px;
  margin: 0 0 40px;
}

.h--hero__main-title img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.h--hero__main-subtitle {
  display: inline-block;
  color: var(--main-color);
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--main-color);
  margin: 0 0 12px;
}

.h--hero__main-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}

.h--hero-carousel {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, #002c4e 25%, #002c4e 100%);
  padding: 0 0 25px;
}

.h--hero .slider-hero-box {
  display: block;
}

.h--hero .slider-hero-box:link {
  text-decoration: none;
}

.h--hero .slider-hero-box:visited {
  text-decoration: none;
}

.h--hero .slider-hero-box:hover {
  text-decoration: none;
}

.h--hero .slider-hero-box:hover .slider-hero-box__photo img {
  transform: scale(1.05);
}

.h--hero .slider-hero-box__photo {
  margin: 0 0 20px;
  aspect-ratio: 380 / 180;
  overflow: hidden;
  position: relative;
}

.h--hero .slider-hero-box__photo img {
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  height: auto;
  transform: scale(1);
  position: relative;
  z-index: 1;
}

.h--hero .slider-hero-box__cate {
  position: absolute;
  z-index: 5;
  background-image: url(assets/images/common/bg__01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 4px 9px;
  font-size: 1.4rem;
  color: #FFF;
  font-weight: 500;
  font-family: var(--font-main);
}

.h--hero .slider-hero-box__title {
  color: #FFF;
  font-size: 1.6rem;
  margin: 0 0 18px;
  font-weight: 700;
}

.h--hero .slider-hero-box__text {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 200;
}

.h--hero .slick-dots {
  display: none;
}

.h--hero .slick-slide {
  width: 380px !important;
  margin: 0 10px;
}

.h--hero .slick-prev, .h--hero .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 10px;
  display: block;
  width: 20px;
  height: 17px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  z-index: 20;
}

.h--hero .slick-prev:hover, .h--hero .slick-next:hover {
  opacity: 0.65;
}

.h--hero .slick-prev::before, .h--hero .slick-next::before {
  font-size: 0;
  line-height: 0;
}

.h--hero .slick-prev {
  background-image: url(assets/images/common/arrow01__wh__left.svg);
  left: 2.5%;
}

.h--hero .slick-next {
  background-image: url(assets/images/common/arrow01__wh__right.svg);
  right: 2.5%;
}

@media screen and (max-width: 768px) {
  .h--hero {
    padding: calc(95 / 375 * 100vw) 0 0;
  }
  .h--hero__main__wrapper {
    padding: 0;
  }
  .h--hero__main {
    max-width: initial;
    margin: 0 auto;
  }
  .h--hero__main-deco--type01 {
    position: absolute;
    top: 0;
    right: calc(15 / 375 * 100vw);
    width: calc(230 / 375 * 100vw);
  }
  .h--hero__main-content {
    width: calc(330 / 375 * 100vw);
    margin: 0 0 calc(20 / 375 * 100vw);
  }
  .h--hero__main-content__inner {
    padding: 0 0 0 calc(15 / 375 * 100vw);
  }
  .h--hero__main-contact {
    margin: calc(20 / 375 * 100vw) 0 0;
    max-width: calc(40 / 375 * 100vw);
    top: calc(80 / 375 * 100vw);
    z-index: 20;
    background: linear-gradient(to right, #d16b45, #6d1e2f);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%, 0% 0);
  }
  .h--hero__main-contact__inner {
    padding: 0;
  }
  .h--hero__main-contact-text {
    display: none;
  }
  .h--hero__main-contact-button {
    background: none;
    border: none;
    width: auto;
    height: auto;
    display: block;
    padding: calc(13 / 375 * 100vw) calc(15 / 375 * 100vw);
    color: #FFF;
    font-size: calc(14 / 375 * 100vw);
  }
  .h--hero__main-title {
    width: calc(280 / 375 * 100vw);
    margin: 0 0 calc(16 / 375 * 100vw);
  }
  .h--hero__main-subtitle {
    font-size: calc(14 / 375 * 100vw);
    padding: 0 0 calc(12 / 375 * 100vw);
    margin: 0 0 calc(12 / 375 * 100vw);
    line-height: 1.57143;
  }
  .h--hero__main-text {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
  }
  .h--hero-carousel {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, #002c4e 25%, #002c4e 100%);
    padding: 0 0 calc(16 / 375 * 100vw);
  }
  .h--hero .slider-hero-box__photo {
    margin: 0 0 calc(10 / 375 * 100vw);
    aspect-ratio: 285 / 140;
  }
  .h--hero .slider-hero-box__cate {
    padding: calc(4 / 375 * 100vw) calc(8 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }
  .h--hero .slider-hero-box__title {
    font-size: calc(14 / 375 * 100vw);
    margin: 0 0 calc(12 / 375 * 100vw);
  }
  .h--hero .slider-hero-box__text {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.83333;
  }
  .h--hero .slick-dots {
    display: none;
  }
  .h--hero .slick-slide {
    width: calc(285 / 375 * 100vw) !important;
    margin: 0 10px;
  }
  .h--hero .slick-prev, .h--hero .slick-next {
    bottom: calc(10 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
    height: calc(13 / 375 * 100vw);
  }
  .h--hero .slick-prev {
    background-image: url(assets/images/common/arrow01__wh__left.svg);
    left: 2.5%;
  }
  .h--hero .slick-next {
    background-image: url(assets/images/common/arrow01__wh__right.svg);
    right: 2.5%;
  }
}

/*
    Reason [.h--reason]
--------------------------------------------------------------*/
.h--reason {
  padding: 40px 25px;
}

.h--reason__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.h--reason-cols {
  display: flex;
  justify-content: space-between;
}

.h--reason-content {
  width: calc(520 / 1180 * 100%);
}

.h--reason-content .cmn--button__wrap {
  justify-content: end;
}

.h--reason-content__copy {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.77778;
  color: var(--main-color);
  margin: 0 0 20px;
}

.h--reason-content__text {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
  margin: 0 0 35px;
}

.h--reason-figure {
  width: calc(550 / 1180 * 100%);
}

.h--reason-figure img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

@media screen and (max-width: 768px) {
  .h--reason {
    padding: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
  .h--reason__inner {
    max-width: initial;
  }
  .h--reason-cols {
    display: block;
  }
  .h--reason-content {
    width: auto;
  }
  .h--reason-content .cmn--button__wrap {
    justify-content: end;
  }
  .h--reason-content__copy {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    margin: 0 0 calc(20 / 375 * 100vw);
  }
  .h--reason-content__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.57143;
    margin: 0 0 calc(20 / 375 * 100vw);
  }
  .h--reason-figure {
    width: auto;
    margin: 0 0 calc(20 / 375 * 100vw);
  }
  .h--reason-figure img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
  }
}

/*
    Service [.h--service]
--------------------------------------------------------------*/
.h--service {
  padding: 20px 25px 40px;
  background-image: url(assets/images/pages/home/bg__01.png);
  background-position: center;
  background-size: 100%;
}

.h--service__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.h--service-line {
  height: 2px;
  width: 100%;
  background-color: #dddddd;
  display: block;
  margin: 0 0 20px;
  position: relative;
}

.h--service-toggle {
  display: none;
}

.h--service-tablist {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 0 0 10px;
  gap: 20px;
}

.h--service-tablist__title {
  font-weight: 700;
  color: #FFF;
  font-size: 1.8rem;
  display: block;
  text-align: center;
}

.h--service-tablist__sub {
  font-weight: 200;
  color: #FFF;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  margin: 12px 0 0;
  display: none;
}

.h--service-tablist > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(380 / 1180 * 100%);
  background-color: #888888;
  position: relative;
  cursor: pointer;
  height: 55px;
  clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 15px);
}

.h--service-tablist > li.active {
  height: 75px;
  background-color: var(--main-color);
}

.h--service-tablist > li.active .h--service-tablist__sub {
  display: block;
}

.h--service .tabline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #d16b45, #6d1e2f);
  pointer-events: none;
  display: block;
}

.h--service-box__wrapper {
  display: none;
}

.h--service-box__wrapper.active {
  display: block;
}

.h--service-box {
  display: flex;
  flex-wrap: wrap;
}

.h--service-box-list {
  width: calc(280 / 1180 * 100%);
  background-color: #FFF;
  filter: drop-shadow(0px 0px 3px #EEE);
  margin: 0 calc(20 / 1180 * 100%) 20px 0;
}

.h--service-box-list:nth-child(4n) {
  margin: 0 0 20px 0;
}

.h--service-box-list dt {
  background-color: #dfe2ef;
  padding: 15px;
  font-weight: 700;
  font-size: 1.6rem;
  display: block;
  background-image: url(assets/images/common/arrow01__bl__right.svg);
  background-size: 16px 13px;
  background-position: center right 10px;
  background-repeat: no-repeat;
  color: var(--main-color);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.h--service-box-list dt:link {
  text-decoration: none;
}

.h--service-box-list dt:visited {
  text-decoration: none;
}

.h--service-box-list dt:hover {
  text-decoration: none;
  opacity: 0.45;
}

.h--service-box-list dd {
  padding: 22.5px 15px;
}

.h--service-box-clist > li {
  margin: 0 0 10px;
}

.h--service-box-clist > li > a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  position: relative;
  line-height: 1.25;
  display: inline-block;
  padding: 0 0 0 10px;
}

.h--service-box-clist > li > a:link {
  text-decoration: none;
}

.h--service-box-clist > li > a:visited {
  text-decoration: none;
}

.h--service-box-clist > li > a:hover {
  text-decoration: none;
}

.h--service-box-clist > li > a:hover:after {
  width: 100%;
}

.h--service-box-clist > li > a:after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.h--service-box-clist > li > a:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0.65em;
  left: 0;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .h--service {
    padding: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw);
    background-image: url(assets/images/pages/home/bg__01.png);
    background-position: center;
    background-size: 200%;
  }
  .h--service__inner {
    max-width: initial;
  }
  .h--service-line {
    display: none;
  }
  .h--service-toggle {
    display: block;
    margin: 0 0 calc(10 / 375 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #888888;
    border: none;
    position: relative;
    cursor: pointer;
    height: calc(40 / 375 * 100vw);
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%, 0 10px);
    background-image: url(assets/images/common/icon__close.svg);
    background-repeat: no-repeat;
    background-size: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw);
    background-position: center right calc(10 / 375 * 100vw);
  }
  .h--service-toggle.active {
    height: calc(60 / 375 * 100vw);
    background-color: var(--main-color);
    background-image: url(assets/images/common/icon__open.svg);
  }
  .h--service-toggle.active .h--service-tablist__sub {
    display: block;
  }
  .h--service-tablist {
    display: none;
  }
  .h--service-tablist__title {
    font-size: calc(16 / 375 * 100vw);
  }
  .h--service-tablist__sub {
    font-size: calc(12 / 375 * 100vw);
    margin: calc(0 / 375 * 100vw) 0 0;
    display: none;
  }
  .h--service .tabline {
    display: none;
  }
  .h--service-box__wrapper {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease, opacity 0.8s ease;
    opacity: 0;
  }
  .h--service-box__wrapper.active {
    display: block;
    max-height: 1000px;
    opacity: 1;
  }
  .h--service-box {
    display: block;
  }
  .h--service-box-list {
    width: auto;
    margin: 0 0 calc(10 / 375 * 100vw);
  }
  .h--service-box-list dt {
    padding: calc(14 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    background-size: calc(16 / 375 * 100vw) calc(13 / 375 * 100vw);
    background-position: center right calc(10 / 375 * 100vw);
  }
  .h--service-box-list dd {
    padding: calc(14 / 375 * 100vw) calc(11 / 375 * 100vw);
  }
  .h--service-box-clist > li {
    margin: 0 0 calc(10 / 375 * 100vw);
  }
  .h--service-box-clist > li > a {
    font-size: calc(12 / 375 * 100vw);
    padding: 0 0 0 calc(10 / 375 * 100vw);
  }
  .h--service-box-clist > li > a:after {
    display: none;
  }
  .h--service-box-clist > li > a:before {
    content: "";
    width: calc(3 / 375 * 100vw);
    height: calc(3 / 375 * 100vw);
    top: 0.5em;
  }
}

/*
    Works & Business Common [.h--wb__area]
--------------------------------------------------------------*/
.h--wb__area {
  background: linear-gradient(135deg, #e4ecf4 0%, #ffffff 100%);
  padding: 40px 25px;
}

.h--wb__area__inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

.h--wb__area-deco--type01 {
  width: 503px;
  position: absolute;
  right: 75px;
  top: 16px;
  z-index: 1;
}

.h--wb__area-deco--type01 img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

@media screen and (max-width: 768px) {
  .h--wb__area {
    background: linear-gradient(315deg, #e4ecf4 0%, #ffffff 100%);
    padding: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
  .h--wb__area__inner {
    max-width: initial;
  }
  .h--wb__area-deco--type01 {
    display: none;
  }
}

/*
    Knowledge Common [.h--knowledge]
--------------------------------------------------------------*/
.h--knowledge {
  position: relative;
  z-index: 5;
}

/*
    Works Common [.h--works]
--------------------------------------------------------------*/
.h--works-cols {
  padding: 0 0 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  align-items: center;
}

.h--works-banners {
  width: calc(580 / 1180 * 100%);
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.h--works-banners img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.h--works-banners:hover {
  opacity: 0.45;
}

.h--works-banner {
  width: calc(580 / 1180 * 100%);
  position: relative;
  background: linear-gradient(to right, #d16b45, #6d1e2f);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  display: block;
}

.h--works-banner:link {
  text-decoration: none;
}

.h--works-banner:visited {
  text-decoration: none;
}

.h--works-banner:hover {
  text-decoration: none;
}

.h--works-banner:hover:after {
  width: 100%;
}

.h--works-banner__inner {
  padding: 20px;
}

.h--works-banner:after {
  content: "";
  background-color: #d16b45;
  width: 5%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.h--works-banner-sub {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  margin: 0 0 13px;
}

.h--works-banner-sub .status__icon {
  background-color: #cd0d0d;
  padding: 6px 10px;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 10px;
}

.h--works-banner-sub .date__title {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 200;
}

.h--works-banner-title {
  position: relative;
  z-index: 5;
  margin: 0 0 15px;
}

.h--works-banner-title .title__text {
  font-size: 2.2rem;
  color: #FFF;
  background-image: url(assets/images/common/arrow01__wh__right.svg);
  background-size: 16px 13px;
  background-position: center right;
  background-repeat: no-repeat;
  display: block;
  padding: 0 24px 0 0;
}

.h--works-banner-content {
  position: relative;
  z-index: 5;
  background-color: #FFF;
}

.h--works-banner-content__inner {
  padding: 20px;
}

.h--works-banner-content-title {
  color: #000;
  margin: 0 0 18px;
  font-weight: 700;
  font-size: 1.6rem;
}

.h--works-banner-content-text {
  color: #000;
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 1.33333;
  margin: 0 0 0.75em;
}

.h--works-banner-content-text:last-child {
  margin: 0;
}

.h--works-archives {
  width: calc(580 / 1180 * 100%);
}

.h--works-archives .cmn--button__wrap {
  justify-content: end;
}

.h--works-archives-title {
  color: var(--main-color);
  font-family: var(--font-main);
  font-size: 2.0rem;
  font-weight: 700;
  margin: 0 0 22.5px;
}

.h--works-archives-list {
  display: flex;
  margin: 0 0 25px;
}

.h--works-archives-list > li {
  margin-right: 20px;
  width: calc(280 / 580 * 100%);
}

.h--works-archives-list > li:last-child {
  margin: 0;
}

.h--works-archives-box {
  display: block;
  aspect-ratio: 280 / 132;
  position: relative;
}

.h--works-archives-box:link {
  text-decoration: none;
}

.h--works-archives-box:visited {
  text-decoration: none;
}

.h--works-archives-box:hover {
  text-decoration: none;
}

.h--works-archives-box:hover .h--works-archives__photo img {
  transform: scale(1.1);
}

.h--works-archives__photo {
  aspect-ratio: 280 / 132;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.h--works-archives__photo img {
  object-fit: cover;
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  height: auto;
  transform: scale(1);
}

.h--works-archives__cate {
  position: absolute;
  z-index: 5;
  background-image: url(assets/images/common/bg__01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 4px 9px;
  font-size: 1.0rem;
  color: #FFF;
  font-weight: 500;
  font-family: var(--font-main);
}

@media screen and (max-width: 768px) {
  .h--works-cols {
    padding: 0 0 calc(40 / 375 * 100vw);
    display: block;
  }
  .h--works-banner {
    width: auto;
    margin: 0 0 calc(20 / 375 * 100vw);
  }
  .h--works-banner__inner {
    padding: calc(15 / 375 * 100vw);
  }
  .h--works-banner-sub {
    margin: 0 0 calc(12 / 375 * 100vw);
  }
  .h--works-banner-sub .status__icon {
    padding: calc(6 / 375 * 100vw) calc(8 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
  }
  .h--works-banner-sub .date__title {
    font-size: calc(14 / 375 * 100vw);
  }
  .h--works-banner-title {
    margin: 0 0 calc(16 / 375 * 100vw);
  }
  .h--works-banner-title .title__text {
    font-size: calc(17.5 / 375 * 100vw);
    background-image: url(assets/images/common/arrow01__wh__right.svg);
    background-size: calc(16 / 375 * 100vw) calc(16 / 375 * 100vw);
    padding: 0 calc(24 / 375 * 100vw) 0 0;
  }
  .h--works-banner-content__inner {
    padding: calc(15 / 375 * 100vw);
  }
  .h--works-banner-content-title {
    margin: 0 0 calc(18 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.57143;
  }
  .h--works-banner-content-text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.57143;
    margin: 0 0 0.25em;
  }
  .h--works-archives {
    width: auto;
  }
  .h--works-archives-title {
    font-size: calc(18 / 375 * 100vw);
    margin: 0 0 calc(20 / 375 * 100vw);
  }
  .h--works-archives-list {
    margin: 0 0 calc(20 / 375 * 100vw);
  }
  .h--works-archives-list > li {
    margin-right: calc(14 / 375 * 100vw);
    width: calc(165 / 375 * 100vw);
  }
  .h--works-archives-box {
    aspect-ratio: 165 / 80;
  }
  .h--works-archives__photo {
    aspect-ratio: 165 / 80;
  }
  .h--works-archives__cate {
    padding: calc(4 / 375 * 100vw) calc(8 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }
}

/*
    Banner [.h--news]
--------------------------------------------------------------*/
.h--news {
  padding: 40px 25px;
}

.h--news__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.h--news__cols {
  display: flex;
  justify-content: space-between;
}

.h--news-meta {
  width: calc(400 / 1180 * 100%);
}

.h--news-list {
  width: calc(840 / 1180 * 100%);
  border-top: 1px solid #DDD;
}

.h--news-list > li {
  border-bottom: 1px solid #DDD;
}

.h--news-list-box {
  padding: 20px 0;
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.h--news-list-box:link {
  text-decoration: none;
}

.h--news-list-box:visited {
  text-decoration: none;
}

.h--news-list-box:hover {
  text-decoration: none;
  background-color: #F5F5F5;
}

.h--news-list-box-date {
  display: block;
  font-size: 1.4rem;
  font-weight: 200;
  margin: 0 0 10px;
  color: #000;
}

.h--news-list-box-text {
  display: block;
  font-size: 1.6rem;
  font-weight: 200;
  color: var(--main-color);
}

@media screen and (max-width: 768px) {
  .h--news {
    padding: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
  .h--news__inner {
    max-width: initial;
  }
  .h--news__cols {
    display: block;
  }
  .h--news-meta {
    width: auto;
  }
  .h--news-list {
    width: auto;
    border-top: 1px solid #DDD;
    margin: 0 0 calc(20 / 375 * 100vw);
  }
  .h--news-list-box {
    padding: calc(12 / 375 * 100vw) 0;
  }
  .h--news-list-box-date {
    font-size: calc(12 / 375 * 100vw);
    margin: 0 0 calc(10 / 375 * 100vw);
  }
  .h--news-list-box-text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.57143;
  }
}

/*
    Contact [.h--contact]
--------------------------------------------------------------*/
.h--contact {
  padding: 0 25px 40px;
}

.h--contact__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.h--contact-box {
  background-color: #f6f6f6;
}

.h--contact-box__inner {
  padding: 40px;
}

.h--contact-box-lead {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 0 22px;
  font-weight: 400;
}

.h--contact-box__meta {
  display: flex;
  justify-content: space-between;
}

.h--contact-box__meta-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}

.h--contact-box__meta-button {
  display: flex;
  padding: 0.5rem 0 0;
}

.h--contact-box__meta-button li {
  margin-right: 20px;
}

.h--contact-box__meta-button li:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .h--contact {
    padding: 0;
  }
  .h--contact__inner {
    max-width: initial;
    padding: 0;
  }
  .h--contact-box {
    background-color: #f6f6f6;
    padding: 0;
  }
  .h--contact-box__inner {
    padding: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
  .h--contact-box-lead {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.57143;
    margin: 0 0 calc(20 / 375 * 100vw);
  }
  .h--contact-box__meta {
    display: block;
    justify-content: space-between;
  }
  .h--contact-box__meta-text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.57143;
  }
  .h--contact-box__meta-button {
    display: block;
    padding: calc(20 / 375 * 100vw) 0 0;
  }
  .h--contact-box__meta-button li {
    margin: 0 0 calc(10 / 375 * 100vw);
  }
  .h--contact-box__meta-button li:last-child {
    margin: 0;
  }
}

/*--------------------------------------------------------------
    # _pages.scss
--------------------------------------------------------------*/
/*
    Common 
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .cmn--faq-title {
  padding: 25px 20px;
  background-color: #FFF;
  border: 1px solid #DDD;
  font-size: 2.6rem;
  background-image: none;
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .cmn--faq-box {
  border: 1px solid #DDD;
  margin: -1px 0 0;
}

.edit-post-layout .editor-styles-wrapper .cmn--faq-box-q {
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #000;
  font-weight: 700;
  padding: 20px 55px 20px 55px;
  position: relative;
}

.edit-post-layout .editor-styles-wrapper .cmn--faq-box-q:before {
  content: "Q";
  position: absolute;
  background-color: var(--main-color);
  border-radius: 50%;
  left: 20px;
  top: 1.25em;
  width: 24px;
  height: 24px;
  line-height: 2.4rem;
  color: #FFF;
  font-size: 1.4rem;
  font-family: var(--font-main);
  text-align: center;
  font-weight: 400;
}

.edit-post-layout .editor-styles-wrapper .cmn--faq-box-q span {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 35px;
  top: 1.5em;
}

.edit-post-layout .editor-styles-wrapper .cmn--faq-box-q span i::before,
.edit-post-layout .editor-styles-wrapper .cmn--faq-box-q span i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #333;
  transform: translate(-50%, -50%);
}

.edit-post-layout .editor-styles-wrapper .cmn--faq-box-q span i::before {
  width: 100%;
  height: 1px;
}

.edit-post-layout .editor-styles-wrapper .cmn--faq-box-q span i::after {
  width: 1px;
  height: 100%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.edit-post-layout .editor-styles-wrapper .cmn--faq-box-q.active span i::after {
  height: 0%;
}

.edit-post-layout .editor-styles-wrapper .cmn--faq-box-a {
  display: none;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #000;
  font-weight: 400;
  padding: 5px 30px 20px 55px;
  position: relative;
}

.edit-post-layout .editor-styles-wrapper .cmn--faq-box-a:before {
  content: "A";
  position: absolute;
  background-color: #c10000;
  border-radius: 50%;
  left: 20px;
  top: 0.25em;
  width: 24px;
  height: 24px;
  line-height: 2.4rem;
  color: #FFF;
  font-size: 1.4rem;
  font-family: var(--font-main);
  text-align: center;
  font-weight: 400;
}

.edit-post-layout .editor-styles-wrapper .cmn--float-l-images {
  float: right;
  padding: 0 0 10px 10px;
}

.edit-post-layout .editor-styles-wrapper .cmn--trouble {
  background-color: #f6f6f6;
  padding: 20px;
  margin: 0 0 10px;
}

.edit-post-layout .editor-styles-wrapper .cmn--trouble-list {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .cmn--trouble-list > li {
  padding: 0 0 15px;
  border-bottom: 1px solid #DDD;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.8rem;
}

.edit-post-layout .editor-styles-wrapper .cmn--trouble-list > li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .cmn--trouble-list > li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.edit-post-layout .editor-styles-wrapper .cmn--arrow {
  margin: 10px auto;
  display: block;
  width: 20px;
  height: 15px;
  background-image: url(assets/images/common/arrow04__bl__bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.edit-post-layout .editor-styles-wrapper .cmn--arrow__wrap-ad01 {
  width: 140px;
}

.edit-post-layout .editor-styles-wrapper .cmn--trouble-answer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  font-weight: 700;
  font-size: 2.0rem;
}

.edit-post-layout .editor-styles-wrapper .cmn--trouble-answer::before {
  content: "";
  flex: 1;
  height: 1px;
  background: #DDD;
}

.edit-post-layout .editor-styles-wrapper .cmn--trouble-answer::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #DDD;
}

.edit-post-layout .editor-styles-wrapper .cmn--support-box {
  border: 1px solid #DDD;
  margin: 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper .cmn--support-box__inner {
  padding: 0 20px;
}

.edit-post-layout .editor-styles-wrapper .cmn--support-box-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DDD;
  background: none;
  padding: 0;
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .cmn--support-box-title .number__title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #165b94;
  width: 50px;
  height: 50px;
  font-weight: 700;
  color: #FFF;
  font-size: 1.8rem;
  font-family: var(--font-main);
}

.edit-post-layout .editor-styles-wrapper .cmn--support-box-title .number__text {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 20px;
  color: #000;
}

.edit-post-layout .editor-styles-wrapper .cmn--support-box-list {
  padding: 20px;
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .cmn--support-box-list > li {
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 16px;
  font-size: 1.6rem;
  border: none;
}

.edit-post-layout .editor-styles-wrapper .cmn--support-box-list > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  left: 0;
  top: 0.55em;
}

.edit-post-layout .editor-styles-wrapper .cmn--support-box-list > li:last-child {
  margin: 0;
  padding: 0 0 0 16px;
}

.edit-post-layout .editor-styles-wrapper .cmn--phase-layout {
  display: flex;
  align-items: center;
}

.edit-post-layout .editor-styles-wrapper .cmn--phase-marks {
  background-color: #165b94;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.edit-post-layout .editor-styles-wrapper .cmn--phase-marks span {
  display: block;
  font-weight: 700;
  color: #FFF;
  font-size: 2.0rem;
  text-align: center;
}

.edit-post-layout .editor-styles-wrapper .cmn--phase-list {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .cmn--phase-list > li {
  color: var(--main-color);
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 0.5em;
  padding: 0 0 0 20px;
  border: none;
  background-image: url(assets/images/common/arrow05__bl__right.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}

.edit-post-layout .editor-styles-wrapper .cmn--phase-list > li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .cmn--phase-list > li:last-child {
  padding: 0 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper .cmn--phase-list > li:last-child:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .cmn--phase-list > li a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.edit-post-layout .editor-styles-wrapper .cmn--phase-list > li a:link {
  text-decoration: none;
  color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .cmn--phase-list > li a:visited {
  text-decoration: none;
  color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .cmn--phase-list > li a:hover {
  text-decoration: none;
  color: var(--main-color);
  opacity: 0.45;
}

.edit-post-layout .editor-styles-wrapper .cmn--colums3 {
  display: flex;
  flex-wrap: wrap;
}

.edit-post-layout .editor-styles-wrapper .cmn--colums3 .define--list {
  width: calc(280 / 880 * 100%);
  margin: 0 calc(20 / 880 * 100%) 40px 0;
}

.edit-post-layout .editor-styles-wrapper .cmn--colums3 .define--list:nth-child(3n) {
  margin: 0 0 40px;
}

.edit-post-layout .editor-styles-wrapper .cmn--colums3 .define--list dt {
  font-weight: 700;
  font-size: 1.8rem;
  padding: 0 0 10px;
  border-bottom: 1px solid #DDD;
  margin: 0 0 20px;
  line-height: 1.44444;
}

.edit-post-layout .editor-styles-wrapper .cmn--colums3 .define--list dd {
  font-size: 1.8rem;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .cmn--faq-title {
    padding: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--faq-box {
    margin: -1px 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .cmn--faq-box-q {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.25;
    padding: calc(15 / 375 * 100vw) calc(40 / 375 * 100vw);
    position: relative;
  }
  .edit-post-layout .editor-styles-wrapper .cmn--faq-box-q:before {
    left: calc(10 / 375 * 100vw);
    top: 1.25em;
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--faq-box-q span {
    position: absolute;
    width: calc(15 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
    top: 1.25em;
  }
  .edit-post-layout .editor-styles-wrapper .cmn--faq-box-a {
    display: none;
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.25;
    padding: calc(5 / 375 * 100vw) calc(30 / 375 * 100vw) calc(20 / 375 * 100vw) calc(40 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--faq-box-a:before {
    left: calc(10 / 375 * 100vw);
    top: 0.25em;
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--float-l-images {
    float: none;
    padding: 0;
    width: 100%;
    vertical-align: bottom;
    height: auto;
    margin: 0 0 calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--trouble {
    padding: calc(10 / 375 * 100vw);
    margin: 0 0 calc(10 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--trouble-list > li {
    padding: 0 0 calc(10 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--arrow {
    margin: calc(15 / 375 * 100vw) auto;
    width: calc(20 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--arrow__wrap-ad01 {
    width: calc(100 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--trouble-answer {
    gap: 0.5em;
    font-size: calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--support-box {
    margin: 0 0 calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--support-box-title .number__title {
    width: calc(40 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--support-box-title .number__text {
    font-size: calc(15 / 375 * 100vw);
    margin-left: calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--support-box-list {
    padding: calc(15 / 375 * 100vw);
    margin: 0;
  }
  .edit-post-layout .editor-styles-wrapper .cmn--support-box-list > li {
    padding: 0 0 0 calc(15 / 375 * 100vw);
    margin: 0 0 calc(15 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--support-box-list > li:before {
    width: calc(5 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
    top: 0.55em;
  }
  .edit-post-layout .editor-styles-wrapper .cmn--phase-marks {
    width: calc(100 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--phase-marks span {
    font-size: calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--phase-list {
    margin: 0;
    max-width: calc(220 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--phase-list > li {
    font-size: calc(13 / 375 * 100vw);
    margin: 0 0 0.5em;
    padding: 0 0 0 calc(20 / 375 * 100vw);
    border: none;
    background-image: url(assets/images/common/arrow05__bl__right.png);
    background-repeat: no-repeat;
    background-size: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--phase-list > li:last-child {
    padding: 0 0 0 calc(20 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--phase-list > li:before {
    display: none;
  }
  .edit-post-layout .editor-styles-wrapper .cmn--colums3 {
    display: block;
  }
  .edit-post-layout .editor-styles-wrapper .cmn--colums3 .define--list {
    width: auto;
    margin: 0 0 calc(20 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--colums3 .define--list:nth-child(3n) {
    margin: 0 0 calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--colums3 .define--list dt {
    font-size: calc(15 / 375 * 100vw);
    padding: 0 0 calc(10 / 375 * 100vw);
    margin: 0 0 calc(5 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .cmn--colums3 .define--list dd {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.44444;
  }
}

/*
    Service
--------------------------------------------------------------*/
.service__cols {
  display: flex;
  justify-content: space-between;
}

.service__cols--content {
  width: calc(780 / 1180 * 100%);
}

.service__cols--images {
  width: calc(380 / 1180 * 100%);
}

.service__cols--images img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.service__cols3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper .service__feature {
  width: calc(380 / 1180 * 100%);
  margin: 0 calc(20 / 1180 * 100%) 20px 0;
}

.edit-post-layout .editor-styles-wrapper .service__feature:nth-child(3n) {
  margin: 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper .service__feature dt {
  border-bottom: 1px solid #dddddd;
  margin: 0 0 20px;
  padding: 0 10px 10px;
  display: flex;
  align-items: center;
}

.edit-post-layout .editor-styles-wrapper .service__feature dd {
  padding: 0 0 0 17px;
  position: relative;
  margin: 0 0 15px;
  font-size: 1.4rem;
  line-height: 1.42857;
}

.edit-post-layout .editor-styles-wrapper .service__feature dd:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.edit-post-layout .editor-styles-wrapper .service__feature-num {
  color: var(--main-color);
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 1.8rem;
  padding: 0 10px 0 0;
  border-right: 1px solid #dddddd;
  margin: 0 10px 0 0;
}

.edit-post-layout .editor-styles-wrapper .service__feature-title {
  font-size: 1.6rem;
  font-weight: 700;
}

.edit-post-layout .editor-styles-wrapper .service__feature-button__wrap {
  display: flex;
  justify-content: center;
}

.edit-post-layout .editor-styles-wrapper .service__feature-button__wrap > li {
  padding: 0;
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .service__feature-button__wrap > li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .service__feature-button__wrap > li:last-child {
  margin: 0;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .p--side-title {
  padding: 0 0 20px;
  border-bottom: 1px solid #DDD;
  background: none;
  font-size: 2.0rem;
  margin: 0 0 20px;
  background-image: url(assets/images/common/arrow01__bl__right.svg);
  background-repeat: no-repeat;
  background-size: 16px 13px;
  background-position: right 0.35em;
}

.edit-post-layout .editor-styles-wrapper .p--side-title-sub {
  font-size: 1.6rem;
  color: #000;
  background: none;
  border: none;
  margin: 0 0 20px;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .p--side-list {
  padding: 0 0 0 20px;
  border-left: 1px solid #DDD;
  margin: 0 0 30px;
}

.edit-post-layout .editor-styles-wrapper .p--side-list > li {
  border: none;
  background: none;
  font-size: 1.6rem;
  margin: 0 0 16px;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .p--side-list > li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .p--side-list > li:last-child {
  margin: 0;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .p--side-list > li > a {
  color: var(--main-color);
  display: inline-block;
  padding: 0 0 2.5px;
  border-bottom: 1.0px solid #CCC;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.edit-post-layout .editor-styles-wrapper .p--side-list > li > a:link {
  text-decoration: none;
  color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .p--side-list > li > a:visited {
  text-decoration: none;
  color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .p--side-list > li > a:hover {
  text-decoration: none;
  color: var(--main-color);
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .service__cols {
    margin: 0 0 calc(20 / 375 * 100vw);
    display: block;
  }
  .service__cols--content {
    width: auto;
  }
  .service__cols--images {
    width: auto;
  }
  .service__cols3 {
    display: block;
    margin: 0 0 calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .service__feature {
    width: auto;
    margin: 0 0　0;
  }
  .edit-post-layout .editor-styles-wrapper .service__feature:nth-child(3n) {
    margin: 0 0 calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .service__feature dt {
    margin: 0 0 calc(15 / 375 * 100vw);
    padding: 0 calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .service__feature dd {
    padding: 0 0 0 calc(10 / 375 * 100vw);
    margin: 0 0 calc(5 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
  }
  .edit-post-layout .editor-styles-wrapper .service__feature dd:before {
    content: "";
    width: calc(4 / 375 * 100vw);
    height: calc(4 / 375 * 100vw);
    top: 0.55em;
    left: 0;
  }
  .edit-post-layout .editor-styles-wrapper .service__feature-num {
    font-size: calc(16 / 375 * 100vw);
    padding: 0 calc(10 / 375 * 100vw) 0 0;
    margin: 0 calc(10 / 375 * 100vw) 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .service__feature-title {
    font-size: calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .p--side-title {
    padding: 0 0 calc(15 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    margin: 0 0 calc(15 / 375 * 100vw);
    background-size: calc(16 / 375 * 100vw) calc(13 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .p--side-title-sub {
    font-size: calc(15 / 375 * 100vw);
    margin: 0 0 calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .p--side-list {
    padding: 0 0 0 calc(15 / 375 * 100vw);
    margin: 0 0 calc(15 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .p--side-list > li {
    font-size: calc(14 / 375 * 100vw);
    margin: 0 0 calc(10 / 375 * 100vw);
    padding: 0;
  }
  .edit-post-layout .editor-styles-wrapper .p--side-list > li > a {
    padding: 0 0 calc(2.5 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .p--side-list > li > a:link {
    text-decoration: none;
    color: var(--main-color);
  }
  .edit-post-layout .editor-styles-wrapper .p--side-list > li > a:visited {
    text-decoration: none;
    color: var(--main-color);
  }
  .edit-post-layout .editor-styles-wrapper .p--side-list > li > a:hover {
    text-decoration: none;
    color: var(--main-color);
    border-bottom: 1px solid #000;
  }
}

/*
    Contact
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .p--form-info {
  background-color: #F5F5F5;
  padding: 30px;
}

.edit-post-layout .editor-styles-wrapper .p--form-info__inner {
  background-color: #FFF;
  padding: 30px;
}

.edit-post-layout .editor-styles-wrapper .p--form-info .require__mark {
  background-color: #cc0000;
  display: inline-block;
  margin: 0 5px;
  padding: 2.5px 5px;
  font-size: 1.2rem;
  color: #FFF;
  font-weight: 400;
}

.edit-post-layout .editor-styles-wrapper .p--form-info .require__mark em {
  font-style: normal;
}

.edit-post-layout .editor-styles-wrapper .p--form-info__lead {
  font-size: 1.5rem;
  margin: 0 0 2.5em;
}

.edit-post-layout .editor-styles-wrapper .p--form-table {
  width: 100%;
  margin: 0 0 1.5em;
}

.edit-post-layout .editor-styles-wrapper .p--form-table th {
  padding: 20px 10px;
  font-size: 1.6rem;
  vertical-align: top;
}

.edit-post-layout .editor-styles-wrapper .p--form-table th div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.edit-post-layout .editor-styles-wrapper .p--form-table td {
  width: 70%;
  padding: 10px;
}

.edit-post-layout .editor-styles-wrapper .p--form-field01 {
  border: 1px solid #dddddd;
  padding: 15px;
  border-radius: 5px;
  width: 60%;
  display: block;
}

.edit-post-layout .editor-styles-wrapper .p--form-field01::placeholder {
  color: #999;
}

.edit-post-layout .editor-styles-wrapper .p--form-field02 {
  border: 1px solid #dddddd;
  padding: 15px;
  border-radius: 5px;
  width: 60%;
  display: block;
}

.edit-post-layout .editor-styles-wrapper .p--form-textarea {
  border: 1px solid #dddddd;
  padding: 15px;
  border-radius: 5px;
  width: 90%;
  min-height: 200px;
  display: block;
}

.edit-post-layout .editor-styles-wrapper .p--form-textarea::placeholder {
  color: #999;
}

.edit-post-layout .editor-styles-wrapper .p--form-caution {
  color: #666;
  display: block;
  margin: 0 0 1.5em;
  font-size: 1.4rem;
}

.edit-post-layout .editor-styles-wrapper .p--form-button-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.5em;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .p--form-button-list > li {
  margin: 0 10px;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .p--form-button-list > li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .p--form--button {
  background-color: #03345c;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 0;
  width: 280px;
  height: 50px;
  cursor: pointer;
  color: #FFF;
  font-weight: 600;
  font-size: 1.6rem;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.edit-post-layout .editor-styles-wrapper .p--form--button:hover {
  opacity: 0.45;
}

.edit-post-layout .editor-styles-wrapper .p--form--button.back--button {
  background-color: #888888;
}

.mw_wp_form .error {
  border: 2px solid #cc0000;
  padding: 10px;
  color: #cc0000;
  font-weight: 600;
  font-size: 1.3rem;
  display: inline-block;
  margin: 0 0 0.5em;
}

.mw_wp_form_preview .p--form-table td {
  vertical-align: middle;
}

/*--------------------------------------------------------------
    # _post.scss
--------------------------------------------------------------*/
/*
    Common [Single]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .p--single-meta {
  border-bottom: 1px solid #DDD;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper .p--single-meta__title {
  background: none;
  padding: 0;
  margin: 0 0 20px;
  font-size: 3.2rem;
  font-weight: 700;
}

.edit-post-layout .editor-styles-wrapper .p--single-meta__date {
  font-weight: 200;
  color: var(--main-color);
  font-size: 1.4rem;
}

.edit-post-layout .editor-styles-wrapper .p--single-meta__wrap {
  display: flex;
  align-items: center;
}

.edit-post-layout .editor-styles-wrapper .p--single-meta__wrap .p--knowledge-box-taglist {
  margin: 0 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper .p--single-meta__wrap .p--knowledge-box-taglist > li {
  margin: 0 0 0 10px;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .p--single-meta__wrap .p--knowledge-box-taglist > li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .p--single-meta__wrap .p--seminar-box-taglist {
  margin: 0 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper .p--single-meta__wrap .p--seminar-box-taglist > li {
  margin: 0 0 0 10px;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .p--single-meta__wrap .p--seminar-box-taglist > li:before {
  display: none;
}

.p--tags--main-text {
  margin: 0 0 30px;
  font-size: 1.6rem;
  color: var(--main-color);
}

.p--tags--main-strong {
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .p--single-meta {
    padding: 0 0 calc(20 / 375 * 100vw);
    margin: 0 0 calc(20 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .p--single-meta__title {
    margin: 0 0 calc(20 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .p--single-meta__date {
    font-size: calc(14 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .p--single-meta__wrap {
    display: block;
    align-items: center;
  }
  .edit-post-layout .editor-styles-wrapper .p--single-meta__wrap .p--knowledge-box-taglist {
    margin: calc(10 / 375 * 100vw) 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .p--single-meta__wrap .p--knowledge-box-taglist > li {
    margin: 0 calc(10 / 375 * 100vw) 0 0;
    padding: 0;
  }
  .edit-post-layout .editor-styles-wrapper .p--single-meta__wrap .p--knowledge-box-taglist > li:before {
    display: none;
  }
  .p--tags--main-text {
    margin: 0 0 calc(20 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  .p--tags--main-strong {
    font-size: calc(24 / 375 * 100vw);
  }
}

/*
    News [Archives]
--------------------------------------------------------------*/
.p--news__inner {
  width: 1180px;
  margin: 0 auto;
}

.p--news__cols {
  display: flex;
  justify-content: space-between;
}

.p--news-list {
  width: auto;
  border-top: 1px solid #DDD;
}

.p--news-list > li {
  border-bottom: 1px solid #DDD;
}

.p--news-list-box {
  padding: 20px 0;
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.p--news-list-box:link {
  text-decoration: none;
}

.p--news-list-box:visited {
  text-decoration: none;
}

.p--news-list-box:hover {
  text-decoration: none;
  background-color: #F5F5F5;
}

.p--news-list-box-date {
  display: block;
  font-size: 1.4rem;
  font-weight: 200;
  margin: 0 0 10px;
  color: #000;
}

.p--news-list-box-text {
  display: block;
  font-size: 1.6rem;
  font-weight: 200;
  color: var(--main-color);
}

@media screen and (max-width: 768px) {
  .h--news {
    padding: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
  .h--news__inner {
    max-width: initial;
  }
  .h--news__cols {
    display: block;
  }
  .h--news-meta {
    width: auto;
  }
  .h--news-list {
    width: auto;
    border-top: 1px solid #DDD;
    margin: 0 0 calc(20 / 375 * 100vw);
  }
  .h--news-list-box {
    padding: calc(12 / 375 * 100vw) 0;
  }
  .h--news-list-box-date {
    font-size: calc(12 / 375 * 100vw);
    margin: 0 0 calc(10 / 375 * 100vw);
  }
  .h--news-list-box-text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.57143;
  }
}

/*
    Knowledge [Archives]
--------------------------------------------------------------*/
.p--knowledge-list {
  display: flex;
  flex-wrap: wrap;
}

.p--knowledge-box {
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.p--knowledge-box:link {
  text-decoration: none;
}

.p--knowledge-box:visited {
  text-decoration: none;
}

.p--knowledge-box:hover {
  text-decoration: none;
}

.p--knowledge-box:hover .p--knowledge-box__photo img {
  transform: scale(1.15);
}

.p--knowledge-box:hover .p--knowledge-box__title {
  color: #000;
}

.p--knowledge-box__photo {
  aspect-ratio: 280 / 160;
  overflow: hidden;
  margin: 0 0 15px;
}

.p--knowledge-box__photo img {
  object-fit: cover;
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  height: auto;
  transform: scale(1);
}

.p--knowledge-box__date {
  font-size: 1.4rem;
  font-weight: 200;
  display: block;
  margin: 0 0 15px;
  color: #000;
}

.p--knowledge-box__title {
  color: var(--main-color);
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 18px;
  line-height: 1.66667;
  position: relative;
}

.p--knowledge-box__title a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.p--knowledge-box__title a:link {
  text-decoration: none;
  color: var(--main-color);
}

.p--knowledge-box__title a:visited {
  text-decoration: none;
  color: var(--main-color);
}

.p--knowledge-box__title a:hover {
  text-decoration: none;
  color: #000;
}

.p--knowledge-box__exp {
  color: #000;
  font-size: 1.3rem;
  font-weight: 200;
  margin: 0 0 20px;
  line-height: 1.53846;
}

.p--knowledge-box-taglist {
  display: flex;
  flex-wrap: wrap;
}

.p--knowledge-box-taglist > li {
  margin: 0 0 5px 5px;
}

.p--knowledge-box-taglist > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border: 1px solid var(--main-color);
  border-radius: 15px;
  background-color: #FFF;
  font-size: 1.2rem;
  font-weight: 200;
  color: var(--main-color);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.p--knowledge-box-taglist > li > a:link {
  text-decoration: none;
  color: var(--main-color);
}

.p--knowledge-box-taglist > li > a:visited {
  text-decoration: none;
  color: var(--main-color);
}

.p--knowledge-box-taglist > li > a:hover {
  text-decoration: none;
  color: #FFF;
  background-color: var(--main-color);
}

.p--knowledge-list > li {
  width: calc(280 / 1180 * 100%);
  margin: 0 calc(20 / 1180 * 100%) 20px 0;
}

.p--knowledge-list > li:nth-child(4n) {
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .p--knowledge-list {
    display: block;
  }
  .p--knowledge-box__photo {
    aspect-ratio: 345 / 197;
    margin: 0 0 calc(15 / 375 * 100vw);
  }
  .p--knowledge-box__date {
    font-size: calc(12 / 375 * 100vw);
    margin: 0 0 calc(12 / 375 * 100vw);
  }
  .p--knowledge-box__title {
    font-size: calc(16 / 375 * 100vw);
    margin: 0 0 calc(12 / 375 * 100vw);
    line-height: 1.5;
  }
  .p--knowledge-box__exp {
    color: #000;
    font-size: calc(14 / 375 * 100vw);
    margin: 0 0 calc(14 / 375 * 100vw);
    line-height: 1.57143;
  }
  .p--knowledge-box-taglist {
    display: flex;
    flex-wrap: wrap;
  }
  .p--knowledge-box-taglist > li {
    margin: 0 calc(5 / 375 * 100vw) calc(5 / 375 * 100vw) 0;
  }
  .p--knowledge-box-taglist > li > a {
    padding: calc(5 / 375 * 100vw) calc(10 / 375 * 100vw);
    border-radius: calc(15 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }
  .p--knowledge-list > li {
    width: auto;
    margin: 0 0 calc(20 / 375 * 100vw);
  }
  .p--knowledge-list > li:nth-child(4n) {
    margin: 0 0 calc(20 / 375 * 100vw);
  }
}

/*
    seminar [Archives]
--------------------------------------------------------------*/
.p--seminar-list {
  display: flex;
  flex-wrap: wrap;
}

.p--seminar-box {
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.p--seminar-box:link {
  text-decoration: none;
}

.p--seminar-box:visited {
  text-decoration: none;
}

.p--seminar-box:hover {
  text-decoration: none;
}

.p--seminar-box:hover .p--seminar-box__photo img {
  transform: scale(1.15);
}

.p--seminar-box:hover .p--seminar-box__title {
  color: #000;
}

.p--seminar-box__photo {
  aspect-ratio: 280 / 160;
  position: relative;
  overflow: hidden;
  margin: 0 0 15px;
}

.p--seminar-box__photo img {
  object-fit: cover;
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  height: auto;
  transform: scale(1);
}

.p--seminar-box__cate {
  position: absolute;
  z-index: 5;
  background-image: url(assets/images/common/bg__01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 4px 9px;
  font-size: 1.0rem;
  color: #FFF;
  font-weight: 500;
  font-family: var(--font-main);
}

.p--seminar-box__date {
  font-size: 1.4rem;
  font-weight: 200;
  display: block;
  margin: 0 0 15px;
  color: #000;
}

.p--seminar-box__title {
  color: var(--main-color);
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 18px;
  line-height: 1.66667;
  position: relative;
}

.p--seminar-box__title a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.p--seminar-box__title a:link {
  text-decoration: none;
  color: var(--main-color);
}

.p--seminar-box__title a:visited {
  text-decoration: none;
  color: var(--main-color);
}

.p--seminar-box__title a:hover {
  text-decoration: none;
  color: #000;
}

.p--seminar-box__exp {
  color: #000;
  font-size: 1.6rem;
  font-weight: 200;
  margin: 0 0 20px;
  line-height: 1.875;
}

.p--seminar-box-taglist {
  display: flex;
  flex-wrap: wrap;
}

.p--seminar-box-taglist > li {
  margin: 0 0 5px 5px;
}

.p--seminar-box-taglist > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border: 1px solid var(--main-color);
  border-radius: 15px;
  background-color: #FFF;
  font-size: 1.2rem;
  font-weight: 200;
  color: var(--main-color);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.p--seminar-box-taglist > li > a:link {
  text-decoration: none;
  color: var(--main-color);
}

.p--seminar-box-taglist > li > a:visited {
  text-decoration: none;
  color: var(--main-color);
}

.p--seminar-box-taglist > li > a:hover {
  text-decoration: none;
  color: #FFF;
  background-color: var(--main-color);
}

.p--seminar-list > li {
  width: calc(280 / 1180 * 100%);
  margin: 0 calc(20 / 1180 * 100%) 20px 0;
}

.p--seminar-list > li:nth-child(4n) {
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .p--seminar-list {
    display: block;
  }
  .p--seminar-box__photo {
    aspect-ratio: 345 / 197;
    margin: 0 0 calc(15 / 375 * 100vw);
  }
  .p--seminar-box__cate {
    padding: calc(4 / 375 * 100vw) calc(8 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }
  .p--seminar-box__date {
    font-size: calc(12 / 375 * 100vw);
    margin: 0 0 calc(12 / 375 * 100vw);
  }
  .p--seminar-box__title {
    font-size: calc(16 / 375 * 100vw);
    margin: 0 0 calc(12 / 375 * 100vw);
    line-height: 1.5;
  }
  .p--seminar-box__exp {
    color: #000;
    font-size: calc(14 / 375 * 100vw);
    margin: 0 0 calc(14 / 375 * 100vw);
    line-height: 1.57143;
  }
  .p--seminar-box-taglist {
    display: flex;
    flex-wrap: wrap;
  }
  .p--seminar-box-taglist > li {
    margin: 0 calc(5 / 375 * 100vw) calc(5 / 375 * 100vw) 0;
  }
  .p--seminar-box-taglist > li > a {
    padding: calc(5 / 375 * 100vw) calc(10 / 375 * 100vw);
    border-radius: calc(15 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }
  .p--seminar-list > li {
    width: auto;
    margin: 0 0 calc(20 / 375 * 100vw);
  }
  .p--seminar-list > li:nth-child(4n) {
    margin: 0 0 calc(20 / 375 * 100vw);
  }
}

/*--------------------------------------------------------------
    # _page_styles.scss
--------------------------------------------------------------*/
/*
     Config [gutenberg Adjust]
--------------------------------------------------------------*/
body.acf_content {
  padding: 1.56vw;
}

body.acf_content p {
  font-size: 15px !important;
  line-height: 1.5;
  margin: 0 0 25px;
}

.wp-block {
  max-width: 100%;
}

.editor-post-title__block .editor-post-title__input {
  color: #FFF;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  margin: 0 0 2.56vw;
  position: relative;
  font-size: 3.6rem;
}

.wp-admin .edit-post-layout .editor-styles-wrapper {
  font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック', '游ゴシック体', '游ゴシック Medium', 'Yu Gothic Medium', YuGothic, sans-serif;
  width: 80%;
  background-color: #FFF;
  padding: 0 60px;
  margin: 0 auto;
}

.editor-styles-wrapper .editor-post-title__block a:link {
  color: #000;
  text-decoration: underline;
}

.editor-styles-wrapper .editor-post-title__block a:visited {
  color: #000;
  text-decoration: none;
}

.editor-styles-wrapper .editor-post-title__block a:hover {
  color: #000;
  text-decoration: none;
}

.editor-block-list__block-edit .block-editor-block-list__block-edit figure.is-resized {
  margin: -28px 0 0;
}

/* Admin checkBox */
.acf-input input[type=checkbox], .acf-input input[type=radio] {
  height: 1.0rem;
  width: 1.0rem;
}

.acf-input input[type=checkbox]:checked::before {
  height: 2.3125rem;
  width: 2.3125rem;
}

.wp-admin .edit-post-layout .editor-styles-wrapper .acf-taxonomy-field .acf-checkbox-list li {
  border: none;
  font-size: 13px;
  padding: 5px;
  margin: 0 0 5px;
}

.wp-admin .edit-post-layout .editor-styles-wrapper .categorychecklist-holder {
  background-color: #F5F5F5;
}

/*
     Config [ACF Adjust]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .acf-table {
  border: #DFDFDF solid 1px;
}

.edit-post-layout .editor-styles-wrapper .acf-table td {
  border: 1px solid #CCC;
  padding: 10px;
}

.edit-post-layout .editor-styles-wrapper .acf-input .acf-actions a:link {
  color: #FFF;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .acf-input .acf-actions a:visited {
  color: #FFF;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .acf-input .acf-actions a:hover {
  color: #FFF;
  text-decoration: none;
}

/*
     Editor Contents
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .acf-input a:link {
  color: #000;
  text-decoration: underline;
}

.edit-post-layout .editor-styles-wrapper .acf-input a:visited {
  color: #000;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .acf-input a:hover {
  color: #000;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .block-editor-block-variation-picker__variations li {
  margin: 8px 20px 0 0;
  border: none;
}

.edit-post-layout .editor-styles-wrapper .block-editor-block-variation-picker__variations li:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .edit-post-layout__content .editor-styles-wrapper {
    padding: 0 7.69231vw;
  }
  .edit-post-layout .editor-styles-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .block-editor-editor-skeleton__body {
    display: block !important;
  }
}

/*
     Gutenberg Block
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .wp-block-group {
  background-color: #F5F5F5;
  margin: 20px 0;
  padding: 10px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container {
  padding: 20px;
  background-color: #FFF;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container p:last-child {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-box--type01 {
  margin: 20px 0;
  border: 1px solid #DDD;
  background-color: #FFF;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-box--type01 .wp-block-group__inner-container {
  background-color: unset;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-box--type01 h2 {
  background: none;
  padding: 20px;
  font-size: 1.8rem;
  margin: -20px -20px 10px;
  color: #000;
  border-bottom: 1px solid #DDD;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-box--type02 {
  margin: 40px 0 20px;
  max-width: 400px;
  border: 1px solid #DDD;
  background-color: #FFF;
  padding: 0;
  position: relative;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-box--type02 .wp-block-group__inner-container {
  background-color: unset;
  padding: 30px 30px 10px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-box--type02 h2 {
  background: none;
  padding: 0;
  font-size: 1.8rem;
  color: #000;
  position: absolute;
  top: -20px;
  left: 15px;
  display: inline-block;
  padding: 5px;
  background-color: #FFF;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-box--type02 a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-box--type02 a:link {
  text-decoration: underline;
  color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-box--type02 a:visited {
  text-decoration: underline;
  color: var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-box--type02 a:hover {
  text-decoration: underline;
  color: var(--main-color);
  opacity: 0.45;
}

.edit-post-layout .editor-styles-wrapper .block-faq {
  margin: 40px 0;
}

.edit-post-layout .editor-styles-wrapper .g--linklist {
  background-color: #F8F8F8;
  padding: 15px;
  margin: 0 0 50px;
}

.edit-post-layout .editor-styles-wrapper .g--linklist__inner {
  padding: 20px;
  background-color: #FFF;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list {
  margin: 0;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li {
  margin: 0 0 20px;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li:last-child {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li a {
  padding: 15px;
  border: 1px solid #e8e8e8;
  width: auto;
  display: block;
  font-weight: bold;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  background-image: url(assets/images/common/parts/arrow01__right.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 96.5% center;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li a:link {
  color: #333;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li a:visited {
  color: #333;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li a:hover {
  color: #000;
  border: 1px solid #000;
  text-decoration: none;
  background-color: #FFF;
  background-image: url(assets/images/common/parts/arrow01__right.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 96.5% center;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list-excheck {
  display: inline-block;
  padding: 0 20px 0 0;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist {
  background-color: #EDEDED;
  padding: 10px;
  margin: 0 0 70px;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist__inner {
  background-color: #FFF;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list-titleSub {
  font-weight: 300;
  margin: 0 0 0 15px;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li {
  margin: 0;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li:last-child {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a {
  display: block;
  color: var(--main-color);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 25px 35px;
  position: relative;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:link {
  color: var(--main-color);
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:visited {
  color: var(--main-color);
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:hover {
  color: var(--main-color);
  text-decoration: none;
  background-color: #F5F5F5;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 22px;
  position: relative;
  background-image: url(assets/images/common/parts/icon__pdf.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 0 20px;
  vertical-align: middle;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox {
  margin: 50px 0 80px;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list {
  display: flex;
  flex-wrap: wrap;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li {
  border: none;
  padding: 0;
  margin: 0 3.125% 30px 0;
  width: 31.25%;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li img {
  width: 100%;
  vertical-align: bottom;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:nth-child(3n) {
  margin: 0 0 30px 0;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-images img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
  border: 5px solid #FFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all  0.25s ease;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:link {
  color: var(--main-color);
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:visited {
  color: var(--main-color);
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:hover {
  color: var(--main-color);
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:hover .g--gallerybox-images img {
  border: 5px solid var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-cap {
  margin: 15px 0 0;
  padding: 0 20px 0;
  display: block;
  background-image: url(assets/images/common/parts/arrow01__right.png);
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position: right center;
  text-align: center;
  color: #000;
  font-size: 2.0rem;
  font-weight: 700;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-cap em {
  font-style: normal;
  display: block;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.0;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-cap.no-icon {
  background-image: none;
  font-weight: 400;
  font-size: 1.3rem;
}

.edit-post-layout .editor-styles-wrapper .wp-block-embed__wrapper div {
  text-align: center;
  margin: 0 auto 30px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 20px;
  height: 100%;
}

.edit-post-layout .editor-styles-wrapper .has-media-on-the-right .wp-block-media-text__content {
  padding: 0 20px 0 0;
  height: 100%;
}

.edit-post-layout .editor-styles-wrapper .wp-block-media-text__media {
  height: 100%;
}

.edit-post-layout .editor-styles-wrapper .wp-block-media-text {
  margin: 0 0 50px;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-group {
    margin: calc(15 / 375 * 100vw) 0;
    padding: calc(10 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container {
    padding: calc(10 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-box--type01 {
    margin: calc(10 / 375 * 100vw) 0;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-box--type01 .wp-block-group__inner-container {
    background-color: unset;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-box--type01 h2 {
    padding: calc(15 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    margin: calc(-10 / 375 * 100vw) calc(-10 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-box--type02 {
    margin: calc(30 / 375 * 100vw) 0 calc(10 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-box--type02 h2 {
    font-size: calc(15 / 375 * 100vw);
    top: calc(-15 / 375 * 100vw);
    left: calc(10 / 375 * 100vw);
    padding: calc(2.5 / 375 * 100vw);
  }
  .edit-post-layout .editor-styles-wrapper .block-faq {
    margin: calc(40 / 375 * 100vw) 0;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist {
    padding: 2.5641vw;
    margin: 0 0 5.12821vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist__inner {
    padding: 3.84615vw;
    background-color: #FFF;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist-list li {
    margin: 0 0 2.5641vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist-list li a {
    padding: 2.5641vw;
    background-image: url(assets/images/common/parts/arrow01__right.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 96.5% center;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist-list-excheck {
    display: inline-block;
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist {
    background-color: #EDEDED;
    padding: 2.5641vw;
    margin: 0 0 vw(20);
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist-list {
    margin: 0;
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist-list-titleSub {
    font-weight: 300;
    margin: 0 0 0 vw(10);
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist-list li a {
    font-size: 3.07692vw;
    padding: 3.84615vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:after {
    content: "";
    display: inline-block;
    width: 3.84615vw;
    height: 4.35897vw;
    margin: 0 0 0 2.5641vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox {
    margin: 0 0 7.69231vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list {
    display: flex;
    flex-wrap: wrap;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li {
    border: none;
    padding: 0;
    margin: 0 3.125% 2.5641vw 0;
    width: 47.25%;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:before {
    display: none;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li img {
    width: 100%;
    vertical-align: bottom;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:nth-child(3n) {
    margin: 0 3.125% 2.5641vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:nth-child(even) {
    margin: 0 0 2.5641vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-images img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
    border: 5px solid #FFF;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all  0.25s ease;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all  0.25s ease;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:link {
    color: var(--main-color);
    text-decoration: none;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:visited {
    color: var(--main-color);
    text-decoration: none;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:hover {
    color: var(--main-color);
    text-decoration: none;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:hover .g--gallerybox-images img {
    border: 5px solid var(--main-color);
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-cap {
    margin: 2.5641vw 0 0;
    padding: 0 2.5641vw 0;
    display: block;
    background-image: url(assets/images/common/parts/arrow01__right.png);
    background-repeat: no-repeat;
    background-size: 2.5641vw 2.5641vw;
    background-position: right center;
    text-align: center;
    color: #000;
    font-size: 3.84615vw;
    font-weight: 700;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-cap em {
    font-style: normal;
    display: block;
    margin: 0 0 5px;
    font-size: 2.5641vw;
    font-weight: 300;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-embed__wrapper div {
    text-align: center;
    margin: 0 auto 30px;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content {
    padding: 5.12821vw 0 0;
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .has-media-on-the-right .wp-block-media-text__content {
    padding: 5.12821vw 0 0;
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .has-media-on-the-right .wp-block-media-text__content p:last-child {
    margin: 0;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text__media {
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text {
    margin: 0 0 5.12821vw;
  }
}

/*
    Pages [common]
--------------------------------------------------------------*/
/**
 # Objects -  utility -
 */
/*--------------------------------------------------------------
    # _utility.scss
--------------------------------------------------------------*/
.u-radius5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.u-radiusC {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.clearfix {
  zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/*--------------------------------------------------------------
    # _animation.scss
--------------------------------------------------------------*/
/*
    Opening
--------------------------------------------------------------*/
body.preload .overlay--content {
  opacity: 0;
}

body.loaded .overlay--content {
  opacity: 1.0;
  transition: 1.05s cubic-bezier(0.86, 0, 0.07, 1);
}

/*
    home [keyvisual]
--------------------------------------------------------------*/
body.preload .rh--kev-title {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1s;
  filter: blur(10px);
  will-change: opacity, transform;
}

body.loaded .rh--kev-title {
  opacity: 1.0;
  transform: translateY(0);
  filter: blur(0);
  will-change: opacity, transform;
}

/*
    Common
--------------------------------------------------------------*/
.parallax--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.parallax--bg.para--photo01 {
  background-image: url(assets/images/pages/home/kv__bg01.jpg);
}

.parallax--bg.para--photo02 {
  background-image: url(assets/images/pages/home/feature__py__bg01.jpg);
}

.parallax--bg.para--photo03 {
  background-image: url(assets/images/pages/product/step__bg01.jpg);
}

.parallax--trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.to-up-ani {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s cubic-bezier(0.3, 0.2, 0.3, 1) 0s;
}

.to-up-ani.lazyloaded {
  opacity: 1.0;
  transform: translateY(0);
}

.lazyloaded .to-left-ani {
  transform: translateX(0%);
}

.lazyloaded .to-right-ani {
  transform: translateX(0%);
}

.to-left-ani {
  transform: translateX(-101%);
  transition: transform .6s;
  transition-delay: .3s;
  overflow: hidden;
  display: block;
}

.to-right-ani {
  transform: translateX(101%);
  transition: transform .6s;
  transition-delay: .3s;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 768px) {
  .parallax--bg.para--photo01 {
    background-image: url(assets/images/pages/home/kv__bg01__smp.jpg);
  }
  .parallax--bg.para--photo02 {
    background-image: url(assets/images/pages/home/feature__py__bg01__smp.jpg);
  }
  .parallax--bg.para--photo03 {
    background-image: url(assets/images/pages/product/step__bg01.jpg);
  }
}
/*# sourceMappingURL=style.css.map */
