@charset "UTF-8";
/* ↓↓↓↓↓↓↓↓↓ 共通内容 ↓↓↓↓↓↓↓↓↓ */
html {
  font-size: 62.5%;
  color: #0a1f33; }

body {
  font-family: "Roboto" , "Noto Sans JP" , "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  letter-spacing: 0.05em;
  font-size: 1.8rem; }
  @media screen and (max-width: 1100px) {
    body {
      font-size: 1.6rem; } }

::selection {
  background: #0099a9;
  color: #fff; }

a {
  transition: .16s;
  color: #0a1f33; }

.br {
  display: inline-block; }

section {
  width: 100%;
  position: relative; }

.content_text_box {
  line-height: 1.75; }

.content_text {
  margin-bottom: 1.8rem; }
  .content_text:last-child {
    margin-bottom: 0; }

.white_out {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
  background: #fff; }

/* ↑↑↑↑↑↑↑↑↑ 共通内容 ↑↑↑↑↑↑↑↑↑ */
/* ↓↓↓↓↓↓↓↓↓　bg　↓↓↓↓↓↓↓↓↓ */
.bg_area {
  width: 100%;
  height: 100%;
  top: 0;
  background: no-repeat center / cover;
  position: absolute;
  z-index: -1; }

.df {
  display: flex; }

.bg {
  background: #edf4f5; }

.content_area {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 90%;
  max-width: 1180px;
  margin: 0 auto; }
  @media screen and (max-width: 1100px) {
    .content_area {
      width: 90%;
      padding-top: 74px; } }

.corner_1, .corner_2, .corner_3, .corner_4 {
  background: #edf4f5;
  width: 200px;
  height: 200px;
  position: relative; }
  .corner_1::after, .corner_2::after, .corner_3::after, .corner_4::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute; }
  @media screen and (max-width: 1100px) {
    .corner_1, .corner_2, .corner_3, .corner_4 {
      width: 80px;
      height: 80px; } }

.corner_1::after {
  top: 0;
  left: 0;
  border-radius: 200px 0 0 0; }
  @media screen and (max-width: 1100px) {
    .corner_1::after {
      border-radius: 80px 0 0 0; } }

.corner_2::after {
  top: 0;
  left: 0;
  border-radius: 0 200px 0 0; }
  @media screen and (max-width: 1100px) {
    .corner_2::after {
      border-radius: 0 80px 0 0; } }

.corner_3::after {
  top: 0;
  left: 0;
  border-radius: 0 0 200px 0; }
  @media screen and (max-width: 1100px) {
    .corner_3::after {
      border-radius: 0 0 80px 0; } }

.corner_4::after {
  top: 0;
  left: 0;
  border-radius: 0 0 0 200px; }
  @media screen and (max-width: 1100px) {
    .corner_4::after {
      border-radius: 0 0 0 80px; } }

.main_bg_1, .main_bg_2, .main_bg_3, .main_bg_4 {
  background: #edf4f5;
  width: calc(100% - 200px);
  height: calc(100% - 200px); }
  @media screen and (max-width: 1100px) {
    .main_bg_1, .main_bg_2, .main_bg_3, .main_bg_4 {
      width: 100%;
      height: 100%; } }

.main_bg_1 {
  border-radius: 200px 0 0 0; }
  @media screen and (max-width: 1100px) {
    .main_bg_1 {
      border-radius: 80px 0 0 0; } }

.main_bg_2 {
  border-radius: 0 200px 0 0; }
  @media screen and (max-width: 1100px) {
    .main_bg_2 {
      border-radius: 0 80px 0 0; } }

.main_bg_3 {
  border-radius: 0 0 200px 0; }
  @media screen and (max-width: 1100px) {
    .main_bg_3 {
      border-radius: 0 0 80px 0; } }

.main_bg_4 {
  border-radius: 0 0 0 200px; }
  @media screen and (max-width: 1100px) {
    .main_bg_4 {
      border-radius: 0 0 0 80px; } }

/* ↑↑↑↑↑↑↑↑↑ bg ↑↑↑↑↑↑↑↑↑ */
/* ↓↓↓↓↓↓↓↓↓　ボタン　↓↓↓↓↓↓↓↓↓ */
.link_btn {
  display: block;
  width: fit-content;
  padding: 1.6rem 3rem 1.6rem 4rem;
  background: linear-gradient(90deg, #0099a9 0%, #003f91 100%); }
  .link_btn .link_btn_text {
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem;
    color: #fff; }
  .link_btn .link_icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    margin-left: 2rem;
    vertical-align: bottom; }
  @media screen and (max-width: 1100px) {
    .link_btn {
      padding: 1.4rem 2rem 1.4rem 2.4rem; }
      .link_btn .link_btn_text {
        font-size: 1.6rem;
        line-height: 2.6rem; }
      .link_btn .link_icon {
        display: inline-block;
        width: 2.6rem;
        height: 2.6rem;
        margin-left: 1rem;
        vertical-align: bottom; } }

.direct, .contact_btn {
  width: 400px;
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold; }
  @media screen and (max-width: 1100px) {
    .direct, .contact_btn {
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%;
      max-width: 327px;
      height: 82px; } }

.direct {
  background: #fff;
  flex-direction: column;
  justify-content: center;
  padding: 10px min(15px, 3%); }
  .direct .direct_txt {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    color: #003f91; }
    .direct .direct_txt .sub {
      font-size: 1.4rem;
      margin-left: 5px;
      color: #797f80; }
  .direct .btn_box {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .direct a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003f91;
    width: calc(50% - 5px);
    height: 40px;
    color: #fff;
    border-radius: 5px; }
    .direct a:hover {
      background: #0099a9; }
  .direct .btn_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: -5px;
    margin-right: 5px; }
  @media screen and (max-width: 1100px) {
    .direct {
      padding: 10px min(12px, 3%); }
      .direct .direct_txt {
        margin-bottom: 5px; }
        .direct .direct_txt .sub {
          font-size: 1.2rem; }
      .direct a {
        width: calc(50% - 5px);
        height: 40px;
        color: #fff;
        border-radius: 5px; }
        .direct a:hover {
          background: #0099a9; }
      .direct .btn_txt {
        font-size: 1.3rem; } }

.contact_icon {
  width: 70px;
  height: 70px; }
  @media screen and (max-width: 1100px) {
    .contact_icon {
      width: 14%;
      height: 100%; }
      .contact_icon img {
        width: 100%;
        height: 100%;
        object-fit: contain; } }

.contact_btn {
  background: linear-gradient(90deg, #0099a9 0%, #003f91 100%); }

.contact_text {
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  color: #fff;
  margin-left: 20px; }
  .contact_text .tri_icon {
    display: inline-block;
    width: 10px;
    height: 8px;
    margin-left: auto; }
  @media screen and (max-width: 1100px) {
    .contact_text {
      margin-left: 6%;
      font-size: 1.8rem; }
      .contact_text .tri_icon {
        width: 8px;
        height: 9px; } }

section .direct {
  margin-bottom: 20px; }
section .contact_btn {
  background: #003f91;
  border: 2px solid #fff; }
  section .contact_btn:hover {
    background: rgba(255, 255, 255, 0.3); }

footer .direct {
  margin-bottom: 20px; }

.g_btn {
  overflow: hidden;
  position: relative; }
  .g_btn > * {
    position: relative;
    z-index: 1; }
  .g_btn::after {
    content: "";
    display: block;
    width: 260%;
    height: 100%;
    transform: translate(-50%, 0);
    background: linear-gradient(90deg, #0099a9 50%, #003f91 100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: cubic-bezier(0.34, 0.23, 0.36, 0.87) 0.4s; }
  .g_btn:hover::after {
    transform: translate(0, 0); }

/* ↑↑↑↑↑↑↑↑↑ ボタン ↑↑↑↑↑↑↑↑↑ */
/* ↓↓↓↓↓↓↓↓↓　h2　↓↓↓↓↓↓↓↓↓ */
.h2_sub {
  display: inline-block;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 40px; }
  .h2_sub::after {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 0.3rem;
    background: #bb0000;
    margin-left: 0.8rem;
    vertical-align: middle;
    margin-top: -0.2rem; }
  @media screen and (max-width: 1100px) {
    .h2_sub {
      font-size: 1.2rem;
      margin-bottom: 36px; }
      .h2_sub::after {
        width: 1rem;
        height: 0.2rem; } }

h2 {
  font-size: 4.8rem;
  margin-bottom: 40px; }
  h2 p {
    line-height: 1.75; }
  @media screen and (max-width: 1100px) {
    h2 {
      font-size: 2.6rem;
      margin-bottom: 36px;
      padding: 0; } }

/* ↑↑↑↑↑↑↑↑↑ h2 ↑↑↑↑↑↑↑↑↑ */
/* ↓↓↓↓↓↓↓↓↓　ヘッダー＆findボタン　↓↓↓↓↓↓↓↓↓ */
header {
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1)); }

.h_logo {
  display: block;
  width: 120px;
  height: 100px;
  flex-shrink: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  transform-origin: top left;
  transition: transform 0.5s,top 0.5s,left 0.5s , opacity .16s; }
  .h_logo:hover {
    opacity: 0.8; }
  @media screen and (max-width: 1100px) {
    .h_logo {
      width: 50px;
      height: 40px;
      top: 12px;
      left: 12px; } }

.h_logo.active {
  transform: scale(0.7);
  top: 12px;
  left: 12px; }
  @media screen and (max-width: 1100px) {
    .h_logo.active {
      transform: none; } }

.fv_h {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s; }
  @media screen and (max-width: 1200px) {
    .fv_h {
      transform: scale(0.9);
      transform-origin: top right; } }
  @media screen and (max-width: 1100px) {
    .fv_h {
      display: none; } }

.fv_h.close {
  transform: translate(0, -100%);
  opacity: 0; }

.after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .16s; }
  .after:hover {
    opacity: 0; }

.rate {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  color: rgba(0, 0, 0, 0);
  line-height: 0;
  font-size: 0;
  background: url("../img/rate_hover.svg") no-repeat center/contain;
  position: relative; }
  .rate .after {
    background: url("../img/rate.svg") no-repeat center/contain; }

.fv_h_container {
  width: 800px;
  background: #fff; }
  .fv_h_container .h_contact {
    width: 100%;
    display: flex;
    font-weight: bold; }

.scroll_h {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: .5s; }
  @media screen and (max-width: 1200px) {
    .scroll_h {
      transform: scale(0.9);
      transform-origin: top right; } }
  @media screen and (max-width: 1100px) {
    .scroll_h {
      display: none; } }

.scroll_h.close {
  opacity: 0;
  transform: translate(0, -100%); }

.rate_mini {
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  line-height: 0;
  width: 46px;
  height: 46px;
  background: url("../img/rate_mini _hover.svg") no-repeat center/contain;
  position: relative; }
  .rate_mini .after {
    background: url("../img/rate_mini.svg") no-repeat center/contain; }

.scroll_h_container {
  display: flex;
  background: #fff; }
  .scroll_h_container .h_nav {
    padding: 16px; }
  .scroll_h_container .h_nav_list {
    font-size: 1.6rem; }
  .scroll_h_container .h_nav_item {
    margin-right: 12px;
    white-space: nowrap; }
    .scroll_h_container .h_nav_item:last-child {
      margin-right: 0; }
  .scroll_h_container .direct, .scroll_h_container .contact_btn {
    width: 190px;
    height: auto;
    padding-left: 16px; }
  .scroll_h_container .direct {
    padding: 0px 15px 2px; }
  .scroll_h_container .contact_icon {
    width: 35px;
    height: 35px; }
  .scroll_h_container a {
    width: 100%;
    font-size: 1.4rem; }
  .scroll_h_container .btn_box {
    flex-direction: column; }
  .scroll_h_container .tel_btn {
    height: inherit;
    background: none;
    color: #003f91;
    margin-bottom: 2px; }
    .scroll_h_container .tel_btn:hover {
      background: none; }
  .scroll_h_container .mail_btn {
    height: 26px; }
  .scroll_h_container .btn_icon {
    width: 1.4rem;
    height: 1.4rem; }
  .scroll_h_container .contact_btn {
    background: linear-gradient(90deg, #0099a9 0%, #003f91 100%); }
  .scroll_h_container .contact_text {
    margin-left: 12px;
    font-size: 1.4rem;
    margin-top: -2px; }
    .scroll_h_container .contact_text .tri_icon {
      display: inline-block;
      width: 8px;
      height: 5px;
      margin-top: -2px; }

.h_nav {
  padding: 16px 20px; }
  .h_nav a:hover {
    opacity: 0.8; }

.h_nav_list {
  display: flex;
  justify-content: space-between;
  font-weight: bold; }
  .h_nav_list a {
    color: #003f91; }

.find_box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999; }
  @media screen and (max-width: 1100px) {
    .find_box {
      bottom: 12px;
      right: 12px; } }

.find_btn {
  width: 140px;
  height: 140px;
  background-image: url("../img/find_btn_hover.svg"), url("../img/find_close_hover.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain, 0 0;
  cursor: pointer;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  margin-left: auto;
  position: relative; }
  .find_btn .after {
    background: url("../img/find_btn.svg") no-repeat center/contain; }
  @media screen and (max-width: 1100px) {
    .find_btn {
      width: 80px;
      height: 80px;
      background-image: url("../img/find_btn_sp.svg"), url("../img/find_btn_sp_close.svg"); }
      .find_btn .after {
        display: none; } }

.find_btn.active {
  background-size: 0 0 ,contain; }
  .find_btn.active .after {
    background: url("../img/find_close.svg") no-repeat center/contain; }

.find_nav {
  width: 260px;
  padding: 12px;
  background: linear-gradient(90deg, #0099a9 0%, #003f91 100%);
  border-radius: 8px;
  margin-bottom: 12px;
  transform: translate(20px, 0);
  opacity: 0;
  transition: .3s;
  display: none; }
  .find_nav .find_nav_item {
    margin-bottom: 12px;
    transition: .16s; }
    .find_nav .find_nav_item:last-child {
      margin-bottom: 0; }
    .find_nav .find_nav_item:hover {
      opacity: .9; }
  @media screen and (max-width: 1100px) {
    .find_nav {
      width: 200px;
      border-radius: 6px;
      margin-bottom: 10px; }
      .find_nav .find_nav_item {
        margin-bottom: 10px; } }

.find_nav.active {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: all; }

.sp_h {
  display: none; }

@media screen and (max-width: 1100px) {
  header.active {
    width: 100%;
    height: 100%; }

  .sp_h {
    display: block;
    width: 100%;
    height: 100%;
    background: #003f91;
    position: absolute;
    top: 0;
    right: 0;
    transition: .2s; }
    .sp_h .sp_h_container {
      padding: 9% 0;
      width: 90%;
      margin: 0 auto;
      height: 100%;
      transition: .16s;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .sp_h .sp_h_box {
      margin-bottom: 30px; }
    .sp_h .rate_sp {
      font-size: 0;
      color: rgba(0, 0, 0, 0);
      line-height: 0;
      width: 60%;
      max-width: 300px;
      height: 66px;
      display: block;
      background: url("../img/rate_sp.svg") no-repeat bottom/contain;
      filter: drop-shadow(0, 0, 0, rgba(10, 24, 26, 0.8));
      margin: 0 auto 16px; }
    .sp_h .h_line {
      display: block;
      width: 100%;
      height: 1px;
      background: #fff;
      margin-bottom: 16px; }
    .sp_h .h_nav {
      padding: 0; }
    .sp_h .h_nav_list {
      flex-direction: column;
      align-items: flex-start;
      width: fit-content;
      margin: 0 auto; }
      .sp_h .h_nav_list li {
        margin-bottom: 10px; }
        .sp_h .h_nav_list li:last-child {
          margin-bottom: 0; }
      .sp_h .h_nav_list a {
        color: #fff;
        font-weight: normal; }
        .sp_h .h_nav_list a::before {
          content: "";
          width: 1rem;
          height: 0.2rem;
          display: inline-block;
          margin-right: 0.8rem;
          background: #fff;
          vertical-align: middle;
          margin-top: -0.2em; }
    .sp_h .direct {
      margin: 0 auto;
      margin-bottom: 16px; }
    .sp_h .contact_btn {
      margin: 0 auto;
      background: #003f91;
      border: 2px solid #fff; }

  .sp_h.close {
    background: linear-gradient(90deg, #0099a9 0%, #003f91 100%);
    width: 60px;
    height: 60px;
    border-radius: 0 0 0 36px; }

  .sp_h_container.close {
    opacity: 0;
    pointer-events: none; }

  .sp_h_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding: 16px 12px 23px 18px;
    cursor: pointer; }
    .sp_h_btn .bar_box {
      position: relative;
      width: 30px;
      height: 21px; }
    .sp_h_btn .bar {
      width: 30px;
      height: 3px;
      border-radius: 3px;
      display: block;
      background: #fff;
      transition: .16s;
      position: absolute; }
      .sp_h_btn .bar:last-child {
        margin-bottom: 0; }
    .sp_h_btn .bar_1 {
      top: 0;
      left: 0; }
    .sp_h_btn .bar_2 {
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }
    .sp_h_btn .bar_3 {
      bottom: 0;
      left: 0; }

  .sp_h_btn.active .bar_1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg); }
  .sp_h_btn.active .bar_2 {
    opacity: 0; }
  .sp_h_btn.active .bar_3 {
    bottom: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg); } }
/* ↑↑↑↑↑↑↑↑↑ ヘッダー＆findボタン ↑↑↑↑↑↑↑↑↑ */
/* ↓↓↓↓↓↓↓↓↓　FV　↓↓↓↓↓↓↓↓↓ */
.fv {
  text-align: center;
  height: 100vh; }
  .fv .content_area {
    height: 100%;
    padding: 200px 0 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-size: 2.037037037vh; }
  .fv h1 {
    margin-bottom: 45px;
    margin-bottom: 4.1666666667vh;
    width: 675px;
    width: 62.5vh;
    filter: drop-shadow(0 0 8px rgba(10, 24, 26, 0.8)); }
  .fv .h1_sub {
    color: #fff;
    line-height: 1.75;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 45px;
    margin-bottom: 4.1666666667vh; }
    .fv .h1_sub .badge {
      content: "";
      display: block;
      width: 27.6%;
      height: 164.93%;
      position: absolute;
      top: 50%;
      left: -1vw;
      transform: translate(-100%, -50%); }
  .fv .service_list {
    display: flex;
    flex-wrap: wrap;
    width: 700px;
    width: 64.8148148148vh;
    justify-content: center;
    margin-right: -18px;
    margin-right: -1.6666666667vh;
    margin-bottom: -18px;
    margin-bottom: -1.6666666667vh; }
    .fv .service_list .service_item {
      background: linear-gradient(90deg, #0099a9 0%, #003f91 100%);
      border-radius: 8px;
      font-weight: bold;
      color: #fff;
      padding: 0.6vh 2vh;
      width: 210px;
      width: 19.4444444444vh;
      margin-right: 18px;
      margin-right: 1.6666666667vh;
      margin-bottom: 18px;
      margin-bottom: 1.6666666667vh; }
  .fv .bg_area {
    right: 0;
    border-radius: 0 0 0 200px;
    background-image: url("../img/fv_bg.jpg");
    width: calc(100% - 100px);
    height: calc(100% - 100px); }
  @media screen and (max-width: 1100px) {
    .fv .content_area {
      padding: 30px 0 0;
      font-size: 1.4rem; }
    .fv .h1_sub {
      margin-bottom: 40px;
      margin-bottom: 3.7037037037vh; }
    .fv h1 {
      margin-bottom: 50px;
      margin-bottom: 4.6296296296vh;
      width: 100%;
      max-width: 600px; }
    .fv .service_list {
      width: 100%;
      max-width: 600px;
      margin-right: -10px;
      margin-bottom: -10px; }
      .fv .service_list .service_item {
        border-radius: 6px;
        padding: 8px 20px;
        width: 32vw;
        min-width: 132px;
        max-width: 190px;
        margin-right: 10px;
        margin-bottom: 10px; }
    .fv .bg_area {
      border-radius: 0 0 0 80px;
      width: calc(100% - 40px);
      height: calc(100% - 40px); } }
  @media screen and (max-width: 670px) {
    .fv .h1_sub .badge {
      top: 50%;
      left: 0;
      transform: translate(-45%, -130%); } }
  @media screen and (max-width: 320px) {
    .fv .h1_sub .badge {
      width: 24.6%;
      height: 160.93%;
      top: 50%;
      left: 0;
      transform: translate(-20%, -130%); } }

/* ↑↑↑↑↑↑↑↑↑ FV ↑↑↑↑↑↑↑↑↑ */
/* ↓↓↓↓↓↓↓↓↓　our_service　↓↓↓↓↓↓↓↓↓ */
.our_service_intro {
  display: flex;
  align-items: center;
  margin-bottom: 100px; }
  .our_service_intro .content_box {
    width: 50%;
    margin-right: 9.25%;
    flex-shrink: 0; }
  .our_service_intro .content_text_box {
    margin-bottom: 90px; }
  .our_service_intro .link_btn {
    margin-left: auto; }
  @media screen and (max-width: 1100px) {
    .our_service_intro {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 60px;
      padding: 0; }
      .our_service_intro .content_box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 60px; }
      .our_service_intro .content_text_box {
        max-width: 600px;
        margin-bottom: 60px; }
      .our_service_intro figure {
        max-width: 600px;
        margin: 0 auto; } }

.probrem {
  display: flex;
  justify-content: space-between; }
  .probrem .content_box {
    width: calc(50% - 20px);
    background: #fff;
    padding: 60px 40px;
    border: 2px solid #edf4f5; }
  .probrem h3 {
    font-size: 3.2rem;
    margin-bottom: 30px; }
    .probrem h3 .h3_sub {
      display: inline-block;
      color: #0099a9;
      font-size: 1.4rem;
      margin-bottom: 8px; }
      .probrem h3 .h3_sub::after {
        content: "";
        display: inline-block;
        width: 5rem;
        height: 1px;
        background: #0099a9;
        vertical-align: middle;
        margin-left: 8px;
        margin-top: -2px; }
  .probrem .probrem_list {
    padding: 30px 20px;
    border-radius: 10px;
    background: #edf4f5; }
    .probrem .probrem_list .probrem_item {
      margin-bottom: 8px;
      padding-left: 2.4rem;
      position: relative; }
      .probrem .probrem_list .probrem_item::before {
        content: "";
        display: block;
        width: 1.6rem;
        height: 1.6rem;
        position: absolute;
        top: calc(1.6rem * 1.5 / 2 + 2px);
        left: 0;
        transform: translate(0, -50%);
        background: url("../img/check_icon.svg") no-repeat center/contain; }
      .probrem .probrem_list .probrem_item:last-child {
        margin-bottom: 0; }
  @media screen and (max-width: 1100px) {
    .probrem {
      flex-direction: column;
      align-items: center;
      margin-bottom: 0;
      padding: 0; }
      .probrem .content_box {
        width: 100%;
        padding: 40px 20px;
        margin-bottom: 14px; }
      .probrem h3 {
        font-size: 2.4rem;
        margin-bottom: 20px; }
        .probrem h3 .h3_sub {
          font-size: 1.4rem;
          margin-bottom: 6px; }
          .probrem h3 .h3_sub::after {
            width: 6rem; }
      .probrem .probrem_list {
        padding: 30px 20px;
        border-radius: 10px;
        background: #edf4f5; }
        .probrem .probrem_list .probrem_item {
          margin-bottom: 8px;
          padding-left: 2.4rem;
          position: relative; }
          .probrem .probrem_list .probrem_item::before {
            content: "";
            display: block;
            width: 1.6rem;
            height: 1.6rem;
            position: absolute;
            top: calc(1.6rem * 1.5 / 2 + 2px);
            left: 0;
            transform: translate(0, -50%);
            background: url("../img/check_icon.svg") no-repeat center/contain; }
          .probrem .probrem_list .probrem_item:last-child {
            margin-bottom: 0; } }

.arrow_r {
  display: block;
  width: 24px;
  height: 16px;
  background: url("../img/arrow_icon_right.svg") no-repeat center/contain;
  align-self: center; }
  @media screen and (max-width: 1100px) {
    .arrow_r {
      margin-bottom: 14px;
      transform: rotate(90deg); } }

.solution_copy {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px; }
  .solution_copy .fz {
    font-size: 1.6rem; }
  @media screen and (max-width: 1100px) {
    .solution_copy {
      font-size: 2.2rem; }
      .solution_copy .fz {
        font-size: 1.4rem; } }

.solution_img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .solution_img .solution_item {
    width: calc(33% - 7px); }

.solution_text {
  text-align: center;
  margin-bottom: 24px; }

.content_box.solution {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }
  .content_box.solution .link_btn {
    margin: 0 auto; }
  @media screen and (max-width: 1100px) {
    .content_box.solution {
      margin-bottom: 0; } }

.our_service .bg_area {
  padding-top: 65px; }
  .our_service .bg_area .main_bg_2 {
    border-radius: 0 200px 0 0; }
  @media screen and (max-width: 1100px) {
    .our_service .bg_area .main_bg_2 {
      border-radius: 0 80px 0 0; } }

/* ↑↑↑↑↑↑↑↑↑ our_service ↑↑↑↑↑↑↑↑↑ */
/* ↓↓↓↓↓↓↓↓↓　contact　↓↓↓↓↓↓↓↓↓ */
.contact {
  background: #003f91;
  color: #fff; }
  .contact .h2_sub::after {
    background: #0099a9; }
  .contact .content_area {
    padding-bottom: 120px; }
  .contact .content_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  .contact .content_box {
    width: 55.55%;
    margin-right: 20px; }
  .contact .content_text_box {
    margin-bottom: 40px; }
  .contact .contact_info .contact_info_item {
    display: flex;
    margin-bottom: 16px; }
    .contact .contact_info .contact_info_item:last-child {
      margin-bottom: 0; }
  .contact .contact_info dt {
    font-size: 1.6rem;
    font-weight: bold;
    background: #0099a9;
    border-radius: 50px;
    width: 150px;
    padding: 4px 0;
    text-align: center;
    flex-shrink: 0;
    align-self: flex-start; }
  .contact .contact_info dd {
    margin-left: 1.8rem;
    line-height: 3.2rem; }
    .contact .contact_info dd a {
      color: #fff; }
  @media screen and (max-width: 1100px) {
    .contact .content_area {
      padding-bottom: 100px; }
    .contact .content_container {
      padding: 0;
      flex-direction: column;
      align-items: flex-start; }
    .contact .content_box {
      width: 100%;
      margin-right: 0; }
    .contact .contact_info {
      margin-bottom: 60px; }
      .contact .contact_info .contact_info_item {
        flex-direction: column; }
      .contact .contact_info dt {
        font-size: 1.4rem;
        width: fit-content;
        padding: 4px 16px;
        margin-bottom: 6px; }
      .contact .contact_info dd {
        margin-left: 1.6rem; }
    .contact .contact_box {
      align-self: stretch;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-left: -15px;
      margin-bottom: -15px; }
      .contact .contact_box > * {
        margin: 0 0 15px 15px;
        width: calc(50% - 15px); } }
  @media screen and (max-width: 670px) {
    .contact .contact_box {
      flex-direction: column;
      align-items: center;
      margin-left: 0;
      margin-bottom: 50px; }
      .contact .contact_box > * {
        margin: 0;
        width: 100%; }
      .contact .contact_box .direct {
        margin-bottom: 15px; } }

/* ↑↑↑↑↑↑↑↑↑ contact ↑↑↑↑↑↑↑↑↑ */
/* ↓↓↓↓↓↓↓↓↓　service_flow　↓↓↓↓↓↓↓↓↓ */
.service_flow .content_area {
  padding-top: 160px;
  padding-bottom: 100px; }
.service_flow .link_btn {
  margin-left: auto; }
.service_flow .df {
  height: calc(100% - 460px); }
.service_flow .bg {
  width: 200px;
  height: 100%; }
.service_flow .bg_area .main_bg_3 {
  height: 260px; }
.service_flow .bg_area .corner_3 {
  background: #fff; }
  .service_flow .bg_area .corner_3::after {
    background: #edf4f5; }
@media screen and (max-width: 1100px) {
  .service_flow .content_area {
    padding-top: 80px;
    padding-bottom: 60px; }
  .service_flow .link_btn {
    margin: 0 auto; }
  .service_flow .df {
    display: none; }
  .service_flow .bg {
    display: none; }
  .service_flow .bg_area .main_bg_3 {
    height: 150px; }
  .service_flow .bg_area .corner_3 {
    transform: rotate(180deg);
    background: #edf4f5; }
    .service_flow .bg_area .corner_3::after {
      background: #fff; } }

.service_flow_list {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin-bottom: 100px; }
  @media screen and (max-width: 1100px) {
    .service_flow_list {
      padding: 0; } }
  @media screen and (max-width: 670px) {
    .service_flow_list {
      flex-direction: column;
      align-items: center;
      margin-bottom: 60px; } }

.servece_flow_item {
  width: 22%; }
  .servece_flow_item p {
    text-align: center;
    color: #003f91;
    font-weight: bold; }
  .servece_flow_item .step_num {
    font-size: 1.8rem;
    margin-bottom: 10px; }
  .servece_flow_item figure {
    margin-bottom: 16px; }
  .servece_flow_item .step_text {
    font-size: 2.2rem; }
  @media screen and (max-width: 1100px) {
    .servece_flow_item .step_num {
      font-size: 1.6rem;
      margin-bottom: 6px; }
    .servece_flow_item .step_text {
      font-size: 1.8rem; } }
  @media screen and (max-width: 670px) {
    .servece_flow_item {
      width: 50%;
      min-width: 280px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px; }
      .servece_flow_item:last-child {
        margin-bottom: 0; }
      .servece_flow_item .step_num {
        font-size: 1.4rem;
        margin-bottom: 4px; }
      .servece_flow_item figure {
        margin-bottom: 0;
        margin-right: 14px;
        width: 45%;
        min-width: 120px; }
      .servece_flow_item .step_text {
        text-align: start;
        width: 50%; } }

/* ↑↑↑↑↑↑↑↑↑ service_flow ↑↑↑↑↑↑↑↑↑ */
/* ↓↓↓↓↓↓↓↓↓　find_boats　↓↓↓↓↓↓↓↓↓ */
.find_boats .content_area {
  padding-top: 0;
  padding-bottom: 160px; }
.find_boats h2 {
  margin-bottom: 90px; }
.find_boats .bg_area {
  padding-top: 100px; }
  .find_boats .bg_area .main_bg_1 {
    height: 200px;
    margin-left: auto; }
  .find_boats .bg_area .bg {
    height: calc(100% - 200px);
    width: calc(100% - 200px);
    margin-left: auto; }
@media screen and (max-width: 1100px) {
  .find_boats .content_area {
    padding-top: 80px;
    padding-bottom: 80px; }
  .find_boats h2 {
    margin-bottom: 60px; }
  .find_boats .bg_area {
    padding-top: 72px; }
    .find_boats .bg_area .main_bg_1 {
      height: 80px;
      width: 80px;
      margin-left: auto;
      border-radius: 0;
      position: relative; }
      .find_boats .bg_area .main_bg_1::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        border-radius: 0 0 80px 0; }
    .find_boats .bg_area .bg {
      height: calc(100% - 80px);
      width: 100%;
      margin-left: 0;
      border-radius: 80px 0 0 0; } }

.find_boats_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: -20px; }
  .find_boats_list .find_boats_item {
    width: calc(25% - 20px);
    background: #fff;
    min-width: 250px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 2px solid #edf4f5; }
    .find_boats_list .find_boats_item .find_boats_link {
      display: block;
      padding: 40px 16px;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column; }
    .find_boats_list .find_boats_item figure {
      margin-bottom: 20px; }
    .find_boats_list .find_boats_item h3 {
      margin-bottom: 10px;
      border-left: 3px solid #bb0000;
      padding-left: 8px;
      font-size: 2.2rem;
      word-break: break-all; }
    .find_boats_list .find_boats_item .find_boats_text {
      font-size: 1.6rem;
      margin-bottom: 30px; }
    .find_boats_list .find_boats_item .link_btn {
      margin-top: auto;
      padding: 1.6rem 8% 1.6rem 8%;
      width: 100%;
      display: flex;
      justify-content: space-around;
      align-items: center; }
    .find_boats_list .find_boats_item .link_btn_text {
      font-size: 1.8rem; }
    .find_boats_list .find_boats_item .link_icon {
      margin-left: 0; }
  .find_boats_list .find_boats_item.is_empty {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    background: inherit;
    border: none; }
  @media screen and (max-width: 1100px) {
    .find_boats_list {
      flex-direction: column;
      padding: 0;
      max-width: 600px; }
      .find_boats_list .find_boats_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; }
        .find_boats_list .find_boats_item h3 {
          font-size: 2rem; }
        .find_boats_list .find_boats_item .link_btn {
          padding: 1.4rem 2.4rem 1.4rem 3.2rem;
          width: fit-content;
          display: block;
          align-self: center; }
        .find_boats_list .find_boats_item .link_btn_text {
          font-size: 1.6rem; }
        .find_boats_list .find_boats_item .link_icon {
          margin-left: 1rem; } }

/* ↑↑↑↑↑↑↑↑↑ find_boats ↑↑↑↑↑↑↑↑↑ */
/* ↓↓↓↓↓↓↓↓↓　banner　↓↓↓↓↓↓↓↓↓ */
.banner_area {
  padding-bottom: 160px; }
  .banner_area .bg {
    height: 100%;
    width: calc(100% - 200px);
    margin-left: auto; }
  @media screen and (max-width: 1100px) {
    .banner_area {
      padding-bottom: 80px; }
      .banner_area .bg {
        width: 100%;
        margin-left: 0; } }

.banner {
  display: block;
  width: 42.18%;
  min-width: 580px;
  margin: 0 auto; }
  .banner:hover {
    opacity: .8; }
  @media screen and (max-width: 1100px) {
    .banner {
      width: 80%;
      min-width: inherit;
      max-width: 600px; } }

/* ↑↑↑↑↑↑↑↑↑ banner ↑↑↑↑↑↑↑↑↑ */
/* ↓↓↓↓↓↓↓↓↓　footer　↓↓↓↓↓↓↓↓↓ */
footer {
  background: #797f80; }

.f_container {
  padding: 100px 0 80px; }
  @media screen and (max-width: 1100px) {
    .f_container {
      padding: 60px 0; } }

.f_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px; }
  .f_box:last-child {
    align-items: baseline;
    margin-bottom: 0; }
  @media screen and (max-width: 1100px) {
    .f_box {
      flex-direction: column;
      align-items: center;
      margin-bottom: 50px; }
      .f_box .f_logo {
        align-self: center;
        margin-bottom: 40px; }
      .f_box .contact_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-self: stretch;
        margin-bottom: 35px;
        margin-left: -15px; }
        .f_box .contact_box > * {
          margin: 0 0 15px 15px;
          width: calc(50% - 15px); } }
  @media screen and (max-width: 670px) {
    .f_box .contact_box {
      flex-direction: column;
      align-items: center;
      margin-left: 0;
      margin-bottom: 50px; }
      .f_box .contact_box > * {
        margin: 0;
        width: 100%; }
      .f_box .contact_box .direct {
        margin-bottom: 15px; } }

.f_nav {
  width: 420px; }
  .f_nav .f_nav_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px; }
  .f_nav .f_nav_item {
    width: 210px;
    margin-bottom: 10px; }
    .f_nav .f_nav_item::before {
      content: "";
      width: 1rem;
      height: 0.2rem;
      display: inline-block;
      margin-right: 0.8rem;
      background: #fff;
      vertical-align: middle;
      margin-top: -0.2em; }
    .f_nav .f_nav_item a {
      color: #fff; }
  @media screen and (max-width: 1100px) {
    .f_nav {
      width: fit-content; }
      .f_nav .f_nav_list {
        width: fit-content;
        flex-direction: column; } }

.f_find {
  width: 500px; }
  .f_find .f_find_text {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center; }
    .f_find .f_find_text .text {
      flex-shrink: 0; }
    .f_find .f_find_text .line {
      display: inline-block;
      width: 80%;
      height: 1px;
      margin-left: 8px;
      background: #fff;
      flex-shrink: 1; }
  .f_find .f_find_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px; }
  .f_find .f_find_item {
    width: 240px;
    margin-bottom: 20px;
    transition: .16s; }
    .f_find .f_find_item:hover {
      opacity: 0.9; }
  @media screen and (max-width: 1100px) {
    .f_find {
      width: 100%;
      padding: 0; }
      .f_find .f_find_nav {
        margin-bottom: -14px; }
      .f_find .f_find_item {
        width: calc(50% - 7px);
        margin-bottom: 14px; } }

.copy {
  padding: 30px 0;
  text-align: center;
  background: #003f91;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold; }
  @media screen and (max-width: 1100px) {
    .copy {
      font-size: 1.2rem;
      padding: 24px 0; } }

/* ↑↑↑↑↑↑↑↑↑ footer ↑↑↑↑↑↑↑↑↑ */
/* ↓↓↓↓↓↓↓↓↓ sub_page ↓↓↓↓↓↓↓↓↓ */
.title_area {
  overflow: hidden; }
  .title_area .content_area {
    padding-top: 300px;
    padding-bottom: 0; }
  .title_area .h1_sub {
    display: inline-block;
    font-size: 1.6rem;
    margin-bottom: 38px; }
    .title_area .h1_sub::before {
      content: "";
      display: inline-block;
      width: 48px;
      height: 1.6rem;
      background: url("../img/boat_icon.svg") no-repeat center/contain;
      margin-right: 8px; }
  .title_area h1 {
    margin-bottom: 40px; }
    .title_area h1 p {
      font-size: 4.8rem; }
  .title_area .main_intro {
    font-size: 1.6rem;
    line-height: 1.75;
    width: 46%; }
  @media screen and (max-width: 1100px) {
    .title_area {
      overflow: inherit; }
      .title_area .content_area {
        padding-top: 160px;
        padding: 210px 0 60px; }
      .title_area .h1_sub {
        font-size: 1.2rem;
        margin-bottom: 36px; }
        .title_area .h1_sub::before {
          width: 38px;
          height: 1.4rem; }
      .title_area h1 p {
        font-size: 2.6rem; }
      .title_area .main_intro {
        width: 100%; } }

.title_bg.main_bg_4 {
  width: 55%;
  height: 400px;
  margin-left: auto;
  position: relative; }
  .title_bg.main_bg_4::after {
    font-size: 12rem;
    font-weight: bold;
    color: #0099a9;
    letter-spacing: .075em;
    white-space: nowrap;
    opacity: .15;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 60%;
    transform: translate(-50%, 50%); }
  @media screen and (max-width: 1100px) {
    .title_bg.main_bg_4 {
      width: calc(100% - 40px);
      height: 130px; }
      .title_bg.main_bg_4:after {
        font-size: 6rem;
        line-height: 1;
        transform-origin: bottom right;
        bottom: 30px;
        left: inherit;
        right: 0;
        transform: rotate(90deg) translate(100%, 110%); } }

h2.h2_line {
  margin-bottom: 20px; }
  h2.h2_line .h2_sub {
    font-size: 1.4rem;
    font-weight: bold;
    color: #0099a9;
    display: flex;
    align-items: center;
    margin-bottom: 14px; }
    h2.h2_line .h2_sub::after {
      content: "";
      display: inline-block;
      height: 1px;
      width: 60px;
      background: #0099a9; }
  h2.h2_line p {
    font-size: 3.2rem;
    line-height: 1.5; }
  @media screen and (max-width: 1100px) {
    h2.h2_line {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 18px; }
      h2.h2_line .h2_sub {
        font-size: 1.2rem;
        margin-bottom: 18px; }
        h2.h2_line .h2_sub::after {
          height: 1px;
          width: 40px; }
      h2.h2_line p {
        font-size: 2.2rem; } }

.red {
  color: #bb0000; }

.sub_page .banner_area {
  padding-top: 80px; }

/* ↑↑↑↑↑↑↑↑↑ sub_page ↑↑↑↑↑↑↑↑↑ */
