﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #222;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium",
    YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: none !important;
}
#wrap {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}
article#content section:after,
article#content div:after,
#home .feed .data:after,
.feed a:after {
  content: "";
  display: block;
  clear: both;
}
body .catch {
  font-weight: bold;
  font-size: 110%;
}
body article#content p:not([class]),
body article#content table:not([class]),
body article#content ul:not([class]),
body article#content ol:not([class]),
body article#content dl:not([class]) {
  text-align: left;
}
body article#content p:not([class]):not(:last-child),
body article#content table:not([class]):not(:last-child),
body article#content ul:not([class]):not(:last-child),
body article#content ol:not([class]):not(:last-child),
body article#content dl:not([class]):not(:last-child) {
  margin-bottom: 16px;
}
body article#content .right {
  text-align: right !important;
}
body article#content .red {
  color: #ff0000;
}
body article#content .orange {
  color: #ff4200;
}
body article#content .green {
  color: #009944;
}
body article#content .blue {
  color: #e52f0f;
}
body article#content .yellow {
  color: #ffff00;
}
body article#content ul:not([class]) {
  list-style-type: disc;
  padding-left: 1.5em;
}
body article#content ul:not([class]) li {
  padding: 2px 0;
}
body article#content ul:not([class]) li ul {
  list-style-type: circle;
}
body article#content ul:not([class]) li ul ul {
  list-style-type: square;
}
body article#content ol:not([class]) {
  list-style-type: decimal;
  padding-left: 1.5em;
}
body article#content ol:not([class]) li {
  padding: 2px 0;
}
body article#content ol:not([class]) li ol {
  list-style: lower-roman;
}
body article#content dl dd {
  text-align: left;
}
body article#content .memo {
  font-size: 13px;
}
body article#content p.note,
body article#content span.note {
  text-align: left;
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 8px;
  color: #666;
  font-size: 13px;
}
body article#content p.note:before,
body article#content span.note:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body article#content ul.note {
  position: relative;
}
body article#content ul.note li {
  text-align: left;
  color: #666;
  font-size: 13px;
  padding-left: 1.2em;
  line-height: 1;
  text-align: left;
  position: relative;
  margin-bottom: 8px;
}
body article#content ul.note li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body article#content .block5 > * img,
body article#content .block4 > * img,
body article#content .block3 > * img,
body article#content .block2 > * img {
  margin-bottom: 8px;
}
body article#content .block5 dl dt,
body article#content .block4 dl dt,
body article#content .block3 dl dt,
body article#content .block2 dl dt {
  margin-bottom: 8px;
}
@media screen and (min-width: 751px) {
  body {
    padding-top: 100px;
  }
  body .inner {
    width: 1000px;
    margin: 0 auto;
  }
  body article#content .block5,
  body article#content .block4,
  body article#content .block3,
  body article#content .block2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: stretch;
    gap: 3%;
  }
  body article#content .block5 > *,
  body article#content .block4 > *,
  body article#content .block3 > *,
  body article#content .block2 > * {
    margin-bottom: 32px;
  }
  body article#content .block5 > * {
    width: 17.6%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  body article#content .block5 > * {
    width: 31.333333333333333%;
  }
}
@media screen and (min-width: 751px) {
  body article#content .block4 {
    justify-content: flex-start;
  }
  body article#content .block4 > * {
    width: 22.75%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  body article#content .block4 > * {
    width: 48.5%;
  }
}
@media screen and (min-width: 751px) {
  body article#content .block3 > * {
    width: 31.333333333333333%;
  }
  body article#content .block2 {
    justify-content: flex-start;
  }
  body article#content .default__table:not(:last-child),
  body article#content .normal__table:not(:last-child) {
    margin-bottom: 32px;
  }
  body article#content .default__table {
    width: 100%;
    text-align: left;
  }
  body article#content .default__table th,
  body article#content .default__table td {
    border: 1px solid #dddddd;
    padding: 10px 15px;
  }
  body article#content .default__table thead th {
    background: #f2f2f2;
  }
  body article#content .normal__table {
    width: 100%;
    text-align: left;
  }
  body article#content .normal__table th,
  body article#content .normal__table td {
    border: 1px solid #dddddd;
    padding: 10px 15px;
  }
  body article#content .normal__table th {
    width: 20%;
    white-space: nowrap;
    background: #f2f2f2;
  }
}
@media screen and (max-width: 1100px) {
  body article#content .block5 > * {
    width: 31.333333333333333%;
  }
  body article#content .block4 > * {
    width: 48.5%;
  }
}
@media screen and (max-width: 750px) {
  body {
    padding-top: 50px;
  }
  body article#content .block5,
  body article#content .block4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    gap: 4%;
  }
  body article#content .block5 > *,
  body article#content .block4 > * {
    width: 47%;
  }
  body article#content .block5 > *,
  body article#content .block4 > *,
  body article#content .block3 > *,
  body article#content .block2 > * {
    margin-bottom: 32px;
  }
  body article#content .normal__table {
    width: 100%;
    text-align: left;
  }
  body article#content .normal__table th,
  body article#content .normal__table td {
    display: block;
  }
  body article#content .normal__table th {
    padding: 10px 15px;
    border-top: 1px solid #dddddd;
    background: #f2f2f2;
  }
  body article#content .normal__table td {
    padding: 10px 15px 15px;
  }
}
body article#content section.qa {
  text-align: left;
}
body article#content section.qa:not(:last-child) {
  margin-bottom: 32px;
}
body article#content section.qa .q,
body article#content section.qa .a {
  position: relative;
  padding-left: 50px;
  min-height: 40px;
}
body article#content section.qa .q:before,
body article#content section.qa .a:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body article#content section.qa .q {
  font-size: 110%;
  padding-top: 5px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 8px;
}
body article#content section.qa .q:before {
  content: "Q";
  background: black;
}
body article#content section.qa .a:before {
  content: "A";
  background: #475982;
}
body#page #ttl {
  padding: 40px 5%;
  background: #f2f2f2;
}
body#page article#content section:not(:last-child):not(.tmb),
body#page article#content div:not(:last-child):not(.tmb) {
  margin-bottom: 32px;
}
body#page article#content > section,
body#page article#content > div {
  margin-bottom: 0;
}
body#page article#content section h2,
body#page article#content section h3,
body#page article#content section h4,
body#page article#content section h5 {
  text-align: left;
  margin-bottom: 10px;
}
body#page article#content section h2 {
  font-size: 120%;
}
body#page article#content section h3 {
  font-size: 110%;
}
@media screen and (min-width: 751px) {
  body#page article#content {
    width: 1000px;
    margin: 64px auto 72px;
  }
}
@media screen and (max-width: 750px) {
  body#page article#content {
    margin: 32px 5% 40px;
  }
}
body#home #main {
  background: url("../../imgs/kaitori/main_img.png") no-repeat center;
  background-size: cover;
  position: relative;
}
body#home #main .main_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
body#home article#content > *:nth-child(even) {
  background: #f2f2f2;
}
body#home article#content #merit .inner,
body#home article#content #service .inner {
  width: auto;
  max-width: 100%;
}
body#home article#content #merit [class^="block"] .box > img,
body#home article#content #service [class^="block"] .box > img {
  margin-bottom: 15px;
}
body#home article#content #merit [class^="block"] .box dl dt,
body#home article#content #service [class^="block"] .box dl dt {
  font-size: 110%;
  text-align: center;
  margin-bottom: 8px;
}
body#home article#content #flow .stepbar {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  counter-reset: step;
}
body#home article#content #flow .stepbar li {
  width: 20%;
  position: relative;
  text-align: center;
  color: #000;
  font-size: 110%;
  font-weight: bold;
}
body#home article#content #flow .stepbar li:before {
  content: counter(step);
  counter-increment: step;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background-color: red;
  color: #fff;
  font-weight: bold;
}
body#home article#content #flow .stepbar li:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: red;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  body#home article#content #flow .stepbar li {
    padding-top: 48px;
  }
  body#home article#content #flow .stepbar li:before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
  }
  body#home article#content #flow .stepbar li:first-child:after {
    content: none;
  }
}
@media screen and (max-width: 750px) {
  body#home article#content #flow .stepbar {
    flex-direction: column;
    width: 90%;
    align-items: flex-start;
  }
  body#home article#content #flow .stepbar li {
    width: 100%;
    text-align: left;
    padding-bottom: 24px;
  }
  body#home article#content #flow .stepbar li:before {
    margin: 0 10px 0 0;
    float: left;
    text-align: center;
    line-height: 30px;
  }
  body#home article#content #flow .stepbar li:after {
    position: absolute;
    left: 15px;
    top: 30px;
    width: 1px;
    height: calc(100% - 30px);
    transform: none;
  }
  body#home article#content #flow .stepbar li:last-child:after {
    content: none;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 751px) {
  body#home #main {
    min-height: 600px;
  }
  body#home #first {
    background: url("../images/bg_stuff.png") no-repeat right center;
    background-size: auto 100%;
  }
  body#home #first p {
    text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 15px white;
  }
  body#home article#content h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  body#home article#content > * {
    padding: 56px 5% 72px;
  }
}
@media screen and (max-width: 750px) {
  body#home #main {
    min-height: 50vh;
  }
  body#home #main .main_catch {
    max-width: 90%;
  }
  body#home article#content h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  body#home article#content > * {
    padding: 24px 5% 40px;
  }
}
body [class*="__contact"] a {
  line-height: normal;
  display: block;
}
body [class*="__contact"] [class*="__phone"] {
  color: #333;
}
body [class*="__contact"] [class*="__phone"] span {
  display: block;
}
body [class*="__contact"] [class*="__phone"] span.phone {
  font-weight: bold;
}
body [class*="__contact"] [class*="__phone"] span.phone:before {
  margin-right: 0.1em;
  color: #e52f0f;
  font-weight: normal;
  vertical-align: middle;
  font-family: "icomoon" !important;
  content: "\e91d";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body [class*="__contact"] [class*="__phone"] span.info {
  font-size: 12px;
}
body [class*="__contact"] [class*="__button"] {
  color: #fff;
  background: #e52f0f;
  font-weight: bold;
}
body [class*="__contact"] [class*="__button"]:before {
  margin-right: 8px;
  vertical-align: middle;
  font-size: 22px;
  font-weight: normal;
  font-family: "icomoon" !important;
  content: "\e91c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 751px) {
  body [class*="__contact"] {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body [class*="__contact"] a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body [class*="__contact"] [class*="__phone"] {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  body [class*="__contact"] {
    text-align: center;
  }
  body [class*="__contact"] a {
    display: block;
    width: 320px;
    max-width: 90%;
    margin: 0 auto 8px;
  }
  body [class*="__contact"] [class*="__phone"] {
    padding: 5px 15px;
    border: 1px solid #dddddd;
  }
  body [class*="__contact"] [class*="__phone"] .phone {
    font-size: 22px;
  }
  body [class*="__contact"] [class*="__button"] {
    font-size: 16px;
    padding: 8px 15px;
  }
  body [class*="__contact"] [class*="__button"] br {
    display: none;
  }
}
body footer #fcontact {
  background: url("../../imgs/kaitori/bg_img.png") no-repeat center;
  background-size: cover;
}
body footer #fcontact .inner {
  background: #fff;
}
body footer #foot address {
  font-size: 90%;
}
body footer #foot #fnav ul {
  display: flex;
  gap: 16px;
}
body footer #foot #fnav ul a {
  color: #333;
  display: block;
}
body footer #foot #fnav ul a:hover {
  text-decoration: underline;
}
body footer #copy {
  color: #333;
  font-size: 90%;
  padding: 16px 5%;
}
@media screen and (min-width: 751px) {
  body footer #fcontact {
    padding: 64px 5%;
  }
  body footer #fcontact .inner {
    padding: 40px;
  }
  body footer #fcontact .catch {
    font-size: 24px;
    margin-bottom: 16px;
  }
  body footer #fcontact .footer__contact .fcontact__phone {
    margin-right: 20px;
  }
  body footer #fcontact .footer__contact .fcontact__phone span.phone {
    font-size: 32px;
  }
  body footer #fcontact .footer__contact .fcontact__phone span.info {
    font-size: 14px;
  }
  body footer #fcontact .footer__contact .fcontact__button {
    font-size: 18px;
    padding: 0 24px;
    height: 64px;
  }
  body footer #foot {
    padding: 32px 0;
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  body footer #foot address {
    text-align: left;
  }
  body footer #foot #fnav {
    padding-left: 20px;
  }
  body footer #foot #fnav ul {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 750px) {
  body footer #fcontact {
    padding: 20px 5%;
  }
  body footer #fcontact .inner {
    padding: 15px;
  }
  body footer #fcontact .catch {
    margin-bottom: 5px;
  }
  body footer #foot address {
    text-align: left;
    padding: 15px 5%;
    border-bottom: 1px solid #dddddd;
  }
  body footer #foot #fnav {
    padding: 15px 5% 5px;
  }
  body footer #foot #fnav ul {
    font-size: 90%;
    justify-content: center;
  }
}
body header.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 30;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body header.c-header .c-header__list a {
  display: block;
  color: #333;
}
body header.c-header .c-header__list a:hover {
  text-decoration: underline;
}
body header.c-header .c-hamburger-menu__input {
  display: none;
}
@media screen and (min-width: 1170px) {
  body header.c-header {
    height: 100px;
  }
  body header.c-header .c-header__logo {
    margin: 0 24px;
  }
  body header.c-header .c-hamburger-menu__button {
    display: none;
  }
  body header.c-header #gnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body header.c-header #gnav .c-header__list {
    gap: 20px;
    display: flex;
    margin-right: 20px;
  }
  body header.c-header .c-header__contact a {
    height: 100px;
  }
  body header.c-header .c-header__contact .c-header__phone {
    padding: 0 16px;
  }
  body header.c-header .c-header__contact .c-header__phone span.phone {
    font-size: 24px;
  }
  body header.c-header .c-header__contact .c-header__button {
    padding: 0 24px;
  }
}
@media screen and (max-width: 1169px) {
  body header.c-header {
    height: 55px;
  }
  body header.c-header .c-header__logo {
    font-size: 15px;
    max-width: calc(100% - 50px);
    z-index: 999;
    line-height: 50px;
  }
  body header.c-header .c-header__logo a {
    height: 50px;
    display: block;
    padding: 0 8px;
  }
  body header.c-header .c-header__logo a img {
    max-height: 40px;
    vertical-align: middle;
  }
  body header.c-header #gnav > * {
    width: 100%;
    background: #fff;
  }
  body header.c-header .c-header__list {
    padding-top: 5px;
    border-bottom: 1px solid #dddddd;
  }
  body header.c-header .c-header__list li {
    border-top: 1px solid #dddddd;
  }
  body header.c-header .c-header__list li a {
    padding: 10px 24px 10px 5%;
    position: relative;
  }
  body header.c-header .c-header__list li a:after {
    color: #999;
    position: absolute;
    top: 50%;
    right: 5px;
    font-weight: normal;
    font-family: "icomoon" !important;
    content: "\e915";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  body header.c-header .c-header__contact {
    padding: 15px 5%;
    border-bottom: 1px solid #dddddd;
  }
  body header.c-header .c-header__contact .c-header__button br {
    display: none;
  }
  body header.c-header .c-hamburger-menu__button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    height: 55px;
    justify-content: center;
    width: 55px;
    z-index: 31;
  }
  body header.c-header .c-hamburger-menu__list {
    text-align: left;
    background-color: #eeeeee;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    position: fixed;
    top: 55px;
    width: 100%;
    height: calc(100vh - 55px);
    z-index: 20;
    transform: translateX(-100%);
    transition: transform 0.3s;
  }
  body header.c-header #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0);
  }
  body header.c-header .c-hamburger-menu__button-mark {
    background-color: #000;
    height: 1px;
    transition: 0.3s;
    width: 20px;
  }
  body
    header.c-header
    #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg);
    transform-origin: 0%;
  }
  body
    header.c-header
    #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  body
    header.c-header
    #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg);
    transform-origin: 0%;
  }
}

.custom-shadow {
  margin-top: 45px !important;
}
