@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}

/* タブレット・PC */
@media screen and (max-width: 599px) {
  .tbpc {
    display: none !important;
  }
}

/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}

/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}

/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}

/* justify-content: space-between; */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  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;
  cursor: help;
}

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

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
}

li {
  list-style: none;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/*--------------------------------------------------------

	body設定

----------------------------------------------------------*/
html, body {
  font: 10px/1.6 "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  margin: 0;
  padding: 100px 0 0;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  color: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.9;
  font-size: 1.6rem;
  color: #345;
  overflow-x: hidden;
}

@media screen and (min-width: 1025px) {
  body {
    font-weight: 500;
  }
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 60px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  body {
    padding-top: 50px;
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
}

.color {
  background-color: #000;
  color: #fff;
}

* {
  max-height: 999999px;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*マージン*/
.mt10 {
  margin-top: 10px !important;
}

@media screen and (max-width: 599px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

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

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

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

@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

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

@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

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

@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mlr-05 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.ml-05 {
  margin-left: -0.5em;
}

.anchor {
  margin-top: -60px;
  padding-top: 60px;
}

@media screen and (max-width: 599px) {
  .anchor {
    margin-top: 0;
    padding-top: 0;
  }
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
    .header {
        position: relative !important; //ヘッダー固定fixedを解除
    }
    .header .header-inner {
        width: 100% !important; //サイト幅を解除
    }
    .page-title {
        margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
        width: 100% !important; //サイト幅を解除
    }
    .breadcrumbs-list {
        width: 100% !important; //サイト幅を解除
    }
    .global-nav {
        width: 100%; //サイト幅を解除
    }
    ------- ↑その他参考　---------*/
}

@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}

.header-wrapper {
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: fixed;
  z-index: 99;
}

@media screen and (max-width: 1024px) {
  .header-wrapper {
    height: 60px;
  }
}

@media screen and (max-width: 599px) {
  .header-wrapper {
    height: 50px;
  }
}

.header-wrapper__logo {
  margin-left: 30px;
  padding: 26px 0 0;
  width: 246px;
}

@media screen and (max-width: 1300px) {
  .header-wrapper__logo {
    width: 210px;
    margin-left: 20px;
    padding: 32px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .header-wrapper__logo {
    width: 230px;
    margin-left: 10px;
    padding: 10px 0 0;
  }
}

@media screen and (max-width: 599px) {
  .header-wrapper__logo {
    width: 190px;
    margin-left: 7px;
    padding: 7px 0 0;
  }
}

.header-wrapper__logo__link {
  display: block;
  line-height: 1;
  transition: 0.5s;
}

.header-wrapper__logo__link:hover {
  opacity: 0.7;
}

.header-wrapper__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-right: 30px;
}

@media screen and (max-width: 1300px) {
  .header-wrapper__nav {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .header-wrapper__nav {
    display: none;
  }
}

.header-wrapper__nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 20px;
}

@media screen and (max-width: 1300px) {
  .header-wrapper__nav__list {
    margin-right: 10px;
  }
}

.header-wrapper__nav__item {
  height: 100%;
}

.header-wrapper__nav__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 20px;
  color: #000;
  font-size: 1.7rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  z-index: 0;
}

@media screen and (max-width: 1300px) {
  .header-wrapper__nav__item a {
    padding: 10px;
    font-size: 1.6rem;
  }
}

.header-wrapper__nav__item a::before {
  content: "";
  transition: .5s;
}

.header-wrapper__nav__item a.active::before, .header-wrapper__nav__item a:hover::before {
  position: absolute;
  bottom: 36px;
  width: calc(100% - 40px);
  height: 9px;
  background-color: #eeaabb;
  z-index: -1;
}

@media screen and (max-width: 1300px) {
  .header-wrapper__nav__item a.active::before, .header-wrapper__nav__item a:hover::before {
    bottom: 40px;
    width: calc(100% - 20px);
    height: 7px;
  }
}

.header-wrapper__nav__item--home {
  margin-right: 10px;
}

.header-wrapper__nav__item--home a {
  background-image: url("../img/common/icon_home.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.header-wrapper__nav__item--home a::before {
  display: none;
}

.header-wrapper__nav__item--home a img {
  max-width: 17px;
  width: 100%;
  vertical-align: middle;
}

.header-wrapper__nav__item--home a:hover, .header-wrapper__nav__item--home a.active {
  background-image: url("../img/common/icon_home_o.png");
}

.header-wrapper__nav__tel {
  margin-right: 40px;
  color: #000;
  font-size: 2rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
}

@media screen and (max-width: 1300px) {
  .header-wrapper__nav__tel {
    margin-right: 20px;
    font-size: 1.8rem;
  }
}

.header-wrapper__nav__tel a {
  color: inherit;
}

.header-wrapper__nav__contact a {
  display: block;
  padding: 8px 25px;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.5;
}

@media screen and (max-width: 1300px) {
  .header-wrapper__nav__contact a {
    font-size: 1.5rem;
    padding: 8px 20px;
  }
}

.header-wrapper__nav__contact a:hover {
  background-color: #199;
}

.header-nav-sp__item > a,
.header-nav-sp__item > span {
  display: block;
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #0cbf9b;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 400;
}

.header-nav-sp__item > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto 0;
}

.header-nav-sp__item > span::before, .header-nav-sp__item > span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 14px;
  height: 2px;
  margin: auto 0;
  background-color: #fff;
  transition: .3s;
}

.header-nav-sp__item > span::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header-nav-sp__item > span.active::after {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

#nav-open {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 100%;
  margin: auto 0;
  background-color: #00aa88;
}

@media screen and (min-width: 1025px) {
  #nav-open {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  #nav-open {
    width: 50px;
  }
}

#nav-open > span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
}

#nav-open > span > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  transition: all .3s ease;
}

#nav-open > span > span::before, #nav-open > span > span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  transition: 0.5s;
}

#nav-open > span > span::before {
  top: -7px;
}

#nav-open > span > span::after {
  bottom: -7px;
}

#nav-open.active > span > span {
  background-color: transparent;
}

#nav-open.active > span > span::before, #nav-open.active > span > span::after {
  top: 0;
}

#nav-open.active > span > span::before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

#nav-open.active > span > span::after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

#nav-content {
  overflow: scroll;
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 99;
  width: 55%;
  height: 100%;
  padding-bottom: 60px;
  background-color: #00aa88;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all .3s ease;
}

@media screen and (min-width: 1025px) {
  #nav-content {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  #nav-content {
    top: 50px;
    width: 80%;
  }
}

#nav-close-overlay {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 10;
}

@media screen and (max-width: 599px) {
  #nav-close-overlay {
    top: 50px;
  }
}

#nav-input {
  display: none;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#nav-input:checked ~ #nav-close-overlay {
  display: block;
  opacity: .5;
}

.footer-wrapper {
  padding: 50px;
  background-color: #d78;
}

@media screen and (max-width: 1024px) {
  .footer-wrapper {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 599px) {
  .footer-wrapper {
    padding: 30px 20px;
  }
}

.footer-wrapper__address {
  float: left;
  width: 473px;
}

@media screen and (max-width: 1024px) {
  .footer-wrapper__address {
    float: none;
    width: auto;
  }
}

.footer-wrapper__address__logo {
  margin-bottom: 13px;
}

@media screen and (max-width: 1024px) {
  .footer-wrapper__address__logo {
    margin-bottom: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .footer-wrapper__address__logo {
    margin-bottom: 10px;
  }
}

.footer-wrapper__address__logo img {
  max-width: 245px;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .footer-wrapper__address__logo img {
    width: 190px;
  }
}

.footer-wrapper__address__text {
  margin-left: 80px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .footer-wrapper__address__text {
    margin-left: 0;
    text-align: center;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .footer-wrapper__address__text {
    font-size: 1.4rem;
  }
}

.footer-wrapper__address__text a {
  color: inherit;
}

.footer-wrapper__nav {
  margin: -5px -10px 0 0;
  text-align: right;
  float: right;
}

@media screen and (max-width: 1024px) {
  .footer-wrapper__nav {
    display: none;
  }
}

.footer-wrapper__nav__item {
  font-size: 16px;
  line-height: 1.01;
  color: #fff;
  display: inline-block;
}

.footer-wrapper__nav__item::before {
  content: '｜';
  margin: 0 0.2em;
}

.footer-wrapper__nav__item:first-child::before {
  display: none;
}

.footer-wrapper__nav__item__link {
  color: #fff;
  transition: 0.5s;
}

.footer-wrapper__nav__item__link:hover {
  color: #ff0;
}

@media screen and (max-width: 1024px) {
  .footer-wrapper__nav__item__link:hover {
    color: #fff;
  }
}

.copyright {
  width: auto;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #345;
}

@media screen and (max-width: 599px) {
  .copyright {
    height: 40px;
    font-size: 1.1rem;
    line-height: 40px;
  }
}

.pagetitle-wrapper {
  padding-top: 80px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .pagetitle-wrapper {
    height: 160px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 599px) {
  .pagetitle-wrapper {
    height: 110px;
    padding-top: 15px;
  }
}

.pagetitle-wrapper--about {
  background-image: url(../img/about/pagetitle.jpg);
}

.pagetitle-wrapper--merit {
  background-image: url(../img/merit/pagetitle.jpg);
}

.pagetitle-wrapper--service {
  background-image: url(../img/service/pagetitle.jpg);
}

.pagetitle-wrapper--achievement {
  background-image: url(../img/achievement/pagetitle.jpg);
}

.pagetitle-wrapper--contact {
  background-image: url(../img/contact/pagetitle.jpg);
}

.pagetitle-wrapper__inner {
  margin: 0 auto;
  padding-left: 0.1em;
  padding-top: 48px;
  width: 400px;
  height: 140px;
  font-size: 26px;
  line-height: 1.01;
  color: #345;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #fff;
  display: block;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .pagetitle-wrapper__inner {
    width: 300px;
    height: 100px;
    padding-top: 30px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 599px) {
  .pagetitle-wrapper__inner {
    padding-top: 22px;
    width: 60%;
    height: 80px;
    font-size: 2rem;
  }
}

.pagetitle-wrapper__inner__en {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.01;
  color: #d78;
  font-family: "EB Garamond", serif !important;
  font-weight: 600;
  text-align: center;
  display: block;
}

@media screen and (max-width: 599px) {
  .pagetitle-wrapper__inner__en {
    margin-top: 5px;
    font-size: 1.0rem;
  }
}

.btn-type01 {
  display: block;
  position: relative;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 17px;
  background-color: #000;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .btn-type01 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 599px) {
  .btn-type01 {
    padding: 15px;
    font-size: 1.5rem;
  }
}

.btn-type01::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border: 4px solid transparent;
  border-left: 8px solid #fff;
  border-right: none;
}

.btn-type01:hover {
  background-color: #199;
}

.btn-type01--orange {
  background-color: #ee7744;
}

.btn-type01--orange:hover {
  background-color: #556677;
}

.sec-title {
  position: relative;
  margin-bottom: 25px;
  padding-top: 45px;
  color: #334455;
  font-size: 3.4rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .2em;
}

@media screen and (max-width: 1024px) {
  .sec-title {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 599px) {
  .sec-title {
    font-size: 2.2rem;
  }
}

.sec-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100%;
}

.sec-title span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0;
}

@media screen and (max-width: 599px) {
  .sec-title--policy {
    padding-top: 35px;
  }
}

.sec-title--policy::before {
  width: 37px;
  height: 42px;
  background-image: url("../img/common/icon_policy.png");
}

@media screen and (max-width: 1024px) {
  .sec-title--policy::before {
    width: 30px;
    height: 35px;
  }
}

@media screen and (max-width: 599px) {
  .sec-title--policy::before {
    width: 26px;
    height: 30px;
  }
}

.sec-title--greeting {
  padding-top: 48px;
}

@media screen and (max-width: 599px) {
  .sec-title--greeting {
    padding-top: 38px;
  }
}

.sec-title--greeting::before {
  width: 40px;
  height: 47px;
  background-image: url("../img/common/icon_kira_pink.png");
}

@media screen and (max-width: 1024px) {
  .sec-title--greeting::before {
    width: calc( 40px * 0.9);
    height: calc( 47px * 0.9);
  }
}

@media screen and (max-width: 599px) {
  .sec-title--greeting::before {
    width: calc( 40px * 0.7);
    height: calc( 47px * 0.7);
  }
}

.sec-title--outline {
  padding-top: 40px;
}

.sec-title--outline::before {
  width: 30px;
  height: 39px;
  background-image: url("../img/common/icon_outline.png");
}

@media screen and (max-width: 1024px) {
  .sec-title--outline::before {
    width: 28px;
    height: 35px;
  }
}

@media screen and (max-width: 599px) {
  .sec-title--outline::before {
    width: 25px;
    height: 32px;
  }
}

.sec-title--history {
  padding-top: 43px;
}

@media screen and (max-width: 599px) {
  .sec-title--history {
    padding-top: 40px;
  }
}

.sec-title--history::before {
  width: 42px;
  height: 41px;
  background-image: url("../img/common/icon_history.png");
}

@media screen and (max-width: 1024px) {
  .sec-title--history::before {
    width: 39px;
    height: 38px;
  }
}

@media screen and (max-width: 599px) {
  .sec-title--history::before {
    width: 34px;
    height: 33px;
  }
}

.top-main-wrapper {
  overflow: hidden;
  position: relative;
  height: 700px;
}

@media screen and (max-width: 1024px) {
  .top-main-wrapper {
    height: 380px;
  }
}

@media screen and (max-width: 599px) {
  .top-main-wrapper {
    height: auto;
  }
}

@media screen and (max-width: 599px) {
  .top-main-wrapper__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.top-main-wrapper__item {
  position: absolute;
  pointer-events: none;
}

@media screen and (max-width: 599px) {
  .top-main-wrapper__item {
    position: inherit;
  }
}

.top-main-wrapper__item:nth-child(1) {
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .top-main-wrapper__item:nth-child(1) {
    width: 57%;
  }
}

@media screen and (max-width: 599px) {
  .top-main-wrapper__item:nth-child(1) {
    width: 100%;
    height: 160px;
  }
}

.top-main-wrapper__item:nth-child(3) {
  top: 0;
  right: 0;
  width: 28%;
  height: 50%;
}

@media screen and (max-width: 1024px) {
  .top-main-wrapper__item:nth-child(3) {
    width: 29%;
  }
}

@media screen and (max-width: 599px) {
  .top-main-wrapper__item:nth-child(3) {
    width: 50%;
    height: 160px;
  }
}

.top-main-wrapper__item:nth-child(4) {
  right: 0;
  bottom: 0;
  width: 28%;
  height: 50%;
}

@media screen and (max-width: 1024px) {
  .top-main-wrapper__item:nth-child(4) {
    width: 29%;
  }
}

@media screen and (max-width: 599px) {
  .top-main-wrapper__item:nth-child(4) {
    width: 50%;
    height: 160px;
  }
}

.top-main-wrapper__item.catch {
  right: 28%;
  width: 17%;
  height: 100%;
  background-color: #dd7788;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .top-main-wrapper__item.catch {
    right: 29%;
    width: 14%;
  }
}

@media screen and (max-width: 599px) {
  .top-main-wrapper__item.catch {
    width: 100%;
    height: auto;
  }
}

.top-main-wrapper__item.catch p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 490px;
  margin: auto;
  color: #fff;
  font-size: 3rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .top-main-wrapper__item.catch p {
    padding-top: 15px;
    width: 80px;
    height: 330px;
    font-size: 2.0rem;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 599px) {
  .top-main-wrapper__item.catch p {
    padding: 13px 0 17px 0.1em;
    position: inherit;
    width: 100%;
    height: auto;
    font-size: 5vw;
    line-height: 1.4;
    -webkit-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

.top-main-wrapper__item img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.top-service-wrapper {
  background: linear-gradient(to top, #eef3f7 64%, transparent 0);
  padding: 80px 50px 140px;
}

@media screen and (max-width: 1024px) {
  .top-service-wrapper {
    padding: 20px 20px 20px;
  }
}

@media screen and (max-width: 599px) {
  .top-service-wrapper {
    padding: 20px;
  }
}

.top-service-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1430px;
}

.top-service-wrapper__list {
  counter-reset: num;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -50px;
}

@media screen and (max-width: 1300px) {
  .top-service-wrapper__list {
    margin-top: -20px;
  }
}

@media screen and (max-width: 1024px) {
  .top-service-wrapper__list {
    margin-top: -10px;
  }
}

@media screen and (max-width: 599px) {
  .top-service-wrapper__list {
    margin-top: -2px;
  }
}

.top-service-wrapper__item {
  margin-top: 50px;
  margin-left: 50px;
  width: calc( ( 99.9% - 150px ) / 4);
  position: relative;
}

.top-service-wrapper__item:nth-child(4n-3) {
  margin-left: 0;
}

@media screen and (max-width: 1300px) {
  .top-service-wrapper__item {
    margin-top: 20px;
    margin-left: 20px;
    width: calc( ( 99.9% - 60px ) / 4);
  }
}

@media screen and (max-width: 1024px) {
  .top-service-wrapper__item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc( ( 99.9% - 30px ) / 4);
  }
}

@media screen and (max-width: 599px) {
  .top-service-wrapper__item {
    width: calc( 50% - 1px);
    margin: 2px 2px 0 0;
  }
  .top-service-wrapper__item:nth-child(even) {
    margin-right: 0;
  }
}

.top-service-wrapper__item::before {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .top-service-wrapper__item::before {
    top: 10px;
    font-size: 2.2rem;
  }
}

.top-service-wrapper__item::after {
  content: "";
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  width: 16px;
  height: 1px;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .top-service-wrapper__item::after {
    top: 50px;
  }
}

.top-service-wrapper__item__head {
  padding: 70px 10px 25px;
  background-color: #00bbdd;
}

@media screen and (max-width: 1024px) {
  .top-service-wrapper__item__head {
    padding: 60px 10px 20px;
  }
}

@media screen and (max-width: 599px) {
  .top-service-wrapper__item__head {
    padding: 60px 0 15px;
  }
}

.top-service-wrapper__item__head__text {
  color: #fff;
  font-size: 2rem;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .06em;
}

@media screen and (max-width: 1300px) {
  .top-service-wrapper__item__head__text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1200px) {
  .top-service-wrapper__item__head__text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1024px) {
  .top-service-wrapper__item__head__text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 599px) {
  .top-service-wrapper__item__head__text {
    font-size: 3.4vw;
  }
}

.top-service-wrapper__item--title {
  padding: 70px 10px 0;
  background-color: #1155aa;
}

@media screen and (max-width: 1200px) {
  .top-service-wrapper__item--title {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .top-service-wrapper__item--title {
    padding: 10% 10px 20px;
  }
}

.top-service-wrapper__item--title::before, .top-service-wrapper__item--title::after {
  display: none;
}

.top-service-wrapper__item--title h2 {
  position: relative;
  padding-top: 50px;
  color: #fff;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .top-service-wrapper__item--title h2 {
    margin-bottom: 20px;
    padding-top: 40px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 599px) {
  .top-service-wrapper__item--title h2 {
    margin-bottom: 0;
    padding-top: 40px;
    font-size: 5.3vw;
  }
}

.top-service-wrapper__item--title h2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 26px;
  height: 44px;
  margin: 0 auto;
  background: url("../img/top/icon_spray.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1024px) {
  .top-service-wrapper__item--title h2::before {
    width: 20px;
    height: 34px;
  }
}

.top-service-wrapper__item--title h2 span {
  display: block;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .top-service-wrapper__item--title h2 span {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 599px) {
  .top-service-wrapper__item--title h2 span {
    font-size: 1.0rem;
  }
}

.top-service-wrapper__item--title a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  width: 80%;
  margin: 0 auto;
  padding: 14px 25px 12px 10px;
  background-color: #fff;
  border: 2px solid #fff;
  color: #1155aa;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.top-service-wrapper__item--title a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 8px;
  height: 7px;
  margin: auto 0;
  border: 4px solid transparent;
  border-left: 7px solid #1155aa;
  border-right: none;
  transition: .5s;
}

@media screen and (max-width: 599px) {
  .top-service-wrapper__item--title a::after {
    right: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .top-service-wrapper__item--title a {
    padding: 10px 5px 10px 0;
    font-size: 1.4rem;
    bottom: 20px;
  }
  .top-service-wrapper__item--title a::after {
    right: 5px;
    width: 6px;
    height: 6px;
    border: 3px solid transparent;
    border-left: 6px solid #1155aa;
  }
}

@media screen and (max-width: 1024px) and (max-width: 599px) {
  .top-service-wrapper__item--title a::after {
    right: 5px;
  }
}

@media screen and (max-width: 599px) {
  .top-service-wrapper__item--title a {
    margin: 0;
    left: 10px;
    bottom: 15px;
    width: calc( 100% - 20px);
    font-size: 1.4rem;
  }
}

.top-service-wrapper__item--title a:hover {
  background-color: #1155aa;
  color: #fff;
}

.top-service-wrapper__item--title a:hover::after {
  border-left-color: #fff;
}

@media screen and (max-width: 1024px) {
  .top-service-wrapper__item--title a:hover {
    color: #1155aa;
    background-color: #fff;
  }
  .top-service-wrapper__item--title a:hover::after {
    border-left-color: #1155aa;
  }
}

.top-merit-wrapper {
  padding: 75px 0 190px;
  background-image: url(../img/top/bg_photo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}

@media screen and (max-width: 1024px) {
  .top-merit-wrapper {
    padding: 40px 0 50px;
  }
}

@media screen and (max-width: 599px) {
  .top-merit-wrapper {
    padding: 15px 0 80px;
  }
}

.top-merit-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

.top-merit-wrapper__title {
  position: relative;
  margin-bottom: 30px;
  padding-top: 55px;
  color: #334455;
  font-size: 3.4rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  letter-spacing: .2em;
}

@media screen and (max-width: 1024px) {
  .top-merit-wrapper__title {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 599px) {
  .top-merit-wrapper__title {
    margin-bottom: 10px;
    padding-top: 40px;
    font-size: 2.4rem;
  }
}

.top-merit-wrapper__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 40px;
  height: 47px;
  margin: 0 auto;
  background: url("../img/top/icon_kira.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1024px) {
  .top-merit-wrapper__title::before {
    width: 35px;
    height: 42px;
  }
}

@media screen and (max-width: 599px) {
  .top-merit-wrapper__title::before {
    width: 28px;
    height: 33px;
  }
}

.top-merit-wrapper__title span {
  display: block;
  font-size: 1.2rem;
  font-family: "Noto Sans Japanese" !important;
  letter-spacing: .1em;
}

.top-merit-wrapper__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -40px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .top-merit-wrapper__list {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  .top-merit-wrapper__list {
    margin-bottom: 20px;
  }
}

.top-merit-wrapper__item {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 40px 20px 0;
  padding: 170px 0 20px;
  background-color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #556677;
  font-size: 2rem;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .top-merit-wrapper__item {
    width: 170px;
    height: 170px;
    margin: 20px 10px 0;
    padding: 90px 0 0;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 599px) {
  .top-merit-wrapper__item {
    width: 42.7vw;
    height: 42.7vw;
    padding: 22.7vw 0 0;
    font-size: 4vw;
  }
}

.top-merit-wrapper__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100%;
}

.top-merit-wrapper__item:nth-child(1)::before {
  top: 60px;
  width: 46px;
  height: 87px;
  background-image: url("../img/common/icon_clean.png");
}

@media screen and (max-width: 1024px) {
  .top-merit-wrapper__item:nth-child(1)::before {
    top: 25px;
    width: 34px;
    height: 65px;
  }
}

@media screen and (max-width: 599px) {
  .top-merit-wrapper__item:nth-child(1)::before {
    top: 6.66vw;
    width: 28px;
    height: 53px;
  }
}

.top-merit-wrapper__item:nth-child(2)::before {
  top: 90px;
  width: 63px;
  height: 63px;
  background-image: url("../img/common/icon_anshin.png");
}

@media screen and (max-width: 1024px) {
  .top-merit-wrapper__item:nth-child(2)::before {
    top: 38px;
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 599px) {
  .top-merit-wrapper__item:nth-child(2)::before {
    top: 10.1vw;
    width: 38px;
    height: 38px;
  }
}

.top-merit-wrapper__item:nth-child(3)::before {
  top: 95px;
  width: 91px;
  height: 45px;
  background-image: url("../img/common/icon_fukuoka.png");
}

@media screen and (max-width: 1024px) {
  .top-merit-wrapper__item:nth-child(3)::before {
    top: 47px;
    width: 66px;
    height: 33px;
  }
}

@media screen and (max-width: 599px) {
  .top-merit-wrapper__item:nth-child(3)::before {
    top: 12.53vw;
    width: 52px;
    height: 26px;
  }
}

.top-merit-wrapper__item:nth-child(4)::before {
  top: 80px;
  width: 68px;
  height: 68px;
  background-image: url("../img/common/icon_saisentan.png");
}

@media screen and (max-width: 1024px) {
  .top-merit-wrapper__item:nth-child(4)::before {
    top: 37px;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 599px) {
  .top-merit-wrapper__item:nth-child(4)::before {
    top: 9.86vw;
    width: 40px;
    height: 40px;
  }
}

.top-merit-wrapper__button {
  display: block;
  position: relative;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 12px;
  background-color: #00aa88;
  border: 2px solid #00aa88;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .top-merit-wrapper__button {
    padding: 10px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 599px) {
  .top-merit-wrapper__button {
    width: 80%;
    font-size: 1.5rem;
  }
}

.top-merit-wrapper__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 8px;
  height: 7px;
  margin: auto 0;
  border: 4px solid transparent;
  border-left: 7px solid #fff;
  border-right: none;
  transition: .5s;
}

.top-merit-wrapper__button:hover {
  background-color: #fff;
  color: #00aa88;
}

.top-merit-wrapper__button:hover::after {
  border-left-color: #00aa88;
}

.slick-list {
  width: 100%;
  height: 100%;
}

.slick-track {
  width: 100% !important;
  height: 100%;
}

.about-greeting-wrapper {
  padding: 80px 60px 100px;
}

@media screen and (max-width: 1024px) {
  .about-greeting-wrapper {
    padding: 60px 40px 80px;
  }
}

@media screen and (max-width: 599px) {
  .about-greeting-wrapper {
    padding: 30px 20px;
  }
}

.about-greeting-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1026px;
}

.about-greeting-wrapper__box {
  padding: 130px 80px 60px;
  background-color: #f7faf3;
  background-image: url("../img/about/greeting_border.png");
  background-repeat: no-repeat;
  background-position: top 70px center;
  background-size: 233px auto;
  box-shadow: 0 0 8px #ddd;
}

@media screen and (max-width: 1024px) {
  .about-greeting-wrapper__box {
    padding: 100px 40px 50px;
    background-position: top 50px center;
  }
}

@media screen and (max-width: 599px) {
  .about-greeting-wrapper__box {
    padding: 70px 20px 20px;
    background-size: 180px auto;
    background-position: top 30px center;
  }
}

.about-greeting-wrapper__box__title {
  margin-bottom: 15px;
  color: #dd7788;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: .08em;
}

@media screen and (max-width: 1024px) {
  .about-greeting-wrapper__box__title {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 599px) {
  .about-greeting-wrapper__box__title {
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: justify;
  }
}

.about-greeting-wrapper__box__text {
  margin-bottom: 20px;
  color: #334455;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  line-height: 2.5;
}

@media screen and (max-width: 1024px) {
  .about-greeting-wrapper__box__text {
    line-height: 2.3;
  }
}

@media screen and (max-width: 599px) {
  .about-greeting-wrapper__box__text {
    margin-bottom: 10px;
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.8;
  }
}

.about-greeting-wrapper__box__name {
  color: #334455;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: right;
  letter-spacing: .08em;
}

.about-greeting-wrapper__box__name span {
  display: inline-block;
  margin-left: 15px;
  font-size: 2.6rem;
}

@media screen and (max-width: 1024px) {
  .about-greeting-wrapper__box__name span {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 599px) {
  .about-greeting-wrapper__box__name span {
    font-size: 2.1rem;
  }
}

.about-outline-wrapper {
  padding: 100px 60px 100px;
  background-color: #eef3f7;
}

@media screen and (max-width: 1024px) {
  .about-outline-wrapper {
    padding: 80px 40px;
  }
}

@media screen and (max-width: 599px) {
  .about-outline-wrapper {
    padding: 30px 20px;
  }
}

.about-outline-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.about-outline-wrapper__table {
  width: 100%;
  border-collapse: collapse;
}

.about-outline-wrapper__table tr {
  border-bottom: 1px solid #eef3f7;
}

.about-outline-wrapper__table th,
.about-outline-wrapper__table td {
  color: #334455;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .about-outline-wrapper__table th,
  .about-outline-wrapper__table td {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .about-outline-wrapper__table th,
  .about-outline-wrapper__table td {
    font-size: 1.4rem;
    display: block;
  }
}

.about-outline-wrapper__table th {
  padding: 25px 20px;
  background-color: #dde7ee;
}

@media screen and (max-width: 1024px) {
  .about-outline-wrapper__table th {
    padding: 20px;
  }
}

@media screen and (max-width: 599px) {
  .about-outline-wrapper__table th {
    width: auto;
    padding: 10px;
  }
}

.about-outline-wrapper__table td {
  padding: 25px 30px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .about-outline-wrapper__table td {
    padding: 20px;
  }
}

@media screen and (max-width: 599px) {
  .about-outline-wrapper__table td {
    padding: 15px;
  }
}

.about-outline-wrapper__table dl:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 599px) {
  .about-outline-wrapper__table dl:not(:last-child) {
    margin-bottom: 15px;
  }
}

.about-outline-wrapper__table dl dt {
  margin-bottom: 10px;
  color: #334455;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .about-outline-wrapper__table dl dt {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .about-outline-wrapper__table dl dt {
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
}

.about-outline-wrapper__table dl dd {
  padding: 20px;
  background-color: #f7f7f7;
  color: #556677;
  font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
  .about-outline-wrapper__table dl dd {
    padding: 15px;
    font-size: 1.3rem;
  }
}

.about-outline-wrapper__table ul li {
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
}

.about-outline-wrapper__table ul li:not(:last-child) {
  margin-bottom: 5pxe799aa;
}

.about-outline-wrapper__table ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #e799aa;
}

@media screen and (max-width: 599px) {
  .about-outline-wrapper__table ul li::before {
    top: 6px;
  }
}

.about-history-wrapper {
  padding: 80px 60px 150px;
}

@media screen and (max-width: 1024px) {
  .about-history-wrapper {
    padding: 80px 40px;
  }
}

@media screen and (max-width: 599px) {
  .about-history-wrapper {
    padding: 30px 20px 40px;
  }
}

.about-history-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.about-history-wrapper__table {
  width: 100%;
  margin-bottom: 80px;
  border-collapse: collapse;
}

@media screen and (max-width: 1024px) {
  .about-history-wrapper__table {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 599px) {
  .about-history-wrapper__table {
    margin-bottom: 20px;
  }
}

.about-history-wrapper__table tr {
  border-bottom: 1px dotted #bbb;
}

.about-history-wrapper__table tr:first-child {
  border-top: 1px dotted #bbb;
}

.about-history-wrapper__table th,
.about-history-wrapper__table td {
  color: #334455;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .about-history-wrapper__table th,
  .about-history-wrapper__table td {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 599px) {
  .about-history-wrapper__table th,
  .about-history-wrapper__table td {
    font-size: 1.4rem;
    display: block;
  }
}

.about-history-wrapper__table th {
  position: relative;
  width: 210px;
  padding: 30px 35px;
  text-align: left;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .about-history-wrapper__table th {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 599px) {
  .about-history-wrapper__table th {
    width: auto;
    padding: 15px 0 5px 25px;
  }
}

.about-history-wrapper__table th:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #dd7788;
}

@media screen and (max-width: 1024px) {
  .about-history-wrapper__table th:before {
    top: 30px;
    width: 20px;
  }
}

@media screen and (max-width: 599px) {
  .about-history-wrapper__table th:before {
    top: 24px;
    width: 15px;
  }
}

.about-history-wrapper__table td {
  padding: 30px 0;
  color: #334455;
  font-size: 1.6rem;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .about-history-wrapper__table td {
    padding: 20px 0;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .about-history-wrapper__table td {
    padding: 0 0 15px 25px;
    font-size: 1.4rem;
  }
}

.merit-wrapper {
  padding: 100px 20px;
  background-color: #eef3f7;
}

@media screen and (max-width: 1024px) {
  .merit-wrapper {
    padding: 60px 40px;
  }
}

@media screen and (max-width: 599px) {
  .merit-wrapper {
    padding: 30px 20px;
  }
}

.merit-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}

.merit-wrapper__lead {
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .merit-wrapper__lead {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 599px) {
  .merit-wrapper__lead {
    margin-bottom: 30px;
  }
}

.merit-wrapper__lead__catch {
  margin-bottom: 20px;
  color: #334455;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  line-height: 1.8;
  letter-spacing: .08em;
}

@media screen and (max-width: 1024px) {
  .merit-wrapper__lead__catch {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 599px) {
  .merit-wrapper__lead__catch {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}

.merit-wrapper__lead__text {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 70px;
  color: #334455;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2.1;
}

@media screen and (max-width: 1024px) {
  .merit-wrapper__lead__text {
    margin: 0 auto 25px;
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media screen and (max-width: 599px) {
  .merit-wrapper__lead__text {
    margin: 0 auto 10px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.merit-wrapper__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -50px;
}

@media screen and (max-width: 1024px) {
  .merit-wrapper__list {
    margin-top: -20px;
  }
}

.merit-wrapper__item {
  position: relative;
  width: calc( (99.9% - 5%) / 2);
  margin-top: 50px;
  padding: 50px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .merit-wrapper__item {
    width: calc( 50% - 10px);
    margin-top: 20px;
    padding: 30px;
  }
}

@media screen and (max-width: 599px) {
  .merit-wrapper__item {
    width: 100%;
    padding: 20px;
  }
}

.merit-wrapper__item:nth-child(odd) {
  margin-right: 5%;
}

@media screen and (max-width: 1024px) {
  .merit-wrapper__item:nth-child(odd) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 599px) {
  .merit-wrapper__item:nth-child(odd) {
    margin-right: 0;
  }
}

.merit-wrapper__item::before, .merit-wrapper__item::after {
  content: "";
  position: absolute;
}

.merit-wrapper__item::before {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-top: 1px solid #556677;
  border-right: 1px solid #556677;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 599px) {
  .merit-wrapper__item::before {
    width: 25px;
    height: 25px;
    border-top: 1px solid #556677;
    border-right: 1px solid #556677;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.merit-wrapper__item::after {
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-top: 1px solid #556677;
  border-right: 1px solid #556677;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 599px) {
  .merit-wrapper__item::after {
    width: 25px;
    height: 25px;
    border-top: 1px solid #556677;
    border-right: 1px solid #556677;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.merit-wrapper__item__head {
  margin-bottom: 30px;
  padding-top: 130px;
  height: 210px;
  background-color: #f7f7f7;
  color: #556677;
  font-size: 2.8rem;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .merit-wrapper__item__head {
    margin-bottom: 15px;
    padding-top: 92px;
    height: calc( 210px * 0.7);
    font-size: 2.0rem;
  }
}

.merit-wrapper__item__head--01 {
  background-image: url("../img/common/icon_clean.png");
  background-size: 47px auto;
  background-position: 50% 35px;
}

@media screen and (max-width: 1024px) {
  .merit-wrapper__item__head--01 {
    background-size: calc( 47px * 0.7) auto;
    background-position: 50% calc( 35px * 0.7);
  }
}

.merit-wrapper__item__head--02 {
  background-image: url("../img/common/icon_anshin.png");
  background-size: 63px auto;
  background-position: 50% 53px;
}

@media screen and (max-width: 1024px) {
  .merit-wrapper__item__head--02 {
    background-size: calc( 63px * 0.7) auto;
    background-position: 50% calc( 53px * 0.7);
  }
}

.merit-wrapper__item__head--03 {
  background-image: url("../img/common/icon_fukuoka.png");
  background-size: 90px auto;
  background-position: 50% 64px;
}

@media screen and (max-width: 1024px) {
  .merit-wrapper__item__head--03 {
    background-size: calc( 90px * 0.7) auto;
    background-position: 50% calc( 64px * 0.7);
  }
}

.merit-wrapper__item__head--04 {
  background-image: url("../img/common/icon_saisentan.png");
  background-size: 68px auto;
  background-position: 50% 51px;
}

@media screen and (max-width: 1024px) {
  .merit-wrapper__item__head--04 {
    background-size: calc( 68px * 0.7) auto;
    background-position: 50% calc( 51px * 0.7);
  }
}

.merit-wrapper__item__text {
  font-size: 16px;
  line-height: 2.2;
  color: #345;
  text-align: justify;
}

@media screen and (max-width: 1024px) {
  .merit-wrapper__item__text {
    font-size: 15px;
    line-height: 1.9;
  }
}

@media screen and (max-width: 599px) {
  .merit-wrapper__item__text {
    font-size: 14px;
    line-height: 1.8;
  }
}

.merit-photo-wrapper__item {
  width: 25%;
  float: left;
}

@media screen and (max-width: 599px) {
  .merit-photo-wrapper__item {
    width: 50%;
  }
  .merit-photo-wrapper__item:nth-child(even) {
    float: right;
  }
}

.merit-btn-wrapper {
  padding: 80px 0 130px;
  background-color: #eef3f7;
}

@media screen and (max-width: 1024px) {
  .merit-btn-wrapper {
    padding: 60px 20px 100px;
  }
}

@media screen and (max-width: 599px) {
  .merit-btn-wrapper {
    padding: 30px 20px 50px;
  }
}

.service-policy-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

.service-policy-wrapper__inner {
  padding: 80px 20px 100px;
}

@media screen and (max-width: 1024px) {
  .service-policy-wrapper__inner {
    padding: 40px;
  }
}

@media screen and (max-width: 599px) {
  .service-policy-wrapper__inner {
    padding: 30px 20px 30px;
  }
}

.service-policy-wrapper__text {
  color: #334455;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.5;
}

@media screen and (max-width: 1024px) {
  .service-policy-wrapper__text {
    font-size: 1.6rem;
    line-height: 1.9;
    text-align: justify;
  }
}

@media screen and (max-width: 599px) {
  .service-policy-wrapper__text {
    font-size: 1.4rem;
    text-justify: inter-ideograph;
    line-height: 1.8;
  }
}

.service-wrapper {
  padding: 80px 20px 150px;
  background-color: #eef3f7;
}

@media screen and (max-width: 1024px) {
  .service-wrapper {
    padding: 60px 40px 100px;
  }
}

@media screen and (max-width: 599px) {
  .service-wrapper {
    padding: 30px 20px 60px;
  }
}

.service-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}

.service-wrapper__details {
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .service-wrapper__details {
    margin-bottom: 30px;
  }
}

.service-wrapper__details__block {
  position: relative;
}

.service-wrapper__details__block:not(:last-child) {
  margin-bottom: 70px;
}

@media screen and (max-width: 1024px) {
  .service-wrapper__details__block:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__block:not(:last-child) {
    margin-bottom: 20px;
  }
}

.service-wrapper__details__block--blue .service-wrapper__details__num-box {
  right: -20px;
  left: auto;
  background-color: #1155aa;
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__block--blue .service-wrapper__details__num-box {
    right: auto;
  }
}

.service-wrapper__details__block--blue .service-wrapper__details__body {
  padding: 50px;
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__block--blue .service-wrapper__details__body {
    padding: 20px;
  }
}

.service-wrapper__details__block--blue .service-wrapper__details__body__category {
  color: #1155aa;
}

.service-wrapper__details__block--blue .service-wrapper__details__body__title {
  color: #1155aa;
}

.service-wrapper__details__block--blue .service-wrapper__details__body__text-area__list li::before {
  background-color: #1155aa;
}

.service-wrapper__details__num-box {
  position: absolute;
  top: -40px;
  left: -20px;
  width: 160px;
  height: 160px;
  padding: 15px 20px;
  background-color: #0bd;
}

@media screen and (max-width: 1024px) {
  .service-wrapper__details__num-box {
    top: -30px;
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__num-box {
    margin-bottom: 15px;
    top: auto;
    left: auto;
    padding: 15px 15px 12px;
    width: 100%;
    height: auto;
    position: relative;
  }
}

.service-wrapper__details__num-box__text {
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: .1em;
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__num-box__text {
    font-size: 1.2rem;
  }
}

.service-wrapper__details__num-box__num {
  position: absolute;
  right: 18px;
  bottom: 18px;
  color: #fff;
  font-size: 5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .service-wrapper__details__num-box__num {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__num-box__num {
    top: 10px;
    right: 7px;
    font-weight: 400;
    bottom: auto;
    font-size: 2.8rem;
  }
}

.service-wrapper__details__body {
  padding: 50px 50px 50px 180px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .service-wrapper__details__body {
    padding: 30px 30px 30px 120px;
  }
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__body {
    padding: 20px;
  }
}

.service-wrapper__details__body__category {
  margin-bottom: 10px;
  color: #00bbdd;
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .service-wrapper__details__body__category {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__body__category {
    margin-bottom: 2px;
    font-size: 1.5rem;
  }
}

.service-wrapper__details__body__title {
  margin-bottom: 20px;
  color: #00bbdd;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .service-wrapper__details__body__title {
    margin-bottom: 10px;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__body__title {
    font-size: 1.8rem;
  }
}

.service-wrapper__details__body__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__body__container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.service-wrapper__details__body__text-area {
  width: 66%;
  margin-right: 4%;
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__body__text-area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.service-wrapper__details__body__text-area__text {
  margin-bottom: 15px;
  color: #334455;
  font-size: 1.7rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .service-wrapper__details__body__text-area__text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__body__text-area__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.service-wrapper__details__body__text-area__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__body__text-area__list {
    display: block;
  }
}

.service-wrapper__details__body__text-area__list li {
  position: relative;
  padding-left: 18px;
  color: #334455;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__body__text-area__list li {
    font-size: 1.5rem;
  }
}

.service-wrapper__details__body__text-area__list li:not(:last-child) {
  margin-right: 24px;
}

.service-wrapper__details__body__text-area__list li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #00bbdd;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__body__text-area__list li::before {
    width: 10px;
    height: 10px;
  }
}

.service-wrapper__details__body__image-area {
  padding-top: 10px;
  width: 30%;
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__body__image-area {
    padding-top: 0;
    width: 100%;
  }
}

.service-wrapper__details__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -70px;
}

@media screen and (max-width: 1024px) {
  .service-wrapper__details__container {
    margin-top: -50px;
  }
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__container {
    margin-top: -20px;
  }
}

.service-wrapper__details__container__block {
  width: calc((99.9% - 50px) / 2);
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .service-wrapper__details__container__block {
    width: calc( 50% - 10px);
    margin-top: 20px;
  }
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__container__block {
    width: 100%;
    margin-top: 20px;
  }
}

.service-wrapper__details__container__block:nth-child(odd) {
  margin-right: 50px;
}

@media screen and (max-width: 1024px) {
  .service-wrapper__details__container__block:nth-child(odd) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__container__block:nth-child(odd) {
    margin-right: 0;
  }
}

.service-wrapper__details__container__block--blue .service-wrapper__details__container__body__num {
  background-color: #1155aa;
}

.service-wrapper__details__container__block--blue .service-wrapper__details__container__body__category {
  color: #1155aa;
}

.service-wrapper__details__container__block--blue .service-wrapper__details__container__body__list li::before {
  background-color: #1155aa;
}

.service-wrapper__details__container__body {
  height: 100%;
  padding: 50px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .service-wrapper__details__container__body {
    padding: 30px;
  }
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__container__body {
    padding: 20px;
  }
}

.service-wrapper__details__container__body__num {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 15px 12px;
  background-color: #00bbdd;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (max-width: 1024px) {
  .service-wrapper__details__container__body__num {
    margin-bottom: 15px;
  }
}

.service-wrapper__details__container__body__num span {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 2.8rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
}

.service-wrapper__details__container__body__category {
  margin-bottom: 20px;
  color: #00bbdd;
  font-size: 2rem;
  font-family: "Noto Sans Japanese" !important;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .service-wrapper__details__container__body__category {
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__container__body__category {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.service-wrapper__details__container__body__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 1024px) {
  .service-wrapper__details__container__body__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.service-wrapper__details__container__body__list li {
  position: relative;
  padding-left: 18px;
  color: #334455;
  font-size: 1.4rem;
  line-height: 1.5;
}

.service-wrapper__details__container__body__list li:not(:last-child) {
  margin-right: 20px;
}

.service-wrapper__details__container__body__list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #00bbdd;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 599px) {
  .service-wrapper__details__container__body__list li::before {
    width: 10px;
    height: 10px;
  }
}

.service-wrapper__contact {
  margin-bottom: 80px;
  padding: 30px;
  background-color: #dde7ee;
}

@media screen and (max-width: 1024px) {
  .service-wrapper__contact {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  .service-wrapper__contact {
    margin-bottom: 20px;
    padding: 25px;
  }
}

.service-wrapper__contact__title {
  margin-bottom: 5px;
  color: #1155aa;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .service-wrapper__contact__title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 599px) {
  .service-wrapper__contact__title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.service-wrapper__contact__text {
  color: #334455;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .service-wrapper__contact__text {
    font-size: 1.5rem;
    text-align: justify;
    line-height: 1.9;
  }
}

@media screen and (max-width: 599px) {
  .service-wrapper__contact__text {
    font-size: 1.4rem;
    text-justify: inter-ideograph;
    line-height: 1.8;
  }
}

.achievement-wrapper {
  padding: 100px 60px;
  background-color: #eef3f7;
}

@media screen and (max-width: 1024px) {
  .achievement-wrapper {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 599px) {
  .achievement-wrapper {
    padding: 30px 20px;
  }
}

.achievement-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

.achievement-wrapper__lead {
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .achievement-wrapper__lead {
    margin-bottom: 20px;
  }
}

.achievement-wrapper__lead__catch {
  margin-bottom: 10px;
  color: #1155aa;
  font-size: 2.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 1024px) {
  .achievement-wrapper__lead__catch {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 599px) {
  .achievement-wrapper__lead__catch {
    font-size: 4.8vw;
  }
}

.achievement-wrapper__lead__text {
  color: #334455;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  text-align: center;
  line-height: 2.1;
}

@media screen and (max-width: 1024px) {
  .achievement-wrapper__lead__text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .achievement-wrapper__lead__text {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
  }
}

.achievement-wrapper__archive {
  position: relative;
  padding: 50px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .achievement-wrapper__archive {
    padding: 40px;
  }
}

@media screen and (max-width: 599px) {
  .achievement-wrapper__archive {
    padding: 20px;
  }
}

.achievement-wrapper__archive::before, .achievement-wrapper__archive::after {
  content: "";
  position: absolute;
}

.achievement-wrapper__archive::before {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-top: 1px solid #556677;
  border-right: 1px solid #556677;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 599px) {
  .achievement-wrapper__archive::before {
    width: 25px;
    height: 25px;
    border-top: 1px solid #556677;
    border-right: 1px solid #556677;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.achievement-wrapper__archive::after {
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-top: 1px solid #556677;
  border-right: 1px solid #556677;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 599px) {
  .achievement-wrapper__archive::after {
    width: 25px;
    height: 25px;
    border-top: 1px solid #556677;
    border-right: 1px solid #556677;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.achievement-wrapper__archive__block:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .achievement-wrapper__archive__block:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  .achievement-wrapper__archive__block:not(:last-child) {
    margin-bottom: 30px;
  }
}

.achievement-wrapper__archive__title {
  position: relative;
  margin-bottom: 20px;
  padding: 13px 25px;
  background-color: #f7f7f7;
  color: #556677;
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .achievement-wrapper__archive__title {
    padding: 10px 20px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 599px) {
  .achievement-wrapper__archive__title {
    padding: 10px 15px;
    font-size: 1.6rem;
  }
}

.achievement-wrapper__archive__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  width: 40px;
  height: 1px;
  margin: auto 0;
  background-color: #eeaa44;
}

@media screen and (max-width: 599px) {
  .achievement-wrapper__archive__title::after {
    width: 30px;
    right: -15px;
  }
}

.achievement-wrapper__archive__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

@media screen and (max-width: 599px) {
  .achievement-wrapper__archive__container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px;
  }
}

.achievement-wrapper__archive__list {
  width: 49%;
}

@media screen and (max-width: 599px) {
  .achievement-wrapper__archive__list {
    width: 100%;
  }
}

.achievement-wrapper__archive__list:first-child {
  margin-right: 2%;
}

@media screen and (max-width: 599px) {
  .achievement-wrapper__archive__list:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.achievement-wrapper__archive__list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
}

.achievement-wrapper__archive__list li:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .achievement-wrapper__archive__list li:not(:last-child) {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 599px) {
  .achievement-wrapper__archive__list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.achievement-wrapper__archive__list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #eeaa44;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.achievement-photo-wrapper__item {
  width: 25%;
  float: left;
}

@media screen and (max-width: 599px) {
  .achievement-photo-wrapper__item {
    width: 50%;
  }
  .achievement-photo-wrapper__item:nth-child(even) {
    float: right;
  }
}

.achievement-btn-wrapper {
  padding: 80px 0 130px;
  background-color: #eef3f7;
}

@media screen and (max-width: 1024px) {
  .achievement-btn-wrapper {
    padding: 60px 20px 100px;
  }
}

@media screen and (max-width: 599px) {
  .achievement-btn-wrapper {
    padding: 40px 20px 50px;
  }
}

.contact-wrapper {
  padding: 100px 60px 150px;
  background-color: #eef3f7;
}

@media screen and (max-width: 1024px) {
  .contact-wrapper {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 599px) {
  .contact-wrapper {
    padding: 30px 20px;
  }
}

.contact-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.contact-wrapper__title {
  margin-bottom: 40px;
  color: #334455;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: .08em;
}

@media screen and (max-width: 1024px) {
  .contact-wrapper__title {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 599px) {
  .contact-wrapper__title {
    margin-bottom: 20px;
    font-size: 4.27vw;
    line-height: 1.7;
  }
}

.contact-wrapper__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .contact-wrapper__container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contact-wrapper__content {
  position: relative;
  width: calc(( 99.9% - 5% ) / 2);
  padding: 50px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .contact-wrapper__content {
    width: calc(( 99.9% - 20px ) / 2);
    padding: 40px;
  }
}

@media screen and (max-width: 599px) {
  .contact-wrapper__content {
    width: 100%;
    padding: 25px;
  }
}

.contact-wrapper__content:first-child {
  margin-right: 5%;
}

@media screen and (max-width: 1024px) {
  .contact-wrapper__content:first-child {
    margin-right: 20px;
  }
}

@media screen and (max-width: 599px) {
  .contact-wrapper__content:first-child {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.contact-wrapper__content::before, .contact-wrapper__content::after {
  content: "";
  position: absolute;
}

.contact-wrapper__content::before {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-top: 1px solid #556677;
  border-right: 1px solid #556677;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 599px) {
  .contact-wrapper__content::before {
    width: 25px;
    height: 25px;
    border-top: 1px solid #556677;
    border-right: 1px solid #556677;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.contact-wrapper__content::after {
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-top: 1px solid #556677;
  border-right: 1px solid #556677;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 599px) {
  .contact-wrapper__content::after {
    width: 25px;
    height: 25px;
    border-top: 1px solid #556677;
    border-right: 1px solid #556677;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.contact-wrapper__content__title {
  position: relative;
  margin-bottom: 30px;
  padding: 130px 10px 30px;
  background-color: #f7f7f7;
  color: #556677;
  font-size: 2.6rem;
  font-family: "Noto Sans Japanese" !important;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .contact-wrapper__content__title {
    margin-bottom: 20px;
    padding: 100px 10px 20px;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 599px) {
  .contact-wrapper__content__title {
    padding: 80px 10px 20px;
    font-size: 1.7rem;
  }
}

.contact-wrapper__content__title::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100%;
}

.contact-wrapper__content__title--tel::before {
  top: 50px;
  width: 64px;
  height: 64px;
  background-image: url("../img/contact/icon_tel.png");
}

@media screen and (max-width: 1024px) {
  .contact-wrapper__content__title--tel::before {
    top: 35px;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 599px) {
  .contact-wrapper__content__title--tel::before {
    top: 26px;
    width: 43px;
    height: 43px;
  }
}

.contact-wrapper__content__title--mail::before {
  top: 45px;
  width: 54px;
  height: 77px;
  background-image: url("../img/contact/icon_mail.png");
}

@media screen and (max-width: 1024px) {
  .contact-wrapper__content__title--mail::before {
    top: 30px;
    width: 42px;
    height: 60px;
  }
}

@media screen and (max-width: 599px) {
  .contact-wrapper__content__title--mail::before {
    top: 20px;
    width: 36px;
    height: 51px;
  }
}

.contact-wrapper__content__text {
  margin-bottom: 25px;
  color: #334455;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2.1;
}

@media screen and (max-width: 1024px) {
  .contact-wrapper__content__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 599px) {
  .contact-wrapper__content__text {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}

.contact-wrapper__content__tel {
  padding: 17px 10px 12px;
  background-color: #f7f7f7;
  color: #556677;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .contact-wrapper__content__tel {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 599px) {
  .contact-wrapper__content__tel {
    font-size: 2rem;
  }
}

.contact-wrapper__content__tel a {
  color: inherit;
}

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