@charset "UTF-8";
/*---------------------------------------- reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
  interpolate-size: allow-keywords;
  line-height: 1.5;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

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

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled, label:has(> :disabled, + disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
  overflow: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  user-select: none !important;
}

:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}

/*---------------------------------------- font */
@font-face {
  font-family: "M PLUS 1p";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MPLUS1p-Regular.woff") format("woff"), url("../fonts/MPLUS1p-Regular.woff2") format("woff2"), url("../fonts/MPLUS1p-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "M PLUS 1p";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/MPLUS1p-Bold.woff") format("woff"), url("../fonts/MPLUS1p-Bold.woff2") format("woff2"), url("../fonts/MPLUS1p-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/NotoSerifJP-Regular.woff") format("woff"), url("../fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../fonts/NotoSerifJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/NotoSerifJP-Bold.woff") format("woff"), url("../fonts/NotoSerifJP-Bold.woff2") format("woff2"), url("../fonts/NotoSerifJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Oswald-Regular.woff") format("woff"), url("../fonts/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Oswald-Bold.woff") format("woff"), url("../fonts/Oswald-Bold.woff2") format("woff2"), url("../fonts/Oswald-Bold.ttf") format("truetype");
}
/*---------------------------------------- common */
html {
  font-size: 62.5%; /*1.0rem=10px*/
  height: 100%;
  z-index: 0;
}
@media (prefers-color-scheme: dark) {
  html {
    background-color: #fff !important;
  }
}

body {
  background-color: #fff;
  color: #303030;
  font-family: "M PLUS 1p", sans-serif, "Noto Serif JP", serif, "Oswald";
  font-size: 2rem;
  font-weight: normal;
  font-feature-settings: "palt";
  line-height: 1.8;
  position: relative;
  width: 100%;
}
@media print, screen and (max-width: 1024px) {
  body {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.main::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 700px;
  position: absolute;
  bottom: 750px;
  background-color: #eff3fa;
  clip-path: polygon(0 0, 100% calc(0% + 15vw), 100% 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .main::after {
    height: 350px;
    bottom: 598px;
  }
}

section {
  position: relative;
}

@media print, screen and (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .pc-only {
    display: none !important;
  }
}
@media print, screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
.main a {
  color: #156da7;
  text-decoration: none;
}
.main a img:hover {
  opacity: 0.8;
}

:where(.main a):not([class], [target=_blank], [href*=".pdf"]) {
  padding-bottom: 2px;
}
:where(.main a):not([class], [target=_blank], [href*=".pdf"]):hover {
  border-bottom: none;
}

.content-wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .content-wrap {
    width: 100%;
    padding: 0 10px;
  }
}
.content-wrap_inn {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .content-wrap_inn {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main section {
  width: 100%;
}

/*--pagetop--*/
.gagetop {
  width: 93px;
  height: 127px;
  border-top: 2px solid #303030;
  border-bottom: 2px solid #303030;
  border-left: 2px solid #303030;
  background-color: #fff;
  position: fixed;
  bottom: 280px;
  right: 0;
  z-index: 21;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .gagetop {
    width: 46px;
    height: 63px;
    bottom: 80px;
  }
}
.gagetop a {
  display: block;
  width: 93px;
  height: 127px;
  font-size: 2.8rem;
  color: #303030;
  position: relative;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .gagetop a {
    width: 46px;
    height: 63px;
    font-size: 1.4rem;
  }
}
.gagetop a span {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .gagetop a span {
    bottom: 10px;
  }
}
.gagetop a::before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 28px solid #030303;
  border-top: 0;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .gagetop a::before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 14px solid #030303;
    top: 10px;
  }
}
.gagetop a:hover {
  opacity: 0.8;
}

/*  Intersection */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-opacity {
  opacity: 0;
  transition: opacity 0.8s ease-out; /* durationやeasingは自由に変更 */
}

.fade-in-opacity.active {
  opacity: 1;
}

.fade-in.delay-1 {
  transition-delay: 0.5s;
}

.fade-in.delay-2 {
  transition-delay: 0.7s;
}

.fade-in.delay-3 {
  transition-delay: 1s;
}

/* ローダー  */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* 白背景 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

/* ロゴとスピナーを縦並び */
.loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ロゴ */
.loader-logo {
  width: 200px; /* 必要に応じてサイズ調整 */
  margin-bottom: 20px;
}

/* スピナー */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #fddd66; /* 外枠色 */
  border-top: 5px solid #ed7a81; /* 回転部分の色 */
  border-radius: 50%;
  animation: spin 1.4s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* フェードアウト */
.loader.loaded {
  opacity: 0;
  pointer-events: none;
}

/*---------------------------------------- btn */
.btn01 {
  display: block;
  width: 254px;
  height: 90px;
  background: url(/assets/images/common/btn_red.svg) no-repeat 0 0;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff !important;
  padding: 35px 0 0 40px;
}
.btn01:hover {
  opacity: 0.8;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .btn01 {
    width: 145px;
    height: 53px;
    font-size: 1.6rem;
    padding: 17.5px 0 0 20px;
    background-size: 100% auto;
  }
}

.btn02 {
  display: block;
  width: 254px;
  height: 90px;
  background: url(/assets/images/common/btn_blue.svg) no-repeat 0 0;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff !important;
  padding: 35px 0 0 40px;
}
.btn02:hover {
  opacity: 0.8;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .btn02 {
    width: 145px;
    height: 53px;
    font-size: 1.6rem;
    padding: 17.5px 0 0 20px;
    background-size: 100% auto;
  }
}

/*---------------------------------------- card */
.btn-area_top01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.btn-area_top01 p {
  padding: 0 20px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .btn-area_top01 p {
    display: inline;
  }
}

.card-alpha {
  width: 1200px;
  margin: 126px auto 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 50px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .card-alpha {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 20px;
  }
}

.card-alpha02 {
  width: 1200px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 50px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .card-alpha02 {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 20px;
  }
}

.card-50 {
  width: 1200px;
  margin: 0 auto;
  padding: 50px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .card-50 {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 20px;
  }
}

/*---------------------------------------- ttl */
.h2-lower {
  display: block;
  height: 310px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
  text-align: left;
  z-index: 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .h2-lower {
    height: 100px;
    width: 100%;
    margin-top: 20px;
  }
}
.h2-lower p {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: 7.6rem;
  font-weight: normal;
  position: absolute;
  top: 96px;
  left: 39px;
  z-index: 1;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .h2-lower p {
    font-size: 3.1rem;
    top: 18px;
    left: 10px;
  }
}
.h2-lower span {
  display: block;
  width: 290px;
  padding: 2px 10px;
  font-size: 1.8rem;
  position: absolute;
  top: 150px;
  left: 226px;
  z-index: 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .h2-lower span {
    padding: 2px 5px;
    width: 200px;
    font-size: 1.2rem;
    top: 44px;
    left: 10px;
    line-height: 1.6;
  }
}

.h3-lower {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  padding: 50px 0 70px 0;
  font-weight: normal;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .h3-lower {
    font-size: 2.6rem;
    padding: 25px 0 35px 0;
  }
}

/*---------------------------------------- common parts */
/*--お知らせ--*/
.contact-area {
  background-color: #fddd66;
  padding: 100px 0 80px 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .contact-area {
    padding: 40px 0 40px 0;
  }
  .contact-area h3 {
    font-size: 3.1rem;
    margin: 0 0 20px 0;
  }
}
.contact-area h3 {
  font-size: 7.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  text-align: right;
  margin: 0 0 40px 0;
  text-align: left !important;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .contact-area h3 {
    font-size: 3.1rem;
    margin: 0 0 20px 0;
  }
}
.contact-area .contact-35 {
  margin-top: -35px;
  margin-left: 30px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .contact-area .contact-35 {
    margin-top: 0;
    margin-left: 0;
  }
}

.contact_inn {
  padding: 45px 50px 0 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .contact_inn {
    padding: 22.5px 0 0 0;
  }
}

.contact_parts {
  width: 317px;
  border: 6px solid #303030;
  background-color: #303030;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .contact_parts {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact_parts dt {
  font-size: 2.8rem;
  text-align: center;
  padding: 20px 0 15px 0;
  background-color: #fddd66;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .contact_parts dt {
    width: 30%;
    font-size: 1.8rem;
    padding: 10px;
  }
}
.contact_parts dd {
  font-size: 2.8rem;
  text-align: center;
  padding: 20px 0 15px 0;
  background-color: #303030;
  color: #fff;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .contact_parts dd {
    font-size: 1.8rem;
    padding: 10px;
  }
}
.contact_parts dd img {
  display: inline;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .contact_parts dd img {
    width: 30px !important;
  }
}
.contact_parts dd a {
  color: #fff;
}

.tell-parts dd p {
  display: inline-block;
  vertical-align: middle;
  line-height: 44px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .tell-parts dd p {
    line-height: 22px;
  }
  .tell-parts dd p a {
    vertical-align: middle;
  }
}
.tell-parts dd p::before {
  content: " ";
  display: inline-block;
  width: 50px;
  height: 44px;
  background: url(/assets/images/common/icon_ft_tel.svg) no-repeat center;
  margin-right: 10px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .tell-parts dd p::before {
    width: 25px;
    height: 22px;
    background-size: 100%;
    margin-right: 5px;
    vertical-align: middle;
  }
}

.mail-parts dd {
  font-size: 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .mail-parts dd {
    font-size: 1.8rem;
  }
  .mail-parts dd img {
    width: 40px;
    vertical-align: middle;
    padding-right: 5px;
    margin-top: -3px;
  }
}
.mail-parts dd span {
  display: inline-block;
  text-indent: -9999px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .mail-parts dd span {
    text-indent: 0;
  }
}

/*---------------------------------------- padding */
.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb5 {
    padding-bottom: 2.5px !important;
  }
  .pb10 {
    padding-bottom: 5px !important;
  }
  .pb15 {
    padding-bottom: 7.5px !important;
  }
  .pb20 {
    padding-bottom: 10px !important;
  }
  .pb25 {
    padding-bottom: 12.5px !important;
  }
  .pb30 {
    padding-bottom: 15px !important;
  }
  .pb35 {
    padding-bottom: 17.5px !important;
  }
  .pb40 {
    padding-bottom: 20px !important;
  }
  .pb45 {
    padding-bottom: 22.5px !important;
  }
  .pb50 {
    padding-bottom: 25px !important;
  }
  .pb55 {
    padding-bottom: 27.5px !important;
  }
  .pb60 {
    padding-bottom: 30px !important;
  }
  .pb65 {
    padding-bottom: 65px !important;
  }
  .pb70 {
    padding-bottom: 35px !important;
  }
  .pb75 {
    padding-bottom: 37.5px !important;
  }
  .pb80 {
    padding-bottom: 40px !important;
  }
  .pb85 {
    padding-bottom: 42.5px !important;
  }
  .pb90 {
    padding-bottom: 45px !important;
  }
  .pb95 {
    padding-bottom: 47.5px !important;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
}
.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  .pl0 {
    padding-left: 0 !important;
  }
  .pl5 {
    padding-left: 2.5px !important;
  }
  .pl10 {
    padding-left: 5px !important;
  }
  .pl15 {
    padding-left: 7.5px !important;
  }
  .pl20 {
    padding-left: 10px !important;
  }
  .pl25 {
    padding-left: 12.5px !important;
  }
  .pl30 {
    padding-left: 15px !important;
  }
  .pl35 {
    padding-left: 17.5px !important;
  }
  .pl40 {
    padding-left: 20px !important;
  }
  .pl45 {
    padding-left: 22.5px !important;
  }
  .pl50 {
    padding-left: 25px !important;
  }
}
.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  .pr0 {
    padding-right: 0 !important;
  }
  .pr5 {
    padding-right: 2.5px !important;
  }
  .pr10 {
    padding-right: 5px !important;
  }
  .pr15 {
    padding-right: 12.5px !important;
  }
  .pr20 {
    padding-right: 10px !important;
  }
  .pr25 {
    padding-right: 12.5px !important;
  }
  .pr30 {
    padding-right: 15px !important;
  }
  .pr35 {
    padding-right: 17.5px !important;
  }
  .pr40 {
    padding-right: 20px !important;
  }
  .pr45 {
    padding-right: 22.5px !important;
  }
  .pr50 {
    padding-right: 25px !important;
  }
}
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  .pt0 {
    padding-top: 0 !important;
  }
  .pt5 {
    padding-top: 2.5px !important;
  }
  .pt10 {
    padding-top: 5px !important;
  }
  .pt15 {
    padding-top: 7.5px !important;
  }
  .pt20 {
    padding-top: 10px !important;
  }
  .pt25 {
    padding-top: 12.5px !important;
  }
  .pt30 {
    padding-top: 15px !important;
  }
  .pt35 {
    padding-top: 17.5px !important;
  }
  .pt40 {
    padding-top: 20px !important;
  }
  .pt45 {
    padding-top: 22.5px !important;
  }
  .pt50 {
    padding-top: 25px !important;
  }
  .pt55 {
    padding-top: 27.5px !important;
  }
  .pt60 {
    padding-top: 30px !important;
  }
  .pt65 {
    padding-top: 32.5px !important;
  }
  .pt70 {
    padding-top: 35px !important;
  }
  .pt75 {
    padding-top: 37.5px !important;
  }
  .pt80 {
    padding-top: 40px !important;
  }
  .pt85 {
    padding-top: 42.5px !important;
  }
  .pt90 {
    padding-top: 45px !important;
  }
  .pt95 {
    padding-top: 47.5px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
}
/*---------------------------------------- margin */
.mb0 {
  margin-bottom: 0 !important;
}

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

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

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

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

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

.mb55 {
  margin-bottom: 55px !important;
}

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

.mb65 {
  margin-bottom: 65px !important;
}

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

.mb75 {
  margin-bottom: 75px !important;
}

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

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb5 {
    margin-bottom: 2.5px !important;
  }
  .mb10 {
    margin-bottom: 5px !important;
  }
  .mb15 {
    margin-bottom: 7.5px !important;
  }
  .mb20 {
    margin-bottom: 10px !important;
  }
  .mb25 {
    margin-bottom: 12.5px !important;
  }
  .mb30 {
    margin-bottom: 15px !important;
  }
  .mb35 {
    margin-bottom: 17.5px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .mb45 {
    margin-bottom: 22.5px !important;
  }
  .mb50 {
    margin-bottom: 25px !important;
  }
  .mb55 {
    margin-bottom: 27.5px !important;
  }
  .mb60 {
    margin-bottom: 30px !important;
  }
  .mb65 {
    margin-bottom: 32.5px !important;
  }
  .mb70 {
    margin-bottom: 35px !important;
  }
  .mb75 {
    margin-bottom: 37.5px !important;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .mb85 {
    margin-bottom: 42.5px !important;
  }
  .mb90 {
    margin-bottom: 45px !important;
  }
  .mb95 {
    margin-bottom: 47.5px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
}
.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

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

.ml35 {
  margin-left: 35px !important;
}

.m40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  .ml0 {
    margin-left: 0 !important;
  }
  .ml5 {
    margin-left: 2.5px !important;
  }
  .ml10 {
    margin-left: 5px !important;
  }
  .ml15 {
    margin-left: 7.5px !important;
  }
  .ml20 {
    margin-left: 10px !important;
  }
  .ml25 {
    margin-left: 212.5px !important;
  }
  .ml30 {
    margin-left: 15px !important;
  }
  .ml35 {
    margin-left: 17.5px !important;
  }
  .m40 {
    margin-left: 20px !important;
  }
  .ml50 {
    margin-left: 25px !important;
  }
}
.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  .mr0 {
    margin-right: 0px !important;
  }
  .mr5 {
    margin-right: 2.5px !important;
  }
  .mr10 {
    margin-right: 5px !important;
  }
  .mr15 {
    margin-right: 7.5px !important;
  }
  .mr20 {
    margin-right: 10px !important;
  }
  .mr25 {
    margin-right: 12.5px !important;
  }
  .mr30 {
    margin-right: 15px !important;
  }
  .mr35 {
    margin-right: 17.5px !important;
  }
  .mr40 {
    margin-right: 20px !important;
  }
  .mr50 {
    margin-right: 25px !important;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  .mt0 {
    margin-top: 0 !important;
  }
  .mt5 {
    margin-top: 2.5px !important;
  }
  .mt10 {
    margin-top: 5px !important;
  }
  .mt15 {
    margin-top: 7.5px !important;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .mt25 {
    margin-top: 12.5px !important;
  }
  .mt30 {
    margin-top: 15px !important;
  }
  .mt35 {
    margin-top: 17.5px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mt45 {
    margin-top: 22.5px !important;
  }
  .mt50 {
    margin-top: 25px !important;
  }
  .mt55 {
    margin-top: 27.5px !important;
  }
  .mt60 {
    margin-top: 30px !important;
  }
  .mt65 {
    margin-top: 32.5px !important;
  }
  .mt70 {
    margin-top: 35px !important;
  }
  .mt75 {
    margin-top: 37.5px !important;
  }
  .mt80 {
    margin-top: 40px !important;
  }
  .mt85 {
    margin-top: 42.5px !important;
  }
  .mt90 {
    margin-top: 45px !important;
  }
  .mt95 {
    margin-top: 47.5px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
}
/*---------------------------------------- header */
header {
  width: 100%;
  height: 72px;
  border-top: 2px solid #303030;
  border-bottom: 2px solid #303030;
  background-color: #fff;
  z-index: 20;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  header {
    height: 60px;
    position: relative;
  }
}
header .head_inn {
  display: flex;
  flex-direction: row;
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  header .head_inn {
    width: 100%;
    height: 60px;
    flex-direction: column;
  }
}
header h1 {
  z-index: 1;
}
header h1 a {
  display: block;
  width: 186px;
  height: 79px;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  header h1 a {
    width: 100px;
    height: 44px;
    top: 8px;
    left: 10px;
  }
  header h1 a img {
    width: 100%;
  }
}
header .sp-contact-area {
  display: none;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  header .sp-contact-area {
    position: absolute;
    top: 0;
    right: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  header .sp-contact-area li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .sp-contact-area a {
    display: inline;
  }
  header .sp-contact-area span {
    display: none;
  }
  header .sp-contact-area .sp-tell {
    height: 56px;
    width: 56px;
    background-color: #52a7de;
  }
  header .sp-contact-area .sp-tell img {
    width: 28px;
  }
  header .sp-contact-area .sp-contact {
    height: 56px;
    width: 56px;
    background-color: #448ab8;
  }
  header .sp-contact-area .sp-contact img {
    width: 28px;
  }
}

nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 19;
  background-color: #fff;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 58px;
    width: 0;
    height: 0;
    transform: translateX(-100%);
    transition: ease 0.4s;
    opacity: 0;
    padding: 0;
    margin: 0;
    display: none;
  }
  nav ul,
  nav li,
  nav a {
    opacity: 0;
    line-height: 0;
    padding: 0;
  }
  nav.active {
    transform: translateX(0);
    width: 100%;
    height: auto;
    opacity: 1;
    display: block;
  }
  nav.active ul,
  nav.active li,
  nav.active a {
    opacity: 1;
  }
}
nav ul {
  display: flex;
  flex-direction: row;
  border-right: 2px solid #303030;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  nav ul {
    flex-direction: column;
  }
}
nav ul li {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 2px solid #303030;
}
nav ul li > li {
  border-bottom: none;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  nav ul li {
    flex-direction: column;
    position: static;
    border-left: 2px solid #303030;
    border-bottom: 2px solid #303030;
  }
  nav ul li p {
    display: block;
    width: 100%;
  }
}
nav ul li a {
  display: inline-block;
  width: 120px;
  height: 68px;
  color: #303030 !important;
  border-left: 2px solid #303030;
  text-decoration: none;
  text-align: center;
  line-height: 68px;
  padding-bottom: 0 !important;
}
nav ul li a:hover {
  background-color: #fdf4d5;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  nav ul li a {
    width: 100%;
    height: auto;
    text-align: left;
    position: relative;
    line-height: 1.8;
    padding: 10px !important;
    border-left: none;
    border-bottom: none;
  }
}
nav ul li .m_inn {
  position: absolute;
  top: 68px;
  border-bottom: 2px solid #303030;
  border-left: 2px solid #303030;
  font-size: 1.8rem;
  padding: 3px 6px 4px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  nav ul li .m_inn {
    position: static;
    border-top: 1px dotted #303030;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-top: 0;
    width: 100%;
    padding-left: 1.2em;
  }
}
nav ul li .m_inn > li {
  text-align: left;
  height: auto;
  position: static;
  border-bottom: none;
  background-color: #fff;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  nav ul li .m_inn > li {
    border-bottom: none;
    border-left: none;
    align-items: flex-start;
  }
}
nav ul li .m_inn > li > a {
  width: auto;
  height: auto;
  white-space: nowrap;
  padding: 10px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  line-height: 1;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  nav ul li .m_inn > li > a {
    padding: 5px !important;
  }
}
nav ul li .m_inn > li > a::before {
  content: " ";
  display: inline-block;
  width: 9px;
  height: 28px;
  background: url(/assets/images/common/icon_menu.svg) no-repeat 0 45%;
  background-size: 5px 10px;
  vertical-align: middle;
  line-height: 1;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  nav ul li .m_inn > li > a::before {
    height: 22px;
  }
}
nav ul li .m_inn > li > a:hover {
  background-color: #fff;
  text-decoration: underline;
}
nav .mail-area {
  width: 89px;
  border-bottom: none;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  nav .mail-area {
    width: 100%;
    height: auto;
    font-size: 1.6rem;
    background-color: #fff;
    text-align: left;
    padding: 0;
    display: none;
  }
}
nav .mail-area a {
  display: flex;
  align-items: center;
  height: 70px;
  background-color: #448ab8;
  padding: 0 25px;
  border-bottom: 2px solid #303030;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  nav .mail-area a {
    display: inline-block;
    height: auto;
    padding: 10px 0 10px 5px !important;
    background-color: #fff;
  }
  nav .mail-area a::before {
    background-color: #303030;
    content: "";
    display: inline-block;
    mask: url(/assets/images/common/icon_ft_mail.svg) no-repeat center;
    mask-size: contain;
    width: 36px;
    height: 28px;
    margin: 0 5px 4px 0;
    vertical-align: middle;
  }
}
nav .mail-area a img {
  width: 36px;
  height: 28px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  nav .mail-area a img {
    display: none;
  }
}
nav .mail-area a:hover {
  opacity: 0.8;
  background-color: #448ab8;
}

.tell-area {
  width: 260px;
  font-size: 2.6rem;
  background-color: #52a7de;
  color: #fff;
  text-align: center;
  padding: 0 30px;
  border-bottom: 2px solid #303030;
  border-left: 2px solid #303030;
}
.tell-area p {
  white-space: nowrap;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .tell-area {
    width: 100%;
    font-size: 1.6rem;
    background-color: #fff;
    text-align: left;
    padding: 0;
    display: none;
  }
  .tell-area p a {
    display: inline-block;
    padding: 10px 0 10px 5px !important;
  }
  .tell-area p a::before {
    background-color: #303030;
    content: "";
    display: inline-block;
    mask: url(/assets/images/common/icon_ft_tel.svg) no-repeat 0 0;
    mask-size: contain;
    width: 27px;
    height: 23px;
    margin: 0 5px 4px 0;
    vertical-align: middle;
  }
}

/*--ハンバーガーメニュー--*/
.header__hamburger {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 8px 0;
}
.hamburger span:nth-child(3) {
  top: 0;
}
.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

/*--ページ別サブメニュー設定--*/
#top .m-about a {
  border-right: none;
}
#top .m-service a {
  border-right: none;
}
#top .m-recruit a {
  border-right: none;
}
#top .m-service_inn,
#top .m-about_inn,
#top .m-recruit_inn {
  display: none;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .m-service_inn,
  #top .m-about_inn,
  #top .m-recruit_inn {
    display: none;
    /*-- spでも表示する場合はコメントアウトする--*/
  }
}

.m-about a {
  border-right: 2px solid #303030;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .m-about a {
    border-right: 2px solid #fff;
  }
}

.m-service a {
  border-left: 2px solid #303030;
  border-right: 2px solid #303030;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .m-service a {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.m-recruit a {
  border-left: 2px solid #303030;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .m-recruit a {
    border-left: 2px solid #fff;
  }
}

#about .m-service_inn,
#about .m-recruit_inn {
  display: none;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #about .m-service_inn,
  #about .m-recruit_inn {
    display: none;
    /*-- spでも表示する場合はコメントアウトする--*/
  }
}
#about .m-about {
  border-bottom: 2px solid #fff;
}
#about .m-about a {
  border-right: 2px solid #fff;
}
#about .m-about_inn {
  border-bottom: 2px solid #303030;
}
#about .m-recruit a {
  border-left: 2px solid #fff;
}

#service .m-about_inn,
#service .m-recruit_inn {
  display: none;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #service .m-about_inn,
  #service .m-recruit_inn {
    display: none;
    /*-- spでも表示する場合はコメントアウトする--*/
  }
}
#service .m-service {
  border-bottom: 2px solid #fff;
}
#service .m-service a {
  border-left: 2px solid #ffffff;
  border-right: 2px solid #fff;
}
#service .m-service_inn {
  left: -120px;
  border-bottom: 2px solid #303030;
}

#recruit .m-service_inn,
#recruit .m-about_inn {
  display: none;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #recruit .m-service_inn,
  #recruit .m-about_inn {
    display: none;
    /*-- spでも表示する場合はコメントアウトする--*/
  }
}
#recruit .m-recruit {
  border-bottom: none;
}
#recruit .m-recruit a {
  border-left: 2px solid #fff;
}
#recruit .m-recruit_inn {
  left: -240px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #recruit .m-recruit {
    border-bottom: 2px solid #303030;
  }
}
#recruit .m-about a {
  border-right: 2px solid #fff;
}

#news .m-about a {
  border-right: none;
}
#news .m-service a {
  border-right: none;
}
#news .m-recruit a {
  border-right: none;
}
#news .m-service_inn,
#news .m-about_inn,
#news .m-recruit_inn {
  display: none;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #news .m-service_inn,
  #news .m-about_inn,
  #news .m-recruit_inn {
    display: none;
    /*-- spでも表示する場合はコメントアウトする--*/
  }
}

/*---------------------------------------- footer */
footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  footer {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 40px 0 20px 0;
  }
  footer div {
    width: 100%;
    padding: 0 10px;
  }
  footer .ft-logo img {
    width: 40%;
  }
}
footer address {
  font-style: normal;
  padding: 15px 0 0 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  footer address {
    padding: 8px 0 8px 0;
    font-size: 1.4rem;
  }
}
footer .copy {
  font-size: 1.5rem;
  text-align: right;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  footer .copy {
    font-size: 1.4rem;
    text-align: center;
  }
}
footer .tell-mail-area {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  footer .tell-mail-area {
    font-size: 1.4rem;
  }
  footer .tell-mail-area a {
    color: #303030;
  }
}
footer .tell-mail-area .tell-mark::before {
  background-color: #303030;
  content: "";
  display: inline-block;
  mask: url(/assets/images/common/icon_ft_tel.svg) no-repeat center;
  mask-size: contain;
  width: 27px;
  height: 23px;
  margin: 0 5px 4px 0;
  vertical-align: middle;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  footer .tell-mail-area .tell-mark::before {
    width: 13.5px;
    height: 11.5px;
  }
}
footer .contact-mark {
  padding-left: 10px;
}
footer .contact-mark span {
  display: inline-block;
  text-indent: -9999px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  footer .contact-mark span {
    text-indent: 0;
    font-size: 1.4rem;
  }
}
footer .contact-mark a::before {
  background-color: #303030;
  content: "";
  display: inline-block;
  mask: url(/assets/images/common/icon_ft_mail.svg) no-repeat center;
  mask-size: contain;
  width: 36px;
  height: 28px;
  margin: 0 5px 4px 0;
  vertical-align: middle;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  footer .contact-mark a::before {
    width: 18px;
    height: 14px;
  }
}

/*---------------------------------------- top */
.main-box {
  width: 100%;
  height: 1124px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .main-box {
    width: 100%;
    height: 360px;
  }
}
.main-box::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 130px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eff3fa;
  clip-path: polygon(0 calc(0% + 15vw), 100% 0, 100% 100%, 0 100%);
  z-index: -1;
  height: 100%;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .main-box::before {
    top: 100px;
  }
}

.mainv_wrap {
  width: 100%;
  max-width: 2303px;
  height: 1124px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/assets/images/top/top_bk03.png) no-repeat 50% 0;
  z-index: 2;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .mainv_wrap {
    width: 100%;
    height: 360px;
    background: url(/assets/images/top/top_bk03_sp.png) no-repeat 50% 0;
    background-size: 140%;
    background-position: 70% -5px;
    z-index: 3;
  }
}
.mainv_wrap .main_inn {
  width: 1200px;
  height: 1124px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .mainv_wrap .main_inn {
    width: 100%;
  }
}
.mainv_wrap .main-copy {
  display: block;
  text-align: left;
  font-size: 7.8rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  padding: 120px 0 10px 40px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .mainv_wrap .main-copy {
    font-size: 3.4rem;
    padding: 80px 0 20px 10px;
  }
}
.mainv_wrap .sub-copy {
  display: block;
  width: 586px;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: left;
  letter-spacing: -0.02em;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .mainv_wrap .sub-copy {
    width: 100%;
    font-size: 1.4rem;
    padding: 0 10px;
    white-space: wrap;
  }
}

.main-bk01 {
  width: 100%;
  max-width: 2303px;
  height: 1124px;
  background: url(/assets/images/top/top_bk01.png) no-repeat 50% 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .main-bk01 {
    width: 100%;
    height: 360px;
    background: none;
    background-size: auto 360px;
    top: 0;
    left: 0px;
    transform: none;
    z-index: 2;
  }
}

.main-bk02 {
  width: 100%;
  max-width: 2303px;
  height: 1124px;
  background: url(/assets/images/top/top_bk02.png) no-repeat 50% 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .main-bk02 {
    width: 100%;
    height: 360px;
    background: none;
    background-size: auto 360px;
    left: 0px;
    transform: none;
  }
}

.bg_blue {
  background-color: #fff;
  background-image: linear-gradient(#eff3fa 0%, #ffffff);
}

#top h2 {
  font-size: 7.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  text-align: right;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top h2 {
    font-size: 3.1rem;
    margin: 0 0 20px 0;
  }
}
#top .txt-block {
  width: 707px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .txt-block {
    width: 100%;
  }
}
#top .service {
  margin: 130px auto 0 auto;
  min-height: 860px;
  background: url(/assets/images/top/img-service.svg) no-repeat right bottom;
  background-size: 48%;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .service {
    margin: 40px auto 0 auto;
    background: url(/assets/images/top/img-service.svg) no-repeat center bottom;
    background-size: 90% auto;
    background-position: 50% 95%;
  }
}
#top .recruit {
  margin: 160px auto 0 auto;
  min-height: 750px;
  background: url(/assets/images/top/img-recruit.png) no-repeat right bottom;
}
#top .recruit .sp-flex {
  padding-top: 60px;
}
#top .recruit .sp-flex p {
  padding-left: 25px;
}
#top .recruit .sp-flex p:last-child {
  padding-top: 25px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .recruit .sp-flex {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
  }
  #top .recruit .sp-flex p {
    padding-left: 10px;
  }
  #top .recruit .sp-flex p:last-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .recruit {
    margin: 40px auto 0 auto;
    min-height: 950px;
    background: url(/assets/images/top/img-recruit.png) no-repeat center bottom;
    background-size: 90% auto;
    background-position: 50% 95%;
  }
}
#top .bg_img {
  margin: 145px 0 0 0;
  background: url(/assets/images/top/bk_top_service.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .bg_img {
    margin: 40px 0 0 0;
  }
}
#top .total-ttl {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .total-ttl {
    text-align: left;
  }
}
#top .total-ttl::after {
  content: " ";
  display: block;
  width: 452px;
  height: 23px;
  background-color: #ed7a81;
  position: absolute;
  bottom: -12px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .total-ttl::after {
    bottom: -5px;
    width: 80%;
    height: 12px;
    text-align: left;
  }
}
#top .service-ttl {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .service-ttl {
    text-align: left;
  }
}
#top .service-ttl::after {
  content: " ";
  display: block;
  width: 452px;
  height: 23px;
  background-color: #fddd66;
  position: absolute;
  bottom: -12px;
  right: 140px;
  z-index: -1;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .service-ttl::after {
    bottom: -5px;
    width: 80%;
    height: 12px;
    right: 70px;
  }
}
#top .recruit-ttl {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .recruit-ttl {
    text-align: left;
  }
}
#top .recruit-ttl::after {
  content: " ";
  display: block;
  width: 452px;
  height: 23px;
  background-color: #52a7de;
  position: absolute;
  bottom: -12px;
  right: 140px;
  z-index: -1;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .recruit-ttl::after {
    bottom: -5px;
    width: 80%;
    height: 12px;
    right: 70px;
  }
}

/*--swiper--*/
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .swiper {
    padding: 0 30px;
    margin: 0 -10px;
  }
}
#top .swiper-wrapper {
  padding: 64px 0 142px 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .swiper-wrapper {
    padding: 32px 0 71px 0;
  }
}
#top .swiper-pagination {
  width: 100%;
  height: 20px;
  margin: 0 auto;
  bottom: 75px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .swiper-pagination {
    bottom: 37.5px;
  }
}
#top .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  margin-right: 112px;
  background-color: #999;
  opacity: 1;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 20px;
  }
}
#top .swiper-pagination-bullet-active {
  background-color: #2d4e7b;
}
#top .swiper-slide {
  height: auto;
  background-color: #fff;
  border: 1px solid #303030;
  border-radius: 6px;
  padding: 0 40px 40px 40px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .swiper-slide {
    padding: 0 20px 0px 20px;
  }
}
#top .swiper-slide:last-child {
  margin: 0;
}
#top .swiper-slide::before {
  content: " ";
  display: inline-block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -64px;
  left: 40px;
  z-index: 2;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .swiper-slide::before {
    width: 65px;
    height: 65px;
    top: -32px;
    left: 20px;
  }
}
#top .swiper-slide h3 {
  font-family: "Oswald";
  font-size: 6.2rem;
  color: #51a8de;
  position: absolute;
  top: 10px;
  right: 60px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .swiper-slide h3 {
    font-size: 3.1rem;
    right: 90px;
  }
}
#top .swiper-slide dl {
  margin: 130px 0 0 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .swiper-slide dl {
    margin: 65px 0 0 0;
  }
}
#top .swiper-slide dl dt {
  font-size: 3rem;
  line-height: 1.4;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .swiper-slide dl dt {
    font-size: 2rem;
    padding: 0 0 10px 0;
  }
}
#top .swiper-slide dl dd {
  font-size: 1.9rem;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .swiper-slide dl dd {
    font-size: 1.6rem;
  }
}
#top .swiper-slide dl dd p {
  padding-bottom: 1.2rem;
}
#top .swiper-button-prev {
  width: 75px;
  height: 75px;
  left: -55px;
  top: calc(50% - 34px);
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 0px;
    top: calc(50% - 16px);
  }
}
#top .swiper-button-prev::after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 75px;
  background: url(/assets/images/top/icon_prev.svg) no-repeat 0 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .swiper-button-prev::after {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
}
#top .swiper-button-next {
  width: 75px;
  height: 75px;
  right: -55px;
  top: calc(50% - 34px);
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .swiper-button-next {
    width: 40px;
    height: 40px;
    right: 0px;
    top: calc(50% - 16px);
  }
}
#top .swiper-button-next::after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 75px;
  background: url(/assets/images/top/icon_next.svg) no-repeat 0 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #top .swiper-button-next::after {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
}
#top .step01::before {
  background: url(/assets/images/service/icon_sr01.svg) no-repeat 0 0;
}
#top .step02::before {
  background: url(/assets/images/service/icon_sr02.svg) no-repeat 0 0;
}
#top .step03::before {
  background: url(/assets/images/service/icon_sr03.svg) no-repeat 0 0;
}
#top .step04::before {
  background: url(/assets/images/service/icon_sr04.svg) no-repeat 0 0;
}
#top .step05::before {
  background: url(/assets/images/service/icon_sr05.svg) no-repeat 0 0;
}
#top .step06::before {
  background: url(/assets/images/service/icon_sr06.svg) no-repeat 0 0;
}

/*--お知らせ--*/
.news-area {
  padding: 256px 0 85px 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .news-area {
    padding: 40px 0 42.5px 0;
  }
}
.news-area h2 {
  text-align: left !important;
}
.news-area dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.news-area dl dt,
.news-area dl dd {
  border-bottom: 1px solid #9a9ca1;
  padding: 15px 0;
}
.news-area dl dt {
  width: 12%;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .news-area dl dt {
    width: 100%;
    border-bottom: none;
    padding: 0;
  }
}
.news-area dl dd {
  width: 88%;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .news-area dl dd {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 20px;
  }
}
.news-area .btn_news-list {
  padding: 30px 0 0 0;
  text-align: right;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .news-area .btn_news-list {
    padding: 0;
  }
}
.news-area .btn_news-list a {
  color: #303030;
}
.news-area .btn_news-list a:hover {
  text-decoration: underline;
}

.bars-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; /* 背景にする */
}

.bars-bg svg {
  width: 100%;
  height: 100%;
  display: block;
}

/*---------------------------------------- about */
#about {
  background: url(/assets/images/about/bk_about.png) no-repeat 0 417px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #about {
    background: url(/assets/images/about/bk_about.png) no-repeat 0 169px;
  }
}
#about .h2-lower span {
  background-color: #ed7a81;
}

.h2-about {
  background: url(/assets/images/about/img-ttl_about.svg) no-repeat bottom right;
  background-size: 266px 203px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .h2-about {
    background: url(/assets/images/about/img-ttl_about.svg) no-repeat 95% 0;
    background-size: 130px;
  }
}

.greeting-box {
  display: flex;
  flex-direction: row;
  padding-bottom: 40px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .greeting-box {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.greeting-box .img-box {
  width: 380px;
  padding-right: 30px;
}
.greeting-box .img-box img {
  width: 100%;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .greeting-box .img-box {
    width: 80%;
    padding-right: 0;
    padding-bottom: 20px;
    margin: 0 auto;
  }
}
.greeting-box .img-caption {
  font-size: 1.2rem;
  text-align: right;
}
.greeting-box .txt-box {
  width: 710px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .greeting-box .txt-box {
    width: 100%;
  }
}
.greeting-box .txt-box p {
  padding-bottom: 1.6em;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  .tbl-gaiyo {
    margin-bottom: 20px;
  }
}
.tbl-gaiyo th, .tbl-gaiyo td {
  padding: 15px 50px;
  vertical-align: top;
  border-bottom: 1px dotted #303030;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .tbl-gaiyo th, .tbl-gaiyo td {
    display: block;
    padding: 10px;
    border-bottom: none;
  }
}
.tbl-gaiyo th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .tbl-gaiyo th {
    background-color: #f2f2f2;
  }
}

.ul-rinen li {
  margin-bottom: 95px;
  vertical-align: middle;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .ul-rinen li {
    margin-bottom: 40px;
    padding-left: 36px;
  }
}
.ul-rinen li:last-child {
  padding-bottom: 0;
}
.ul-rinen li p {
  display: inline-block;
  height: 53px;
  line-height: 53px;
  vertical-align: middle;
  font-size: 2.5rem;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .ul-rinen li p {
    display: inline;
    height: auto;
    font-size: 2.3rem;
    line-height: 1.6;
  }
}
.ul-rinen li span {
  display: inline-block;
  width: 53px;
  height: 53px;
  font-size: 4.6rem;
  font-family: "Oswald";
  text-align: center;
  line-height: 53px;
  color: #fff;
  background: linear-gradient(180deg, #edb2b5 0%, #edb2b5 50%, #ed7a81 50%, #ed7a81 100%);
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .ul-rinen li span {
    font-size: 2.3rem;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    margin-left: -36px;
  }
}

.dl-enkaku {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 0;
}
.dl-enkaku dt, .dl-enkaku dd {
  padding-bottom: 24px;
}
.dl-enkaku dt {
  width: 120px;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .dl-enkaku dt {
    width: 100px;
  }
}
.dl-enkaku dt::after {
  content: " ";
  display: inline-block;
  width: 9.8px;
  height: 9.8px;
  border-radius: 50%;
  background-color: #52a7de;
  position: absolute;
  top: 10px;
  right: 0;
}
.dl-enkaku dd {
  z-index: 1;
  width: calc(100% - 120px);
  padding-left: 27px;
  border-left: 1px dotted #303030;
  margin-left: -5px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .dl-enkaku dd {
    width: calc(100% - 100px);
  }
}
.dl-enkaku .first-dd {
  position: relative;
}
.dl-enkaku .first-dd::before {
  z-index: 2;
  content: " ";
  display: inline-block;
  position: absolute;
  left: -1px;
  top: 0;
  width: 2px;
  height: 10px;
  background-color: #eff3fa;
}

/*---------------------------------------- service */
#service {
  background: url(/assets/images/service/bk_service.png) no-repeat 50% 130px;
  background-size: 100% auto;
}
#service .h2-lower span {
  background-color: #fddd66;
}

.contents-flex-box {
  display: flex;
  flex-direction: row;
  padding-bottom: 40px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .contents-flex-box {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.contents-flex-box .img-box {
  width: 380px;
}
.contents-flex-box .img-box img {
  width: 328px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .contents-flex-box .img-box {
    width: 80%;
    padding-right: 0;
    padding-bottom: 20px;
    margin: 0 auto;
  }
}
.contents-flex-box .img-box img {
  width: 100%;
}
.contents-flex-box .img-caption {
  font-size: 1.2rem;
  text-align: right;
}
.contents-flex-box .txt-box {
  width: 720px;
  padding-left: 70px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .contents-flex-box .txt-box {
    width: 100%;
    padding-left: 0;
  }
}
.contents-flex-box .txt-box p {
  padding-bottom: 1.6em;
}

.h4-service {
  display: block;
  height: 86px;
  margin: 45px 0 30px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .h4-service {
    height: 43px;
    margin: 22.5px 0 15px 0;
  }
}
.h4-service::before {
  content: "";
  display: inline-block;
  width: 67px;
  height: 67px;
  background-color: #fddd66;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .h4-service::before {
    width: 33.5px;
    height: 33.5px;
  }
}
.h4-service p {
  font-size: 4.6rem;
  line-height: 1;
  font-weight: normal;
  z-index: 1;
  position: absolute;
  top: 20px;
  left: 30px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .h4-service p {
    font-size: 2.3rem;
    top: 10px;
    left: 15px;
  }
}
.h4-service span {
  font-size: 1.8rem;
  font-weight: normal;
  position: absolute;
  top: 60px;
  left: 40px;
  z-index: 1;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .h4-service span {
    font-size: 1.1rem;
    top: 30px;
    left: 20px;
  }
}

.step-box {
  padding: 40px 0 0 0;
}
.step-box li {
  display: block;
  border-left: 1px solid #303030;
  padding: 0 0 100px 100px;
  margin: 0 0 0 66px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .step-box li {
    padding: 0 0 50px 45px;
    margin: 0 0 0 33px;
  }
}
.step-box li:last-child {
  border-left: none;
}
.step-box li::before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -20px;
  left: -65px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .step-box li::before {
    width: 65px;
    height: 65px;
    top: -20px;
    left: -32.5px;
  }
}
.step-box li.step01::before {
  background: url(/assets/images/service/icon_sr01.svg) no-repeat 0 0;
}
.step-box li.step02::before {
  background: url(/assets/images/service/icon_sr02.svg) no-repeat 0 0;
}
.step-box li.step03::before {
  background: url(/assets/images/service/icon_sr03.svg) no-repeat 0 0;
}
.step-box li.step04::before {
  background: url(/assets/images/service/icon_sr04.svg) no-repeat 0 0;
}
.step-box li.step05::before {
  background: url(/assets/images/service/icon_sr05.svg) no-repeat 0 0;
}
.step-box li.step06::before {
  background: url(/assets/images/service/icon_sr06.svg) no-repeat 0 0;
}
.step-box li dt, .step-box li dd {
  padding-bottom: 30px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .step-box li dt, .step-box li dd {
    padding-bottom: 15px;
  }
}
.step-box li dt {
  display: table;
  height: 64px;
  font-size: 3.1rem;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .step-box li dt {
    height: 32px;
    font-size: 1.6rem;
  }
}
.step-box li dt span {
  display: table-cell;
  vertical-align: middle;
}
.step-box li dt .step-num {
  display: inline-block;
  font-size: 6.2rem;
  line-height: 1;
  font-family: "Oswald";
  font-weight: bold;
  color: #52a7de;
  margin-right: 30px;
  vertical-align: top;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .step-box li dt .step-num {
    font-size: 2.8rem;
    margin-right: 10px;
  }
}

/*---------------------------------------- recruit */
#recruit {
  background: url(/assets/images/about/bk_about.png) no-repeat 0 417px;
  background-size: 100% auto;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #recruit {
    background: url(/assets/images/about/bk_about.png) no-repeat 0 169px;
  }
}
#recruit .h2-lower span {
  background-color: #52a7de;
  width: auto;
  left: 240px;
  top: 145px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #recruit .h2-lower span {
    left: 70px;
    top: 45px;
  }
}

.h2-recruit {
  background: url(/assets/images/about/img-ttl_about.svg) no-repeat bottom right;
  background-size: 266px 203px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .h2-recruit {
    background: url(/assets/images/about/img-ttl_about.svg) no-repeat 95% 0;
    background-size: 130px;
  }
}

.recruit-box {
  margin: 0 0 110px 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .recruit-box {
    margin: 0 0 55px 0;
  }
}
.recruit-box .img-box {
  float: left;
  padding: 0 40px 20px 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .recruit-box .img-box {
    float: none;
    padding: 0 0 20px 0;
  }
}
.recruit-box .img-box img {
  width: 545px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .recruit-box .img-box img {
    width: 80%;
    margin: 0 auto;
  }
}

.entry-wrap {
  padding: 140px 0 320px 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .entry-wrap {
    padding: 0 0 50px 0;
  }
}

.entry-box {
  width: 720px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  border: 1px solid #303030;
  border-radius: 6px;
  padding: 20px 30px;
  margin-top: 40px;
  background-color: #fff;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .entry-box {
    width: 100%;
    padding: 10px 15px;
    margin-top: 20px;
  }
}
.entry-box .tell-mark {
  font-size: 3.5rem;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .entry-box .tell-mark {
    font-size: 1.6rem;
  }
}
.entry-box .tell-mark::before {
  background-color: #303030;
  content: "";
  display: inline-block;
  mask: url(/assets/images/common/icon_ft_tel.svg) no-repeat center;
  mask-size: contain;
  width: 36px;
  height: 32px;
  margin: 0 5px 4px 0;
  vertical-align: middle;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .entry-box .tell-mark::before {
    width: 13.5px;
    height: 11.5px;
  }
}
.entry-box .tanto {
  font-size: 3.5rem;
  padding-left: 80px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .entry-box .tanto {
    font-size: 1.6rem;
    padding-left: 40px;
  }
}

/*---------------------------------------- news */
#news .h2-lower span {
  background-color: #52a7de;
  width: auto;
  height: auto;
  left: 240px;
  top: 145px;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  #news .h2-lower span {
    left: 70px;
    top: 45px;
  }
}
#news .card-alpha {
  margin: 0 auto 220px;
}
#news .card-alpha li {
  border-bottom: dotted 1px #000;
  padding: 10px 0px;
}
#news .card-alpha .h3-lower {
  padding: 0 0 50px 0;
}
#news .card-alpha .back_btn {
  padding-top: 40px;
}

.news-box {
  margin: 0 auto 220px;
}
.page-box {
  margin: 0 auto 20px;
}
/*---------------------------------------- page */
#page .h2-lower {
  width: auto;
  height: 180px;
}
#page .card-alpha {
  margin: 0 auto 220px;
}
#page .card-alpha li {
  border-bottom: dotted 1px #000;
  padding: 10px 0px;
}
#page .card-alpha .h3-lower {
  padding: 0 0 50px 0;
}
#page .card-alpha .back_btn {
  padding-top: 40px;
}

/*ContactForm7カスタマイズ*/
table.CF7_table {
  width: 80%;
  margin: 0 auto;
  border: 3px solid #e5e5e5;
  /*入力欄*/
}
table.CF7_table tr,
table.CF7_table td {
  padding: 12px;
}
table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}
table.CF7_table p {
  font-size: 1.6rem;
}
table.CF7_table input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-top: -1px;
  border-radius: 3px;
  background-color: #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  transition: 0.3s;
}
table.CF7_table input,
table.CF7_table textarea {
  width: 100%;
}
table.CF7_table input,
table.CF7_table textarea,
table.CF7_table input[type=checkbox] {
  border: 1px solid #d8d8d8;
  background: #fff;
}
table.CF7_table input[type=checkbox]:checked {
  background: #439fc6;
}
table.CF7_table input[type=checkbox]:checked::before {
  position: absolute;
  padding: 0 4px 0;
  color: white;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  content: "\f00c";
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  table.CF7_table input[type=checkbox]:checked::before {
    line-height: 1em;
    top: 4px;
  }
}

.CF7_table ::placeholder {
  color: #797979;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
  display: table;
}

/*「必須」文字*/
.CF7_req {
  font-size: 0.9em;
  padding: 5px;
  background: #f79034;
  /*オレンジ*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/*「任意」文字*/
.CF7_unreq {
  font-size: 0.9em;
  padding: 5px;
  background: #bdbdbd;
  /*グレー*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/* タイトル列 */
@media screen and (min-width: 768px) {
  .CF7_table th {
    width: 30%;
    /*横幅*/
    background-color: #ebedf5;
    /*ブルーグレー*/
  }
}
/* レスポンシブ */
@media screen and (max-width: 768px) {
  table.CF7_table {
    width: 95%;
  }
  .CF7_table tr,
  .CF7_table td,
  .CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
  }
  .CF7_table th {
    background-color: #ebedf5;
  }
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  background-color: #f79034;
  /* オレンジ*/
  border: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
  padding: 5px 12px;
  border-radius: 4px;
}

.CF7_btn {
  text-align: center;
  margin-top: 20px;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}

/*ContactForm7カスタマイズ*/
table.CF7_table {
  width: 80%;
  margin: 0 auto;
  border: 3px solid #e5e5e5;
}
table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
  display: table;
}

/*「必須」文字*/
.CF7_req {
  font-size: 0.9em;
  padding: 5px;
  background: #f79034;
  /*オレンジ*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/*「任意」文字*/
.CF7_unreq {
  font-size: 0.9em;
  padding: 5px;
  background: #bdbdbd;
  /*グレー*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/* タイトル列 */
@media screen and (min-width: 768px) {
  .CF7_table th {
    width: 30%;
    /*横幅*/
    background-color: #ebedf5;
    /*ブルーグレー*/
  }
}
/* レスポンシブ */
@media screen and (max-width: 768px) {
  table.CF7_table {
    width: 95%;
  }
  .CF7_table tr,
  .CF7_table td,
  .CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
  }
  .CF7_table th {
    background-color: #ebedf5;
  }
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  background-color: #f79034;
  /* オレンジ*/
  border: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
}

.CF7_btn {
  text-align: center;
  margin-top: 20px;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}

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