@charset "UTF-8";
/*--------------------------------------------
  Foundation
--------------------------------------------*/
/*--------------------------------------------
  value
--------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?fsx2ee");
  src: url("../fonts/icomoon.eot?fsx2ee#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fsx2ee") format("truetype"), url("../fonts/icomoon.woff?fsx2ee") format("woff"), url("../fonts/icomoon.svg?fsx2ee#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*--------------------------------------------
  media query
--------------------------------------------*/
/*--------------------------------------------
  transition
--------------------------------------------*/
/*--------------------------------------------
  hover image
--------------------------------------------*/
/*--------------------------------------------
  hover opacity
--------------------------------------------*/
/*--------------------------------------------
  slick slider dot nav
--------------------------------------------*/
/*--------------------------------------------
  icon
--------------------------------------------*/
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,
caption, article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, 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;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

img {
  vertical-align: top;
}

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
}

ul li,
ol li {
  list-style-type: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------
  BASE
--------------------------------------------*/
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 1399.9px) {
  html {
    font-size: 0.75vw;
  }
}
@media (max-width: 1199.9px) {
  html {
    font-size: 0.8vw;
  }
}
@media (max-width: 939.9px) {
  html {
    font-size: 1.3vw;
  }
}
@media (max-width: 767.9px) {
  html {
    font-size: 1.75vw;
  }
}
@media (max-width: 575.9px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
}
@media (max-width: 939.9px) {
  body {
    font-size: 1.4rem;
  }
}
* {
  overflow-wrap: break-word;
  word-break: break-all;
}

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

main,
picture {
  display: block;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

table {
  width: 100%;
}

a {
  color: #333;
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}
@media (min-width: 940px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 940px) {
  a {
    transition: all 0.4s 0s;
  }
}

button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
@media (min-width: 940px) {
  button {
    transition: all 0.4s 0s;
  }
}

svg {
  width: 1em;
  height: 1em;
  fill: #333;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
}

input,
textarea {
  -webkit-appearance: none;
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=datetime],
[type=date],
[type=month],
[type=week],
[type=time],
[type=datetime-local],
[type=number],
[type=range],
[type=color],
[type=file],
select,
textarea {
  width: 100%;
  font-size: 1.4rem;
  padding: 1em;
  background-color: transparent;
  border: 1px solid #ddd;
  outline: none;
  line-height: 1.3;
}
select {
  padding-right: 1.3em;
}
select option {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, "Yu Gothic Medium", "Yu Gothic", Verdana, arial, sans-serif;
}
.is-ios select {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

textarea {
  min-height: 12.5em;
}
@media (max-width: 767.9px) {
  textarea {
    min-height: 10em;
  }
}

/*!------------------------------------*\
    slideout
\*!------------------------------------*/
@media (max-width: 939.9px) {
  .slideout-open,
  .slideout-open body {
    overflow: hidden;
  }
  .slideout-menu {
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
  }
  .slideout-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: -6em;
    left: 0;
    right: 0;
    bottom: -6em;
    background-color: #ffffff;
  }
  .slideout-open .slideout-menu {
    opacity: 1;
    pointer-events: auto;
  }
  .slideout-menu .scroll-inner {
    position: relative;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .slideout-menu .menu-inner {
    padding: 8em 5vw 10em;
  }
}
.slideout-panel {
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.2);
  will-change: transform;
  transform: translateX(0) !important;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.slideout-open .slideout-panel {
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.slideout-hamburger {
  display: block;
  width: 4.5em;
  height: 100%;
  padding: 2em 1em;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: #013D7E;
  cursor: pointer;
}

.hamburger-icon {
  position: relative;
  display: block;
}

.hamburger-icon,
.hamburger-icon::before,
.hamburger-icon::after {
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #ffffff;
}

.hamburger-icon::before,
.hamburger-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.7em;
  left: 0;
}

.hamburger-icon::after {
  top: 0.7em;
}

.slideout-open .hamburger-icon {
  background-color: transparent;
}

.slideout-open .hamburger-icon::before,
.slideout-open .hamburger-icon::after {
  top: 0;
}

.slideout-open .hamburger-icon::before {
  transform: rotate(45deg);
}

.slideout-open .hamburger-icon::after {
  transform: rotate(-45deg);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*--------------------------------------------
  Layout
--------------------------------------------*/
/*--------------------------------------------
  footer info
--------------------------------------------*/
/*--------------------------------------------
  footer entry
--------------------------------------------*/
/*--------------------------------------------
  footer
--------------------------------------------*/
.l-footer {
  background: #013D7E;
  padding: 2rem 0 1.5rem;
}
.l-footer__copy {
  color: #fff;
  text-align: center;
}
@media (max-width: 575.9px) {
  .l-footer__copy {
    font-size: 1.1rem;
  }
}

.l-footer_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-footer_nav__item {
  list-style-type: none;
}
.l-footer_nav__item a {
  color: #ffffff;
}
@media (min-width: 940px) {
  .l-footer_nav__item a:hover {
    opacity: 0.7;
  }
}

/*--------------------------------------------
  header main
--------------------------------------------*/
.l-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 105;
  white-space: nowrap;
  background: #fff;
  transition: 0.4s ease-in-out;
}
.l-header__inner {
  max-width: calc(1050px + 10%);
  padding: 2.5rem 5rem 4rem;
  margin: 0 auto;
  transition: 0.4s ease-in-out;
}
.l-header__top {
  display: flex;
  justify-content: space-between;
}
.l-header__logo {
  width: 36.66%;
}
.l-header__logo span {
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 940px) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__logo img {
  transition: 0.4s ease-in-out;
}
.l-header__inquiry {
  width: 61%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.l-header__tel .txt {
  margin-top: 0.5rem;
  padding: 0.5rem 0;
  text-align: center;
  line-height: 1;
  background: #E60912;
  font-size: 1.7rem;
  font-weight: bold;
  color: #FFF100;
}
.l-header__contact {
  margin-left: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-header__contactTop {
  display: flex;
  margin-bottom: 1rem;
}
.l-header__contactTxt {
  line-height: 1;
  letter-spacing: 0.08em;
}
.l-header__contactBtn a {
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  border-radius: 10px;
  display: block;
  line-height: 1.2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 55px;
}
.l-header__contactBtn svg {
  transition: all 0.4s 0s;
}
.l-header__contactBtn.-line a {
  background: #06c655;
  border: 2px solid #06c655;
}
@media (min-width: 940px) {
  .l-header__contactBtn.-line a:hover {
    background: #ffffff;
    color: #06c655;
    box-shadow: none;
  }
  .l-header__contactBtn.-line a:hover svg {
    fill: #06c655;
  }
}
.l-header__contactBtn.-line svg {
  fill: #ffffff;
  width: 50px;
  height: 18px;
}
.l-header__contactBtn.-line .wrap {
  margin-bottom: 0.4rem;
}
.l-header__contactBtn.-insta {
  margin-left: 1rem;
}
.l-header__contactBtn.-insta a {
  box-shadow: none;
  width: 55px;
  height: auto;
}
@media (min-width: 940px) {
  .l-header__contactBtn.-insta a:hover {
    opacity: 0.7;
  }
}
.l-header__contactBtn.-mail {
  margin-left: 0.5rem;
}
.l-header__contactBtn.-mail a {
  background: #fc9701;
  border: 2px solid #fc9701;
}
@media (min-width: 940px) {
  .l-header__contactBtn.-mail a:hover {
    background: #ffffff;
    color: #fc9701;
    box-shadow: none;
  }
  .l-header__contactBtn.-mail a:hover svg {
    fill: #fc9701;
  }
}
.l-header__contactBtn.-mail svg {
  fill: #ffffff;
  width: 24px;
  height: 16px;
}
.l-header__contactBtn.-mail .btnTxt {
  transform: scale(0.88);
  margin-top: 0.2rem;
}
.l-header_navi {
  margin-top: 2rem;
}
.l-header_navi__list {
  display: flex;
  justify-content: center;
}
.l-header_navi__item:not(:first-child) {
  margin-left: 1.8rem;
}
.l-header_navi__item a {
  display: block;
  line-height: 1;
}
@media (min-width: 940px) {
  .l-header_navi__item a:hover {
    opacity: 0.7;
  }
}
.l-header_navi__item span {
  display: block;
  line-height: 1;
}
.l-header_navi__item.-dropdown:hover .l-header_navi__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-header_navi__dropdown {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: translateY(10px);
  position: absolute;
  padding: 2rem 0 0;
  z-index: 100;
}
.l-header_navi__dropdown > li {
  text-align: center;
  background: #013D7E;
}
.l-header_navi__dropdown > li a {
  padding: 1rem;
  color: #fff;
  display: block;
}
.l-header_navi__dropdown > li:not(:first-child) {
  border-top: 1px solid #fff;
}
.l-header_navi .slideout-menu:before {
  display: none;
}
.l-header__hamburger {
  width: 6rem;
  height: 6rem;
  background: #013D7E;
  z-index: 115;
}
.l-header__hamburger span {
  position: absolute;
  width: 60%;
  height: 2px;
  background: #fff;
  left: 20%;
  top: calc(50% - 1px);
  transition: all 0.4s;
}
.l-header__hamburger span:before, .l-header__hamburger span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  background: #fff;
  transition: inherit;
}
.l-header__hamburger span:before {
  transform: translateY(-0.75em);
}
.l-header__hamburger span:after {
  transform: translateY(0.75em);
}
.slideout-open .l-header__hamburger span {
  background: transparent;
}
.slideout-open .l-header__hamburger span:before {
  transform: rotate(45deg);
  background: #fff;
}
.slideout-open .l-header__hamburger span:after {
  transform: rotate(-45deg);
  background: #fff;
}
@media (min-width: 940px) {
  .l-header__logo > a {
    display: block;
  }
  .l-header__logo > a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 939.9px) {
  .l-header__inner {
    padding: 1.5rem 0;
  }
  .l-header__logo {
    width: 40%;
  }
  .l-header__logo span {
    font-size: 1.4rem;
  }
  .l-header__top {
    align-items: center;
  }
  .l-header__inquiry {
    margin-right: 1.5rem;
  }
  .l-header__contactTop {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }
  .l-header__contactBtn a {
    width: auto;
    padding: 0.5rem;
  }
  .l-header__contactBtn.-mail .btnTxt {
    transform: none;
  }
  .l-header_navi {
    margin-top: 0;
  }
  .l-header_navi__inner {
    display: block;
    height: 100vh;
    overflow: auto;
    padding: 9rem 4vw 5rem;
  }
  .l-header_navi__list {
    display: block;
    margin-right: 0;
  }
  .l-header_navi__item {
    text-align: center;
    border-bottom: solid 1px #013D7E;
  }
  .l-header_navi__item:not(:first-child) {
    margin-left: 0;
  }
  .l-header_navi__item a, .l-header_navi__item span {
    display: block;
    padding: 1em 0;
  }
  .l-header_navi__item .js-accordionSp {
    position: relative;
  }
  .l-header_navi__item .js-accordionSp:before, .l-header_navi__item .js-accordionSp:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 1em;
    height: 2px;
    background: #013D7E;
    transition: 0.4s;
    left: inherit;
  }
  .l-header_navi__item .js-accordionSp:after {
    transform: rotate(90deg);
  }
  .l-header_navi__item .js-accordionSp.is-open:before {
    transform: rotate(-270deg);
  }
  .l-header_navi__dropdown {
    visibility: visible;
    opacity: 1;
    position: static;
    display: none;
    transition: none;
    transform: none;
    padding: 0;
  }
  .l-header_navi .l-header__contactTop {
    margin-top: 2rem;
    justify-content: center;
  }
  .l-header_navi .l-header__contactBtn {
    width: 48%;
  }
  .l-header_navi .l-header__contactBtn a {
    height: 100%;
    padding: 2rem 1rem;
    font-size: 1.4rem;
  }
  .l-header_navi .l-header__contactBtn.-line svg {
    width: 30%;
    height: auto;
  }
  .l-header_navi .l-header__contactBtn.-mail svg {
    width: 12%;
    height: auto;
  }
  .l-header_navi .l-header__contactBtn.-insta {
    margin-left: 0;
  }
  .l-header_navi .l-header__contactBtn.-insta a {
    margin: 0 auto;
  }
  .l-header_navi .l-header__contactTxt {
    text-align: center;
    margin-top: 1rem;
  }
  .l-header_navi .l-header__tel {
    max-width: 60%;
    margin: 2rem auto 0;
    text-align: center;
  }
}
@media (max-width: 575.9px) {
  .l-header__inner {
    padding: 1rem 0;
  }
  .l-header__logo {
    width: 50%;
  }
  .l-header__logo span {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .l-header__hamburger {
    width: 5rem;
    height: 5rem;
    padding: 1em;
  }
  .l-header_navi__inner {
    padding-top: 6rem;
  }
  .l-header_navi__item a, .l-header_navi__item span {
    font-size: 1.6rem;
  }
  .l-header .l-header__contactBtn.-line svg {
    width: 43%;
    height: auto;
  }
  .l-header .l-header__contactBtn.-mail svg {
    width: 22%;
    height: auto;
  }
}

/*--------------------------------------------
  inertia box
--------------------------------------------*/
/*--------------------------------------------
  content main
--------------------------------------------*/
.l-container {
  overflow: hidden;
}

.l-main {
  margin-top: 3.125em;
}

.c-section {
  padding: 3.125em 0;
}
.l-fixed_content {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  text-align: center;
}
.l-fixed_content.is-act {
  visibility: visible;
  opacity: 1;
}
.l-fixed_content__inner {
  background: #013D7E;
  border-radius: 15px 0 0 0;
  padding: 2em 1.5em 1.5em;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
@media (min-width: 940px) {
  .l-fixed_content__inner a:hover {
    opacity: 0.7;
    box-shadow: none;
  }
}
.l-fixed_content__txt {
  padding: 0.2rem;
  color: #013D7E;
  background: #fff;
  font-weight: 500;
  border-radius: 6px;
  font-size: 1.8rem;
}
.l-fixed_content__tel {
  margin-top: 1rem;
  color: #fff;
}
.l-fixed_content__tel .num {
  line-height: 1;
  font-size: 3rem;
  font-weight: 700;
}
.l-fixed_content__tel .txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.4rem;
}
.l-fixed_content__mail {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 2.2rem;
  background: #EE9108;
  color: #fff;
  border-radius: 9px;
  padding: 0.5rem 2rem;
}
.l-fixed_content__mail span {
  padding-right: 4rem;
  position: relative;
}
.l-fixed_content__mail span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 2rem;
  background: url(../img/index/icon_mail.svg) no-repeat center/contain;
}
.l-fixed_content__close {
  position: absolute;
  background: #000;
  color: #fff;
  right: 0;
  top: 0;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 767.9px) {
  .l-fixed_content {
    width: 100%;
  }
  .l-fixed_content__inner {
    display: flex;
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .l-fixed_content__item {
    width: 50%;
    padding: 1.2rem 0;
    font-weight: 500;
    font-size: 1.6rem;
  }
  .l-fixed_content__item a {
    color: #fff;
  }
  .l-fixed_content__tel {
    background: #013D7E;
    margin-top: 0;
  }
  .l-fixed_content__mail {
    background: #EE9108;
    margin-top: 0;
    border-radius: 0;
  }
  .l-fixed_content__mail span {
    padding-right: 2em;
  }
  .l-fixed_content__mail span:before {
    width: 1.5em;
  }
  .l-fixed_content__close {
    display: none;
  }
}

/*--------------------------------------------
  Object
--------------------------------------------*/
/*--------------------------------------------
  button wrap
--------------------------------------------*/
.c-btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}
.c-btn_wrap.-mgt_lg {
  margin-top: 5em;
}
.c-btn_wrap.-col > * + * {
  margin-left: 2em;
}
@media (max-width: 939.9px) {
  .c-btn_wrap {
    margin-top: 2.5em;
  }
  .c-btn_wrap.-mgt_lg {
    margin-top: 3em;
  }
}
@media (max-width: 767.9px) {
  .c-btn_wrap.-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-btn_wrap.-col > * + * {
    margin-top: 1.5em;
    margin-left: 0;
  }
}

/*--------------------------------------------
  button
--------------------------------------------*/
.c-btn {
  display: block;
  width: 20rem;
  max-width: 100%;
  padding: 1em 0;
  background-color: #013D7E;
  border: 1px solid #013D7E;
  text-align: center;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1;
  border-radius: 5px;
}
@media (min-width: 940px) {
  .c-btn:hover {
    background: #ffffff;
    color: #013D7E;
  }
}
.c-btn.-md {
  width: 18rem;
}
.c-btn.-bd_thin {
  border-width: 2px;
}
.c-btn.-mail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn.-mail svg {
  width: 15px;
  height: 11px;
  fill: #ffffff;
  margin-right: 8px;
  transition: all 0.4s 0s;
}
.c-btn.-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #013D7E;
}
.c-btn.-white.-mail svg {
  fill: #013D7E;
}
@media (min-width: 940px) {
  .c-btn.-white.-mail:hover svg {
    fill: #ffffff;
  }
}
.c-btn.-white:hover {
  background-color: #013D7E;
  color: #ffffff;
}
.c-btn.-center {
  margin: 0 auto;
}
@media (max-width: 939.9px) {
  .c-btn {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------
  button lg
--------------------------------------------*/
.c-btn_lg {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 16rem;
  padding: 1em;
  padding-right: 4em;
  background-color: #013D7E;
  font-size: 3rem;
  color: #ffffff;
  line-height: 1.3;
}
.c-btn_lg::before {
  content: "";
  transform: scale(0.7);
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eab7";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 2.8em;
  height: 2.8em;
  padding-left: 0.1em;
  background-color: #013D7E;
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media (min-width: 940px) {
  .c-btn_lg::before {
    transition: all 0.4s 0s;
  }
}
.c-btn_lg:hover::before {
  background-color: #ffffff;
  color: #013D7E;
}
@media (max-width: 939.9px) {
  .c-btn_lg {
    min-height: 10rem;
    padding: 0.8em;
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .c-btn_lg {
    min-height: 8rem;
    font-size: 1.8rem;
  }
}

/*============================================

  FORM

============================================*/
.c-form {
  margin-top: 2rem;
}
.c-form__sheet > tbody > tr {
  border-bottom: solid 1px #e6e6e6;
}
.c-form__sheet > tbody > tr > th,
.c-form__sheet > tbody > tr > td {
  text-align: left;
  line-height: 1.5;
  padding: 1.5em;
  vertical-align: top;
}
.c-form__sheet > tbody > tr > th {
  width: 25%;
}
.c-form__sheet > tbody > tr > td {
  width: 75%;
}
@media (max-width: 939.9px) {
  .c-form__sheet > tbody > tr > th,
  .c-form__sheet > tbody > tr > td {
    padding: 1em;
  }
}
@media (max-width: 767.9px) {
  .c-form__sheet > tbody > tr {
    display: block;
    padding-bottom: 1.125em;
  }
  .c-form__sheet > tbody > tr > th,
  .c-form__sheet > tbody > tr > td {
    display: block;
    padding: 1em;
  }
  .c-form__sheet > tbody > tr > th {
    width: 100%;
    font-size: 1.125em;
    padding-bottom: 0;
  }
  .c-form__sheet > tbody > tr > td {
    width: 100%;
  }
  .c-form__sheet > tbody > tr:nth-last-child(n+2) {
    margin-bottom: 1.125em;
  }
}
@media (max-width: 575.9px) {
  .c-form__sheet > tbody > tr > th {
    padding: 0;
  }
  .c-form__sheet > tbody > tr > td {
    padding: 1em 0 0 0;
  }
}
.c-form__ttl {
  display: inline-block;
  padding-right: 0.75em;
  font-weight: inherit;
}
.c-form__ttl.-required {
  position: relative;
}
.c-form__ttl.-required:after {
  position: absolute;
  content: "*";
  right: 0;
  top: 0;
  font-size: 1.125em;
  color: #EE9108;
}
.c-form__row > .c-form__field {
  display: flex;
  align-items: center;
}
.c-form__row > .c-form__field > .c-form__subttl {
  margin-right: 1em;
  display: inline-block;
  width: 22%;
}
@media (max-width: 939.9px) {
  .c-form__row > .c-form__field > .c-form__subttl {
    width: 25%;
  }
}
@media (max-width: 767.9px) {
  .c-form__row > .c-form__field {
    display: block;
  }
  .c-form__row > .c-form__field > .c-form__subttl {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.c-form__rowgroup th,
.c-form__rowgroup td {
  padding-bottom: 0.75em;
}
.c-form__rowgroup th {
  white-space: nowrap;
  font-weight: 400;
  padding-right: 2em;
}
.c-form__field:nth-child(n+2) {
  margin-top: 1em;
}
.c-form__field label.error {
  display: block;
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__field.-pe_none label {
  pointer-events: none;
}
.c-form__field.-pe_none label input {
  pointer-events: none;
}
.c-form__field.-radio li:nth-child(n+2), .c-form__field.-check li:nth-child(n+2) {
  margin-top: 0.5em;
}
.c-form__error {
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__notes {
  position: relative;
  margin-top: 0.5em;
  font-size: 0.875em;
  opacity: 0.75;
  padding-left: 1em;
}
.c-form__notes:before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
.c-form__input.-text, .c-form__input.-textarea {
  display: inline-block;
  vertical-align: middle;
  padding: 0.75em;
  border: solid 1px #ddd;
}
.c-form__input.-text.-short, .c-form__input.-textarea.-short {
  width: 40%;
}
.c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
  width: 60%;
}
.c-form__input.-text.-long, .c-form__input.-textarea.-long {
  width: 80%;
}
.c-form__input.-text.-half, .c-form__input.-textarea.-half {
  width: calc((100% - 2em) / 2);
}
.c-form__input.-text.-half:nth-child(n+2), .c-form__input.-textarea.-half:nth-child(n+2) {
  margin-left: 1em;
}
.c-form__input.-text.-full, .c-form__input.-textarea.-full {
  width: 100%;
}
@media (max-width: 767.9px) {
  .c-form__input.-text.-short, .c-form__input.-textarea.-short {
    width: 50%;
  }
  .c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
    width: 100%;
  }
  .c-form__input.-text.-long, .c-form__input.-textarea.-long {
    width: 100%;
  }
}
.c-form__input.-textarea {
  min-height: 10.5em;
  line-height: 1.5;
}
.c-form__select {
  background: #f5f5f5;
  display: inline-block;
  max-width: 100%;
  padding: 1em 1.25em;
  line-height: 1;
}
.c-form__check + *, .c-form__radio + * {
  position: relative;
  display: inline-block;
  padding: 0.25em 0 0.25em 2.25em;
  line-height: 1;
}
.c-form__radio + *:before, .c-form__radio + *:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #ffffff;
  border: solid 1px #ddd;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.c-form__radio + *:after {
  transform: scale(0.4);
  visibility: hidden;
}
.c-form__radio:checked + *:after {
  visibility: visible;
}
.c-form__check + *:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background: #f5f5f5;
  border: solid 1px #ddd;
}
.c-form__check + *:after {
  position: absolute;
  content: "";
  left: 0;
  width: 1em;
  height: 0.65em;
  transform: rotate(-45deg) translate(0, 50%);
  top: 0;
  border-left: solid 3px #013D7E;
  border-bottom: solid 3px #013D7E;
  visibility: hidden;
}
.c-form__check:checked + *:after {
  visibility: visible;
}
.c-form__agreement {
  text-align: center;
  margin-top: 3em;
}
.c-form__agreement a {
  text-decoration: underline;
}
@media (min-width: 940px) {
  .c-form__agreement a:hover {
    text-decoration: none;
  }
}
.c-form__agreement .error {
  color: #c11;
}
.c-form__privacy {
  margin-bottom: 1.5rem;
  border: solid 1px #ddd;
  padding: 3rem;
  overflow-y: scroll;
  max-height: 22em;
  margin-top: 1.5em;
}
.c-form__privacyList {
  margin-top: 2rem;
}
.c-form__privacyList dt {
  margin-top: 1.5em;
}
.c-form__privacyList dt:before {
  content: "●";
  margin-right: 0.25em;
}
.c-form__privacyList dd {
  margin-top: 0.5em;
}
.c-form__privacyList dd ul {
  padding-left: 2em;
  margin-top: 0.5em;
}
.c-form__privacyList dd ul li {
  list-style: disc;
}
.c-form__privacyGa a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .c-form__privacyGa a:hover {
    opacity: 0.7;
  }
}
.c-form__checkBox {
  text-align: center;
}
.c-form__btnwrap {
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c-form__btnwrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-form__btn {
  cursor: pointer;
  display: block;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 1.25em 1em;
  text-align: center;
  border: solid 1px #013D7E;
  background: #013D7E;
  transition: all 0.4s 0s;
  border-radius: 10px;
}
.c-form__btn.-back {
  background: #aaa;
  border-color: #aaa;
}
@media (min-width: 940px) {
  .c-form__btn:hover {
    background: #fff;
    color: #013D7E;
  }
  .c-form__btn.-back:hover {
    background: #fff;
    color: #aaa;
  }
}
@media (min-width: 768px) {
  .c-form__btn {
    width: 280px;
  }
  .c-form__btn:nth-child(n+2) {
    margin-left: 2em;
  }
}
@media (max-width: 767.9px) {
  .c-form__btn {
    width: 50%;
    margin: 0 auto;
  }
  .c-form__btn:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
@media (max-width: 575.9px) {
  .c-form__btn {
    width: 100%;
  }
}
.c-form.-confirm .c-form__notes {
  display: none;
}
.c-form.-confirm .c-form__error {
  display: none;
}
.c-form.-confirm .c-form__agreement {
  display: none;
}
.c-form.-confirm .lead {
  text-align: center;
  margin-bottom: 2em;
}
.c-form.-thanks {
  text-align: center;
}
.c-form.-thanks p {
  margin-bottom: 2.5em;
  line-height: 2.5;
}
.c-form.-thanks .c-form__btn {
  margin: 0 auto;
}

/*--------------------------------------------
  sup border
--------------------------------------------*/
.c-ttl {
  font-size: 3.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  color: #FFF100;
  padding: 2rem 0;
  background: #013D7E;
}
.c-ttl.-multi {
  line-height: 1.47;
}
@media (max-width: 939.9px) {
  .c-ttl {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl {
    font-size: 2.6rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl {
    font-size: 2.2rem;
  }
}

.c-ttl_red {
  text-align: center;
  line-height: 1;
  font-size: 4rem;
}
.c-ttl_red span {
  display: inline-block;
  padding: 2.5rem 5.5rem;
  background: #E60912;
  color: #FFF100;
  box-shadow: 3px 3px 2px rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}
@media (max-width: 939.9px) {
  .c-ttl_red {
    font-size: 3rem;
  }
  .c-ttl_red span {
    padding: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_red {
    font-size: 2.6rem;
  }
  .c-ttl_red span {
    display: block;
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_red {
    font-size: 2.2rem;
  }
}

/*--------------------------------------------
  inner
--------------------------------------------*/
.c-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (min-width: 940px) {
  .c-inner {
    max-width: calc(1000px + 5vw * 2);
  }
  .c-inner.-full {
    max-width: 100%;
  }
}
@media (max-width: 939.9px) {
  .c-inner.-pd0_tb {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------
  box padding
--------------------------------------------*/
@media (min-width: 940px) {
  .c-boxpd {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }
  .c-boxpd_xs {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .c-boxpd_sm {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (max-width: 939.9px) {
  .c-boxpd {
    padding-top: 4.25em;
    padding-bottom: 4.25em;
  }
  .c-boxpd_xs {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .c-boxpd_sm {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}

/*--------------------------------------------
  iframe responsive
--------------------------------------------*/
.c-iframe {
  position: relative;
  padding-top: 52.5%;
  height: 0;
  overflow: hidden;
}
.c-iframe.-youtube {
  padding-top: 56.25%;
}
.c-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767.9px) {
  .c-iframe {
    padding-top: 65%;
  }
}

/*--------------------------------------------
  logo
--------------------------------------------*/
.c-logo {
  display: block;
  max-width: 100%;
  height: auto;
}
.c-logo _:-ms-lang(x)::-ms-backdrop, .c-logo {
  height: 6rem;
}
@media (max-width: 939.9px) {
  .c-logo {
    width: 23rem;
  }
  .c-logo _:-ms-lang(x)::-ms-backdrop, .c-logo {
    height: 5rem;
  }
}
@media (max-width: 767.9px) {
  .c-logo {
    width: 21rem;
  }
}

/*--------------------------------------------
  object-fit
--------------------------------------------*/
.c-ofi {
  position: relative;
  padding-top: 60%;
  backface-visibility: hidden;
}
.c-ofi__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
.c-ofi__img.-top {
  -o-object-position: center top;
     object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
}
.c-ofi__img.-left {
  -o-object-position: left center;
     object-position: left center;
  font-family: "object-fit: cover; object-position: left center;";
}
.c-ofi__img.-right {
  -o-object-position: right center;
     object-position: right center;
  font-family: "object-fit: cover; object-position: right center;";
}
.c-ofi__img.-bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
  font-family: "object-fit: cover; object-position: center bottom;";
}
.c-ofi__img.-contain {
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: center center;";
}

/*--------------------------------------------
  panel
--------------------------------------------*/
.p-panel_certificate {
  margin-top: 5rem;
}
.p-panel_certificate__inner {
  padding: 3rem;
  background: #EDF8FE;
}
.p-panel_certificate__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.p-panel_certificate__item {
  background: #ffffff;
  width: calc((100% - 2rem) / 2);
}
.p-panel_certificate__item.-insurance {
  border-right: 5px solid #013D7E;
  border-left: 5px solid #013D7E;
  border-bottom: 5px solid #013D7E;
}
.p-panel_certificate__item.-insurance .p-panel_certificate__ttl {
  background: #013D7E;
}
.p-panel_certificate__item.-insurance .p-panel_certificate__txt {
  text-align: center;
  padding-top: 2rem;
}
.p-panel_certificate__item.-insurance .p-panel_certificate__txt .main {
  color: #013D7E;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
}
.p-panel_certificate__item.-insurance .p-panel_certificate__txt .main span {
  font-size: 5.8rem;
  letter-spacing: -0.03em;
  font-weight: 900;
}
.p-panel_certificate__item.-excellent {
  border-right: 5px solid #b48101;
  border-left: 5px solid #b48101;
  border-bottom: 5px solid #b48101;
}
.p-panel_certificate__item.-excellent .p-panel_certificate__ttl {
  background: #b48101;
}
.p-panel_certificate__item.-excellent .p-panel_certificate__txt.-wrap {
  display: flex;
  align-items: center;
}
.p-panel_certificate__item.-excellent .p-panel_certificate__txt.-wrap .item {
  width: 50%;
}
.p-panel_certificate__item.-excellent .p-panel_certificate__txt .sub {
  margin-left: 3rem;
}
.p-panel_certificate__ttl {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  padding: 1.5rem 0;
}
.p-panel_certificate__txt {
  line-height: 1.5;
  padding: 1rem 1.5rem;
}
.p-panel_certificate__txt .sub {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 939.9px) {
  .p-panel_certificate__ttl {
    font-size: 3rem;
  }
  .p-panel_certificate__item.-excellent .p-panel_certificate__txt.-wrap {
    flex-direction: column;
    text-align: center;
  }
  .p-panel_certificate__item.-excellent .p-panel_certificate__txt.-wrap .item {
    width: 100%;
  }
  .p-panel_certificate__item.-excellent .p-panel_certificate__txt.-wrap .item.sub {
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .p-panel_certificate__item.-insurance .p-panel_certificate__txt .main {
    font-size: 2.8rem;
  }
  .p-panel_certificate__item.-insurance .p-panel_certificate__txt .main span {
    font-size: 3.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-panel_certificate__wrap {
    display: block;
  }
  .p-panel_certificate__item {
    width: 100%;
  }
  .p-panel_certificate__item.-excellent {
    margin-top: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-panel_certificate__ttl {
    font-size: 2.2rem;
  }
  .p-panel_certificate__item.-insurance .p-panel_certificate__txt .main {
    font-size: 2.2rem;
  }
  .p-panel_certificate__item.-insurance .p-panel_certificate__txt .main span {
    font-size: 3rem;
  }
}

.p-panel_contact {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.p-panel_contact__inner {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  justify-content: space-between;
}
.p-panel_contact__left {
  width: 75%;
}
.p-panel_contact__right {
  width: 21.44%;
  margin-top: 2rem;
}
.p-panel_contact__txtWrap {
  display: flex;
  align-items: center;
}
.p-panel_contact__txt {
  line-height: 1;
}
.p-panel_contact__txt .main {
  font-size: 5rem;
  color: #E60912;
  font-weight: 900;
  position: relative;
  margin-bottom: 1.4rem;
  padding-bottom: 0.5rem;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.05em;
}
.p-panel_contact__txt .main:before {
  content: "";
  width: 98%;
  height: 10px;
  background: #FFF100;
  position: absolute;
  bottom: 0;
  left: 1%;
  z-index: -1;
}
.p-panel_contact__txt .sub {
  font-size: 2.7rem;
}
.p-panel_contact__circle {
  width: 129px;
  height: 129px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #E60912;
  color: #FFF100;
  line-height: 1.3;
  font-size: 3.5rem;
  font-weight: bold;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
  margin-left: 1.5rem;
}
.p-panel_contact__tel {
  margin-top: 1rem;
}
.p-panel_contact__tel .txt {
  background: #013D7E;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  font-size: 2.5rem;
  padding: 1rem;
}
.p-panel_contact__tel .num {
  margin-top: -1rem;
}
.p-panel_contact__note {
  margin-top: 1.5rem;
}
.p-panel_contact__btn {
  height: 118px;
}
.p-panel_contact__btn a {
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  display: block;
  line-height: 1.4;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.p-panel_contact__btn svg {
  transition: all 0.4s 0s;
}
.p-panel_contact__btn.-line {
  margin-top: 2rem;
}
.p-panel_contact__btn.-line a {
  background: #06c655;
  border: 2px solid #06c655;
  font-size: 2.2rem;
}
@media (min-width: 940px) {
  .p-panel_contact__btn.-line a:hover {
    background: #ffffff;
    color: #06c655;
    box-shadow: none;
  }
  .p-panel_contact__btn.-line a:hover svg {
    fill: #06c655;
  }
}
.p-panel_contact__btn.-line svg {
  fill: #ffffff;
  width: 111px;
  height: 39px;
}
.p-panel_contact__btn.-line .wrap {
  margin-bottom: 0.4rem;
}
.p-panel_contact__btn.-mail a {
  background: #fc9701;
  font-size: 1.7rem;
  border: 2px solid #fc9701;
}
@media (min-width: 940px) {
  .p-panel_contact__btn.-mail a:hover {
    background: #ffffff;
    color: #fc9701;
    box-shadow: none;
  }
  .p-panel_contact__btn.-mail a:hover svg {
    fill: #fc9701;
  }
}
.p-panel_contact__btn.-mail svg {
  fill: #ffffff;
  width: 53px;
  height: 33px;
}
.p-panel_contact__btn.-mail .btnTxt {
  margin-top: 0.8rem;
}
@media (max-width: 939.9px) {
  .p-panel_contact__txt .main {
    font-size: 3.5rem;
  }
  .p-panel_contact__txt .sub {
    font-size: 2.2rem;
  }
  .p-panel_contact__circle {
    font-size: 2.5rem;
    width: 100px;
    height: 100px;
  }
  .p-panel_contact__tel .num {
    margin-top: 1rem;
  }
  .p-panel_contact__btn {
    height: auto;
  }
  .p-panel_contact__btn a {
    padding: 1.5rem 0;
  }
  .p-panel_contact__btn.-mail a {
    font-size: 1.4rem;
  }
  .p-panel_contact__btn.-mail svg {
    width: 20%;
    height: auto;
  }
  .p-panel_contact__btn.-line a {
    font-size: 1.4rem;
  }
  .p-panel_contact__btn.-line svg {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 767.9px) {
  .p-panel_contact__inner {
    display: block;
  }
  .p-panel_contact__left {
    width: 100%;
  }
  .p-panel_contact__right {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .p-panel_contact__btn.-line {
    margin-top: 0;
    margin-left: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-panel_contact__txtWrap {
    flex-direction: column;
  }
  .p-panel_contact__txt .main {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
  .p-panel_contact__circle {
    width: 9rem;
    height: 9rem;
    margin-top: 1rem;
  }
  .p-panel_contact__tel {
    text-align: center;
  }
}

.p-panel_article__head {
  padding-bottom: 1.6em;
  margin-bottom: 1.6em;
  border-bottom: solid 1px #ddd;
}
.p-panel_article__ttl {
  font-size: 1.6em;
  line-height: 1.4;
  font-weight: 500;
}

/*--------------------------------------------
  table
--------------------------------------------*/
.c-table tr {
  border-bottom: 1px solid #000;
}
.c-table tr:first-child {
  border-top: 1px solid #000;
}
.c-table tr:nth-child(odd) {
  background: #F5FBFE;
}
.c-table tr:nth-child(even) {
  background: #E5F4FD;
}
.c-table th, .c-table td {
  font-weight: 500;
}
.c-table th {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.c-table td {
  border-right: 1px solid #000;
  line-height: 1.4;
  padding: 2.2rem 1.8rem;
}

.p-index {
  overflow: hidden;
}
@media (min-width: 940px) {
  .p-index .animate_js.fadeUp {
    opacity: 0;
    transform: translateY(10%);
    transition: all ease-in-out 0.5s;
  }
  .p-index .animate_js.fadeUp.scrolled {
    opacity: 1;
    transform: translateY(0);
  }
  .p-index .animate_js.fadeUp.delay {
    transition-delay: 0.3s;
  }
}

/*--------------------------------------------
  key
--------------------------------------------*/
.p-index_kv {
  background: url(../img/index/img_kv.jpg) no-repeat center/cover;
  position: relative;
}
.p-index_kv__inner {
  position: relative;
  max-width: calc(1400px + 10vw);
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.p-index_kv__catch {
  text-align: center;
}
.p-index_kv__catchInner {
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
  padding: 3rem 3rem;
  position: relative;
  z-index: 0;
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.5);
}
.p-index_kv__flx {
  display: flex;
  align-items: center;
}
.p-index_kv__catchTxt {
  line-height: 1.6;
  font-weight: bold;
  font-size: 3.4rem;
}
.p-index_kv__catchTxt .strong {
  color: #013D7E;
  font-size: 4rem;
  display: inline;
  background: linear-gradient(transparent 70%, #FFF100 30%);
}
.p-index_kv__catchTxtwrap .txt_contact {
  margin-top: 1rem;
}
.p-index_kv__catchTxtwrap .txt_contact a {
  background: #0096ED;
  border-radius: 18px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 1.5rem 2.5rem;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  display: block;
}
.p-index_kv__circle {
  font-weight: bold;
  background: #E60912;
  color: #FFF100;
  line-height: 1.38;
  text-align: center;
  width: 92px;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  border-radius: 50%;
  margin-left: 2rem;
}
.p-index_kv__circle:not(:first-child) {
  margin-top: 0.5rem;
}
.p-index_kv__items {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-index_kv__item:not(:first-child) {
  margin-left: 1rem;
}
.p-index_kv__btn {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
.p-index_kv__btn a {
  background: #fc9701;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  display: block;
  padding: 1.5rem 2rem;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid #fc9701;
}
@media (min-width: 940px) {
  .p-index_kv__btn a:hover {
    background: #ffffff;
    color: #fc9701;
  }
}
@media (min-width: 940px) {
  .p-index_kv__catchTxtwrap .txt_contact a:hover {
    color: #0096ED;
    background: #FFF100;
    box-shadow: none;
  }
}
@media (max-width: 939.9px) {
  .p-index_kv {
    background-image: url(../img/index/img_kv_sp.jpg);
  }
  .p-index_kv__catchInner {
    padding: 2rem 3rem;
  }
  .p-index_kv__catchTxt {
    font-size: 2.8rem;
  }
  .p-index_kv__catchTxt .strong {
    font-size: 3rem;
  }
  .p-index_kv__catchTxtwrap .txt_contact a {
    font-size: 2.2rem;
  }
  .p-index_kv__circle {
    font-size: 1.4rem;
    margin-left: 1rem;
  }
}
@media (max-width: 767.9px) {
  .p-index_kv__catchInner {
    padding: 2rem;
  }
  .p-index_kv__flx {
    flex-direction: column;
  }
  .p-index_kv__circleWrap {
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }
  .p-index_kv__catchTxt {
    line-height: 1.8;
  }
  .p-index_kv__catchTxtwrap .txt_contact a {
    font-size: 1.8rem;
  }
  .p-index_kv__circle {
    font-size: 1.4rem;
    margin-left: 1rem;
    width: 8.2rem;
    height: 8.2rem;
  }
}
@media (max-width: 575.9px) {
  .p-index_kv__inner {
    padding-top: 7rem;
    padding-bottom: 4rem;
    text-align: center;
  }
  .p-index_kv__catch {
    padding: 0;
    display: inline-block;
  }
  .p-index_kv__catchInner {
    padding: 2rem 3rem;
    display: block;
    box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.2);
    margin-left: 0;
    position: relative;
  }
  .p-index_kv__catchTxt {
    font-size: 2rem;
  }
  .p-index_kv__catchTxt .strong {
    font-size: 2.2rem;
  }
  .p-index_kv__catchTxtwrap {
    flex-direction: column;
  }
  .p-index_kv__catchTxtwrap .txt_contact {
    font-size: 1.8rem;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  }
  .p-index_kv__catchTxtwrap .txt_contact a {
    font-size: 1.6rem;
    padding: 1rem;
  }
  .p-index_kv__circle {
    width: 8rem;
    height: 8rem;
  }
}

.p-index_reason__top {
  max-width: 76.5%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 5rem;
}
.p-index_reason__topImg {
  width: 55%;
}
.p-index_reason__topTxt {
  width: 45%;
  padding-left: 5rem;
  line-height: 1.3;
}
.p-index_reason__topTxt .ttl {
  font-size: 2.6rem;
  font-weight: bold;
  color: #013D7E;
  margin-bottom: 1.5rem;
}
.p-index_reason__topTxt .ttl span {
  font-weight: 900;
}
.p-index_reason__topTxt .txt {
  line-height: 1.625;
  font-weight: 500;
}
.p-index_reason__cnt {
  max-width: 90%;
  margin: 5rem auto 0;
  background: #EDF8FE;
  border-radius: 20px;
  padding: 4rem;
}
.p-index_reason__ttl {
  font-size: 3.6rem;
  color: #FFF100;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.p-index_reason__ttl span {
  display: inline-block;
  padding: 2rem 5.5rem 2rem;
  background: #0096ED;
  border-radius: 20px;
}
.p-index_reason__list {
  display: flex;
  justify-content: space-between;
  max-width: 670px;
  margin: 4rem auto 0;
}
.p-index_reason__list li {
  text-align: center;
}
.p-index_reason__listTxt {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.52;
  margin-top: 1rem;
}
.p-index_reason__btn {
  margin-top: 2.5rem;
  text-align: center;
}
.p-index_reason__btn a {
  background: #FFF100;
  font-size: 3.4rem;
  font-weight: bold;
  display: block;
  max-width: 450px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 1.5rem 0;
  line-height: 1;
}
@media (min-width: 940px) {
  .p-index_reason__btn a:hover {
    background: #333;
    color: #FFF100;
  }
}
.p-index_reason__review {
  margin-top: 4rem;
  text-align: center;
}
.p-index_reason__review .btn {
  display: inline-block;
  margin: 0 auto;
  background: #fc9701;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  padding: 2rem 3rem;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid #fc9701;
  cursor: pointer;
  transition: 0.4s;
  min-width: 20rem;
}
@media (min-width: 940px) {
  .p-index_reason__review .btn:hover {
    background: #ffffff;
    color: #fc9701;
  }
}
.p-index_reason__review .popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.p-index_reason__review .popup.show {
  visibility: visible;
  opacity: 1;
}
.p-index_reason__review .popup_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 5vw;
}
.p-index_reason__review .popup_inner {
  max-width: 1070px;
  background: #ffffff;
  padding-bottom: 8rem;
  height: 80vh;
  overflow: auto;
  z-index: 100;
  position: relative;
}
.p-index_reason__review .popup_inner .btn {
  margin-top: 3rem;
}
.p-index_reason__review .popup_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.p-index_reason__review .popup_close.cross {
  cursor: pointer;
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  border: 2px solid #000;
  border-radius: 50%;
  background: #ffffff;
}
.p-index_reason__review .popup_close.cross:before, .p-index_reason__review .popup_close.cross:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 2.2rem;
  background: #000;
}
.p-index_reason__review .popup_close.cross:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-index_reason__review .popup_close.cross:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 939.9px) {
  .p-index_reason__top {
    max-width: 100%;
  }
  .p-index_reason__topImg {
    width: 50%;
  }
  .p-index_reason__topTxt {
    width: 50%;
    padding-left: 4rem;
  }
  .p-index_reason__cnt {
    max-width: 100%;
  }
  .p-index_reason__ttl {
    font-size: 2.8rem;
  }
  .p-index_reason__btn a {
    font-size: 2.6rem;
  }
}
@media (max-width: 767.9px) {
  .p-index_reason__top {
    display: block;
    margin-top: 3rem;
  }
  .p-index_reason__topImg {
    width: 100%;
  }
  .p-index_reason__topImg img {
    width: 100%;
  }
  .p-index_reason__topTxt {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
  .p-index_reason__topTxt .ttl {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .p-index_reason__ttl {
    font-size: 2.6rem;
  }
  .p-index_reason__ttl span {
    display: block;
    padding: 1.5rem;
  }
  .p-index_reason__list {
    display: block;
  }
  .p-index_reason__list li:not(:first-child) {
    margin-top: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-index_reason__cnt {
    padding: 3rem 2rem;
  }
  .p-index_reason__ttl {
    font-size: 2.2rem;
  }
  .p-index_reason__btn a {
    font-size: 2.2rem;
  }
  .p-index_reason__topTxt .txt {
    font-size: 1.6rem;
  }
}

.p-index_service {
  padding-top: 5.5rem;
}
.p-index_service__cnt {
  background: #EDF8FE;
  padding: 5rem 3rem;
}
.p-index_service__list {
  max-width: 810px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-index_service__list li {
  width: calc((100% - 3.2rem) / 2);
}
.p-index_service__list li:nth-child(n+3) {
  margin-top: 4rem;
}
.p-index_service__list li:nth-child(1) {
  background: rgb(252, 112, 0);
  background: linear-gradient(180deg, rgb(252, 112, 0) 20%, rgb(252, 131, 33) 100%);
}
.p-index_service__list li:nth-child(1) .p-index_service__listTtl {
  color: #FC7000;
}
.p-index_service__list li:nth-child(2) {
  background: rgb(121, 55, 153);
  background: linear-gradient(180deg, rgb(121, 55, 153) 0%, rgb(144, 89, 170) 100%);
}
.p-index_service__list li:nth-child(2) .p-index_service__listTtl {
  color: #793799;
}
.p-index_service__list li:nth-child(3) {
  background: rgb(0, 150, 237);
  background: linear-gradient(180deg, rgb(0, 150, 237) 30%, rgb(0, 212, 255) 100%);
}
.p-index_service__list li:nth-child(3) .p-index_service__listTtl {
  color: #0096ED;
}
.p-index_service__list li:nth-child(4) {
  background: rgb(255, 55, 106);
  background: linear-gradient(180deg, rgb(255, 55, 106) 0%, rgb(255, 107, 145) 100%);
}
.p-index_service__list li:nth-child(4) .p-index_service__listTtl {
  color: #FF376A;
}
.p-index_service__list li:nth-child(5) {
  background: rgb(92, 212, 65);
  background: linear-gradient(180deg, rgb(92, 212, 65) 0%, rgb(12, 181, 65) 100%);
}
.p-index_service__list li:nth-child(5) .p-index_service__listTtl {
  color: #0cb541;
}
.p-index_service__list li:nth-child(6) {
  background: rgb(15, 92, 175);
  background: linear-gradient(180deg, rgb(15, 92, 175) 0%, rgb(1, 61, 126) 100%);
}
.p-index_service__list li:nth-child(6) .p-index_service__listTtl {
  color: #013d7e;
}
.p-index_service__listImg {
  overflow: hidden;
}
.p-index_service__listImg img {
  width: 100%;
  transition: 0.4s;
}
.p-index_service__listTxtwrap {
  padding: 1rem 1rem 1.5rem;
}
.p-index_service__listTtl {
  text-align: center;
  font-size: 2.1rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.p-index_service__listTtl span {
  display: inline-block;
  background: #ffffff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  min-width: 250px;
  padding: 0.8rem 2rem;
}
.p-index_service__listTxt {
  text-align: center;
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media (min-width: 940px) {
  .p-index_service__link:hover {
    opacity: 0.7;
  }
  .p-index_service__link:hover .p-index_service__listImg img {
    transform: scale(1.1);
  }
}
@media (max-width: 939.9px) {
  .p-index_service__listTxt {
    font-size: 1.5rem;
    text-align: left;
  }
  .p-index_service__listTxtwrap {
    padding: 1.5rem;
  }
  .p-index_service__listTtl {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
@media (max-width: 767.9px) {
  .p-index_service__list {
    display: block;
  }
  .p-index_service__list li {
    width: 100%;
  }
  .p-index_service__list li:not(:first-child) {
    margin-top: 2rem;
  }
  .p-index_service__listTtl span {
    min-width: 100%;
  }
}
@media (max-width: 575.9px) {
  .p-index_service__cnt {
    padding: 3rem 2rem;
  }
}

.p-index_works {
  padding-top: 7.5rem;
}
.p-index_works .c-card_works {
  margin-top: 5rem;
}

.p-index_attempt {
  padding-top: 7.5rem;
}
.p-index_attempt__list {
  display: flex;
  justify-content: space-between;
}
.p-index_attempt__item {
  width: calc((100% - 6rem) / 3);
  text-align: center;
}
.p-index_attempt__item.-co2 {
  width: 28%;
}
.p-index_attempt__item.-sdgs {
  width: 40%;
}
.p-index_attempt__item.-invoice {
  width: 28%;
}
.p-index_attempt__item.-invoice .inner {
  background: #013D7E;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 3rem 1.5rem;
}
.p-index_attempt__item.-invoice .txt_main {
  font-size: 3rem;
}
.p-index_attempt__item.-invoice .txt_sub {
  font-size: 2.5rem;
  line-height: 1.5;
}
@media (max-width: 767.9px) {
  .p-index_attempt__list {
    display: block;
  }
  .p-index_attempt__item:not(:first-child) {
    margin-top: 3rem;
  }
  .p-index_attempt__item.-co2 {
    width: 100%;
  }
  .p-index_attempt__item.-sdgs {
    width: 100%;
  }
  .p-index_attempt__item.-invoice {
    width: 100%;
  }
  .p-index_attempt__item.-invoice .txt_main {
    font: 2.5rem;
  }
  .p-index_attempt__item.-invoice .txt_sub {
    font-size: 2rem;
  }
}

.p-index_point {
  padding-top: 5rem;
}
.p-index_point__ttl span {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.p-index_point__list {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-index_point__list li {
  width: calc((100% - 6.8rem) / 5);
  text-align: center;
}
.p-index_point__list li:nth-child(n+6) {
  margin-top: 3rem;
}
.p-index_point__listTxt {
  font-weight: bold;
  line-height: 1.375;
  margin-top: 0.6rem;
}
@media (max-width: 767.9px) {
  .p-index_point__list li {
    width: calc((100% - 2rem) / 2);
  }
  .p-index_point__list li:nth-child(n+3) {
    margin-top: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-index_point__listTxt {
    font-size: 1.5rem;
  }
}

.p-index_underLink {
  margin-top: 4rem;
  background: #54b8f3;
  padding: 4rem;
}
.p-index_underLink__wrap {
  max-width: 882px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-index_underLink__item {
  width: calc((100% - 3rem) / 2);
}
.p-index_underLink__item:nth-child(n+3) {
  margin-top: 3rem;
}
.p-index_underLink__item.-voice .p-index_underLink__icon {
  margin-right: 5rem;
}
.p-index_underLink__item.-case .p-index_underLink__icon {
  margin-right: 4rem;
}
.p-index_underLink__item.-faq .p-index_underLink__icon {
  margin-right: 1.8rem;
}
.p-index_underLink__item.-company .p-index_underLink__icon {
  margin-right: 4rem;
}
.p-index_underLink__item a {
  background: #ffffff;
  display: block;
  border-radius: 28px;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  padding: 1rem 2rem 1rem 3.8rem;
}
@media (min-width: 940px) {
  .p-index_underLink__item a:hover {
    background: #FFF100;
    box-shadow: none;
  }
}
.p-index_underLink__ttl {
  line-height: 1;
  color: #013D7E;
  text-align: center;
}
.p-index_underLink__ttl .main {
  font-size: 3.6rem;
}
.p-index_underLink__ttl .sub {
  font-size: 1.9rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media (max-width: 939.9px) {
  .p-index_underLink {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .p-index_underLink__item a {
    padding: 1rem 2rem;
    border-radius: 2rem;
  }
  .p-index_underLink__item:nth-child(1) .p-index_underLink__icon {
    margin-right: 1.5rem;
  }
  .p-index_underLink__item:nth-child(2) .p-index_underLink__icon {
    margin-right: 1.5rem;
  }
  .p-index_underLink__item:nth-child(3) .p-index_underLink__icon {
    margin-right: 1.5rem;
  }
  .p-index_underLink__item:nth-child(4) .p-index_underLink__icon {
    margin-right: 1.5rem;
  }
  .p-index_underLink__icon {
    width: 25%;
  }
  .p-index_underLink__ttl .main {
    font-size: 2.6rem;
  }
  .p-index_underLink__ttl .sub {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-index_underLink__wrap {
    display: block;
  }
  .p-index_underLink__item {
    width: 100%;
  }
  .p-index_underLink__item:not(:first-child) {
    margin-top: 2rem;
  }
}

.p-index_news {
  padding-top: 6.5rem;
}
.p-index_news__ttlWrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #333333;
}
.p-index_news__ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #333333;
  padding: 1rem 2rem;
}
.p-index_news__btn {
  text-align: center;
}
.p-index_news__btn a {
  display: inline-block;
  color: #4F4F4F;
  font-size: 2.4rem;
  line-height: 1;
  padding: 1rem;
  background: #E0E0E0;
}
@media (min-width: 940px) {
  .p-index_news__btn a:hover {
    background: #4F4F4F;
    color: #ffffff;
  }
}
@media (max-width: 939.9px) {
  .p-index_news__ttl {
    font-size: 2.6rem;
  }
  .p-index_news__btn a {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-index_news__ttl {
    font-size: 2.2rem;
  }
  .p-index_news__btn a {
    font-size: 1.6rem;
  }
}

.p-index_certificate {
  margin-top: 5rem;
  padding: 3rem;
  background: #EDF8FE;
}
.p-index_certificate__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.p-index_certificate__item {
  background: #ffffff;
  width: calc((100% - 2rem) / 2);
}
.p-index_certificate__item.-insurance {
  border-right: 5px solid #013D7E;
  border-left: 5px solid #013D7E;
  border-bottom: 5px solid #013D7E;
}
.p-index_certificate__item.-insurance .p-index_certificate__ttl {
  background: #013D7E;
}
.p-index_certificate__item.-insurance .p-index_certificate__txt {
  text-align: center;
  padding-top: 2rem;
}
.p-index_certificate__item.-insurance .p-index_certificate__txt .main {
  color: #013D7E;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
}
.p-index_certificate__item.-insurance .p-index_certificate__txt .main span {
  font-size: 5.8rem;
  letter-spacing: -0.03em;
  font-weight: 900;
}
.p-index_certificate__item.-excellent {
  border-right: 5px solid #b48101;
  border-left: 5px solid #b48101;
  border-bottom: 5px solid #b48101;
}
.p-index_certificate__item.-excellent .p-index_certificate__ttl {
  background: #b48101;
}
.p-index_certificate__item.-excellent .p-index_certificate__txt.-wrap {
  display: flex;
  align-items: center;
}
.p-index_certificate__item.-excellent .p-index_certificate__txt.-wrap .item {
  width: 50%;
}
.p-index_certificate__item.-excellent .p-index_certificate__txt .sub {
  margin-left: 3rem;
}
.p-index_certificate__ttl {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  padding: 1.5rem 0;
}
.p-index_certificate__txt {
  line-height: 1.5;
  padding: 1rem 1.5rem;
}
.p-index_certificate__txt .sub {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 939.9px) {
  .p-index_certificate__ttl {
    font-size: 3rem;
  }
  .p-index_certificate__item.-excellent .p-index_certificate__txt.-wrap {
    flex-direction: column;
    text-align: center;
  }
  .p-index_certificate__item.-excellent .p-index_certificate__txt.-wrap .item {
    width: 100%;
  }
  .p-index_certificate__item.-excellent .p-index_certificate__txt.-wrap .item.sub {
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .p-index_certificate__item.-insurance .p-index_certificate__txt .main {
    font-size: 2.8rem;
  }
  .p-index_certificate__item.-insurance .p-index_certificate__txt .main span {
    font-size: 3.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-index_certificate__wrap {
    display: block;
  }
  .p-index_certificate__item {
    width: 100%;
  }
  .p-index_certificate__item.-excellent {
    margin-top: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-index_certificate__ttl {
    font-size: 2.2rem;
  }
  .p-index_certificate__item.-insurance .p-index_certificate__txt .main {
    font-size: 2.2rem;
  }
  .p-index_certificate__item.-insurance .p-index_certificate__txt .main span {
    font-size: 3rem;
  }
}

.p-index_contact {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.p-index_contact__inner {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  justify-content: space-between;
}
.p-index_contact__left {
  width: 75%;
}
.p-index_contact__right {
  width: 21.44%;
  margin-top: 2rem;
}
.p-index_contact__txtWrap {
  display: flex;
  align-items: center;
}
.p-index_contact__txt {
  line-height: 1;
}
.p-index_contact__txt .main {
  font-size: 5rem;
  color: #E60912;
  font-weight: 900;
  position: relative;
  margin-bottom: 1.4rem;
  padding-bottom: 0.5rem;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.05em;
}
.p-index_contact__txt .main:before {
  content: "";
  width: 98%;
  height: 10px;
  background: #FFF100;
  position: absolute;
  bottom: 0;
  left: 1%;
  z-index: -1;
}
.p-index_contact__txt .sub {
  font-size: 2.7rem;
}
.p-index_contact__circle {
  width: 129px;
  height: 129px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #E60912;
  color: #FFF100;
  line-height: 1.3;
  font-size: 3.5rem;
  font-weight: bold;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
  margin-left: 1.5rem;
}
.p-index_contact__tel {
  margin-top: 1rem;
}
.p-index_contact__tel .txt {
  background: #013D7E;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  font-size: 2.5rem;
  padding: 1rem;
}
.p-index_contact__tel .num {
  margin-top: -1rem;
}
.p-index_contact__note {
  margin-top: 1.5rem;
}
.p-index_contact__btn {
  height: 118px;
}
.p-index_contact__btn a {
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  display: block;
  line-height: 1.4;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.p-index_contact__btn svg {
  transition: all 0.4s 0s;
}
.p-index_contact__btn.-line {
  margin-top: 2rem;
}
.p-index_contact__btn.-line a {
  background: #06c655;
  border: 2px solid #06c655;
  font-size: 2.2rem;
}
@media (min-width: 940px) {
  .p-index_contact__btn.-line a:hover {
    background: #ffffff;
    color: #06c655;
    box-shadow: none;
  }
  .p-index_contact__btn.-line a:hover svg {
    fill: #06c655;
  }
}
.p-index_contact__btn.-line svg {
  fill: #ffffff;
  width: 111px;
  height: 39px;
}
.p-index_contact__btn.-line .wrap {
  margin-bottom: 0.4rem;
}
.p-index_contact__btn.-mail a {
  background: #fc9701;
  font-size: 1.7rem;
  border: 2px solid #fc9701;
}
@media (min-width: 940px) {
  .p-index_contact__btn.-mail a:hover {
    background: #ffffff;
    color: #fc9701;
    box-shadow: none;
  }
  .p-index_contact__btn.-mail a:hover svg {
    fill: #fc9701;
  }
}
.p-index_contact__btn.-mail svg {
  fill: #ffffff;
  width: 53px;
  height: 33px;
}
.p-index_contact__btn.-mail .btnTxt {
  margin-top: 0.8rem;
}
@media (max-width: 939.9px) {
  .p-index_contact__txt .main {
    font-size: 3.5rem;
  }
  .p-index_contact__txt .sub {
    font-size: 2.2rem;
  }
  .p-index_contact__circle {
    font-size: 2.5rem;
    width: 100px;
    height: 100px;
  }
  .p-index_contact__tel .num {
    margin-top: 1rem;
  }
  .p-index_contact__btn {
    height: auto;
  }
  .p-index_contact__btn a {
    padding: 1.5rem 0;
  }
  .p-index_contact__btn.-mail a {
    font-size: 1.4rem;
  }
  .p-index_contact__btn.-mail svg {
    width: 20%;
    height: auto;
  }
  .p-index_contact__btn.-line a {
    font-size: 1.4rem;
  }
  .p-index_contact__btn.-line svg {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 767.9px) {
  .p-index_contact__inner {
    display: block;
  }
  .p-index_contact__left {
    width: 100%;
  }
  .p-index_contact__right {
    width: 100%;
    display: flex;
  }
  .p-index_contact__btn.-line {
    margin-top: 0;
    margin-left: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-index_contact__txtWrap {
    flex-direction: column;
  }
  .p-index_contact__txt .main {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
  .p-index_contact__circle {
    width: 9rem;
    height: 9rem;
    margin-top: 1rem;
  }
  .p-index_contact__tel {
    text-align: center;
  }
}

/*============================================

  404

============================================*/
/*-------------------------------
  404 > COMMON
-------------------------------*/
.p-404__head {
  margin-bottom: 5rem;
}
.p-404__body {
  text-align: center;
}
.p-404__btn {
  margin-top: 2.5em;
}
.p-404__btn .c-btn {
  margin: 0 auto;
}
@media (max-width: 575.9px) {
  .p-404__body {
    text-align: left;
  }
}

/*============================================

  CONTACT

============================================*/
.p-contact_head__ttl {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #013D7E;
}
.p-contact_head__txt {
  text-align: center;
}
.p-contact_head__txt span {
  position: relative;
  display: inline-block;
  font-weight: 500;
}
.p-contact_head__txt span:before {
  content: "";
  width: 98%;
  height: 5px;
  background: #FFF100;
  position: absolute;
  bottom: 0;
  left: 1%;
  z-index: -1;
}
.p-contact_head__free {
  margin-top: 3rem;
}
.p-contact_head__free .circle {
  width: 10rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #E60912;
  color: #FFF100;
  line-height: 1.2;
  font-size: 2.5rem;
  font-weight: bold;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
  margin-left: 2.5rem;
}
.p-contact_head__free .tel .note {
  margin-top: 0.5em;
}
.p-contact_head__freeTtl {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  color: #FFF100;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.p-contact_head__freeTtl span {
  display: inline-block;
  padding: 1.5rem 3rem 1.5rem;
  background: #0096ED;
  border-radius: 15px;
}
.p-contact_head__freeWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 939.9px) {
  .p-contact_head__ttl {
    font-size: 2.6rem;
  }
  .p-contact_head__freeWrap {
    justify-content: space-between;
  }
  .p-contact_head__freeWrap .tel {
    max-width: calc(100% - 12rem);
  }
  .p-contact_head__freeWrap .circle {
    margin-left: 0;
  }
}
@media (max-width: 767.9px) {
  .p-contact_head__ttl {
    font-size: 2.2rem;
  }
  .p-contact_head__freeTtl {
    line-height: 1.3;
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-contact_head__ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .p-contact_head__freeWrap .tel {
    max-width: calc(100% - 9rem);
  }
  .p-contact_head__freeWrap .circle {
    width: 7rem;
    height: 7rem;
    font-size: 1.8rem;
  }
  .p-contact_head__freeTtl {
    font-size: 1.8rem;
  }
}

.p-contact_body {
  margin-top: 3.125em;
}

/*-------------------------------
  CONTACT > COMMON
-------------------------------*/
.p-company_greeting__box {
  max-width: 814px;
  margin: 2.5em auto 0;
  border-radius: 20px;
  background: #F5FBFE;
  padding: 4.5rem 7rem 3rem;
}
.p-company_greeting__txt {
  line-height: 2.25;
}
.p-company_greeting__name {
  text-align: right;
  line-height: 1;
  margin-top: 3rem;
}
.p-company_greeting__name .company {
  font-size: 1.7rem;
  font-weight: 500;
}
.p-company_greeting__name .name {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 1rem;
  color: #013D7E;
}
@media (max-width: 767.9px) {
  .p-company_greeting__box {
    padding: 3rem;
  }
  .p-company_greeting__name .company {
    font-size: 1.6rem;
  }
  .p-company_greeting__name .name {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-company_greeting__name .company {
    font-size: 1.4rem;
  }
  .p-company_greeting__name .name {
    font-size: 1.6rem;
  }
}

.p-company_overview {
  padding-top: 3.75em;
}
.p-company_overview__tableWrap {
  margin-top: 3.75em;
  max-width: 725px;
  margin-right: auto;
  margin-left: auto;
}
.p-company_overview__table th {
  width: 24%;
}
.p-company_overview__table td {
  width: 76%;
}
@media (max-width: 767.9px) {
  .p-company_overview__tableWrap {
    margin-top: 2.8em;
  }
}
@media (max-width: 575.9px) {
  .p-company_overview__table th {
    width: 32%;
  }
  .p-company_overview__table td {
    width: 68%;
  }
}

.p-company_allow {
  padding-top: 3.125em;
}
.p-company_allow__ttl {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  color: #013D7E;
}
.p-company_allow__tableWrap {
  max-width: 725px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2.9em;
}
.p-company_allow__table {
  margin-top: 0.8rem;
}
.p-company_allow__table th {
  width: 56%;
}
.p-company_allow__table td {
  width: 44%;
  text-align: center;
}
@media (max-width: 767.9px) {
  .p-company_allow__tableWrap {
    margin-top: 2.8em;
  }
}
@media (max-width: 575.9px) {
  .p-company_allow__table th, .p-company_allow__table td {
    width: 100%;
    display: block;
    padding: 1.5rem;
  }
  .p-company_allow__table td {
    border-left: 1px solid #333;
  }
  .p-company_allow__table th {
    border-bottom: 1px solid #ddd;
  }
  .p-company_allow__ttl {
    font-size: 1.8rem;
  }
}

.p-company_access {
  padding-top: 3.125em;
}
.p-company_access__mapWrap {
  max-width: 765px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3.75em;
}
.p-company_access__map {
  padding-top: 60%;
  position: relative;
}
.p-company_access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-company_access__txt a {
  text-decoration: underline;
}
@media (max-width: 767.9px) {
  .p-company_access__mapWrap {
    margin-top: 2.9em;
  }
}

.p-faq_qa__lead {
  text-align: center;
}
.p-faq_qa__anchor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 650px;
  margin: 3.125em auto 0;
}
.p-faq_qa__anchorItem {
  width: 48%;
  text-align: center;
}
.p-faq_qa__anchorItem a {
  background: #FFF100;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 1.5rem 0;
  line-height: 1;
}
@media (min-width: 940px) {
  .p-faq_qa__anchorItem a:hover {
    background: #333;
    color: #FFF100;
  }
}
.p-faq_qa__wrap {
  margin-top: 3.125em;
}
.p-faq_qa__list {
  margin-top: 2rem;
}
.p-faq_qa__item {
  padding: 1.5rem 0;
}
.p-faq_qa__item dt + dd {
  display: none;
}
.p-faq_qa__item dt {
  cursor: pointer;
  font-weight: 500;
  font-size: 2.2rem;
  padding: 0.5rem 0 0.5rem 6rem;
  position: relative;
}
.p-faq_qa__item dt:before {
  content: "Q";
  font-weight: bold;
  color: #FFF100;
  background: #E60912;
  font-size: 2.5rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 5rem;
  height: 100%;
  font-family: Futura, "Hind", sans-serif;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.p-faq_qa__item dt span {
  display: block;
  position: relative;
  padding-right: 3rem;
}
.p-faq_qa__item dt span:before, .p-faq_qa__item dt span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 3px;
  width: 1em;
  background: #333;
  transition: 0.4s;
}
.p-faq_qa__item dt span:after {
  transform: rotate(90deg);
}
.p-faq_qa__item dt.is-open span:after {
  transform: rotate(0);
}
.p-faq_qa__item dd {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.5rem 0 0.5rem 6rem;
}
.p-faq_qa__item dd:before {
  content: "A";
  font-weight: bold;
  color: #ffffff;
  background: #013D7E;
  font-size: 2.5rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 5rem;
  height: 100%;
  font-family: Futura, "Hind", sans-serif;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
@media (max-width: 767.9px) {
  .p-faq_qa__anchorItem {
    width: 49%;
  }
  .p-faq_qa__anchorItem a {
    font-size: 1.6rem;
  }
  .p-faq_qa__item dt {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-faq_qa__anchor {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .p-faq_qa__anchorItem {
    width: 80%;
  }
  .p-faq_qa__anchorItem:not(:first-child) {
    margin-top: 1.5rem;
  }
  .p-faq_qa__item dt {
    font-size: 1.8rem;
    padding-left: 5rem;
  }
  .p-faq_qa__item dt:before {
    width: 4rem;
  }
  .p-faq_qa__item dd {
    padding-left: 5rem;
  }
  .p-faq_qa__item dd:before {
    width: 4rem;
  }
}

/*============================================

  NEWS

============================================*/
.p-news_archive .c-card_news__item:not(:first-child) {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #333;
}
.p-news_archive .c-card_news__item:last-child {
  padding-bottom: 2rem;
  border-bottom: 1px solid #333;
}

.p-news_detail__head {
  border-bottom: 1px solid #333;
  margin-bottom: 2rem;
}
.p-news_detail__ttl {
  color: #013D7E;
  font-size: 2.5rem;
}
.p-news_detail__foot {
  margin-top: 3.125em;
}
.p-news_detail__btn a {
  margin: 0 auto;
}
@media (max-width: 767.9px) {
  .p-news_detail__ttl {
    font-size: 2rem;
  }
}

/*============================================

  PRIVACY POLICY

============================================*/
.p-privacypolicy__headTtl {
  margin-bottom: 3rem;
}
.p-privacypolicy__body {
  margin-top: 3.125em;
}
.p-privacypolicy__item:not(:first-child) {
  margin-top: 3rem;
}
.p-privacypolicy__item dt {
  margin-bottom: 1.25em;
  font-size: 2rem;
  color: #013D7E;
  font-weight: 700;
  border-bottom: solid 1px #dddddd;
  padding-bottom: 0.8em;
  line-height: 1.4;
  position: relative;
}
.p-privacypolicy__item dd:not(:last-child) {
  margin-bottom: 3.125em;
}
.p-privacypolicy__item dd > *:nth-child(n+2) {
  margin-top: 1em;
}
.p-privacypolicy__ga h3 {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.p-privacypolicy__ga a {
  word-break: break-all;
  text-decoration: underline;
}
@media (min-width: 940px) {
  .p-privacypolicy__ga a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 939.9px) {
  .p-privacypolicy__headTtl {
    font-size: 2.2rem;
  }
  .p-privacypolicy__list dt {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-privacypolicy__body {
    margin-top: 3rem;
  }
  .p-privacypolicy__headTtl {
    font-size: 1.8rem;
  }
  .p-privacypolicy__list dt {
    font-size: 1.6rem;
  }
}

.p-service__sec:not(:first-child) {
  padding-top: 5rem;
}
.p-service__lead {
  font-size: 3.2rem;
  line-height: 1.7;
  text-align: center;
  color: #013D7E;
  font-weight: 900;
}
.p-service .c-ttl {
  margin-bottom: 5rem;
}
@media (max-width: 939.9px) {
  .p-service .c-ttl {
    margin-bottom: 3rem;
  }
  .p-service__lead {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-service__lead {
    font-size: 2rem;
    text-align: left;
  }
  .p-service__lead br {
    display: none;
  }
}
@media (max-width: 575.9px) {
  .p-service__lead {
    font-size: 1.8rem;
  }
}

.p-service_anchor {
  display: flex;
  flex-wrap: wrap;
}
.p-service_anchor__item {
  text-align: center;
  width: calc((100% - 3.2rem) / 3);
}
.p-service_anchor__item:not(:nth-child(3n)) {
  margin-right: 1.6rem;
}
.p-service_anchor__item:nth-child(n+4) {
  margin-top: 1.6rem;
}
.p-service_anchor__item a {
  display: block;
  background: #F7FCFE;
  border: 1px solid #013D7E;
  font-size: 2.9rem;
  line-height: 1;
  padding: 2rem 0 3.5rem;
  position: relative;
  color: #013D7E;
  font-weight: 900;
}
.p-service_anchor__item a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 9px 0 9px;
  border-color: #013D7E transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5rem;
}
@media (min-width: 940px) {
  .p-service_anchor a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 939.9px) {
  .p-service_anchor {
    justify-content: space-between;
  }
  .p-service_anchor__item {
    width: 48%;
  }
  .p-service_anchor__item:nth-child(n+3) {
    margin-top: 1.5rem;
  }
  .p-service_anchor__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-service_anchor__item a {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.9px) {
  .p-service_anchor__item a {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-service_anchor__item a {
    font-size: 1.6rem;
    padding: 1.5rem 0 2.5rem;
  }
  .p-service_anchor__item a:before {
    border-width: 8px 5px 0 5px;
    bottom: 1rem;
  }
}

.p-service_top__col {
  display: flex;
}
.p-service_top__img {
  width: 41.6%;
}
.p-service_top__txt {
  width: 58.4%;
  padding-left: 5rem;
}
.p-service_top__txt p {
  font-size: 2rem;
  line-height: 1.75;
}
.p-service_top .p-service_anchor {
  margin-top: 7rem;
}
.p-service_top__btn {
  margin-top: 3rem;
}
.p-service_top__btn a {
  background: #fc9701;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  display: block;
  padding: 1.5rem 2rem;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid #fc9701;
  max-width: 30rem;
}
@media (min-width: 940px) {
  .p-service_top__btn a:hover {
    background: #ffffff;
    color: #fc9701;
  }
}
@media (max-width: 939.9px) {
  .p-service_top__col {
    display: block;
  }
  .p-service_top__img {
    width: 100%;
  }
  .p-service_top__img img {
    width: 100%;
  }
  .p-service_top__txt {
    width: 100%;
    margin-top: 3rem;
    padding-left: 0;
  }
  .p-service_top__txt p {
    font-size: 1.8rem;
  }
  .p-service_top__btn a {
    margin: 0 auto;
    font-size: 1.4rem;
  }
  .p-service_top .p-service_anchor {
    margin-top: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-service_top__txt p {
    font-size: 1.6rem;
  }
}
.p-service_strength__wrap {
  margin-top: 5rem;
}
.p-service_strength__item {
  display: flex;
  align-items: center;
  background: #F0F9FE;
  padding: 4rem;
}
.p-service_strength__item:nth-child(odd) .p-service_strength__cnt {
  padding-right: 3rem;
}
.p-service_strength__item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-service_strength__item:nth-child(even) .p-service_strength__cnt {
  padding-left: 4rem;
}
.p-service_strength__item:not(:first-child) {
  margin-top: 4rem;
}
.p-service_strength__cnt {
  width: 57.2%;
}
.p-service_strength__img {
  width: 42.8%;
  position: relative;
}
.p-service_strength__num {
  position: absolute;
  top: 0;
  left: 0;
  background: #FC7000;
  color: #fff;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-service_strength__ttl {
  font-weight: 900;
  font-size: 4.3rem;
  line-height: 1.3;
  margin-bottom: 2rem;
  color: #013D7E;
}
.p-service_strength__txt {
  font-size: 2.2rem;
  line-height: 1.72;
}
.p-service_strength__list {
  margin-top: 1em;
  font-size: 2.2rem;
  line-height: 1.72;
}
.p-service_strength__list li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-service_strength__list.-em2 li {
  text-indent: -2em;
  padding-left: 2em;
}
@media (max-width: 939.9px) {
  .p-service_strength__item {
    display: block;
  }
  .p-service_strength__item:nth-child(odd) .p-service_strength__cnt {
    padding-right: 0;
  }
  .p-service_strength__item:nth-child(even) .p-service_strength__cnt {
    padding-left: 0;
  }
  .p-service_strength__cnt {
    width: 100%;
    padding-right: 0;
  }
  .p-service_strength__img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-service_strength__img img {
    width: 100%;
  }
  .p-service_strength__ttl {
    font-size: 3rem;
  }
  .p-service_strength__txt {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.9px) {
  .p-service_strength__wrap {
    margin-top: 3rem;
  }
  .p-service_strength__txt {
    font-size: 1.6rem;
  }
  .p-service_strength__ttl {
    font-size: 2.5rem;
  }
  .p-service_strength__num {
    font-size: 2.8rem;
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 575.9px) {
  .p-service_strength__ttl {
    font-size: 2rem;
  }
  .p-service_strength__item {
    padding: 3rem 2rem;
  }
  .p-service_strength__item:not(:first-child) {
    margin-top: 3rem;
  }
}

.p-service_case__wrap {
  display: flex;
}
.p-service_case__item {
  width: calc((100% - 6rem) / 3);
}
.p-service_case__item:not(:first-child) {
  margin-left: 3rem;
}
.p-service_case__img {
  border-radius: 2rem;
  overflow: hidden;
}
.p-service_case__img.c-ofi {
  padding-top: 70%;
}
.p-service_case__img img {
  width: 100%;
}
.p-service_case__cnt {
  margin-top: 1.5rem;
  text-align: center;
}
.p-service_case__ttl {
  font-size: 2.3rem;
  font-weight: 900;
  color: #013D7E;
}
.p-service_case__txt {
  font-size: 2rem;
  font-weight: 700;
}
.p-service_case__btn {
  margin-top: 1rem;
}
.p-service_case__btn a {
  background: #E60912;
  color: #fff;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1;
  padding: 1.5rem 1rem;
  border: 1px solid #E60912;
  display: block;
}
@media (min-width: 940px) {
  .p-service_case__btn a:hover {
    background: #fff;
    color: #E60912;
  }
}
@media (max-width: 939.9px) {
  .p-service_case__wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-service_case__item {
    width: 48%;
  }
  .p-service_case__item:not(:first-child) {
    margin-left: 0;
  }
  .p-service_case__item:nth-child(n+3) {
    margin-top: 5rem;
  }
  .p-service_case__ttl {
    font-size: 2rem;
  }
  .p-service_case__txt {
    font-size: 1.8rem;
  }
  .p-service_case__btn a {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.9px) {
  .p-service_case__txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.9px) {
  .p-service_case__item {
    width: 100%;
  }
  .p-service_case__item:not(:first-child) {
    margin-top: 4rem;
  }
}

.p-service_price__wrap {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
.p-service_price__table {
  width: 43.5%;
  font-weight: 700;
  font-size: 2.8rem;
  border-right: 1px solid #0096ED;
  border-bottom: 1px solid #0096ED;
  border-left: 1px solid #0096ED;
  text-align: center;
}
.p-service_price__table tr {
  border-bottom: 1px solid #0096ED;
}
.p-service_price__table tr:first-child {
  background: #3DAFF1 !important;
  color: #fff;
}
.p-service_price__table tr:nth-child(odd) {
  background: #E3F3FD;
}
.p-service_price__table tr:nth-child(even) {
  background: #F7FCFE;
}
.p-service_price__table th {
  width: 32%;
  border-right: 1px solid #0096ED;
}
.p-service_price__table td {
  width: 68%;
  color: #E60912;
}
.p-service_price__cnt {
  width: 56.5%;
  padding-left: 5.5rem;
}
.p-service_price__txt {
  font-size: 1rem;
  line-height: 1.75;
  font-size: 2rem;
}
.p-service_price__box {
  background: #FC7000;
  border-radius: 1.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 2rem 1rem;
  margin-top: 3.5rem;
}
.p-service_price__box .txt {
  font-size: 3.4rem;
}
.p-service_price__box .txt.-ttl {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.p-service_price__foot {
  margin-top: 5rem;
}
.p-service_price__foot .txt {
  text-align: center;
  color: #013D7E;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 939.9px) {
  .p-service_price__wrap {
    display: block;
    margin-top: 3rem;
  }
  .p-service_price__table {
    width: 100%;
    font-size: 2.4rem;
  }
  .p-service_price__cnt {
    width: 100%;
    margin-top: 3rem;
    padding-left: 0;
  }
  .p-service_price__txt {
    font-size: 1.8rem;
  }
  .p-service_price__box .txt {
    font-size: 3rem;
  }
  .p-service_price__box .txt.-ttl {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.9px) {
  .p-service_price__foot .txt {
    font-size: 2.4rem;
  }
}
@media (max-width: 575.9px) {
  .p-service_price__table {
    font-size: 2rem;
  }
  .p-service_price__txt {
    font-size: 1.6rem;
  }
  .p-service_price__box .txt {
    font-size: 2.5rem;
  }
  .p-service_price__box .txt.-ttl {
    font-size: 2rem;
  }
  .p-service_price__foot .txt {
    font-size: 1.8rem;
  }
}

.p-service_option__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-service_option__item {
  width: calc((100% - 7.5rem) / 4);
}
.p-service_option__item:nth-child(n+5) {
  margin-top: 4.5rem;
}
.p-service_option__img {
  margin-bottom: 1.5rem;
}
.p-service_option__img img {
  width: 100%;
}
.p-service_option__ttl {
  line-height: 1.36;
  font-size: 2.2rem;
  color: #013D7E;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
.p-service_option__txt {
  line-height: 1.55;
}
@media (max-width: 939.9px) {
  .p-service_option__item {
    width: 48%;
  }
  .p-service_option__item:nth-child(n+3) {
    margin-top: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-service_option__ttl {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-service_option__ttl {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}

.p-service_purchase__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.p-service_purchase__item {
  width: calc((100% - 8rem) / 3);
}
.p-service_purchase__item:not(:nth-child(3n)) {
  margin-right: 4rem;
}
.p-service_purchase__item:nth-child(n+4) {
  margin-top: 5rem;
}
.p-service_purchase__img img {
  width: 100%;
}
.p-service_purchase__ttl {
  text-align: center;
  margin-top: 1rem;
  font-size: 2.1rem;
  color: #013D7E;
  font-weight: 700;
}
.p-service_purchase__info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.p-service_purchase__badge {
  font-size: 2.1rem;
  color: #fff;
  line-height: 1;
  padding: 0.8rem;
  margin-right: 1.5rem;
  background: #333;
}
.p-service_purchase__price {
  color: #E60912;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 939.9px) {
  .p-service_purchase__wrap {
    justify-content: space-between;
    margin-top: 3rem;
  }
  .p-service_purchase__item {
    width: 48%;
  }
  .p-service_purchase__item:not(:first-child) {
    margin-left: 0;
  }
  .p-service_purchase__item:nth-child(n+3) {
    margin-top: 5rem;
  }
  .p-service_purchase__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-service_purchase__ttl {
    font-size: 2rem;
  }
  .p-service_purchase__badge {
    font-size: 1.8rem;
  }
  .p-service_purchase__price {
    font-size: 2.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-service_purchase__item {
    width: 100%;
  }
  .p-service_purchase__item:not(:first-child) {
    margin-top: 5rem;
  }
}

.p-service_flow__box {
  margin-top: 5rem;
  background: #D6EEFC;
  padding: 6rem 5.5rem;
}
.p-service_flow__item {
  background: #fff;
  border-radius: 3rem;
  padding: 2.5rem 4rem;
}
.p-service_flow__item:not(:last-child) {
  position: relative;
  margin-bottom: 9rem;
}
.p-service_flow__item:not(:last-child):before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 43px 0 43px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-service_flow__step {
  text-align: center;
  margin-bottom: 2rem;
}
.p-service_flow__step span {
  display: inline-block;
  line-height: 1;
  padding: 1rem 2rem;
  color: #fff;
  background: #E60912;
  font-size: 3rem;
  font-weight: 700;
  border-radius: 2rem;
}
.p-service_flow__ttl {
  font-size: 4.2rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  margin-bottom: 2rem;
  color: #013D7E;
}
.p-service_flow__txt {
  font-size: 2.2rem;
  line-height: 1.81;
}
@media (max-width: 939.9px) {
  .p-service_flow__box {
    margin-top: 3rem;
  }
  .p-service_flow__ttl {
    font-size: 3.2rem;
  }
  .p-service_flow__txt {
    font-size: 1.8rem;
  }
  .p-service_flow__step span {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.9px) {
  .p-service_flow__txt {
    font-size: 1.6rem;
  }
  .p-service_flow__box {
    padding: 4rem 3rem;
  }
  .p-service_flow__item {
    border-radius: 2rem;
    padding: 2.5rem;
  }
  .p-service_flow__step span {
    border-radius: 1.5rem;
    font-size: 2rem;
  }
  .p-service_flow__ttl {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.9px) {
  .p-service_flow__box {
    padding: 3rem 2rem;
  }
  .p-service_flow__item {
    padding: 2.5rem 2rem;
  }
  .p-service_flow__item:not(:last-child) {
    margin-bottom: 6rem;
  }
  .p-service_flow__item:not(:last-child):before {
    border-width: 25px 32px 0 32px;
    bottom: -4.5rem;
  }
  .p-service_flow__ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .p-service_flow__step {
    margin-bottom: 1.5rem;
  }
  .p-service_flow__step span {
    font-size: 1.8rem;
    padding: 0.7rem 2rem;
    border-radius: 1rem;
  }
}

.p-service_process__item {
  display: flex;
  align-items: center;
}
.p-service_process__item:not(:first-child) {
  margin-top: 4rem;
}
.p-service_process__img {
  width: 50%;
}
.p-service_process__cnt {
  width: 50%;
  padding-left: 3rem;
  font-size: 2.2rem;
  line-height: 1.72;
}
@media (max-width: 939.9px) {
  .p-service_process__cnt {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.9px) {
  .p-service_process__item {
    display: block;
  }
  .p-service_process__img {
    width: 100%;
  }
  .p-service_process__img img {
    width: 100%;
  }
  .p-service_process__cnt {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}

/*============================================

  WORKS

============================================*/
.p-works__terms {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.p-works__terms li {
  width: 18%;
  margin-bottom: 1rem;
}
.p-works__terms li:not(:nth-child(5n)) {
  margin-right: 2%;
}
.p-works__terms li a {
  background: #FFF100;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
  padding: 0.5em 0;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 940px) {
  .p-works__terms li a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767.9px) {
  .p-works__ttl {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-works__terms {
    justify-content: space-between;
  }
  .p-works__terms li {
    width: 48%;
  }
  .p-works__terms li:nth a {
    font-size: 1.4rem;
  }
}

/*-------------------------------
  WORKS > SINGLE
-------------------------------*/
.p-works_detail__top {
  display: flex;
  justify-content: space-between;
}
.p-works_detail__img {
  width: 48%;
}
.p-works_detail__img img {
  width: 100%;
}
.p-works_detail__cnt {
  margin-top: 3rem;
}
.p-works_detail__cnt p + p {
  margin-top: 1em;
}
.p-works_detail__badge {
  text-align: center;
  margin-bottom: 1rem;
}
.p-works_detail__badge span {
  display: inline-block;
  color: #fff;
  background: #013D7E;
  border-radius: 2rem;
  padding: 0.5em 2em;
  line-height: 1;
  font-weight: 700;
  font-size: 2rem;
}
.p-works_detail__badge.-after span {
  background: #cc1111;
}
@media (max-width: 939.9px) {
  .p-works_detail__badge span {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.9px) {
  .p-works_detail__top {
    display: block;
  }
  .p-works_detail__img {
    width: 100%;
  }
  .p-works_detail__img.-after {
    margin-top: 3rem;
  }
  .p-works_detail__badge span {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------
  card
--------------------------------------------*/
/*--------------------------------------------
  news
--------------------------------------------*/
.c-card_news {
  margin-top: 1.5rem;
}
.c-card_news__item:not(:first-child) {
  margin-top: 1rem;
}
.c-card_news__link {
  display: flex;
}
@media (min-width: 940px) {
  .c-card_news__link:hover {
    opacity: 0.7;
  }
}
.c-card_news__date {
  margin-right: 1em;
  min-width: 5em;
}
@media (max-width: 575.9px) {
  .c-card_news__link {
    display: block;
  }
}

.c-card_works {
  display: flex;
  flex-wrap: wrap;
}
.c-card_works__item {
  width: calc((100% - 12rem) / 3);
}
.c-card_works__item:not(:nth-child(3n)) {
  margin-right: 6rem;
}
.c-card_works__item:nth-child(n+4) {
  margin-top: 6rem;
}
.c-card_works__img {
  overflow: hidden;
  position: relative;
  padding-top: 66.66%;
}
.c-card_works__img img {
  position: absolute;
}
.c-card_works__cat {
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 3rem;
  position: relative;
  line-height: 1;
  margin-top: 2.5rem;
}
.c-card_works__cat:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid #013D7E;
  border-radius: 50%;
}
.c-card_works__ttl {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 2rem;
}
@media (min-width: 940px) {
  .c-card_works__link:hover {
    opacity: 0.7;
  }
}
.c-card_works__floor {
  display: flex;
  align-items: center;
}
.c-card_works__floor .floor {
  margin-right: 1em;
}
@media (max-width: 939.9px) {
  .c-card_works__item {
    width: calc((100% - 5rem) / 3);
  }
  .c-card_works__item:not(:nth-child(3n)) {
    margin-right: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .c-card_works {
    display: block;
  }
  .c-card_works__item {
    width: 100%;
  }
  .c-card_works__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .c-card_works__item:not(:first-child) {
    margin-top: 4rem;
  }
}

/*============================================

  KV

============================================*/
/*-------------------------------
  KV > TOP
-------------------------------*/
/*-------------------------------
  KV > UNDER
-------------------------------*/
.p-kv_under {
  background: url(../img/common/img_kv.jpg) no-repeat center/cover;
}
.p-kv_under.-gomiyashiki {
  background-image: url(../img/gomiyashiki/img_kv.jpg);
}
.p-kv_under.-estate-cleaning {
  background-image: url(../img/estate-cleaning/img_kv.jpg);
}
.p-kv_under.-recycling {
  background-image: url(../img/recycling/img_kv.jpg);
}
.p-kv_under.-industrial-waste {
  background-image: url(../img/industrial-waste/img_kv.jpg);
}
.p-kv_under.-purchase {
  background-image: url(../img/purchase/img_kv.jpg);
}
.p-kv_under.-cleaning {
  background-image: url(../img/cleaning/img_kv.jpg);
}
.p-kv_under.-contact {
  background-image: url(../img/contact/img_kv.jpg);
}
.p-kv_under.-works {
  background-image: url(../img/works/img_kv.jpg);
}
.p-kv_under__ttlBox {
  padding: 12rem 0 12rem 5rem;
  display: flex;
}
.p-kv_under__ttl {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.5);
  line-height: 1;
  padding: 4rem 5rem 3rem;
  text-align: center;
  margin: 0 auto;
}
.p-kv_under__ttl .main {
  font-size: 4.5rem;
  font-weight: 700;
  color: #013D7E;
}
.p-kv_under__ttl .sub {
  font-size: 2.2rem;
  margin-top: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: Futura, "Hind", sans-serif;
  font-weight: bold;
}
@media (max-width: 939.9px) {
  .p-kv_under__ttlBox {
    padding: 6rem 0 6rem 3rem;
  }
  .p-kv_under__ttl {
    padding: 3rem;
  }
  .p-kv_under__ttl .main {
    font-size: 3rem;
  }
  .p-kv_under__ttl .sub {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-kv_under__ttl {
    padding: 1.5rem;
  }
  .p-kv_under__ttl .main {
    font-size: 2.2rem;
  }
  .p-kv_under__ttl .sub {
    font-size: 1.4rem;
  }
  .p-kv_under__ttlBox {
    padding: 4rem 0 4rem 2rem;
  }
}

/*-------------------------------
  WP > LOGIN FORM
-------------------------------*/
.wp-loginform__sheet {
  width: auto;
  margin: 0 auto 1.5em;
  line-height: 1;
}
.wp-loginform__sheet th,
.wp-loginform__sheet td {
  padding: 1em 2em;
  text-align: left;
}
.wp-loginform__field {
  background: #fff;
  padding: 1.25em;
  max-width: 100%;
  width: 25em;
}
.wp-loginform__check {
  text-align: center;
  line-height: 1;
}
.wp-loginform__check label {
  display: inline-block;
}
.wp-loginform__check input + span {
  position: relative;
  display: inline-block;
  padding: 0.25em 0 0.25em 2.5em;
}
.wp-loginform__check input + span:before, .wp-loginform__check input + span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.wp-loginform__check input + span:before {
  width: 1.5em;
  height: 1.5em;
  background: #fff;
}
.wp-loginform__check input + span:after {
  width: 1.5em;
  height: 0.75em;
  border-bottom: solid 4px #333;
  border-left: solid 4px #333;
  transform: rotate(-45deg);
  visibility: hidden;
}
.wp-loginform__check input:checked + span:after {
  visibility: visible;
}
.wp-loginform__btn {
  text-align: center;
  margin-top: 2.5em;
}
.wp-loginform__error {
  text-align: center;
  color: red;
  margin-bottom: 1em;
}

/*-------------------------------
  WP > EDITOR
-------------------------------*/
.wp-editor {
  word-break: break-all;
}
.wp-editor strong {
  font-weight: 700;
}
.wp-editor em {
  font-style: italic;
}
.wp-editor blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.wp-editor img.alignleft {
  margin: 0 auto 0 0;
}
.wp-editor img.aligncenter {
  display: block;
  margin: 0 auto;
}
.wp-editor img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.wp-editor img[class*=wp-image-],
.wp-editor img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}
.wp-editor hr {
  margin: 2em 0;
  border-color: #b2b2b2;
}
.wp-editor * + p {
  margin-top: 1em;
}
.wp-editor * + ul, .wp-editor * + ol, .wp-editor * + .c-tbl_responsive {
  margin-top: 2em;
}
.wp-editor * + h1, .wp-editor * + h2, .wp-editor * + h3, .wp-editor * + h4, .wp-editor * + h5, .wp-editor * + h6 {
  margin-top: 1.5em;
}
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.wp-editor h2 {
  position: relative;
  font-size: 1.75em;
  padding-left: 1.25em;
}
.wp-editor h2:before, .wp-editor h2:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0.15em;
  width: 0.25em;
  height: 1em;
  background: #013D7E;
  transform: skewX(-15deg);
}
.wp-editor h2:after {
  left: 0.5em;
  background: #cc1111;
}
.wp-editor h3 {
  position: relative;
  font-size: 1.5em;
  padding-left: 1.5em;
}
.wp-editor h3:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.65em;
  width: 1em;
  height: 2px;
  background: #013D7E;
}
.wp-editor h4 {
  font-size: 1.25em;
  color: #013D7E;
}
.wp-editor a {
  color: #013D7E;
}
.wp-editor a:focus {
  opacity: 0.7;
}
@media (min-width: 940px) {
  .wp-editor a:hover {
    opacity: 0.7;
  }
}
.wp-editor ul,
.wp-editor ol {
  padding-left: 2em;
  line-height: 1.5;
}
.wp-editor ul > li:not(:first-child),
.wp-editor ol > li:not(:first-child) {
  margin-top: 0.6em;
}
.wp-editor ul > li {
  list-style-type: disc;
}
.wp-editor ol > li {
  list-style-type: decimal;
}
.wp-editor table tr > th,
.wp-editor table tr > td {
  padding: 1em;
  border: 1px solid #ddd;
}
.wp-editor table tr > th {
  background: #eee;
}
@media (max-width: 767.9px) {
  .wp-editor h2 {
    font-size: 1.5em;
  }
  .wp-editor h3 {
    font-size: 1.375em;
  }
  .wp-editor h4 {
    font-size: 1.15em;
  }
}
@media (max-width: 575.9px) {
  .wp-editor h2 {
    font-size: 1.375em;
  }
  .wp-editor h3 {
    font-size: 1.25em;
  }
  .wp-editor h4 {
    font-size: 1.125em;
  }
}
@media (max-width: 939.9px) {
  .wp-editor * + p, .wp-editor * + ul, .wp-editor * + ol, .wp-editor * + .c-tbl_responsive {
    margin-top: 1.2em;
  }
  .wp-editor ul > li:not(:first-child),
  .wp-editor ol > li:not(:first-child) {
    margin-top: 0.4em;
  }
}

/*-------------------------------
  WP > PAGINATION
-------------------------------*/
.wp-pagenavi {
  margin-top: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
}
.wp-pagenavi > * {
  display: inline-block;
  text-align: center;
  margin: 0 0.5em;
  width: 2em;
  text-align: center;
  color: #fff;
}
.wp-pagenavi .current {
  font-weight: 700;
  background: #013D7E;
  border: solid 1px #013D7E;
}
.wp-pagenavi a {
  background: #fff;
  color: #013D7E;
  border: solid 1px #013D7E;
}
@media (min-width: 940px) {
  .wp-pagenavi a:hover {
    background: #013D7E;
    color: #fff;
  }
}
.wp-pagenavi .extend {
  color: #333;
}
@media (max-width: 575.9px) {
  .wp-pagenavi .extend {
    display: none;
  }
}

/*-------------------------------
  WP > PAGINATION(ORIGINAL)
-------------------------------*/
.wp-pager {
  margin-top: 3em;
}
.wp-pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pager__item {
  display: inline-block;
  text-align: center;
  margin: 0 0.5em;
  width: 2em;
  line-height: 2;
  text-align: center;
}
.wp-pager__item > a,
.wp-pager__item > span {
  display: block;
  background: #fff;
  color: #013D7E;
  border: solid 1px #013D7E;
}
@media (min-width: 940px) {
  .wp-pager__item > a:hover {
    background: #013D7E;
    color: #fff;
  }
}
.wp-pager__item.-current > a,
.wp-pager__item.-current > span {
  color: #fff;
  background: #013D7E;
  border: solid 1px #013D7E;
}
.wp-pager__item.-extend {
  margin: 0;
}
.wp-pager__item.-extend > a,
.wp-pager__item.-extend > span {
  color: #013D7E;
  border: none;
}
.wp-pager__item.-first > a:before {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eabc";
  transform: rotate(180deg) scale(0.75);
}
.wp-pager__item.-last > a:before {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eabc";
  transform: scale(0.75);
}
@media (max-width: 575.9px) {
  .wp-pager__item.-extend {
    display: none;
  }
}

/*--------------------------------------------
  text-align
--------------------------------------------*/
.u-center {
  text-align: center;
}

.u-left {
  text-align: left;
}

.u-right {
  text-align: right;
}

@media (max-width: 575.9px) {
  .u-center_ss {
    text-align: center;
  }
  .u-left_ss {
    text-align: left;
  }
  .u-right_ss {
    text-align: right;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .u-center_xs {
    text-align: center;
  }
  .u-left_xs {
    text-align: left;
  }
  .u-right_xs {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 939.9px) {
  .u-center_sm {
    text-align: center;
  }
  .u-left_sm {
    text-align: left;
  }
  .u-right_sm {
    text-align: right;
  }
}
@media (min-width: 940px) and (max-width: 1199.9px) {
  .u-center_md {
    text-align: center;
  }
  .u-left_md {
    text-align: left;
  }
  .u-right_md {
    text-align: right;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .u-center_lg {
    text-align: center;
  }
  .u-left_lg {
    text-align: left;
  }
  .u-right_lg {
    text-align: right;
  }
}
@media (min-width: 1400px) and (max-width: 1599.9px) {
  .u-center_xl {
    text-align: center;
  }
  .u-left_xl {
    text-align: left;
  }
  .u-right_xl {
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .u-center_xxl {
    text-align: center;
  }
  .u-left_xxl {
    text-align: left;
  }
  .u-right_xxl {
    text-align: right;
  }
}
@media (max-width: 767.9px) {
  .u-center_sp {
    text-align: center;
  }
  .u-left_sp {
    text-align: left;
  }
  .u-right_sp {
    text-align: right;
  }
}
@media (max-width: 939.9px) {
  .u-center_tb {
    text-align: center;
  }
  .u-left_tb {
    text-align: left;
  }
  .u-right_tb {
    text-align: right;
  }
}
@media (min-width: 940px) {
  .u-center_pc {
    text-align: center;
  }
  .u-left_pc {
    text-align: left;
  }
  .u-right_pc {
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .u-center_dt {
    text-align: center;
  }
  .u-left_dt {
    text-align: left;
  }
  .u-right_dt {
    text-align: right;
  }
}
/*--------------------------------------------
  display
--------------------------------------------*/
.u-none {
  display: none;
}

.u-none_imp {
  display: none !important;
}

.u-show {
  display: block;
}

.u-show_imp {
  display: block !important;
}

@media (max-width: 575.9px) {
  .u-visible_xs:not(.u-visible_ss),
  .u-visible_sm:not(.u-visible_ss),
  .u-visible_md:not(.u-visible_ss),
  .u-visible_lg:not(.u-visible_ss),
  .u-visible_xl:not(.u-visible_ss),
  .u-visible_xxl:not(.u-visible_ss),
  .u-hidden_ss {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .u-visible_ss:not(.u-visible_xs),
  .u-visible_sm:not(.u-visible_xs),
  .u-visible_md:not(.u-visible_xs),
  .u-visible_lg:not(.u-visible_xs),
  .u-visible_xl:not(.u-visible_xs),
  .u-visible_xxl:not(.u-visible_xs),
  .u-hidden_xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 939.9px) {
  .u-visible_ss:not(.u-visible_sm),
  .u-visible_xs:not(.u-visible_sm),
  .u-visible_md:not(.u-visible_sm),
  .u-visible_lg:not(.u-visible_sm),
  .u-visible_xl:not(.u-visible_sm),
  .u-visible_xxl:not(.u-visible_sm),
  .u-hidden_sm {
    display: none !important;
  }
}
@media (min-width: 940px) and (max-width: 1199.9px) {
  .u-visible_ss:not(.u-visible_md),
  .u-visible_xs:not(.u-visible_md),
  .u-visible_sm:not(.u-visible_md),
  .u-visible_lg:not(.u-visible_md),
  .u-visible_xl:not(.u-visible_md),
  .u-visible_xxl:not(.u-visible_md),
  .u-hidden_md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .u-visible_ss:not(.u-visible_lg),
  .u-visible_xs:not(.u-visible_lg),
  .u-visible_sm:not(.u-visible_lg),
  .u-visible_md:not(.u-visible_lg),
  .u-visible_xl:not(.u-visible_lg),
  .u-visible_xxl:not(.u-visible_lg),
  .u-hidden_lg {
    display: none !important;
  }
}
@media (min-width: 1400px) and (max-width: 1599.9px) {
  .u-visible_ss:not(.u-visible_xl),
  .u-visible_xs:not(.u-visible_xl),
  .u-visible_sm:not(.u-visible_xl),
  .u-visible_md:not(.u-visible_xl),
  .u-visible_lg:not(.u-visible_xl),
  .u-visible_xxl:not(.u-visible_xl),
  .u-hidden_xl {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .u-visible_ss:not(.u-visible_xxl),
  .u-visible_xs:not(.u-visible_xxl),
  .u-visible_sm:not(.u-visible_xxl),
  .u-visible_md:not(.u-visible_xxl),
  .u-visible_lg:not(.u-visible_xxl),
  .u-visible_xl:not(.u-visible_xxl),
  .u-hidden_xxl {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-visible_sp {
    display: none !important;
  }
}
@media (min-width: 940px) {
  .u-visible_tb {
    display: none !important;
  }
}
@media (max-width: 939.9px) {
  .u-visible_pc {
    display: none !important;
  }
}
@media (max-width: 1399.9px) {
  .u-visible_dt {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .u-hidden_sp {
    display: none !important;
  }
}
@media (max-width: 939.9px) {
  .u-hidden_tb {
    display: none !important;
  }
}
@media (min-width: 940px) {
  .u-hidden_pc {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .u-hidden_dt {
    display: none !important;
  }
}
@media screen {
  .u-visible_print {
    display: none !important;
  }
}
@media print {
  .u-hidden_print {
    display: none !important;
  }
}
.u-display_input {
  display: none;
}
.mw_wp_form_input .u-display_input {
  display: block;
}

.u-display_confirm {
  display: none;
}
.mw_wp_form_confirm .u-display_confirm {
  display: block;
}

/*--------------------------------------------
  margin
--------------------------------------------*/
.u-mgt0 {
  margin-top: 0;
}
.u-mgt_ss {
  margin-top: 0.6em;
}
.u-mgt_xs {
  margin-top: 1em;
}
.u-mgt_sm {
  margin-top: 1.5em;
}
.u-mgt_md {
  margin-top: 2em;
}
.u-mgt_lg {
  margin-top: 2.5em;
}
.u-mgt_xl {
  margin-top: 3em;
}
.u-mgt_xxl {
  margin-top: 3.5em;
}
@media (max-width: 939.9px) {
  .u-mgt_ss {
    margin-top: 0.4em;
  }
  .u-mgt_xs {
    margin-top: 0.8em;
  }
  .u-mgt_sm {
    margin-top: 1.2em;
  }
  .u-mgt_md {
    margin-top: 1.6em;
  }
  .u-mgt_lg {
    margin-top: 2em;
  }
  .u-mgt_xl {
    margin-top: 2.4em;
  }
  .u-mgt_xxl {
    margin-top: 2.8em;
  }
}

.u-mgl0 {
  margin-left: 0;
}

.u-mgr0 {
  margin-right: 0;
}

.u-mgb0 {
  margin-bottom: 0;
}
.u-mgb_ss {
  margin-bottom: 0.6em;
}
.u-mgb_xs {
  margin-bottom: 1em;
}
.u-mgb_sm {
  margin-bottom: 1.5em;
}
.u-mgb_md {
  margin-bottom: 2em;
}
.u-mgb_lg {
  margin-bottom: 2.5em;
}
.u-mgb_xl {
  margin-bottom: 3em;
}
.u-mgb_xxl {
  margin-bottom: 3.5em;
}
@media (max-width: 939.9px) {
  .u-mgb_ss {
    margin-bottom: 0.4em;
  }
  .u-mgb_xs {
    margin-bottom: 0.8em;
  }
  .u-mgb_sm {
    margin-bottom: 1.2em;
  }
  .u-mgb_md {
    margin-bottom: 1.6em;
  }
  .u-mgb_lg {
    margin-bottom: 2em;
  }
  .u-mgb_xl {
    margin-bottom: 2.4em;
  }
  .u-mgb_xxl {
    margin-bottom: 2.8em;
  }
}

/*--------------------------------------------
  padding
--------------------------------------------*/
.u-pdt0 {
  padding-top: 0;
}

.u-pdl0 {
  padding-left: 0;
}

.u-pdr0 {
  padding-right: 0;
}

.u-pdb0 {
  padding-bottom: 0;
}

/*--------------------------------------------
  common
--------------------------------------------*/
.u-palt {
  font-feature-settings: "palt";
}

.u-italic {
  font-style: italic;
}

.u-va_sup {
  font-size: 70%;
  vertical-align: super;
}

.u-va_sub {
  font-size: 70%;
  vertical-align: sub;
}

.u-cursive {
  font-family: "HG行書体", cursive, serif;
}

.u-vertical {
  writing-mode: vertical-rl;
}

.u-upr {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.u-fw {
  font-weight: 700;
}
.u-fw400 {
  font-weight: 400;
}
.u-fw500 {
  font-weight: 500;
}

.u-lh {
  line-height: 1.8;
}
.u-lh_ss {
  line-height: 1.1;
}
.u-lh_xs {
  line-height: 1.3;
}
.u-lh_sm {
  line-height: 1.5;
}
.u-lh_md {
  line-height: 2;
}

.u-fs {
  font-size: 1.6rem;
}
.u-fs_xs {
  font-size: 1.2rem;
}
.u-fs_sm {
  font-size: 1.4rem;
}
.u-fs_md {
  font-size: 1.8rem;
}
.u-fs_lg {
  font-size: 2rem;
}
.u-fs_xl {
  font-size: 2.4rem;
}
.u-fs_xxl {
  font-size: 3rem;
}
@media (max-width: 939.9px) {
  .u-fs {
    font-size: 1.4rem;
  }
  .u-fs_xs {
    font-size: 1rem;
  }
  .u-fs_sm {
    font-size: 1.2rem;
  }
  .u-fs_md {
    font-size: 1.6rem;
  }
  .u-fs_lg {
    font-size: 1.8rem;
  }
  .u-fs_xl {
    font-size: 2rem;
  }
  .u-fs_xxl {
    font-size: 2.4rem;
  }
}

.u-z1 {
  position: relative;
  z-index: 1;
}

.u-w100p {
  width: 100%;
}

.u-h100p {
  height: 100%;
}

.u-fx_wrap {
  flex-wrap: wrap;
}

.u-row {
  flex-direction: row;
}

.u-row_reverse {
  flex-direction: row-reverse;
}

.u-column {
  flex-direction: column;
}

.u-column_reverse {
  flex-direction: column-reverse;
}

.u-ai {
  align-items: stretch;
}

.u-ai_start {
  align-items: flex-start;
}

.u-ai_center {
  align-items: center;
}

.u-ai_end {
  align-items: flex-end;
}

.u-jc_start {
  justify-content: flex-start;
}

.u-jc_center {
  justify-content: center;
}

.u-jc_end {
  justify-content: flex-end;
}

.u-jc_sb {
  justify-content: space-between;
}

.u-pe_none {
  pointer-events: none;
}
body.is-pc .u-pe, body.is-pc .u-pe_color {
  pointer-events: none;
  cursor: default;
}
body.is-tb .u-pe, body.is-sp .u-pe {
  text-decoration: underline;
}
body.is-tb .u-pe:hover, body.is-sp .u-pe:hover {
  text-decoration: none;
}
body.is-tb .u-pe_color, body.is-sp .u-pe_color {
  color: #25b4e0;
  text-decoration: none;
}
body.is-tb .u-pe_color:hover, body.is-sp .u-pe_color:hover {
  text-decoration: underline;
}

.u-bdt {
  border-top: 1px solid #f4f4f4;
}

.u-bdb {
  border-bottom: 1px solid #f4f4f4;
}

.u-nowrap {
  white-space: nowrap;
}

.u-of_hidden {
  overflow: hidden;
}

.u-bv_hidden {
  backface-visibility: hidden;
}

.u-center_block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.u-align_height {
  display: block !important;
  visibility: hidden;
  pointer-events: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------
  color & background-color
--------------------------------------------*/
.u-font {
  color: #333;
}

.u-main {
  color: #013D7E;
}

.u-sub {
  color: #EE9108;
}

.u-point {
  color: #cc1111;
}

.u-white {
  color: #ffffff;
}

.u-black {
  color: #111111;
}

.u-gray {
  color: #777777;
}

.u-red {
  color: #E60912;
}

.u-pink {
  color: #ff33bb;
}

.u-purple {
  color: #8000ff;
}

.u-navy {
  color: #013D7E;
}

.u-blue {
  color: #0080ff;
}

.u-sky {
  color: #F5FBFE;
}

.u-green {
  color: #00e626;
}

.u-yellow {
  color: #FFF100;
}

.u-orange {
  color: #ff8000;
}

.u-brown {
  color: #99331f;
}

.u-bg_main {
  background-color: #013D7E;
}

.u-bg_sub {
  background-color: #EE9108;
}

.u-bg_white {
  background-color: #ffffff;
}

.u-bg_gray {
  background-color: #ddd;
}

.u-bg_lgray {
  background-color: #fafafa;
}

.u-bg_dgray {
  background-color: #777777;
}

.u-bg_lorange {
  background-color: #ffd6ad;
}/*# sourceMappingURL=style.css.map */