@charset "UTF-8";
/*
Theme Name:OCEAN（オーシャン）
Description:OCEAN（オーシャン） | 紀の川市・岩出市付近の介護相談や居宅介護支援ならOCEAN（オーシャン）まで
Version: 1.0
License:OCEAN（オーシャン）
License URI:https://www.ocean-1810.co.jp
*/
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #333;
  background: #fff;
  font-weight: normal;
  min-width: 1200px;
  font-size: 1.6rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body li,
  body tt,
  body tr,
  body dt,
  body dd,
  body p {
    font-size: 1.4rem;
  }
  body h1 {
    font-size: 2.4rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #2eb5f7;
  text-decoration: underline;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover,
a:active {
  color: #f3cf0b;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img.img_brightness {
  filter: brightness(110%);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_brightness {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img.img_up {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a img.img_up {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.tr {
  text-align: right;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

.w1200 {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: 0 auto;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .w1200, .w1000 {
    width: 100%;
    padding: 0 3%;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
.g_navi blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: inline-block;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.blue {
  color: #2eb5f7;
}

.yellow {
  color: #f3cf0b;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
}

.header_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 40px 50px;
  align-items: center !important;
  transition: 0.3s;
}
@media screen and (max-width: 1600px) {
  .header_wrap {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 15px 3%;
  }
}

.header_right {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 18px;
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail, #g_navi {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  .h_logo {
    width: 170px;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
}
#mv_top .mv_img {
  width: 100%;
  height: auto;
  aspect-ratio: 200/95;
}

.top_catch {
  position: absolute;
  left: 15%;
  top: 180px;
  width: 72.7%;
  max-width: 1454px;
  transition: 0.3s;
}
@media screen and (max-width: 1600px) {
  .top_catch {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .top_catch {
    top: 70px;
    width: 70%;
  }
}
.top_catch img {
  width: 100%;
  height: auto;
}

#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
}
#mv_top .mv_img {
  width: 100%;
  height: auto;
  aspect-ratio: 200/95;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #mv_top .mv_img {
    left: 0;
    transform: translateX(0);
  }
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
#mv_page .mv_img {
  position: relative;
  width: 100%;
  height: auto;
  min-width: 1400px;
  aspect-ratio: 2000/456;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #mv_page .mv_img {
    width: 200%;
    min-width: revert;
    left: -50%;
    transform: translateX(0);
  }
}

.page_title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  padding-top: 170px;
}
@media screen and (max-width: 767px) {
  .page_title {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_title img {
    height: 30px;
    width: auto;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  #mv_top .mv_img {
    width: 230%;
    position: relative;
    left: 0;
  }
  #mv_page {
    width: 100%;
  }
  #mv_page .mv_img {
    position: relative;
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
}
main#page_main {
  background: url(images/content_deco.png) top 135px center no-repeat, url(images/page_bg.jpg) top center no-repeat;
  background-size: 100%, auto;
  transition: 0.3s;
}
@media screen and (max-width: 1600px) {
  main#page_main {
    background: url(images/content_deco.png) top 50px center no-repeat, url(images/page_bg.jpg) top center no-repeat;
    background-size: 80%, auto;
  }
}
@media screen and (max-width: 767px) {
  main#page_main {
    background: url(images/content_deco.png) top 50px center no-repeat, url(images/page_bg.jpg) top center no-repeat;
    background-size: 100%, auto;
  }
}

/****************************************

single.php

*****************************************/
#single_box {
  width: 100%;
  margin-top: 0px;
  padding-top: 130px;
}

.single_text {
  width: 100%;
}

.single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: auto;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #2eb5f7;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #f3cf0b;
  color: #fff;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #2eb5f7;
  border: solid 1px #2eb5f7;
  color: white;
}

.nav-below {
  margin: 30px 0 20px;
  text-align: center;
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #2eb5f7;
  position: relative;
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  color: #2eb5f7;
}

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2eb5f7;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-below a:hover::after {
  opacity: 0.8;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    padding-top: 40px;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #2eb5f7;
  border-radius: 8px;
  background-color: #2eb5f7;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #2eb5f7;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

input[type=radio i] {
  margin: 3px 3px 3px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.aside {
  padding: 180px 0 190px;
  background: url(images/contact_bg.jpg);
  background-size: cover;
}
.aside P {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .aside P {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .aside {
    padding: 60px 0;
  }
}

.aside_container {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .aside_container {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 10px 2%;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .aside_container > div {
    width: 49%;
  }
}

/****************************************

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(images/f_bg.png) bottom center no-repeat;
  background-size: contain;
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 60px 3% 40px;
    background-size: contain;
  }
}

.pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}

.footer_sp {
  display: none;
}

.footer_address {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .footer_address {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.f_tbl th {
  color: #2eb5f7;
  font-size: 1.8rem;
  text-align: left;
  font-weight: 600;
  width: 5em;
  line-height: 1.39;
}
@media screen and (max-width: 767px) {
  .f_tbl th {
    font-size: 1.6rem;
    line-height: 1.7;
    width: 6em;
  }
}
.f_tbl td {
  font-size: 1.8rem;
  line-height: 1.39;
}
@media screen and (max-width: 767px) {
  .f_tbl td {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

.footer_container {
  display: flex;
  align-items: start;
  padding-left: 100px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_container {
    flex-direction: column;
    padding: 0px;
    gap: 30px;
    margin-bottom: 40px;
  }
}

.f_sns {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .f_sns {
    margin: 0 auto;
  }
}

.sitemap {
  display: flex;
  justify-content: space-between;
  margin: 65px auto 210px;
}

.sitemap a {
  text-decoration: none;
  color: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.sitemap dt {
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.sitemap dd a, .sitemap_dt {
  color: #2f2f2f;
}

/* サイトマップホバー時のアンダーライン */
.sitemap a {
  position: relative;
}

.sitemap a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2eb5f7;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sitemap a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.copyright_block {
  text-align: center;
  padding: 10px 0;
}

.copyright {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .copyright_block {
    padding: 8px 3%;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:first-child, .sp_footer__btn ul li:nth-child(2) {
    width: 35%;
  }
  .sp_footer__btn ul li:nth-child(3), .sp_footer__btn ul li:nth-child(4) {
    width: 15%;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #2eb5f7;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 30px;
    line-height: 1.2;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 23px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.8;
    top: -2px !important;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.8;
    top: 3px !important;
  }
  #footer {
    margin-bottom: 70px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #fff;
    border: 1px solid #2eb5f7;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #2eb5f7;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 10px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  .open_navi #toggle span {
    background: #2eb5f7;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    -ms-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    -ms-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #2eb5f7;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビのホバー時 */
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #000;
    background: #f3cf0b;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビ下層のホバー時 */
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
    background: #2eb5f7;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
  #g_navi {
    position: sticky;
    transform: translateX(0%);
  }
}
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}

#g_navi > div {
  margin: 0 auto;
}

#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

#g_navi .menu:before {
  content: "";
  display: table;
}

#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}

#g_navi .menu > li {
  position: relative;
  margin: 10px 20px;
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 10px 0;
  color: #333;
  cursor: pointer;
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 240px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.rehabili_nav {
  position: relative;
}

#g_navi .menu .rehabili_nav ul {
  left: 100%;
  transform: translateX(0);
  position: absolute;
  top: 0;
  width: 240px;
}

#g_navi .menu .rehabili_nav ul {
  visibility: hidden !important;
  opacity: 0 !important;
}

#g_navi .menu .rehabili_nav:hover ul {
  visibility: visible !important;
  opacity: 0.9 !important;
}

#g_navi .menu li ul li {
  width: 240px;
  border-right: none;
  padding: 0;
}

#g_navi .menu .rehabili_nav ul a {
  background-color: #f3cf0b;
  color: #000;
}

.rehabili_nav > a {
  position: relative;
}

.rehabili_nav > a:before {
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  content: "";
  right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-bottom: 1px dashed #4493cf;
  font-size: 1.4rem;
  font-weight: normal;
  background: #2eb5f7;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #2eb5f7;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #2eb5f7;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  padding: 10px 0;
  margin-bottom: 80px;
}

.breadcrumb p {
  text-align: right;
  font-size: 1.6rem;
}

.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #2eb5f7;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2eb5f7;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    margin-bottom: 50px;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.top_ttl1 {
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top_ttl1 {
    font-size: 2.5rem;
  }
}

.top_ttl2 {
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2eb5f7;
  display: inline-block;
  padding: 0 60px;
  margin-bottom: 90px;
  background: url(images/shell.png) left center no-repeat, url(images/starfish.png) right center no-repeat;
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}

.top_ttl3 {
  font-size: 2.8rem;
  text-align: center;
  color: #2eb5f7;
  padding-bottom: 15px;
  background: url(images/service_ttl.png) bottom center no-repeat;
}
@media screen and (max-width: 767px) {
  .top_ttl3 {
    font-size: 2rem;
  }
}

.top_ttl4 {
  font-size: 3.6rem;
  text-align: center;
  padding-top: 60px;
  color: #2eb5f7;
  padding-bottom: 10px;
  background: url(images/fish.png) top center no-repeat;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .top_ttl4 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}

.top_ttl5 {
  font-size: 3.3rem;
  line-height: 1;
  color: #2eb5f7;
}
@media screen and (max-width: 767px) {
  .top_ttl5 {
    font-size: 2.5rem;
  }
}

.top_ttl5_contanier {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 30px 90px;
  margin-bottom: 5px;
  background: url(images/yacht.png) left 30px top 10px no-repeat, url(images/ttl_deco.png) bottom center no-repeat;
}
@media screen and (max-width: 767px) {
  .top_ttl5_contanier {
    background: url(images/yacht.png) left 0px top no-repeat, url(images/ttl_deco.png) bottom center no-repeat;
    padding: 10px 0px 30px 50px;
  }
}

.aside_ttl {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 60px;
  color: #2eb5f7;
  background: url(images/whale.png) top center no-repeat;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .aside_ttl {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

.headline {
  font-size: 3.2rem;
  text-align: center;
  padding-top: 75px;
  letter-spacing: 0.04em;
  background: url(images/fish2.png) top center no-repeat;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.3rem;
    padding-top: 50px;
    background-size: 90px;
    margin-bottom: 50px;
  }
}

.ttl1 {
  font-size: 2.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding: 5px 0 20px 65px;
  margin-bottom: 30px;
  background: url(images/starfish.png) left 10px top no-repeat, url(images/ttl_deco2.png) bottom center no-repeat;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 2rem;
    margin-bottom: 20px;
    padding: 0px 0 20px 40px;
    background: url(images/starfish.png) left 0px top no-repeat, url(images/ttl_deco2.png) bottom center no-repeat;
    background-size: 30px, auto;
  }
}

.ttl2 {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 1.5rem;
    text-align: left;
  }
}

.ttl3 {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0em;
  padding-bottom: 10px;
  background: url(images/blue_dot.png) bottom left no-repeat;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl3 {
    font-size: 1.6rem;
  }
}
.ttl3 span {
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .ttl3 span {
    font-size: 1.4rem;
  }
}

.ttl4 {
  font-size: 2.2rem;
  padding-bottom: 10px;
  background: url(images/blue_dot.png) bottom center no-repeat;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl4 {
    font-size: 1.6rem;
    gap: 10px;
    padding-bottom: 15px;
  }
}
.ttl4 span {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #2DB4F7;
  margin-top: -7px;
}
@media screen and (max-width: 767px) {
  .ttl4 span {
    font-size: 2.3rem;
    margin-top: -6px;
  }
}

.ttl5 {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0em;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.ttl5::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 1px;
  background: url(images/blue_dot.png);
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl5::after {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .ttl5 {
    font-size: 1.6rem;
  }
}

.sub_ttl {
  display: block;
  font-size: 2.2rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sub_ttl {
    font-size: 1.6rem;
  }
}

/* ボタン */
.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 18px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  border: 2px solid #333;
  color: #333;
}

.btn a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn a:hover {
  background: rgba(9, 112, 196, 0.3);
}

.btn a:hover::before {
  right: 10px;
}

@media screen and (max-width: 767px) {
  /* ボタン */
  .btn a {
    padding: 12px;
    font-size: 1.4rem;
  }
}
.btn1 {
  width: 280px;
}
.btn1 a {
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  border-radius: 35px;
  text-align: center;
  background-color: #f3cf0b;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.6rem;
  }
}
.btn1 a:hover {
  background-color: #2eb5f7;
  color: #fff;
}

.btn2 {
  width: 280px;
}
.btn2 a {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  border-radius: 35px;
  text-align: center;
  background-color: #2eb5f7;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    font-size: 1.6rem;
  }
}
.btn2 a:hover {
  background-color: #f3cf0b;
  color: #000;
}

.btn3 {
  width: 250px;
  margin: 0 auto;
}
.btn3 a {
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  border-radius: 35px;
  text-align: center;
  background-color: #f3cf0b;
  width: 100%;
  padding: 18px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn3 a {
    font-size: 1.6rem;
  }
}
.btn3 a:hover {
  background-color: #2eb5f7;
  color: #fff;
}

.btn4_1 {
  width: 250px;
}
.btn4_1 a {
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  border-radius: 35px;
  text-align: center;
  background-color: #f3cf0b;
  width: 100%;
  padding: 18px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn4_1 a {
    font-size: 1.6rem;
  }
}
.btn4_1 a:hover {
  background-color: #2eb5f7;
  color: #fff;
}

.btn4_2 {
  width: 250px;
}
.btn4_2 a {
  background-color: #2eb5f7;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  border-radius: 35px;
  text-align: center;
  width: 100%;
  padding: 18px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn4_2 a {
    font-size: 1.6rem;
  }
}
.btn4_2 a:hover {
  background-color: #f3cf0b;
  color: #000;
}

.btn5 {
  width: 120px;
}
.btn5 a {
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  border-radius: 16px;
  text-align: center;
  background-color: #f3cf0b;
  width: 100%;
  padding: 3px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn5 a {
    font-size: 1.6rem;
  }
}
.btn5 a:hover {
  background-color: #2eb5f7;
  color: #fff;
}

.btn6 {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .btn6 {
    width: 300px;
  }
}
.btn6 a {
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  border-radius: 35px;
  text-align: center;
  background-color: #f3cf0b;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn6 a {
    font-size: 1.6rem;
  }
}
.btn6 a:hover {
  background-color: #2eb5f7;
  color: #fff;
}

.btn7 {
  width: 600px;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .btn7 {
    width: 94%;
    max-width: 600px;
    margin: 60px auto;
  }
}
.btn7 a {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  border-radius: 35px;
  text-align: center;
  background-color: #2eb5f7;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn7 a {
    font-size: 1.6rem;
    border-radius: 50vh;
  }
}
.btn7 a:hover {
  background-color: #f3cf0b;
  color: #000;
}

.btn8 {
  width: 280px;
}
.btn8 a {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  border-radius: 35px;
  text-align: center;
  background-color: #f3cf0b;
  width: 100%;
  padding: 15px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn8 a {
    font-size: 1.6rem;
  }
}
.btn8 a:hover {
  background-color: #2eb5f7;
  color: #fff;
}

/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 100%;
  height: 100%;
  max-height: 220px;
  overflow-y: scroll;
  padding-right: 10px;
}

.news_post article {
  width: 100%;
  padding: 24px 20px 24px 40px;
  border-bottom: 1px dashed #2eb5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.news_post article a h3 {
  color: #000;
  font-size: 1.8em;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  line-height: 1.2;
  transition: 0.3s;
}
.news_post article a h3:hover {
  color: #2eb5f7;
}

.news_post article .date {
  font-size: 1.8em;
  font-weight: 600;
  color: #2eb5f7;
  margin-right: 45px;
  letter-spacing: 0em;
  line-height: 1.2;
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
    max-height: 230px;
  }
  .news_post article {
    padding: 15px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news_post article a h3 {
    font-size: 1.4em;
  }
  .news_post article .date {
    font-size: 1.4em;
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
  }
}
.overview_tbl {
  width: 100%;
}

.overview_border {
  border-radius: 10px;
  border: 1px dashed #ffa913;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .overview_tbl tr {
    display: flex;
    flex-direction: column;
  }
}

.overview_tbl th {
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 500;
  text-align: left;
  padding: 20px 40px;
  background-color: #faf3e6;
  width: 400px;
  border-bottom: 1px dashed #ffa913;
  border-right: 1px dashed #ffa913;
}
@media screen and (max-width: 767px) {
  .overview_tbl th {
    font-size: 1.6rem;
    padding: 20px;
    width: 100%;
  }
}

.overview_tbl td {
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  padding: 20px 40px;
  width: 800px;
  border-bottom: 1px dashed #ffa913;
}
@media screen and (max-width: 767px) {
  .overview_tbl td {
    font-size: 1.6rem;
    padding: 20px;
    width: 100%;
    line-height: 1.8;
  }
}

.overview_tbl tr:last-of-type th, .overview_tbl tr:last-of-type td {
  border-bottom: none;
}

.overview_box01 {
  margin-bottom: 40px;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 36.66%;
}
@media screen and (max-width: 767px) {
  .map {
    min-height: 300px;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************************************

contentトップ用

*****************************************/
.top_box01 {
  background: url(images/bg_deco1.png) top center no-repeat;
}

.top_box01_deco {
  padding: 150px 3% 100px;
  background: url(images/marin_deco_l.png) left 2.5% bottom 60px no-repeat, url(images/marin_deco_r.png) right 2.5% bottom 60px no-repeat;
}
@media screen and (max-width: 1740px) {
  .top_box01_deco {
    background-size: 14%;
  }
}
@media screen and (max-width: 767px) {
  .top_box01_deco {
    padding: 60px 3% 80px;
    background: url(images/marin_deco_l.png) left 3% bottom 10px no-repeat, url(images/marin_deco_r.png) right 3% top 160px no-repeat;
    background-size: 25%, 20%;
  }
}

.top_box01_container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_box01_container {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}

.x {
  font-size: 7.2rem;
  color: #2eb5f7;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .x {
    font-size: 5rem;
    line-height: 1;
  }
}

.top_box01_content p {
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top_box01_content p {
    font-size: 1.6rem;
  }
}

.fz18 {
  font-size: 1.8rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .fz18 {
    font-size: 1.5em;
  }
}

.top_btn_container {
  margin-top: 70px;
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_btn_container {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

/*------------------*/
.top_box02 {
  background: url(images/bg_deco2.png) top center no-repeat, url(images/bg_deco3.png) bottom center no-repeat;
  background-size: contain;
  padding: 180px 3% 250px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 60px 3%;
    background: url(images/bg_deco2.png) top center no-repeat, url(images/bg_deco3.png) bottom center no-repeat;
    background-size: 130%, contain;
  }
}

.top_box02_container {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 30px;
}
@media screen and (max-width: 767px) {
  .top_box02_container {
    width: 100%;
  }
}

.top_box02_content {
  max-width: 680px;
  width: calc((100% - 30px) / 2);
  border: #5dcff9 5px solid;
  border-radius: 30px;
  padding: 215px 40px 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .top_box02_content {
    padding: 150px 15px 20px;
    width: 100%;
  }
}
.top_box02_content p {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top_box02_content p {
    font-size: 1.5rem;
  }
}

.illust1 {
  background: url(images/top_service1.png) top 45px center no-repeat, #fff;
}
@media screen and (max-width: 767px) {
  .illust1 {
    background: url(images/top_service1.png) top 20px center no-repeat, #fff;
    background-size: 100px;
  }
}

.illust2 {
  background: url(images/top_service2.png) top 50px center no-repeat, #fff;
}
@media screen and (max-width: 767px) {
  .illust2 {
    background: url(images/top_service2.png) top 20px center no-repeat, #fff;
    background-size: 100px;
  }
}

.illust3 {
  background: url(images/top_service3.png) top 50px center no-repeat, #fff;
}
@media screen and (max-width: 767px) {
  .illust3 {
    background: url(images/top_service3.png) top 40px center no-repeat, #fff;
    background-size: 130px;
  }
}

.illust4 {
  background: url(images/top_service4.png) top 30px center no-repeat, #fff;
}
@media screen and (max-width: 767px) {
  .illust4 {
    background: url(images/top_service4.png) top 15px center no-repeat, #fff;
    background-size: 80px;
  }
}

.box02_btn_container {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .box02_btn_container {
    flex-direction: column;
    align-items: center;
  }
}

/*------------------*/
.top_box03 {
  background: url(images/bg_deco4.png) center bottom;
  background-size: cover;
  padding: 140px 3% 140px;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 60px 3%;
  }
}
.top_box03 p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .top_box03 p {
    font-size: 1.4rem;
  }
}

.box03_bnr_container {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .box03_bnr_container {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 0px 2%;
  }
}

.box03_bnr_content {
  width: 310px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50vh;
  border: 6px solid #f3cf0b;
  overflow: hidden;
  transition: 0.3s;
}
.box03_bnr_content:hover {
  filter: brightness(110%);
}
.box03_bnr_content a {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .box03_bnr_content {
    width: 49%;
  }
}

.bnr1 {
  background: url(images/r_bnr1.png) center no-repeat, #fff;
}
@media screen and (max-width: 767px) {
  .bnr1 {
    background-size: 102px;
  }
}

.bnr2 {
  background: url(images/r_bnr2.png) center no-repeat, #fff;
}
@media screen and (max-width: 767px) {
  .bnr2 {
    background-size: 90px;
  }
}

.bnr3 {
  background: url(images/r_bnr3.png) center no-repeat, #fff;
}
@media screen and (max-width: 767px) {
  .bnr3 {
    background-size: 103px;
  }
}

/*------------------*/
.top_box04 {
  background: url(images/bg_deco5.png) center top no-repeat, url(images/bg_deco6.png) center bottom no-repeat;
  background-size: contain;
  padding: 260px 0;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 100px 0;
    background: url(images/bg_deco5.png) left top no-repeat, url(images/bg_deco6.png) center bottom no-repeat;
    background-size: 200%, 110%;
  }
}

/*------------------*/
.top_box05_container {
  padding: 100px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box05_container {
    padding: 60px 3%;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

.txt1 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
  }
}

.fig1 {
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .fig1 {
    margin: 0 auto 15px;
  }
}

.yellow_box {
  background: url(images/concept_bg1.jpg);
  background-size: cover;
  padding: 55px 55px 80px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .yellow_box {
    padding: 20px 20px 90px;
  }
}
.yellow_box::before {
  display: block;
  content: "";
  position: absolute;
  width: 244px;
  height: 185px;
  background: url(images/concept_img1.png);
  bottom: -70px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .yellow_box::before {
    width: 130px;
    background: url(images/concept_img1.png) left bottom no-repeat;
    background-size: contain;
    bottom: -40px;
    left: 10px;
  }
}
.yellow_box::after {
  display: block;
  content: "";
  position: absolute;
  width: 200px;
  height: 277px;
  background: url(images/concept_img2.png);
  bottom: -70px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .yellow_box::after {
    width: 100px;
    background: url(images/concept_img2.png) left bottom no-repeat;
    background-size: contain;
    bottom: -40px;
    right: 10px;
  }
}

.concept_box01 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .concept_box01 {
    margin-bottom: 90px;
  }
}

.orange_box {
  background: url(images/concept_bg2.jpg);
  background-size: cover;
  padding: 50px 60px 50px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .orange_box {
    padding: 20px;
  }
}

.concept_box02 figure {
  margin-bottom: 30px;
}

.blue_box {
  background: url(images/faq_bg.jpg);
  background-size: cover;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .blue_box {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.blue_box dt {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  padding: 0 0 0 50px;
  margin-bottom: 25px;
  background: url(images/q.png) left top 5px no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blue_box dt {
    font-size: 1.8rem;
    padding: 0 0 0 40px;
    background: url(images/q.png) left top 5px no-repeat;
    background-size: 30px;
  }
}
.blue_box dt::after {
  position: absolute;
  content: "";
  background: url(images/blue_dot.png);
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
}
.blue_box dd {
  padding: 0 0 0 50px;
  background: url(images/a.png) left top no-repeat;
}
@media screen and (max-width: 767px) {
  .blue_box dd {
    padding: 0 0 0 40px;
    background: url(images/a.png) left top no-repeat;
    background-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .faq_box01 {
    margin-bottom: 50px;
  }
}

.tbl1 {
  border-collapse: separate;
}
@media screen and (max-width: 767px) {
  .tbl1 {
    width: 100%;
  }
}
.tbl1 th {
  background-color: #DAF7FB;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 12px;
  width: 400px;
  display: block;
  margin: 0 30px 10px 0;
}
@media screen and (max-width: 767px) {
  .tbl1 th {
    width: 100%;
    font-size: 1.4rem;
    margin: 0 0 10px;
    text-align: left;
  }
}
.tbl1 td {
  margin: 0 0px 10px 0;
}
@media screen and (max-width: 767px) {
  .tbl1 td {
    display: block;
    margin: 0 0 20px;
  }
}

.sec_mb {
  margin-bottom: 50px;
}

.lyellow_box {
  background: url(images/lyellow_bg.jpg);
  padding: 30px 40px;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lyellow_box {
    padding: 20px;
    margin-bottom: 30px;
  }
}

.service_btn {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .service_btn {
    margin-top: 50px;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}

.lyellow_box2 {
  background: url(images/lyellow_bg.jpg);
  padding: 30px 40px;
  border-radius: 10px;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .lyellow_box2 {
    width: 100%;
    padding: 20px;
  }
}

.col3_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .col3_container {
    gap: 20px;
  }
}

.schedule {
  font-size: 2.2rem;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .schedule {
    flex-direction: column;
    font-size: 1.6rem;
    gap: 10px;
  }
}
.schedule span {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #F2CD0B;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .schedule span {
    font-size: 2.3rem;
    margin-top: 0px;
  }
}

.arrow {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .arrow {
    margin-bottom: 60px;
  }
}
.arrow::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 58px;
  background: url(images/arrow.png) center no-repeat;
  bottom: -79px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .arrow::after {
    height: 40px;
    background-size: contain;
    bottom: -50px;
  }
}

.txt2 {
  width: 780px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
  }
}

.fig2 {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .fig2 {
    margin: 15px auto 0;
  }
}

.job_contact {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 30px auto;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .job_contact {
    flex-direction: column;
    gap: 30px;
    margin: 40px auto;
  }
}

.job_link {
  text-align: center;
}
.job_link a {
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: 0.3s;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .job_link a {
    margin-bottom: 10px;
  }
}
.job_link a::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #333;
  left: 0;
  bottom: -2px;
}
.job_link a:hover {
  color: #2eb5f7;
}
.job_link a:hover::after {
  display: none;
}

.tbl2 {
  width: 100%;
}
.tbl2 th {
  font-weight: 400;
  background-color: #DAF7FB;
  width: 400px;
  padding: 11px;
  border: 1px solid #2eb5f7;
}
@media screen and (max-width: 767px) {
  .tbl2 th {
    width: 100%;
    display: block;
    padding: 10px;
    margin-top: -1px;
    text-align: left;
  }
}
.tbl2 td {
  padding: 11px 30px;
  border: 1px solid #2eb5f7;
}
@media screen and (max-width: 767px) {
  .tbl2 td {
    width: 100%;
    display: block;
    padding: 10px;
    margin-top: -1px;
  }
}

.pp p {
  font-size: 1.4rem;
}

.map {
  width: 100%;
  height: auto;
  aspect-ratio: 12/4;
}
.map iframe {
  width: 100%;
  height: 100%;
}

.news_img a {
  width: 100%;
  height: 100%;
  position: relative;
}

.fig3 {
  width: 440px;
  height: auto;
  aspect-ratio: 44/31;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fig3 {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 15px;
  }
}

.txt3 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .txt3 {
    width: 100%;
  }
}

.news_btn {
  margin-top: 30px;
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 767px) {
  .news_btn {
    margin-top: 15px;
    justify-content: center;
  }
}

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