@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------
 *
 * Theme Name: HIGHER
 * Theme URI: https://www.blue-chip.org/
 * Author: bluechip
 * Author URI: https://www.blue-chip.org/
 * Description: 都市型ハイヤーlab.専用WordPressテーマ
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: higher
 *
 *--------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
 *
 *
 * リセット
 *
 *
--------------------------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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

html,
body {
  width: 100%;
  height: 100%;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  /*border-collapse: collapse;*/
  border-collapse: separate;
  border-spacing: 0;
}

/*--------------------------------------------------------------------------------
 *
 *
 * ユーティリティー
 *
 *
--------------------------------------------------------------------------------*/

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*--------------------------------------------------------------------------------
 *
 *
 * フォント
 *
 *
--------------------------------------------------------------------------------*/

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto-Regular.ttf);
}

.roboto {
  font-family: "Roboto", sans-serif;
}

@font-face {
  font-family: Roboto-thin;
  src: url(fonts/Roboto-Thin.ttf);
}

.roboto_thin {
  font-family: "Roboto-thin", sans-serif;
}

@font-face {
  font-family: Roboto-light-Italic;
  src: url(fonts/Roboto-LightItalic.ttf);
}

.roboto_light_italic {
  font-family: "Roboto-light-Italic", sans-serif;
}

@font-face {
  font-family: Roboto-light;
  src: url(fonts/Roboto-Light.ttf);
}

.roboto_light {
  font-family: "Roboto-light", sans-serif;
}

@font-face {
  font-family: Poppins-semibold;
  src: url(fonts/Poppins-SemiBold.ttf);
}

.poppins_semibold {
  font-family: Poppins-semibold;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto-Regular.ttf);
}

.roboto {
  font-family: "Roboto", sans-serif;
}

@font-face {
  font-family: Roboto-bold;
  src: url(fonts/Roboto-Bold.ttf);
}

.roboto_bold {
  font-family: "Roboto-bold", sans-serif;
}

@font-face {
  font-family: Roboto-condensed;
  src: url(fonts/RobotoCondensed-Regular.ttf);
}

.roboto_condensed {
  font-family: "Roboto-condensed", sans-serif;
}

@font-face {
  font-family: Roboto-condensed-light;
  src: url(fonts/RobotoCondensed-Light.ttf);
}

.roboto_condensed_light {
  font-family: "Roboto-condensed-light", sans-serif;
}

/*--------------------------------------------------------------------------------
 *
 *
 * 基本設定
 *
 *
--------------------------------------------------------------------------------*/

body {
  font-family: Roboto, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium",
    YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8em;
  color: #111;
  background: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

a:link,
a:visited {
  color: #007580;
  text-decoration: underline;
  transition: 0.3s ease;
}

a:hover,
a:active {
  color: #007580;
  text-decoration: none;
  transition: 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  backface-visibility: hidden;
}

.tel i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 3px;
  color: #42757f;
}

.under {
  background: linear-gradient(transparent 85%, #ff0 0%);
}

/* ボタン
===============================================*/

.btn_A a {
  display: block;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  border: 1px solid #007580;
  position: relative;
  text-align: center;
}

.btn_A a:link,
.btn_A a:visited {
  background: #fff;
  color: #007580;
  text-decoration: none;
}

.btn_A a:hover,
.btn_A a:active {
  background: #007580;
  color: #fff;
  text-decoration: none;
}

.btn_A a::after {
  font-family: "Font Awesome 5 Free";
  display: block;
  content: "\f105";
  position: absolute;
  top: 0;
  right: 1rem;
  font-weight: bold;
  font-size: 1.25rem;
}

.btn_A a:link::after,
.btn_A a:visited::after {
  color: #005f90;
}

.btn_A a:hover::after,
.btn_A a:active::after {
  color: #fff;
}

@media (min-width: 769px) {
}

@media (max-width: 768px) {
}

@media (max-width: 480px) {
}

/*--------------------------------------------------------------------------------
 *
 *
 * ヘッダー
 *
 *
--------------------------------------------------------------------------------*/

header {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 9999;
  height: 86px;
}

header #header_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
  /*padding: 20px 0;*/
  height: 86px;
  line-height: 86px;
  display: flex;
  align-items: center;
}

header .logo {
  width: 284px;
  height: 46px;
  margin-right: auto;
}

header #tel_pc {
  text-align: center;
  line-height: 1.2;
  margin-right: 20px;
}

header #tel_pc > span {
  display: block;
}

header #tel_pc > span:nth-child(1) {
  font-size: 26px;
}

header #tel_pc > span:nth-child(2) {
  font-size: 11px;
}

header #tel_pc a {
  text-decoration: none;
}

header #contact_btn a,
header #skype_btn a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  height: 38px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  width: 173px;
  box-sizing: border-box;
  border-radius: 4px;
}

header #contact_btn a {
  margin-right: 11px;
}

header #contact_btn a:link,
header #contact_btn a:visited,
header #skype_btn a:link,
header #skype_btn a:visited {
  background: #42757f;
}

header #contact_btn a:hover,
header #contact_btn a:active,
header #skype_btn a:hover,
header #skype_btn a:active {
  background: #5596a2;
}

header #contact_btn a i,
header #skype_btn a i {
  margin-right: 5px;
}

@media (min-width: 1021px) {
  #header_panel_sp {
    display: none;
  }

  #close {
    display: none;
  }

  #nav_sp {
    display: none;
  }
}

@media (max-width: 1020px) {
  header {
    position: fixed;
    border-bottom: 1px solid #d7d7d7;
  }

  #tel_btn {
    display: none;
  }

  #contact_btn {
    display: none;
  }

  #skype_btn {
    display: none;
  }

  #header_panel_sp {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    height: 86px;
    line-height: 1;
  }

  .panel_sp_btn {
    width: 86px;
    height: 86px;
    text-align: center;
  }

  .panel_sp_btn a {
    height: 86px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    background: #fff;
  }

  .panel_sp_btn i {
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
  }

  .panel_sp_btn span {
    display: block;
    font-size: 13px;
  }

  .panel_sp_btn a span {
    color: #111;
  }

  #tel_sp {
    border-left: 1px solid #d7d7d7;
  }

  #tel_sp i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #42757f;
  }

  #contact_btn_sp {
    border-left: 1px solid #d7d7d7;
  }

  #contact_btn_sp i {
    color: #42757f;
  }

  #navicon a {
    background: #007580;
  }

  #navicon i {
    color: #fff;
  }

  #navicon a span {
    color: #fff;
  }

  #close {
    width: 86px;
    height: 86px;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    display: none;
  }

  #close a {
    height: 86px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    background: #007580;
  }

  #close i {
    display: block;
    font-size: 28px;
    color: #fff;
    padding-top: 10px;
  }

  #close span {
    display: block;
    font-size: 13px;
    color: #fff;
  }
}

@media (max-width: 600px) {
  header {
    height: 64px;
  }

  header #header_inner {
    height: 64px;
    line-height: 64px;
  }

  header .logo {
    width: 187px;
    height: 30px;
  }

  .panel_sp_btn {
    width: 64px;
    height: 64px;
  }

  .panel_sp_btn a {
    height: 64px;
  }

  .panel_sp_btn i {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .panel_sp_btn span {
    font-size: 12px;
  }

  #close {
    width: 64px;
    height: 64px;
  }

  #close a {
    height: 64px;
  }

  #close i {
    font-size: 24px;
    padding-top: 5px;
  }

  #close span {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  header .logo {
    width: 45%;
    height: 64px;
  }

  header .logo img {
    vertical-align: middle;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * グローバルナビゲーション
 *
 *
--------------------------------------------------------------------------------*/

#g_nav {
  width: 100%;
  position: relative;
  z-index: 9999;
}

#g_nav > ul {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#g_nav > ul > li {
  position: relative;
}

#g_nav > ul > li > a,
#g_nav > ul > li > span {
  padding: 0 32px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
}

#g_nav > ul > li > a {
  text-decoration: none;
  color: #111;
}

#g_nav > ul > li > a > span,
#g_nav > ul > li > span > span {
  display: inline-block;
  position: relative;
}

#g_nav > ul > li > a.current > span::after,
#g_nav > ul > li > span.current > span::after,
#g_nav > ul > li > a.active > span::after,
#g_nav > ul > li > span.active > span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  width: 100%;
  height: 1px;
  background: #007580;
}

#g_nav > ul > li > ul {
  position: absolute;
  top: 50px;
  left: 24px;
  background: #fff;
  box-sizing: border-box;
  width: 205px;
  padding: 0 12px;
}

#g_nav > ul > li > ul > li > a {
  display: block;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #d7d7d7;
  text-decoration: none;
  position: relative;
  font-size: 14px;
}

#g_nav > ul > li > ul > li > a:link,
#g_nav > ul > li > ul > li > a:visited {
  color: #111;
}

#g_nav > ul > li > ul > li > a:hover,
#g_nav > ul > li > ul > li > a:active {
  color: #007580;
}

#g_nav > ul > li > ul > li:last-of-type > a {
  border-bottom: none;
}

#g_nav > ul > li > ul > li > a::after {
  font-family: "Font Awesome 5 Free";
  display: block;
  content: "\f105";
  position: absolute;
  color: #005f90;
  top: 0;
  right: 0;
  font-weight: bold;
}

@media (min-width: 1021px) {
}

@media (max-width: 1020px) {
  #g_nav {
    display: none;
  }

  #nav_sp {
    position: fixed;
    top: 87px;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
    background: #f2f7fa;
    overflow-y: visible;
    overflow-x: hidden;
    -ms-overflow-style: none;
  }

  #nav_sp::-webkit-scrollbar {
    display: none;
  }

  #nav_sp a:link,
  #nav_sp a:visited,
  #nav_sp a:hover,
  #nav_sp a:active {
    color: #111;
    text-decoration: none;
  }

  #nav_sp > .nav_sp_inner {
    background: #f2f7fa;
    padding: 0 20px 200px;
  }

  #nav_sp > .nav_sp_inner > ul {
    background: #f2f7fa;
  }

  #nav_sp > .nav_sp_inner > ul > li {
    position: relative;
    background: #f2f7fa;
  }

  #nav_sp > .nav_sp_inner > ul > li > a {
    display: block;
    width: 100%;
    height: 84px;
    line-height: 84px;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    border-top: 1px solid #d7d7d7;
    background: #f2f7fa;
  }

  #nav_sp > .nav_sp_inner > ul > li:first-of-type > a {
    border-top: none;
  }

  #nav_sp > .nav_sp_inner > ul > li:last-of-type > a {
    border-bottom: 1px solid #d7d7d7;
  }

  #nav_sp > .nav_sp_inner > ul > li > div > ul > li > a {
    padding: 0 0 0 70px;
  }

  #nav_sp > .nav_sp_inner > ul > li > .btn_open {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    color: #007580;
    box-sizing: border-box;
  }

  #nav_sp > .nav_sp_inner > ul > li > .btn_open::before,
  #nav_sp > .nav_sp_inner > ul > li > .btn_open.btn_close::before {
    font-family: "Font Awesome 5 Free";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    color: #007580;
    font-size: 36px;
    box-sizing: border-box;
    font-weight: bold;
  }

  #nav_sp > .nav_sp_inner > ul > li > .btn_open::before {
    content: "\f067";
  }

  #nav_sp > .nav_sp_inner > ul > li > .btn_open.btn_close::before {
    content: "\f068";
  }

  #nav_sp > .nav_sp_inner > ul > li > div {
    padding-bottom: 24px;
  }

  #nav_sp > .nav_sp_inner > ul > li > div > ul > li > a {
    display: block;
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 600px) {
  #nav_sp {
    top: 65px;
  }

  #nav_sp > .nav_sp_inner > ul > li > a {
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 10px;
  }

  #nav_sp > .nav_sp_inner > ul > li > .btn_open {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  #nav_sp > .nav_sp_inner > ul > li > .btn_open::before,
  #nav_sp > .nav_sp_inner > ul > li > .btn_open.btn_close::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * 第3階層ナビゲーション
 *
 *
--------------------------------------------------------------------------------*/

#local_nav {
  display: none;
}

@media (max-width: 1020px) {
  #local_nav {
    display: block;
    position: relative;
    z-index: 9998;
    width: 100%;
    height: 68px;
    line-height: 68px;
    padding-top: 86px;
    background: #eaedef;
    font-size: 14px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }

  #local_nav::-webkit-scrollbar {
    display: none;
  }

  #local_nav ul {
    width: auto;
    display: flex;
  }

  #local_nav ul li a {
    display: block;
    /*width: 300px;*/
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    flex-shrink: 0;
    color: #111;
    text-decoration: none;
  }

  #local_nav ul li a > span {
    display: inline-block;
    position: relative;
  }

  #local_nav ul li a.current > span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #007580;
    position: absolute;
    bottom: 11px;
    left: 0;
  }
}

@media (max-width: 600px) {
  #local_nav {
    z-index: 9998;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-top: 64px;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * メインビジュアル
 *
 *
--------------------------------------------------------------------------------*/

#mv {
  width: 100%;
  background: url(images/common/bg_01.png);
  background-size: 1600px 1615px;
}

#mv_inner {
  width: 100%;
  max-width: 1440px;
  height: 470px;
  margin: 0 auto;
  padding: 0 50px 0 90px;
  box-sizing: border-box;
  background: url(images/front/mv/mv_inner.png) no-repeat right 50px top;
  background-size: 966px 470px;
  position: relative;
  display: flex;
  align-items: center;
}

#mv_inner #balloon {
  width: 375px;
  height: 305px;
  position: absolute;
  bottom: 0;
  right: 180px;
}

#mv_inner #balloon img {
  width: 100%;
}

#mv_inner #mv_catch #catch_01 {
  font-size: 26px;
  /*font-weight: 600;*/
  margin-bottom: 30px;
}

#mv_inner #mv_catch #catch_01 br {
  display: none;
}

#mv_inner #mv_catch #catch_02 {
  font-size: 19px;
  margin-bottom: 0.625rem;
  text-shadow: 0px 0px 2px #fff;
}

#mv_inner #mv_catch #catch_02 br {
  display: none;
}

#mv_inner #mv_catch #catch_03 {
  font-size: 43px;
  margin-bottom: 24px;
}

#mv_inner #mv_catch #catch_03 > span {
  color: #fff;
  background: #007580;
  line-height: 1.5;
  padding: 0 0.25em;
  /*font-weight: 600;*/
}

#mv_inner #mv_catch #catch_03 > span:nth-last-of-type(2) {
  padding-right: 0.25em;
}

#mv_inner #mv_catch #catch_04 {
  font-size: 20px;
}

#mv_inner #mv_catch #catch_04 br {
  display: none;
}

#mv_inner #mv_catch #catch_04 > span {
  background: #fff;
  padding: 0.1em 0.5em;
  /*font-weight: 600;*/
}

@media (min-width: 1440px) {
}

@media (max-width: 1280px) {
  #mv_inner {
    max-width: 1280px;
    padding: 0 0 0 30px;
    background-position: right 0 top;
  }

  #mv_inner #balloon {
    right: 140px;
  }
}

@media (max-width: 1020px) {
  #mv {
    padding-top: 86px;
  }

  #mv_inner {
    padding: 0 0 0 30px;
    background-position: right -250px top;
  }

  #mv_inner #balloon {
    width: 319px;
    height: 259px;
    right: 65px;
  }

  #mv_inner #mv_catch #catch_01 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  #mv_inner #mv_catch #catch_02 {
    font-size: 18px;
  }

  #mv_inner #mv_catch #catch_03 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  #mv_inner #mv_catch #catch_04 {
    font-size: 19px;
  }
}

@media (max-width: 900px) {
  #mv_inner {
    background-position: right -300px top;
  }

  #mv_inner #balloon {
    right: 30px;
  }

  #mv_inner #mv_catch #catch_01 {
    font-size: 21px;
    margin-bottom: 18px;
  }

  #mv_inner #mv_catch #catch_02 {
    font-size: 16px;
  }

  #mv_inner #mv_catch #catch_03 {
    font-size: 32px;
    margin-bottom: 16px;
  }

  #mv_inner #mv_catch #catch_04 {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  #mv_inner {
    height: auto;
    padding: 50px 30px 0;
    display: block;
    background-position: right -336px top;
  }

  #mv_inner #mv_catch #catch_01 {
    font-size: 32px;
    margin-bottom: 60px;
    line-height: 1.45;
  }

  #mv_inner #mv_catch #catch_01 br {
    display: block;
  }

  #mv_inner #mv_catch #catch_02 {
    line-height: 1.48;
    font-size: 23px;
    margin-bottom: 20px;
    -moz-text-shadow: 1px 0px 13px rgba(255, 255, 255, 1);
    -webkit-text-shadow: 1px 0px 13px rgba(255, 255, 255, 1);
    -ms-text-shadow: 1px 0px 13px rgba(255, 255, 255, 1);
    text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px,
      white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px,
      white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px,
      white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px,
      white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px,
      white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px,
      white 1px -1px 2px, white -1px -1px 2px;
  }

  #mv_inner #mv_catch #catch_02 br {
    display: block;
  }

  #mv_inner #mv_catch #catch_03 {
    /*font-size: 52px;*/
    font-size: 46px;
    line-height: 1.55;
    margin-bottom: 30px;
  }

  #mv_inner #mv_catch #catch_04 {
    /*font-size: 24px;*/
    font-size: 21px;
    line-height: 1.75;
    margin-bottom: 50px;
  }

  #mv_inner #balloon {
    width: 375px;
    height: 305px;
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  #mv {
    padding-top: 64px;
  }

  #mv_inner {
    height: auto;
    padding: 30px 18px 0;
    display: block;
    background-size: 621px 286px;
    /* background-size: 621px 302px; */
    background-position: right -216px top;
  }

  #mv_inner #mv_catch #catch_01 {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  #mv_inner #mv_catch #catch_02 {
    line-height: 1.3625;
    font-size: 20px;
    margin-bottom: 20px;
  }

  #mv_inner #mv_catch #catch_03 {
    font-size: 33px;
    line-height: 1.55;
    margin-bottom: 22px;
  }

  #mv_inner #mv_catch #catch_04 {
    font-size: 22px;
    line-height: 1.42;
    margin-bottom: 30px;
  }

  #mv_inner #mv_catch #catch_04 br {
    display: block;
  }

  #mv_inner #mv_catch #catch_04 > span > span:nth-of-type(1) {
    padding-right: 0.5em;
  }

  #mv_inner #mv_catch #catch_04 > span > span:nth-of-type(2) {
    padding-left: 0.5em;
    padding-right: 1.2em;
  }

  #mv_inner #balloon {
    width: 325px;
    height: 264px;
  }
}

@media (max-width: 450px) {
  #mv_inner {
    background-position: right -305px top;
  }

  #mv_inner #mv_catch #catch_01 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  #mv_inner #mv_catch #catch_02 {
    line-height: 1.3625;
    font-size: 18px;
    margin-bottom: 20px;
  }

  #mv_inner #mv_catch #catch_03 {
    font-size: 28px;
    line-height: 1.55;
    margin-bottom: 22px;
  }

  #mv_inner #mv_catch #catch_04 {
    font-size: 18px;
    line-height: 1.42;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * フロントページ
 *
 *
--------------------------------------------------------------------------------*/

/* SECTION 0
===============================================*/

#sec_00 {
  width: 100%;
}

#sec_00_inner {
  width: 93.75%;
  max-width: 984px;
  margin: 0 auto;
  padding: 70px 0 20px;
  position: relative;
  text-align: center;
}

#sec_00_inner h2 {
  text-align: center;
  margin-bottom: 30px;
}

#sec_00_inner h2 > div {
  display: block;
}

#sec_00_inner h2 > div:nth-child(1) {
  font-size: 41px;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #e8841e;
  margin-bottom: 24px;
}

#sec_00_inner h2 > div:nth-child(1) > span {
  display: inline-block;
  position: relative;
}

#sec_00_inner h2 > div:nth-child(1) > span::before {
  content: "";
  display: block;
  width: 28px;
  height: 36px;
  background: url(images/front/sec_00/01.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: -9px;
  left: -48px;
}

#sec_00_inner h2 > div:nth-child(1) > span::after {
  content: "";
  display: block;
  width: 28px;
  height: 36px;
  background: url(images/front/sec_00/02.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: -9px;
  right: -48px;
}

#sec_00_inner h2 > div:nth-child(2) {
  font-size: 34px;
  line-height: 1.25;
}

#sec_00_inner h2 br {
  display: none;
}

#sec_00_inner ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 192px;
  overflow: hidden;
  text-align: left;
}

#sec_00_inner ul li {
  height: 64px;
  line-height: 64px;
  padding-left: 1.5rem;
  border-bottom: 1px dotted #a4a4a4;
  box-sizing: border-box;
}

#sec_00_inner ul li:nth-child(2n + 1) {
  background: url(images/common/bg_01.png) repeat center center;
  background-size: 1600px 1615px;
}

#sec_00_inner ul li:nth-child(2n) {
  background: #fff;
}

#sec_00_inner ul li > div {
  display: inline-block;
}

#sec_00_inner ul li > div > span {
  margin-right: 2rem;
}

#sec_00_inner ul li > div:nth-child(3) > span:last-of-type {
  margin-right: 0;
}

@media (max-width: 740px) {
  #sec_00_inner {
    padding-bottom: 0;
  }

  #sec_00_inner h2 {
  }

  #sec_00_inner h2 > div:nth-child(1) {
    font-size: 38px;
  }

  #sec_00_inner h2 > div:nth-child(2) {
    font-size: 32px;
  }

  #sec_00_inner ul {
    height: 252px;
  }

  #sec_00_inner ul li {
    display: flex;
    flex-direction: column;
    line-height: 1.8;
    justify-content: center;
    height: 84px;
  }

  #sec_00_inner ul li > div {
    display: block;
  }

  #sec_00_inner ul li > div:nth-child(1) > span:last-of-type {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  #sec_00_inner {
    padding-top: 50px;
  }

  #sec_00_inner h2 {
    margin-bottom: 24px;
  }

  #sec_00_inner h2 br {
    /*display: block;*/
  }

  #sec_00_inner h2 > div:nth-child(1) {
    font-size: 36px;
    margin-bottom: 1rem;
  }

  #sec_00_inner h2 > div:nth-child(1) > span::before {
    bottom: -6px;
  }

  #sec_00_inner h2 > div:nth-child(1) > span::after {
    bottom: -6px;
  }

  #sec_00_inner h2 > div:nth-child(2) {
    font-size: 24px;
  }
}

/* SECTION 1
===============================================*/

#sec_01 {
  width: 100%;
}

#sec_01_inner {
  width: 93.75%;
  max-width: 984px;
  margin: 0 auto;
  padding: 80px 0 100px;
  position: relative;
  text-align: center;
}

#sec_01_inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  width: 162px;
  height: 149px;
  background: url(images/front/sec_01/01.png) no-repeat 0 0;
  background-size: 100%;
  z-index: -1;
}

#sec_01_inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  right: 0;
  width: 163px;
  height: 149px;
  background: url(images/front/sec_01/02.png) no-repeat 0 0;
  background-size: 100%;
  z-index: -1;
}

#sec_01_inner h2 {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 1.28em;
  position: relative;
}

#sec_01_inner h2::before {
  content: "";
  display: block;
  width: 85px;
  height: 34px;
  background: url(images/front/sec_01/car.png) no-repeat 0 0;
  background-size: 85px 33px;
  margin: 0 auto 1.5em;
}

#sec_01_inner_body {
  width: 100%;
  position: relative;
}

#sec_01_inner_body::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 163px;
  height: 149px;
  background: url(images/front/sec_01/02.png) no-repeat 0 0;
  background-size: 100%;
  z-index: -1;
}

#sec_01_inner_body::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 162px;
  height: 149px;
  background: url(images/front/sec_01/01.png) no-repeat 0 0;
  background-size: 100%;
  z-index: -1;
}

#sec_01_inner_body p {
  margin-bottom: 1.5em;
}

.sec_01_br_sp {
  display: none;
}

@media (min-width: 769px) {
}

@media (max-width: 768px) {
  #sec_01_inner h2 {
    font-size: 27px;
  }
}

@media (max-width: 480px) {
  #sec_01_inner {
    padding-bottom: 105px;
  }

  #sec_01_inner h2 {
    font-size: 22px;
  }

  .sec_01_br_sp {
    display: block;
  }

  #sec_01_inner::before {
    top: 40px;
    width: 105px;
    height: 97px;
  }

  #sec_01_inner::after {
    top: 40px;
    width: 105px;
    height: 96px;
  }

  #sec_01_inner_body::before {
    bottom: -105px;
    width: 105px;
    height: 96px;
  }

  #sec_01_inner_body::after {
    bottom: -105px;
    width: 105px;
    height: 97px;
  }

  #sec_01_inner_body p {
    text-align: left;
  }

  #sec_01_inner_body p br {
    display: none;
  }
}

/* SECTION 2
===============================================*/

#sec_02 {
  width: 100%;
  background: url(images/front/sec_02/bg/pc.png) no-repeat center bottom;
  background-size: contain;
  min-height: 970px;
  overflow: hidden;
}

#sec_02_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 20px 0 76px;
  position: relative;
}

#sec_02_inner h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 3.125rem;
}

#sec_02_inner h2 span {
  display: inline-block;
  position: relative;
}

#sec_02_inner h2 > span::before,
#sec_02_inner h2 > span::after {
  display: block;
  font-size: 85px;
  font-family: "Roboto-thin", sans-serif;
  position: absolute;
  bottom: 22px;
}
#sec_02_inner h2 > span::before {
  content: "Q";
  left: -100px;
  color: #007580;
}

#sec_02_inner h2 > span::after {
  content: "A";
  right: -100px;
  color: #00946c;
}

#sec_02_inner h2 > span > span {
  font-size: 33px;
  margin-top: 0.875rem;
}

#sec_02_inner h2 > span > span::after {
  content: "";
  display: block;
  width: 45px;
  height: 9px;
  background: url(images/common/wave.png) no-repeat 0 0;
  background-size: 100%;
  margin: 20px auto 0;
}

.sec_02_inner_A {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec_02_inner_A > div {
  width: 48%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #007580;
  position: relative;
  margin-bottom: 2.375rem;
  padding: 20px;
}

.sec_02_inner_A > div::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007580;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.sec_02_q,
.sec_02_a {
  display: flex;
}

.sec_02_q {
  font-weight: 600;
  border-bottom: 1px dotted #007580;
  color: #007580;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.sec_02_q > span:nth-child(1),
.sec_02_a > span:nth-child(1) {
  font-size: 28px;
  width: 40px;
  font-weight: 600;
}

.sec_02_a > span:nth-child(1) {
  color: #00946c;
}

.sec_02_q > span:nth-child(2),
.sec_02_a > span:nth-child(2) {
  width: calc(100% - 40px);
}

.sec_02_q > span:nth-child(2) {
  font-size: 1.0625rem;
}

.sec_02_a > span:nth-child(2) {
  font-size: 0.9375rem;
}

.sec_02_inner_B {
  font-weight: bold;
}

.sec_02_inner_B ul {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}

.sec_02_inner_B ul li a {
  background: #f6edeb url(images/front/sec_02/car.png) no-repeat right center;
  background-size: 75px 56px;
  border: 1px solid #007580;
  box-sizing: border-box;
  height: 90px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  text-decoration: none;
  line-height: 1.4;
}

.sec_02_inner_B ul li a:hover,
.sec_02_inner_B ul li a:active {
  background-color: #ecdedb;
}

.sec_02_inner_B ul li a span {
  position: relative;
  display: flex;
  align-items: center;
}

.sec_02_inner_B ul li a span::after {
  content: "";
  display: block;
  width: 26px;
  height: 10px;
  background: url(images/common/arrow_01.png) no-repeat 0 0;
  background-size: 100%;
  margin-left: 0.625rem;
}

@media (min-width: 801px) {
  .sec_02_inner_B ul li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 1.5625rem;
  }

  .sec_02_inner_B ul li:nth-child(3),
  .sec_02_inner_B ul li:nth-child(5) {
    margin-right: 0;
  }
}

@media (max-width: 800px) {
  #sec_02 {
    background: url(images/front/sec_02/bg/tab.png) no-repeat center bottom;
    background-size: cover;
    position: relative;
  }

  .sec_02_inner_B ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1.5625rem;
  }

  .sec_02_inner_B ul li:nth-child(2),
  .sec_02_inner_B ul li:nth-child(4) {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  #sec_02_inner h2 {
    font-size: 18px;
  }

  #sec_02_inner h2 > span::before,
  #sec_02_inner h2 > span::after {
    font-size: 78px;
  }

  #sec_02_inner h2 > span::before {
    left: -50px;
  }

  #sec_02_inner h2 > span::after {
    right: -50px;
  }

  #sec_02_inner h2 > span > span {
    font-size: 30px;
    margin-top: 0.625rem;
  }

  .sec_02_inner_A > div {
    width: 100%;
    margin-bottom: 1.5625rem;
  }
}

@media (max-width: 480px) {
  #sec_02 {
    background: url(images/front/sec_02/bg/sp.png) no-repeat center bottom;
    background-size: cover;
    position: relative;
  }

  .sec_02_inner_B ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5625rem;
  }

  .sec_02_inner_B ul li:nth-child(2),
  .sec_02_inner_B ul li:nth-child(4) {
    margin-right: 0;
  }
}

/* SECTION 3
===============================================*/

#sec_03 {
  width: 100%;
  background: url(images/common/bg_01.png);
  background-size: 1600px 1615px;
  padding: 4.8125rem 0;
}

#sec_03_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#sec_03_inner > div {
  min-height: 210px;
}

#sec_03_head {
  background: #007580;
  color: #fff;
  width: 21%;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#sec_03_body {
  background: #fff;
  border: 1px solid #007580;
  width: 76.6%;
  box-sizing: border-box;
  padding: 30px 40px;
}

#sec_03_head h2 {
  font-size: 20px;
}

#sec_03_head .more a {
  font-size: 14px;
  position: relative;
}

#sec_03_head .more a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 7px;
  background: url(images/front/sec_03/arrow.png) no-repeat 0 0;
  background-size: 18px 7px;
  margin-right: 0.625rem;
}

#sec_03_head .more a:link,
#sec_03_head .more a:visited {
  color: #fff;
  text-decoration: underline;
}

#sec_03_head .more a:hover,
#sec_03_head .more a:active {
  color: #fff;
  text-decoration: none;
}

#sec_03_body ul li {
  display: flex;
  margin-bottom: 1rem;
}

#sec_03_body ul li:last-of-type {
  margin-bottom: 0;
}

#sec_03_body ul li .date {
  margin-right: 28px;
}

#sec_03_body ul li .cat {
  font-size: 13px;
  color: #fff;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 130px;
  overflow: hidden;
  margin-top: 2px;
  margin-right: 28px;
}

#sec_03_body ul li .title {
  width: calc(100% - 128px);
  line-height: 1.6;
}

#sec_03_body ul li .title a:link,
#sec_03_body ul li .title a:visited {
  text-decoration: none;
}

#sec_03_body ul li .title a:hover,
#sec_03_body ul li .title a:active {
  text-decoration: underline;
}

/* カテゴリータグのカラー */

/*.cat.news {
    background: #E8841E;
}

.cat.cat_1 {
    background: #8375B1;
}*/

@media (min-width: 769px) {
}

@media (max-width: 768px) {
  #sec_03 {
    padding: 4.125rem 0;
  }

  #sec_03_inner {
    display: block;
  }

  #sec_03_inner > div {
    min-height: initial;
  }

  #sec_03_head {
    width: 100%;
    flex-direction: row;
    padding: 0 24px;
    height: 50px;
    line-height: 50px;
  }

  #sec_03_body {
    width: 100%;
    padding: 30px 24px;
  }

  #sec_03_body ul li {
    flex-wrap: wrap;
  }

  #sec_03_body ul li .date {
    margin-right: 15px;
  }

  #sec_03_body ul li .cat {
    margin-right: 0;
  }

  #sec_03_body ul li .title {
    width: 100%;
    margin-top: 0.5em;
  }
}

@media (max-width: 480px) {
}

/* SECTION 4
===============================================*/

#sec_04 {
  width: 100%;
}

#sec_04_inner {
  width: 93.75%;
  max-width: 940px;
  margin: 0 auto;

  padding: 88px 0 107px;
  box-sizing: border-box;
}

#sec_04_box_container {
  background: url(images/front/sec_04/bg.png) no-repeat center center;
  background-size: 50%;
  height: 431px;
  position: relative;
  margin-bottom: 146px;
}

#sec_04_box_container::after {
  content: "";
  display: block;
  width: 459px;
  height: 103px;
  background: url(images/front/sec_04/arrow.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: -103px;
  left: 50%;
  margin-left: -230px;
}

#sec_04_box_container h2 {
  font-size: 28px;
  box-sizing: border-box;
  padding-left: 100px;
}

#sec_04_box_container > div {
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #007580;
  padding: 16px 20px;
  box-sizing: border-box;
  position: absolute;
}

#sec_04_box_container > div::before {
  content: "";
  display: block;
  width: 23px;
  height: 36px;
  background: url(images/front/sec_04/pin.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: -11px;
}

#sec_04_box_container > div::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007580;
  position: absolute;
  bottom: -5px;
  left: 0;
}

#sec_04_btn {
  text-align: center;
  position: relative;
  z-index: 0;
}

#sec_04_btn > a,
#sec_04_btn > span {
  position: relative;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}

#sec_04_btn > a > span,
#sec_04_btn > span > span {
  display: block;
  background: #007580;
  color: #fff;
  font-size: 23px;
  position: relative;
  box-sizing: border-box;
  padding: 0 16px;
  z-index: 0;
}

#sec_04_btn > a > span,
#sec_04_btn > span > span {
  position: relative;
  z-index: 1;
}

#sec_04_btn > a::before,
#sec_04_btn > span::before {
  content: "";
  display: block;
  width: 169px;
  height: 83px;
  background: url(images/front/sec_04/head.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: -82px;
  left: 29px;
  z-index: 0;
}

#sec_04_btn > a:link,
#sec_04_btn > a:visited {
  color: #fff;
  background: #007580;
  text-decoration: none;
}

#sec_04_btn > a:hover,
#sec_04_btn > a:active {
  color: #fff;
  background: #008d9a;
  text-decoration: none;
}

#sec_04_btn > a::after,
#sec_04_btn > span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007580;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.sec_04_btn_br {
  display: none;
}

@media (min-width: 1021px) {
  #sec_04_box_container > div:nth-child(2) {
    top: 100px;
    left: 131px;
  }

  #sec_04_box_container > div:nth-child(3) {
    bottom: 98px;
    left: 0;
  }

  #sec_04_box_container > div:nth-child(4) {
    bottom: 6px;
    left: 330px;
  }

  #sec_04_box_container > div:nth-child(5) {
    bottom: 84px;
    right: 0;
  }

  #sec_04_box_container > div:nth-child(6) {
    top: 50px;
    right: 145px;
  }

  #sec_04_btn > a > span,
  #sec_04_btn > span > span {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 1020px) {
  #sec_04_inner {
    padding: 74px 0 90px;
  }

  #sec_04_box_container {
    background-position: right -20px center;
    background-size: 65%;
    height: auto;
    margin-bottom: 166px;
  }

  #sec_04_box_container h2 {
    padding-left: 0;
    margin-bottom: 3.125rem;
  }

  #sec_04_box_container > div {
    display: block;
    position: relative;
    width: 54%;
    margin-bottom: 2.5rem;
    padding: 1rem;
  }

  #sec_04_box_container > div br {
    display: none;
  }

  #sec_04_box_container::after {
    bottom: -123px;
  }

  #sec_04_btn > a > span,
  #sec_04_btn > span > span {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 768px) {
  #sec_04_btn > a,
  #sec_04_btn > span {
    display: block;
  }

  #sec_04_btn > a > span,
  #sec_04_btn > span > span {
    display: block;
    width: 100%;
  }
}

@media (max-width: 760px) {
  #sec_04_btn > a > span,
  #sec_04_btn > span > span {
    height: auto;
    line-height: 1.5;
    padding: 10px;
  }

  .sec_04_btn_br {
    display: block;
  }

  #sec_04_btn > a::after,
  #sec_04_btn > span::after {
    position: relative;
    bottom: 0;
    margin-top: 5px;
  }
}

@media (max-width: 600px) {
  #sec_04_inner {
    padding-top: 60px;
  }

  #sec_04_box_container {
    background-position: center center;
    background-size: 100%;
    margin-bottom: 166px;
  }

  #sec_04_box_container h2 {
    font-size: 24px;
  }

  #sec_04_box_container > div {
    width: 100%;
    margin-bottom: 2.5rem;
    padding: 1rem;
  }

  #sec_04_box_container::after {
    width: 320px;
    height: 72px;
    bottom: -103px;
    left: 50%;
    margin-left: -160px;
  }

  #sec_04_btn > a > span,
  #sec_04_btn > span > span {
    font-size: 19px;
  }
}

@media (max-width: 480px) {
  #sec_04_box_container {
    margin-bottom: 190px;
  }
}

/* SECTION 5
===============================================*/

#sec_05 {
  width: 100%;
  background: url(images/common/bg_02.png) center center;
  background-size: 8px;
  padding: 80px 0 110px;
}

#sec_05_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
}

#sec_05_inner h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: 0.05em;
}

#sec_05_inner h2 span {
  display: inline-block;
  position: relative;
}

#sec_05_inner h2 span::after {
  content: "";
  display: block;
  width: 45px;
  height: 9px;
  background: url(images/common/wave.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -22px;
}

#sec_05_box {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #007580;
  padding: 60px;
  position: relative;
}

#sec_05_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007580;
  position: absolute;
  bottom: -6px;
  left: 0;
}

#sec_05_box_inner {
  width: 100%;
}

#sec_05_box_inner > div:nth-child(1),
#sec_05_box_inner > div:nth-child(3) {
  width: 57%;
  float: left;
}

#sec_05_box_inner > div:nth-child(1) {
  margin-bottom: 7.25rem;
}

#sec_05_box_inner > div:nth-child(2) {
  width: 35%;
  float: right;
}

#sec_05_box_inner .box .num {
  font-size: 51px;
  color: #007580;
  margin-bottom: 24px;
}

#sec_05_box_inner .box:nth-child(2) .num {
  margin-bottom: 10px;
  width: 23%;
}

#sec_05_box_inner .box .num span {
  display: inline-block;
  position: relative;
}

#sec_05_box_inner .box .num span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007580;
  position: absolute;
  bottom: -10px;
  left: 0;
}

#sec_05_box_inner .box:nth-child(3) .num {
  text-align: right;
}

#sec_05_box_inner .box .thumb img {
  width: 100%;
}

#sec_05_box_inner .box:nth-child(1),
#sec_05_box_inner .box:nth-child(3) {
  display: flex;
  justify-content: space-between;
}

#sec_05_box_inner .box:nth-child(3) {
  flex-direction: row-reverse;
}

#sec_05_box_inner .box:nth-child(1) .thumb_container,
#sec_05_box_inner .box:nth-child(3) .thumb_container {
  width: 43.8%;
}

#sec_05_box_inner .box:nth-child(2) .thumb_container {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-bottom: 24px;
}

#sec_05_box_inner .box:nth-child(2) .thumb {
  width: 71%;
  margin-right: 6%;
}

#sec_05_box_inner .box:nth-child(1) .desc,
#sec_05_box_inner .box:nth-child(3) .desc {
  width: 49.8%;
}

#sec_05_box_inner .box .desc h3 {
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 20px;
}

#sec_05_box_inner .box .desc h3 span {
  color: #007580;
}

#sec_05_box_inner .box:nth-child(1) .desc h3 {
  white-space: nowrap;
}

#sec_05_box_inner .box .desc p {
  font-size: 15px;
}

@media (min-width: 1181px) {
  #sec_05_box {
    display: block;
  }

  #sec_05_box_sp {
    display: none;
  }
}

@media (max-width: 1180px) {
  #sec_05 {
  }

  #sec_05_box {
    display: none;
  }

  #sec_05_box_sp {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #007580;
    padding: 60px 40px;
    position: relative;
  }

  #sec_05_box_sp::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #007580;
    position: absolute;
    bottom: -6px;
    left: 0;
  }

  #sec_05_box_sp .box_sp_head {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  #sec_05_box_sp .num {
    font-size: 51px;
    color: #007580;
    margin-right: 20px;
  }

  #sec_05_box_sp .num span {
    display: inline-block;
    position: relative;
  }

  #sec_05_box_sp .num span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #007580;
    position: absolute;
    bottom: -10px;
    left: 0;
  }

  #sec_05_box_sp h3 {
    font-size: 26px;
    line-height: 1.5;
  }

  #sec_05_box_sp h3 span {
    color: #007580;
  }

  #sec_05_box_sp .box_sp_body {
    display: flex;
    justify-content: space-between;
  }

  #sec_05_box_sp .box_sp_body .thumb {
    width: 40%;
  }

  #sec_05_box_sp .box_sp_body .thumb img {
    width: 100%;
  }

  #sec_05_box_sp .box_sp_body p {
    width: 55%;
  }

  #sec_05_box_sp .box_sp {
    margin-bottom: 50px;
  }

  #sec_05_box_sp .box_sp:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  #sec_05 {
    padding: 60px 0 80px;
  }

  #sec_05_inner h2 {
    font-size: 26px;
    margin-bottom: 60px;
  }

  #sec_05_box_sp {
    padding: 40px 20px;
  }

  #sec_05_box_sp .box_sp_body {
    display: block;
  }

  #sec_05_box_sp .box_sp_body .thumb {
    width: 70%;
    margin: 0 auto 30px;
  }

  #sec_05_box_sp .box_sp_body p {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #sec_05 {
  }

  #sec_05_box_sp .box_sp_head {
    margin-bottom: 20px;
  }

  #sec_05_box_sp h3 {
    font-size: 21px;
  }

  #sec_05_box_sp .box_sp_body .thumb {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* SECTION 6
===============================================*/

#sec_06 {
  width: 100%;
  background: url(images/common/bg_01.png) center center;
  background-size: 1600px 1615px;
}

#sec_06_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 70px 0 40px;
  position: relative;
  z-index: 0;
}

#sec_06_inner::before {
  content: "";
  display: block;
  width: 278px;
  height: 139px;
  background: url(images/front/sec_06/bg_01.png);
  background-size: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: -1;
}

#sec_06_inner::after {
  content: "";
  display: block;
  width: 278px;
  height: 139px;
  background: url(images/front/sec_06/bg_02.png);
  background-size: 100%;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: -1;
}

/* #sec_06_box_container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 6.875rem;
    z-index: 0;
} */

#sec_06_box_container {
  /* width: 69%; */
  max-width: 793px;
  position: relative;
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  justify-content: center;
  justify-items: center;
  justify-content: center;
  column-gap: clamp(5px, 10%, 40px);
  padding-bottom: 6.875rem;
  z-index: 0;
  margin: 0 auto;
}

#sec_06_box_container::before {
  content: "";
  display: block;
  width: 278px;
  height: 139px;
  background: url(images/front/sec_06/bg_02.png);
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#sec_06_box_container::after {
  content: "";
  display: block;
  width: 278px;
  height: 139px;
  background: url(images/front/sec_06/bg_01.png);
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#sec_06_inner h2 {
  font-size: 30px;
  text-align: center;
  margin: 30px auto 112px;
  letter-spacing: 0.05em;
}

#sec_06_inner h2 span {
  position: relative;
}

#sec_06_inner h2 span::after {
  content: "";
  display: block;
  width: 45px;
  height: 9px;
  background: url(images/common/wave.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -22px;
}

#sec_06_box_container .box {
  /* width: 45%; */
  /* margin-right: 5%; */
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  margin-bottom: 4.375rem;
}

#sec_06_box_container .box .num {
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: #007580;
  color: #fff;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}

#sec_06_box_container .box .num::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #007580;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -16px;
}

#sec_06_box_container .box h3 {
  width: fit-content;
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 1.25rem;
  margin-inline: auto;
}

#sec_06_box_container .box h3 span:first-of-type {
  color: #007580;
}

#sec_06_box_container .box h3 .small {
  font-size: 14px;
  display: block;
  text-align: right;
}
#sec_06_box_container .box h3 .add {
  font-size: 17px;
  text-align: left;
  width: fit-content;
  margin: 10px auto 3px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  column-gap: 5px;
}
@media screen and (max-width: 768px) {
  #sec_06_box_container .box h3 .add {
    font-size: 20px;
    display: block;
    margin: 0 auto;
  }
}
#sec_06_box_container .box h3 .add span {
  color: #007580;
}

#sec_06_box_container .box .thumb {
  width: 80%;
  margin: 0 auto 1.25rem;
}

#sec_06_box_container .box .thumb img {
  width: 100%;
}

#sec_06_box_container .box p {
  font-size: 15px;
}

@media (min-width: 961px) {
  /* #sec_06_box_container .box:nth-child(3),
    #sec_06_box_container .box:nth-child(5) {
        margin-right: 0;
    } */

  #sec_06_box_container .box:nth-child(3),
  #sec_06_box_container .box:nth-child(5) {
    margin-right: auto;
  }
}

@media (max-width: 960px) {
  #sec_06_box_container {
    padding-bottom: 0;
    column-gap: 5px;
  }

  #sec_06_box_container .box {
    width: 92%;
    margin-right: 4%;
  }

  #sec_06_box_container .box:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  #sec_06_inner::before {
    width: 195px;
    height: 98px;
    top: 70px;
  }

  #sec_06_inner::after {
    width: 195px;
    height: 98px;
    top: 70px;
  }

  #sec_06_box_container::before {
    width: 195px;
    height: 98px;
  }

  #sec_06_box_container::after {
    width: 195px;
    height: 98px;
  }

  #sec_06_inner h2 {
    margin-bottom: 80px;
  }
}

@media (max-width: 600px) {
  #sec_06_box_container {
    width: 69%;
    grid-template-columns: repeat(1, 1fr);
  }
  #sec_06_box_container .box {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  #sec_06_inner {
    padding-top: 50px;
  }

  #sec_06_inner::before {
    width: 132px;
    height: 66px;
    top: 50px;
  }

  #sec_06_inner::after {
    width: 132px;
    height: 66px;
    top: 50px;
  }

  #sec_06_box_container::before {
    width: 132px;
    height: 66px;
  }

  #sec_06_box_container::after {
    width: 132px;
    height: 66px;
  }

  #sec_06_inner h2 {
    font-size: 26px;
    margin-bottom: 60px;
  }

  #sec_06_box_container .box {
    margin-bottom: 3.125rem;
  }
}

/* SECTION 7
===============================================*/

#sec_07 {
  width: 100%;
  /*padding: 100px 0 130px;*/
  padding: 100px 0 30px;
  overflow: hidden;
}

#sec_07_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
}

#sec_07_inner h2 {
  font-size: 30px;
  text-align: center;
  /* margin-bottom: 80px; */
  letter-spacing: 0.05em;
}

#sec_07_inner h2 span {
  display: inline-block;
  position: relative;
  margin-bottom: 5rem;
}

#sec_07_inner h2 span::after {
  content: "";
  display: block;
  width: 45px;
  height: 9px;
  background: url(images/common/wave.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -22px;
}

#sec_07_msg {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
}

#sec_07_msg p {
  position: relative;
  display: inline-block;
  padding-bottom: 40px;
  z-index: 0;
}

#sec_07_msg p::before {
  content: "";
  display: block;
  width: 156px;
  height: 100px;
  background: url(images/front/sec_07/head_01.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: -196px;
  z-index: -1;
}

#sec_07_msg p::after {
  content: "";
  display: block;
  width: 145px;
  height: 96px;
  background: url(images/front/sec_07/head_02.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: -199px;
  z-index: -1;
}

#sec_07_box {
  width: 100%;
  background: #fff;
  border: 1px solid #007580;
  box-sizing: border-box;
  padding: 27px 0 23px;
  display: flex;
}

#sec_07_box > div {
  width: 17%;
  box-sizing: border-box;
  padding: 0 14px;
  border-right: 1px dotted #007580;
}

#sec_07_box > div:nth-child(1) {
  width: 49%;
  padding: 0 18px;
}

#sec_07_box > div:nth-child(4) {
  border-right: none;
}

#sec_07_box > div h3 {
  font-size: 17px;
  color: #fff;
  background: #2ab7b3;
  height: 31px;
  line-height: 31px;
  text-align: center;
  margin-bottom: 30px;
}

#sec_07_box > div:nth-child(1) h3 {
  background: #007580;
}

#sec_07_box .thumb {
  text-align: center;
  margin-bottom: 2.25rem;
}

#sec_07_box > div:nth-child(1) .box_inner {
  display: flex;
  justify-content: space-between;
}

#sec_07_box > div:nth-child(1) .box_inner .thumb {
  width: 25%;
}

#sec_07_box > div:nth-child(1) .box_inner .thumb img {
  max-width: 127px;
}

#sec_07_box > div:nth-child(2) .box_inner .thumb img {
  max-width: 128px;
}

#sec_07_box > div:nth-child(3) .box_inner .thumb img {
  max-width: 139px;
}

#sec_07_box > div:nth-child(4) .box_inner .thumb img {
  max-width: 155px;
}

#sec_07_box > div .box_inner .desc {
  font-size: 15px;
  line-height: 1.75;
}

#sec_07_box > div:nth-child(1) .box_inner .desc {
  width: 71%;
}

#sec_07_box > div .box_inner .desc p {
  margin-bottom: 1em;
}

#sec_07_box .more {
  padding-bottom: 0.5em;
}

#sec_07_box .more a {
  display: block;
  position: relative;
}

#sec_07_box .more a::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 10px;
  background: url(images/common/arrow_01.png) no-repeat 0 0;
  background-size: 100%;
  margin-right: 0.4rem;
}

@media (min-width: 1201px) {
}

@media (max-width: 1200px) {
  #sec_07_msg p::before {
    left: -62px;
  }

  #sec_07_msg p::after {
    right: -54px;
  }
}

@media (max-width: 768px) {
  #sec_07 {
    /*padding: 80px 0;*/
    padding: 80px 0 24px;
  }

  #sec_07_inner h2 {
    margin-bottom: 60px;
  }

  #sec_07_msg p {
    width: 60%;
    padding-bottom: 20px;
  }

  #sec_07_msg p br {
    display: none;
  }

  #sec_07_msg p::before {
    width: 110px;
    height: 71px;
    /*left: -120px;*/
  }

  #sec_07_msg p::after {
    width: 103px;
    height: 68px;
    /*right: -115px;*/
  }

  #sec_07_box {
    flex-wrap: wrap;
  }

  #sec_07_box > div {
    width: 33%;
    padding: 0 24px;
  }

  #sec_07_box > div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 24px;
    border-right: none;
  }

  #sec_07_box > div:nth-child(1) .box_inner {
    align-items: center;
  }

  #sec_07_box .thumb {
    margin-bottom: 1rem;
  }

  #sec_07_box > div:nth-child(1) .box_inner .thumb {
    width: 19%;
  }

  #sec_07_box > div:nth-child(1) .box_inner .thumb img {
    width: 100%;
  }

  #sec_07_box > div:nth-child(1) .box_inner .desc {
    width: 77%;
  }
}

@media (max-width: 600px) {
  #sec_07_msg p::before {
    left: -100px;
  }

  #sec_07_msg p::after {
    right: -90px;
  }

  #sec_07_box > div h3 {
    margin-bottom: 30px;
  }

  #sec_07_box > div {
    width: 100%;
    border-right: none;
    margin-bottom: 20px;
  }

  #sec_07_box > div:nth-child(1) .box_inner {
    display: block;
  }

  #sec_07_box .thumb {
    width: 50%;
    margin: 0 auto 20px;
  }

  #sec_07_box > div:nth-child(1) .box_inner .thumb {
    width: 50%;
  }

  #sec_07_box .thumb img {
    width: 100%;
  }

  #sec_07_box > div:nth-child(1) .box_inner .desc {
    width: 100%;
  }

  #sec_07_box .more {
    text-align: center;
  }
}

@media (max-width: 480px) {
  #sec_07 {
    /*padding: 60px 0;*/
    padding: 60px 0 20px;
  }

  #sec_07_inner h2 {
    font-size: 26px;
    margin-bottom: 50px;
  }

  #sec_07_inner h2 span {
    margin-bottom: 3.5rem;
  }

  #sec_07_msg p {
    width: 80%;
  }

  #sec_07_msg p::before {
    left: -36px;
  }

  #sec_07_msg p::after {
    right: -36px;
  }
}

/* SECTION 8
===============================================*/

#sec_08 {
  width: 100%;
  padding: 100px 0 125px;
  background: url(images/common/bg_05.png) no-repeat center center;
  background-size: 1600px 989px;
  background-size: cover;
  margin-top: 100px;
  /* display: none; */
}

#sec_08_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
}

#sec_08_inner h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: 0.05em;
}

#sec_08_inner h2 span {
  display: inline-block;
  position: relative;
}

#sec_08_inner h2 span::after {
  content: "";
  display: block;
  width: 45px;
  height: 9px;
  background: url(images/common/wave.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -22px;
}

#sec_08_box {
  background: #fff;
  padding: 80px 75px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

#sec_08_box .box {
  width: 30%;
  box-sizing: border-box;
  background: #f3f6f7;
  border: 1px solid #007580;
  padding: 24px;
}

#sec_08_box .box_head {
  text-align: center;
  font-size: 45px;
  color: #007580;
  margin-bottom: 24px;
}

#sec_08_box .box_body {
  font-size: 15px;
  line-height: 1.75;
}

#sec_08_box .box_body p {
  margin-bottom: 1em;
}

#sec_08_box .box_body p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 961px) {
}

@media (max-width: 960px) {
  #sec_08_box {
    padding: 60px 40px;
    flex-wrap: wrap;
  }

  #sec_08_box .box {
    width: 48%;
    margin-bottom: 1.875rem;
  }

  #sec_08_box .box:nth-child(3) {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  #sec_08 {
    padding: 80px 0 100px;
    margin-top: 60px;
  }

  #sec_08_inner h2 {
    margin-bottom: 70px;
  }

  #sec_08_box {
    display: block;
    padding: 50px 30px;
  }

  #sec_08_box .box {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #sec_08 {
    padding: 60px 0 80px;
  }

  #sec_08_inner h2 {
    font-size: 26px;
    margin-bottom: 60px;
  }

  #sec_08_box {
    display: block;
    padding: 40px 20px;
  }

  #sec_08_box .box {
    padding: 24px 16px;
  }

  #sec_08_box .box_head {
    margin-bottom: 16px;
  }
}

/* SECTION 9
===============================================*/

#sec_09 {
  width: 100%;
  padding: 100px 0;
}

#sec_09_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
}

#sec_09_inner h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: 0.05em;
}

#sec_09_inner h2 span {
  display: inline-block;
  position: relative;
}

#sec_09_inner h2 span::after {
  content: "";
  display: block;
  width: 45px;
  height: 9px;
  background: url(images/common/wave.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -22px;
}

#sec_09_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#sec_09_box .thumb {
  width: 50%;
}

#sec_09_box .desc {
  width: 45%;
  line-height: 2;
}

#sec_09_box .desc p {
  margin-bottom: 1em;
}

#sec_09_box .desc .boss_name {
  margin-bottom: 0;
  text-align: right;
}

@media (min-width: 769px) {
}

@media (max-width: 768px) {
  #sec_09 {
    padding: 50px 0;
  }

  #sec_09_inner h2 {
    margin-bottom: 70px;
  }

  #sec_09_box {
    display: block;
  }

  #sec_09_box .thumb {
    width: 75%;
    margin: 0 auto 50px;
  }

  #sec_09_box .desc {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #sec_09 {
    padding: 40px 0;
  }

  #sec_09_inner h2 {
    font-size: 26px;
    margin-bottom: 60px;
  }

  #sec_09_box .thumb {
    width: 100%;
    margin: 0 auto 40px;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * フッター
 *
 *
--------------------------------------------------------------------------------*/

footer {
  width: 100%;
}

/* FOOTER A
===============================================*/

#footer_inner_A {
  width: 100%;
  background: url(images/common/bg_01.png);
  background-size: 1600px 1615px;
  padding: 85px 0 145px;
  box-sizing: border-box;
  overflow: hidden;
}

#footer_inner_A_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
}

#footer_inner_A_inner h2 {
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  color: #007580;
  margin-bottom: 50px;
}

#footer_inner_A_inner h2 .f_i_br {
  display: none;
}

#footer_inner_A_box {
  display: flex;
  justify-content: space-between;
}

#footer_inner_A_msg {
  width: 30%;
}

#footer_inner_A_msg h3 {
  font-size: 18px;
  margin-bottom: 24px;
}

#footer_inner_A_msg ul {
  font-size: 15px;
  list-style-type: disc;
  margin-left: 1em;
}

#footer_inner_A_box .box {
  width: 68%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #007580;
  padding: 18px 0 14px;
  position: relative;
  display: flex;
}

#footer_inner_A_box .box::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007580;
  position: absolute;
  bottom: -5px;
  left: 0;
}

#footer_inner_A_box .box .box_inner {
  width: 50%;
  box-sizing: border-box;
  padding: 0 1rem;
}

#footer_inner_A_box .box_inner:nth-child(1) {
  border-right: 1px dotted #007580;
}

#footer_inner_A_box .box_inner h3 {
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}

#footer_inner_A_box .box_inner:nth-child(1) h3 {
  background: #007580;
}

#footer_inner_A_box .box_inner:nth-child(2) h3 {
  background: #27cdc6;
}

#footer_inner_A_box .box_inner:nth-child(1) #footer_tel {
  text-align: center;
}

#footer_inner_A_box .box_inner:nth-child(1) #footer_tel .tel {
  font-size: 36px;
  display: block;
  color: #007580;
}

#footer_inner_A_box .box_inner:nth-child(1) #footer_tel > span:nth-child(2) {
  display: block;
  font-size: 14px;
}

#footer_inner_A_box .tel a {
  text-decoration: none;
}

@media (min-width: 961px) {
}

@media (max-width: 960px) {
  #footer_inner_A {
    padding: 70px 0 80px;
  }

  #footer_inner_A_inner h2 {
    margin-bottom: 40px;
  }

  #footer_inner_A_box {
    display: block;
  }

  #footer_inner_A_msg {
    width: 100%;
    margin-bottom: 30px;
  }

  #footer_inner_A_msg h3 {
    text-align: center;
  }

  #footer_inner_A_msg ul {
    position: relative;
    float: left;
    left: 50%;
    margin-left: 0;
  }

  #footer_inner_A_msg ul li {
    position: relative;
    left: -50%;
    white-space: nowrap;
  }

  #footer_inner_A_box .box {
    width: 100%;
    clear: both;
  }

  #footer_inner_A_box .box_inner:nth-child(1) #footer_tel .tel a {
    position: relative;
    text-decoration: none;
  }

  /* #footer_inner_A_box .box_inner:nth-child(1) #footer_tel .tel a::before {
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        content:'\f2a0';
        font-weight: bold;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-right: 0.1em;
    } */
}

@media (max-width: 640px) {
  #footer_inner_A_inner h2 {
    font-size: 24px;
  }

  #footer_inner_A_box .box {
    display: block;
  }

  #footer_inner_A_box .box .box_inner {
    width: 100%;
    padding-bottom: 1rem;
  }

  #footer_inner_A_box .box_inner:nth-child(1) {
    border-right: none;
  }
}

@media (max-width: 480px) {
  #footer_inner_A_inner h2 {
    font-size: 24px;
  }

  #footer_inner_A_inner h2 .f_i_br {
    display: block;
  }
}

/* FOOTER B
===============================================*/

#footer_inner_B {
  width: 100%;
  padding-bottom: 60px;
  border-bottom: 1px solid #d7d7d7;
}

#footer_inner_B_face {
  width: 100%;
  margin-top: -30px;
  margin-bottom: 45px;
}

#footer_inner_B_face img {
  width: 100%;
}

#footer_inner_B_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
}

footer .logo {
  width: 284px;
  height: 46px;
  margin-bottom: 30px;
}

#footer_office_info {
  font-size: 14px;
  display: flex;
  line-height: 1.5;
}

#footer_office_info > div:nth-child(1) {
  margin-right: 70px;
}

@media (min-width: 769px) {
  #footer_inner_B_face_pc {
    display: block;
  }

  #footer_inner_B_face_sp {
    display: none;
  }
}

@media (max-width: 768px) {
  #footer_inner_B_face_pc {
    display: none;
  }

  #footer_inner_B_face_sp {
    display: block;
  }

  #footer_inner_B_inner {
    text-align: center;
  }

  footer .logo {
    margin: 0 auto 30px;
  }

  #footer_office_info {
    display: block;
  }

  #footer_office_info > div:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  #footer_inner_B {
    padding-bottom: 50px;
  }
}

@media (max-width: 480px) {
  #footer_inner_B {
    padding-bottom: 40px;
  }
}

/* FOOTER C
===============================================*/

#footer_inner_C {
  width: 100%;
  padding: 50px 0;
  font-size: 15px;
}

#footer_inner_C_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}

#footer_inner_C_inner a:link,
#footer_inner_C_inner a:visited {
  text-decoration: none;
  color: #111;
}

#footer_inner_C_inner a:hover,
#footer_inner_C_inner a:active {
  text-decoration: underline;
  color: #111;
}

#footer_inner_C_inner > div {
  width: 20%;
}

#footer_inner_C_inner > div > div {
  margin-bottom: 1rem;
}

#footer_inner_C_inner > div > div > span {
  display: block;
  margin-bottom: 0.5rem;
}

#footer_inner_C_inner > div > div > ul {
  list-style-type: disc;
  margin-left: 1em;
}

@media (max-width: 960px) {
  #footer_inner_C_inner {
    justify-content: space-between;
  }

  #footer_inner_C_inner > div {
    width: 48%;
  }

  #footer_inner_C_inner > div:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  #footer_inner_C_inner > div:nth-child(1) > div {
    width: 48%;
  }

  /*#footer_inner_C_inner > div {
        width: 33.3%;
    }*/
}

@media (max-width: 768px) {
  /*#footer_inner_C_inner > div {
        width: 50%;
    }*/
}

@media (max-width: 600px) {
  #footer_inner_C {
    padding: 40px 0 20px;
  }
}

@media (max-width: 480px) {
  #footer_inner_C {
    padding: 30px 0 10px;
  }
}

/* FOOTER D
===============================================*/

#footer_inner_D {
  width: 100%;
  font-size: 15px;
}

#footer_inner_D_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
}

#footer_inner_D ul {
  display: flex;
  justify-content: center;
}

#footer_inner_D ul li {
  margin: 0 30px;
}

#footer_inner_D_inner a:link,
#footer_inner_D_inner a:visited {
  text-decoration: none;
  color: #111;
}

#footer_inner_D_inner a:hover,
#footer_inner_D_inner a:active {
  text-decoration: underline;
  color: #111;
}

@media (min-width: 769px) {
}

@media (max-width: 768px) {
  /*#footer_inner_D {
        padding-bottom: 50px;
    }*/

  #footer_inner_D ul {
    display: block;
    text-align: center;
  }

  #footer_inner_D ul li {
    margin: 0;
  }
}

@media (max-width: 480px) {
}

/* COPYRIGHTS
===============================================*/

#copy {
  width: 100%;
  text-align: center;
  font-size: 13px;
  padding: 50px 0 70px;
}

@media (min-width: 769px) {
}

@media (max-width: 768px) {
  #copy {
    padding: 40px 0 60px;
  }
}

@media (max-width: 480px) {
  #copy {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * 追従コンテンツ
 *
 *
--------------------------------------------------------------------------------*/

#fixed {
  display: none;
}

/* PAGE TOP
===============================================*/

#page_top a {
  display: block;
  position: fixed;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  background: #007580;
  border-radius: 50%;
  opacity: 0.9;
}

#page_top a:hover {
  opacity: 1;
}

@media (min-width: 769px) {
  #page_top a {
    bottom: 300px;
    right: 16px;
  }

  .contact #page_top a,
  .skype #page_top a {
    bottom: 30px;
  }
}

@media (max-width: 768px) {
  #page_top a {
    /*bottom: 120px;*/
    bottom: 30px;
    right: 16px;
  }
}

@media (max-width: 480px) {
  #page_top a {
    /*bottom: 150px;*/
    bottom: 30px;
  }
}

/* Skype相談ボタン
===============================================*/

#cta {
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
}

#cta a {
  display: block;
  position: relative;
  background: #007580;
  color: #fff;
  text-decoration: none;
  padding: 24px;
  box-sizing: border-box;
}

#cta_head {
  margin-bottom: 0.625rem;
}

#cta a #cta_head > div:nth-child(1) {
  font-size: 14px;
}

#cta a #cta_head > div:nth-child(2) {
  font-size: 26px;
  color: #ffff00;
}

#cta a #cta_head > div:nth-child(2) > span {
  font-size: 19px;
}

#cta_body > div:nth-child(1) {
  width: 275px;
  height: 112px;
}

#cta_body > div:nth-child(1) img {
  width: 100%;
}

#cta_btn {
  display: block;
  width: 220px;
  height: 47px;
  line-height: 47px;
  position: relative;
  z-index: 0;
  margin: 0 auto;
}

#cta_btn > span {
  display: block;
  width: 220px;
  height: 47px;
  line-height: 47px;
  position: relative;
  margin: 0 auto;
  border-radius: 5px;
  z-index: 1;
  font-size: 19px;
}

#cta_btn::after {
  content: "";
  display: block;
  width: 220px;
  height: 47px;
  background: #009c97;
  position: absolute;
  bottom: -3px;
  right: -3px;
  border-radius: 5px;
  z-index: -1;
}

#cta_btn > span > span {
  position: relative;
  margin-right: -10px;
}

#cta_btn > span > span::after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 11px;
  background: url(images/common/cta/02.png) no-repeat 0 0;
  background-size: 100%;
  margin-left: 0.625rem;
}

#cta a:link #cta_btn > span,
#cta a:visited #cta_btn > span {
  background: #27cdc6;
  transition: 0.3s ease;
}

#cta a:hover #cta_btn > span,
#cta a:active #cta_btn > span {
  background: #2fe5e0;
  transition: 0.3s ease;
}

#cta_close {
  width: 23px;
  height: 23px;
  line-height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  #cta {
    display: none;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * 下層ページ共通
 *
 *
--------------------------------------------------------------------------------*/

/* メインビジュアル
===============================================*/

#mv_sub {
  background: url(images/common/bg_01.png);
  background-size: 1600px 1615px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

#mv_sub_inner {
  width: 100%;
  max-width: 1320px;
  height: 200px;
  margin: 0 auto;
}

#mv_sub_title {
  width: 100%;
  max-width: 1150px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#mv_sub_title h1 {
  padding-left: 24px;
}

#mv_sub_title h1 span {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  color: #fff;
  background: #007580;
  display: inline-block;
  min-width: 320px;
  padding: 0 12px;
}

@media (max-width: 1020px) {
  #mv_sub {
    padding-top: 86px;
  }
}

@media (max-width: 600px) {
  #mv_sub {
    padding-top: 64px;
    height: 80px;
  }

  #mv_sub_inner {
    height: 80px;
  }

  #mv_sub_title {
    height: 80px;
  }

  #mv_sub_title h1 {
    padding-left: 20px;
  }

  #mv_sub_title h1 span {
    font-size: 19px;
    height: 30px;
    line-height: 30px;
    min-width: 240px;
  }
}

/* パンくずリスト
===============================================*/

#breadcrumbs {
  width: 100%;
  height: 64px;
  line-height: 64px;
  font-size: 13px;
}

.breadcrumbs_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
}

#breadcrumbs .arrow {
  display: inline-block;
  margin: 0 0.5em;
}

.breadcrumbs_inner span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 480px) {
  .breadcrumbs_inner span[property="name"] {
    max-width: 140px;
  }
}

/* 背景
===============================================*/

.sub #content {
  background: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.sub #content::before {
  content: "";
  display: block;
  width: 243px;
  /*height: 2115px;
    background: url(images/common/bg_03_L.png) no-repeat 0 0;*/
  height: 6345px;
  background: url(images/common/bg_03_L.png) repeat 0 0;
  background-size: 243px 2115px;
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: -1;
}

.sub #content::after {
  content: "";
  display: block;
  width: 242px;
  /*height: 2115px;
    background: url(images/common/bg_03_R.png) no-repeat 0 0;*/
  height: 6345px;
  background: url(images/common/bg_03_R.png) repeat 0 0;
  background-size: 242px 2115px;
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: -1;
}

.sub #content_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 30px;
}

@media (max-width: 600px) {
  .sub #content_inner {
    padding-top: 0;
  }

  .sub #content::before,
  .sub #content::after {
    display: none;
  }
}

/* フットアピール
===============================================*/

/* ページ下部ナビゲーション
===============================================*/

#sub_bottom_nav {
  width: 100%;
  padding: 110px 0 125px;
  background: #fff;
}

#sub_bottom_nav_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
}

#sub_bottom_nav_inner ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sub_bottom_nav ul li {
  position: relative;
}

#sub_bottom_nav ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007581;
  margin-top: 3px;
}

#sub_bottom_nav ul li a {
  display: block;
  height: 83px;
  line-height: 83px;
  text-align: center;
  position: relative;
  border: 1px solid #007581;
  background: #fff;
}

#sub_bottom_nav ul li a:link,
#sub_bottom_nav ul li a:visited {
  background: #fff;
  color: #007581;
  text-decoration: none;
}

#sub_bottom_nav ul li a:hover,
#sub_bottom_nav ul li a:active {
  background: #007581;
  color: #fff;
  text-decoration: none;
}

#sub_bottom_nav ul li a::after {
  font-family: "Font Awesome 5 Free";
  display: block;
  content: "\f105";
  position: absolute;
  color: #007581;
  top: 0;
  right: 1rem;
  font-weight: bold;
  font-size: 1.25rem;
}

#sub_bottom_nav ul li a:link::after,
#sub_bottom_nav ul li a:visited::after {
  color: #007581;
}

#sub_bottom_nav ul li a:hover::after,
#sub_bottom_nav ul li a:active::after {
  color: #fff;
}

#sub_bottom_nav ul li {
  width: 30%;
  margin: 0 1.4%;
}

#sub_bottom_nav ul li a {
  width: 100%;
}

@media (max-width: 1020px) {
  #sub_bottom_nav {
    padding: 80px 0;
  }
}

@media (max-width: 960px) {
  #sub_bottom_nav_inner ul {
    flex-wrap: wrap;
  }

  #sub_bottom_nav ul li {
    width: 45%;
    margin-bottom: 1.5rem;
  }

  #sub_bottom_nav ul li:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 800px) {
  #sub_bottom_nav {
    padding: 60px 0;
  }

  #sub_bottom_nav ul li a {
    height: 64px;
    line-height: 64px;
  }
}

@media (max-width: 600px) {
  #sub_bottom_nav {
    padding: 40px 0;
  }

  #sub_bottom_nav ul li {
    width: 100%;
    margin: 0 auto 0.5rem;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * 選ばれる理由
 *
 *
--------------------------------------------------------------------------------*/

/* メインビジュアル
===============================================*/

.reason #mv_sub_inner {
  background: url(images/reason/mv.png) no-repeat right center;
  background-size: 958px 200px;
}

.reason h2 span {
  display: inline-block;
  margin-bottom: 5.9375rem;
  position: relative;
}

.reason h2 span::after {
  content: "";
  display: block;
  width: 45px;
  height: 9px;
  background: url(images/common/wave.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: -36px;
  left: 50%;
  margin-left: -22px;
}

@media (max-width: 1020px) {
  .reason #mv_sub_inner {
    background-position: left 230px center;
  }
}

@media (max-width: 800px) {
  .reason #mv_sub_inner {
    background-position: left 130px center;
  }
}

@media (max-width: 600px) {
  .reason #mv_sub_inner {
    background-position: right center;
    background-size: 480px auto;
  }
}

@media (max-width: 480px) {
  .reason #mv_sub_inner {
    background-position: right center;
    background-size: 380px auto;
  }
}

@media (max-width: 400px) {
  .reason #mv_sub_inner {
    background-position: right -100px center;
    background-size: auto 100%;
  }
}

/* 共通
===============================================*/

.reason h2 {
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}

.reason h2 br {
  display: none;
}

.reason .num {
  font-size: 51px;
  color: #007580;
}

.reason .num span {
  display: inline-block;
  position: relative;
}

.reason .num span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007580;
  margin-top: 10px;
}

.reason .desc_inner {
  width: 100%;
  background: url(images/common/bg_04.png) center center;
  background-size: 10px;
  box-sizing: border-box;
}

.reason #content h3 {
  font-size: 28px;
  line-height: 1.3;
}

.reason h3 span:first-of-type {
  color: #007580;
}

.reason #content h3 .add span {
  color: #007580;
}

.reason #content h3 span.small {
  font-size: 20px;
  color: #111;
  display: block;
  text-align: right;
}
.reason #content .thumb img {
  width: 100%;
}

.r_sec_title_sp {
  display: none;
}

@media (max-width: 600px) {
  .reason h2 {
    font-size: 24px;
  }

  .reason h2 span {
    margin-bottom: 3.5rem;
  }

  .reason h2 span::after {
    bottom: -24px;
  }

  .reason h2 br {
    display: block;
  }

  .r_sec_title_pc {
    display: none;
  }

  .r_sec_title_sp {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  .r_sec_title_sp .num {
    width: 50px;
  }

  .r_sec_title_sp h3 {
    width: calc(100% - 50px);
  }

  .reason #content h3 {
    font-size: 21px;
  }
}

@media (max-width: 480px) {
}

/* SECTION 1
===============================================*/

#r_sec_01 {
  width: 100%;
  position: relative;
  z-index: 0;
  margin-bottom: 6.4%;
}

#r_sec_01 .thumb {
  width: 38%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#r_sec_01 .desc {
  width: 65%;
  position: relative;
  z-index: 1;
  margin-left: 35%;
  box-sizing: border-box;
  padding-top: 6%;
}

#r_sec_01 .desc .num {
  margin-left: 6.6%;
  margin-bottom: 2.3%;
}

#r_sec_01 .desc_inner {
  padding: 4% 9%;
}

#r_sec_01 .desc_inner h3 {
  margin-bottom: 2.65%;
}
#r_sec_01 .desc_inner h3 .add {
  font-size: 23px;
  text-align: left;
  width: fit-content;
  margin: 3px auto 2px 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: start;
  column-gap: 10px;
}
@media screen and (max-width: 768px) {
  #r_sec_01 .desc_inner h3 .add {
    display: block;
    margin: 0 auto;
  }
}

#r_sec_01 h3 .kakko {
  font-size: 20px;
}

@media (max-width: 600px) {
  #r_sec_01 .thumb {
    width: 70%;
    position: relative;
    margin: 0 auto 30px;
  }

  #r_sec_01 .desc {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }

  #r_sec_01 .desc .num {
    margin-left: 0;
    margin-bottom: 30px;
  }

  #r_sec_01 .desc_inner {
    padding: 20px;
  }

  #r_sec_01 .desc_inner h3 {
    display: none;
  }
}

@media (max-width: 480px) {
  #r_sec_01 h3 br {
    display: none;
  }
  #r_sec_01 h3 .add br {
    display: block;
  }

  #r_sec_01 .thumb {
    width: 100%;
  }
}

/* SECTION 2
===============================================*/

#r_sec_02 {
  width: 100%;
  position: relative;
  z-index: 0;
  margin-bottom: 9.7%;
}

#r_sec_02 .thumb {
  width: 37%;
  position: absolute;
  top: 0;
  right: 0;
}

#r_sec_02 .desc {
  width: 66%;
  position: relative;
  z-index: -1;
  margin-right: 34%;
  box-sizing: border-box;
  padding-top: 3.5%;
}

#r_sec_02 .desc .num {
  margin-left: 9%;
  margin-bottom: 2.3%;
}

#r_sec_02 .desc_inner {
  padding: 4% 9%;
}

#r_sec_02 .desc_inner h3 {
  margin-bottom: 2.65%;
}

#r_sec_02 .desc_inner p {
  margin-bottom: 1em;
}

#r_sec_02 .desc_inner .more a {
  display: flex;
  align-items: center;
  position: relative;
}

#r_sec_02 .desc_inner .more a::before {
  content: "";
  display: block;
  width: 26px;
  height: 11px;
  background: url(images/common/arrow_01.png) no-repeat 0 0;
  background-size: 100%;
  margin-right: 0.5em;
}

#r_sec_02 .desc_inner .more a span {
  width: calc(100% - 26px);
}

@media (max-width: 600px) {
  #r_sec_02 .thumb {
    width: 70%;
    position: relative;
    margin: 0 auto 30px;
  }

  #r_sec_02 .desc {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }

  #r_sec_02 .desc .num {
    margin-left: 0;
    margin-bottom: 30px;
  }

  #r_sec_02 .desc_inner {
    padding: 20px;
  }

  #r_sec_02 .desc_inner h3 {
    display: none;
  }
}

@media (max-width: 480px) {
  #r_sec_02 .thumb {
    width: 100%;
  }
}

/* SECTION 3
===============================================*/

#r_sec_03 {
  width: 100%;
  background: url(images/common/bg_01.png);
  background-size: 1600px 1615px;
}

#r_sec_03_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
  background: url(images/reason/03.png) no-repeat center bottom;
  background-size: 76.78%;
}

#r_sec_03_title {
  width: 100%;
  padding: 6.5% 0;
  text-align: center;
}

#r_sec_03_title > div,
#r_sec_03_title > h3 {
  display: inline-block;
}

#r_sec_03_title .num {
  margin-right: 0.2em;
}

#r_sec_03_inner .desc {
  width: 100%;
  box-sizing: border-box;
  padding-left: 50%;
  padding-bottom: 9.3%;
}

#r_sec_03_title br {
  display: none;
}

@media (max-width: 600px) {
  #r_sec_03_title {
    display: flex;
  }

  #r_sec_03_title br {
    display: block;
  }

  #r_sec_03_title .num {
    display: block;
    margin-right: 0;
    width: 50px;
  }

  #r_sec_03_inner .desc {
    padding-left: 0;
    padding-bottom: 25%;
  }
}

@media (max-width: 480px) {
  #r_sec_03_inner {
    background-size: 100%;
  }

  #r_sec_03_inner .desc {
    padding-bottom: 30%;
  }
}

/* SECTION 4
===============================================*/

#r_sec_04 {
  width: 100%;
  position: relative;
  z-index: 0;
  margin-top: 8.6%;
  margin-bottom: 10.6%;
}

#r_sec_04 .thumb {
  width: 37%;
  position: absolute;
  top: 0;
  left: 0;
}

#r_sec_04 .desc {
  width: 65%;
  position: relative;
  z-index: -1;
  margin-left: 35%;
  box-sizing: border-box;
  padding-top: 2.6%;
}

#r_sec_04 .desc .num {
  margin-left: 9.1%;
  margin-bottom: 3.1%;
}

#r_sec_04 .desc_inner {
  padding: 4% 9%;
}

#r_sec_04 .desc_inner h3 {
  margin-bottom: 2.65%;
}

#r_sec_04_title br {
  display: none;
}

@media (max-width: 600px) {
  #r_sec_04 .thumb {
    width: 70%;
    position: relative;
    margin: 0 auto 30px;
  }

  #r_sec_04 .desc {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }

  #r_sec_04 .desc .num {
    margin-left: 0;
    margin-bottom: 30px;
  }

  #r_sec_04 .desc_inner {
    padding: 20px;
  }

  #r_sec_04 .desc_inner h3 {
    display: none;
  }

  #r_sec_04_title br {
    display: block;
  }
}

@media (max-width: 480px) {
  #r_sec_04 h3 br {
    display: none;
  }

  #r_sec_04 .thumb {
    width: 100%;
  }
}

/* SECTION 5
===============================================*/

#r_sec_05 {
  width: 100%;
  position: relative;
  z-index: 0;
  margin-bottom: 10.4%;
}

#r_sec_05 .thumb {
  width: 37%;
  position: absolute;
  top: 0;
  right: 9.56%;
  z-index: 10;
}

#r_sec_05 .desc {
  width: 47%;
  position: relative;
  z-index: 1;
  margin-right: 43%;
  margin-left: 10%;
  box-sizing: border-box;
  padding-top: 9.1%;
}

#r_sec_05 .desc .num {
  margin-left: 10%;
  margin-bottom: 4.7%;
}

#r_sec_05 .desc_inner {
  padding: 4% 9%;
}

#r_sec_05 .desc_inner h3 {
  margin-bottom: 2.65%;
}

@media (max-width: 960px) {
  #r_sec_05 .thumb {
    right: 0;
  }

  #r_sec_05 .desc {
    width: 66%;
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  #r_sec_05 .thumb {
    width: 70%;
    position: relative;
    margin: 0 auto 30px;
  }

  #r_sec_05 .desc {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }

  #r_sec_05 .desc .num {
    margin-left: 0;
    margin-bottom: 30px;
  }

  #r_sec_05 .desc_inner {
    padding: 20px;
  }

  #r_sec_05 .desc_inner h3 {
    display: none;
  }

  #r_sec_05_title br {
    display: block;
  }
}

@media (max-width: 480px) {
  #r_sec_05 .thumb {
    width: 100%;
  }
}

/* SECTION 6
===============================================*/

#r_sec_06 {
  width: 100%;
  background: url(images/common/bg_01.png);
  background-size: 1600px 1615px;
  overflow: visible;
}

#r_sec_06_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
}

#r_sec_06_desc {
  width: 39%;
  padding: 6.9% 0 15.8% 7.8%;
}

#r_sec_06_title {
  display: flex;
  /*align-items: center;*/
  margin-bottom: 7.6%;
}

#r_sec_06_title .num {
  margin-right: 0.5em;
}

#r_sec_06_jp {
  width: 45.39%;
  position: absolute;
  top: -5%;
  right: 8.2%;
}

#r_sec_06_jp img {
  width: 100%;
}

@media (max-width: 960px) {
  #r_sec_06_desc {
    padding: 6.9% 0 6% 4%;
  }

  #r_sec_06_jp {
    right: 6%;
  }
}

@media (max-width: 600px) {
  #r_sec_06_inner {
    padding: 50px 0;
  }

  #r_sec_06_title {
    margin-bottom: 30px;
  }

  #r_sec_06_desc {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  #r_sec_06_jp {
    position: relative;
    width: 70%;
    right: 0;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  #r_sec_06_jp {
    width: 100%;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * 都市型ハイヤーの基礎知識(共通)
 *
 *
--------------------------------------------------------------------------------*/

/* メインビジュアル
===============================================*/

.higher #mv_sub_inner {
  background: url(images/higher/mv.png) no-repeat right center;
  background-size: 958px 200px;
}

@media (max-width: 1020px) {
  .higher #mv_sub {
    padding-top: 0;
  }

  .higher #mv_sub_inner {
    background-position: left 230px center;
  }
}

@media (max-width: 800px) {
  .higher #mv_sub_inner {
    background-position: left 130px center;
  }
}

@media (max-width: 600px) {
  .higher #mv_sub {
    padding-top: 0;
  }

  .higher #mv_sub_inner {
    background-position: right center;
    background-size: 480px auto;
  }
}

@media (max-width: 480px) {
  .higher #mv_sub_inner {
    background-position: right center;
    background-size: 380px auto;
  }
}

@media (max-width: 400px) {
  .higher #mv_sub_inner {
    background-position: right -100px center;
    background-size: auto 100%;
  }
}

/* 見出し
===============================================*/

.higher h2 > span {
  display: inline-block;
  /* margin-bottom: 5.9375rem; */
  margin-bottom: 8rem;
  position: relative;
}

.higher h2 > span::after {
  content: "";
  display: block;
  width: 45px;
  height: 9px;
  background: url(images/common/wave.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: -36px;
  left: 50%;
  margin-left: -22px;
}

/* サブナビゲーション
===============================================*/

#higher_nav {
  width: 100%;
  padding: 110px 0 125px;
}

#higher_nav_inner {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

#higher_nav_inner ul {
  width: 100%;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  justify-content: space-between;
}

#higher_nav ul li {
  position: relative;
}

#higher_nav ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007581;
  margin-top: 3px;
}

#higher_nav ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  border: 1px solid #007581;
  background: #fff;
  font-size: 0.875rem;
}

#higher_nav ul li a:link,
#higher_nav ul li a:visited {
  background: #fff;
  color: #111;
  text-decoration: none;
}

#higher_nav ul li a.current,
#higher_nav ul li a:hover,
#higher_nav ul li a:active {
  background: #007581;
  color: #fff;
  text-decoration: none;
}

#higher_nav ul li a::after {
  font-family: "Font Awesome 5 Free";
  display: block;
  content: "\f105";
  position: absolute;
  color: #007581;
  top: 0;
  right: 0.5rem;
  font-weight: bold;
  font-size: 1.25rem;
}

#higher_nav ul li a:link::after,
#higher_nav ul li a:visited::after {
  color: #007581;
}

#higher_nav ul li a:hover::after,
#higher_nav ul li a:active::after {
  color: #fff;
}

#higher_nav ul li a.current::after {
  color: #fff;
}

#higher_nav ul li {
  width: 18.69%;
  /*margin: 0 0.78%;*/
}

#higher_nav ul li:first-of-type {
  margin-left: 0;
}

#higher_nav ul li:last-of-type {
  margin-right: 0;
}

#higher_nav ul li a {
  width: 100%;
}

@media (max-width: 1020px) {
  #higher_nav {
    padding: 80px 0;
  }
}

@media (max-width: 960px) {
  #higher_nav_inner ul {
    flex-wrap: wrap;
  }

  #higher_nav ul li {
    width: 45%;
    margin-bottom: 1.5rem;
  }

  #higher_nav ul li:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 800px) {
  #higher_nav {
    padding: 60px 0;
  }

  #higher_nav ul li a {
    height: 64px;
    line-height: 64px;
  }
}

@media (max-width: 600px) {
  #higher_nav {
    padding: 60px 0;
  }

  #higher_nav_inner {
    width: 100%;
  }

  #higher_nav ul li {
    width: 100%;
    margin: 0 auto 0.5rem;
  }
}

/* フットアピール
===============================================*/

#appeal {
  width: 100%;
  background: url(images/common/bg_05.png) no-repeat center center;
  background-size: 1600px 989px;
  background-size: cover;
  position: relative;
  z-index: 0;
}

#appeal_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 30px 0 50px;
}

#appeal #appeal_title {
  font-size: 20px;
  text-align: center;
  padding-top: 96px;
  margin-bottom: 38px;
}

#appeal #appeal_title span {
  display: inline-block;
  color: #fff;
  background: #007580;
  height: 40px;
  line-height: 40px;
  padding: 0 1.5em;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
}

#appeal #appeal_title span::before {
  content: "";
  display: block;
  width: 186px;
  height: 95px;
  background: url(images/common/appeal/00.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: -95px;
  left: 50%;
  margin-left: -93px;
}

#appeal #appeal_title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: none;
  background: #007580;
  position: absolute;
  left: 0;
  bottom: -5px;
  margin-left: 0;
}

#appeal_box_container {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 50px 60px;
  display: flex;
  justify-content: space-between;
}

#appeal_box_container .box {
  width: 30%;
}

#appeal_box_container .box h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-weight: bold;
}

#appeal_box_container .box h3 span {
  color: #007580;
}

#appeal_box_container .box .thumb {
  margin-bottom: 1.25rem;
}

#appeal_box_container .box .thumb img {
  width: 100%;
}

#appeal_box_container .box .desc {
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 800px) {
  #appeal_box_container {
    flex-wrap: wrap;
    padding: 50px 40px;
  }

  #appeal_box_container .box {
    width: 47.5%;
    margin-bottom: 40px;
  }

  #appeal_box_container .box:last-of-type {
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  #appeal_box_container .box {
    width: 100%;
  }

  #appeal_box_container .box h3 br {
    display: none;
  }

  #appeal_box_container .box .thumb {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  #appeal_box_container .box .desc {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  #appeal_box_container {
    padding: 30px 20px;
  }

  #appeal_box_container .box .thumb {
    width: 100%;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * 都市型ハイヤーとは
 *
 *
--------------------------------------------------------------------------------*/

.higher.higher_about h2 {
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 600px) {
  .higher.higher_about h2 {
    font-size: 24px;
  }

  .higher.higher_about h2 span {
    margin-bottom: 3.5rem;
  }

  .higher.higher_about h2 span::after {
    bottom: -24px;
  }

  .higher.higher_about h2 br {
    display: block;
  }
}

@media (max-width: 480px) {
}

/* SECTION 1
===============================================*/

#h_a_sec_01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 3.75rem;
}

@media (max-width: 600px) {
  #h_a_sec_01 {
    margin-bottom: 2.5rem;
  }
}

/* SECTION 2
===============================================*/

#h_a_sec_02 {
  width: 100%;
  background: url(images/common/bg_02.png) center center;
  background-size: 8px;
  padding: 58px 75px;
  box-sizing: border-box;
  margin-bottom: 100px;
}

#h_a_sec_02 h3 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 45px;
}

#h_a_sec_02 h3 span {
  color: #007580;
}

#h_a_sec_02_inner {
  display: flex;
  justify-content: space-between;
}

.h_a_sec_02_box {
  width: 47.5%;
  background: #fff;
  border: 1px solid #007580;
  position: relative;
}

.h_a_sec_02_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007580;
  position: absolute;
  bottom: -6px;
}

.h_a_sec_02_box_head {
  text-align: center;
  font-size: 20px;
  width: 100%;
  padding: 28px 0 26px;
  box-sizing: border-box;
  background: #ccc;
}

.h_a_sec_02_box_head_higher {
  background: #e4f1fc;
}

.h_a_sec_02_box_head_higher .thumb img {
  max-width: 105px;
}

.h_a_sec_02_box_head_taxi {
  background: #eaeaea;
}

.h_a_sec_02_box_head_taxi .thumb img {
  max-width: 111px;
}

.h_a_sec_02_box_head h4 {
  margin-bottom: 1rem;
}

.h_a_sec_02_box .desc {
  padding: 30px;
  box-sizing: border-box;
}

.h_a_sec_02_box .desc p {
  margin-bottom: 1em;
}

.h_a_sec_02_box .desc p:last-of-type {
  margin-bottom: 0;
}

#h_a_sec_02 h3 br {
  display: none;
}

@media (max-width: 800px) {
  #h_a_sec_02 {
    padding: 50px 40px;
    margin-bottom: 80px;
  }

  #h_a_sec_02 h3 {
    margin-bottom: 30px;
  }

  #h_a_sec_02_inner {
    display: block;
  }

  .h_a_sec_02_box {
    width: 100%;
    margin-bottom: 2rem;
  }

  .h_a_sec_02_box:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  #h_a_sec_02 h3 {
    font-size: 22px;
  }

  .h_a_sec_02_box .desc {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  #h_a_sec_02 {
    padding: 30px 20px 40px;
  }

  #h_a_sec_02 h3 {
    margin-bottom: 20px;
  }

  #h_a_sec_02 h3 br {
    display: block;
  }
}

/* SECTION 3
===============================================*/

#h_a_sec_03 {
  width: 100%;
  background: #fff;
  border: 1px solid #007580;
  box-sizing: border-box;
  position: relative;
  padding: 56px 0;
}

#h_a_sec_03::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007580;
  position: absolute;
  bottom: -6px;
  left: 0;
}

#h_a_sec_03 h3 {
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  top: -0.75rem;
  left: 0;
}

#h_a_sec_03 h3 > span {
  display: inline-block;
  background: #fff;
  padding: 0 0.5em;
}

#h_a_sec_03 h3 > span > span {
  color: #007580;
}

.h_a_sec_03_box {
  width: 86.95%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.h_a_sec_03_box:first-of-type {
  margin-bottom: 5.375rem;
}

.h_a_sec_03_box .desc {
  width: 70%;
}

.h_a_sec_03_box .desc h4 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.h_a_sec_03_box .thumb {
  width: 25%;
}

.h_a_sec_03_box .thumb_sp {
  display: none;
}

#h_a_sec_03 h3 br {
  display: none;
}

@media (max-width: 800px) {
  .h_a_sec_03_box .thumb {
    display: none;
  }

  .h_a_sec_03_box .thumb_sp {
    display: block;
    width: 70%;
    margin: 0 auto 30px;
  }

  .h_a_sec_03_box .thumb_sp img {
    width: 100%;
  }

  .h_a_sec_03_box .desc {
    width: 100%;
  }

  .h_a_sec_03_box:first-of-type {
    margin-bottom: 2.8125rem;
  }
}

@media (max-width: 480px) {
  #h_a_sec_03 {
    padding-bottom: 30px;
  }

  #h_a_sec_03 h3 {
    top: -1.2em;
  }

  #h_a_sec_03 h3 br {
    display: block;
  }

  .h_a_sec_03_box .thumb_sp {
    width: 100%;
    margin: 0 auto 20px;
  }

  .h_a_sec_03_box:first-of-type {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * 必要な要件
 *
 *
--------------------------------------------------------------------------------*/

.higher.higher_requirement h2 {
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}

@media (max-width: 600px) {
  .higher.higher_requirement h2 span {
    margin-bottom: 5rem;
  }
}

@media (max-width: 480px) {
  .higher.higher_requirement h2 span {
    margin-bottom: 4rem;
  }

  .higher.higher_requirement h2 span::after {
    bottom: -24px;
  }
}

/* 共通
===============================================*/

.h_r_sec {
  width: 100%;
  background: #fff;
  border: 1px solid #007580;
  box-sizing: border-box;
  padding: 90px 70px;
  position: relative;
  margin-bottom: 100px;
}

.h_r_sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007580;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.h_r_sec h3 {
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  top: -0.75rem;
  left: 0;
  letter-spacing: 0.05em;
}

.h_r_sec h3 > span {
  display: inline-block;
  background: #fff;
  padding: 0 0.5em;
}

.h_r_sec h3 > span > span {
  color: #007580;
}

.h_r_sec h4 {
  font-size: 20px;
  margin-bottom: 30px;
}

.h_r_sec p {
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .h_r_sec {
    padding: 60px 40px;
  }
}

@media (max-width: 600px) {
  .h_r_sec h3 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .h_r_sec {
    padding: 40px 20px;
  }

  /*.h_r_sec h3 {
        top: -1.2em;
    }

    .h_r_sec h3 br {
        display: block;
    }*/
}

/* SECTION 1
===============================================*/

#h_r_sec_01 .box {
  margin-bottom: 3rem;
}

#h_r_sec_01 .box:last-of-type {
  margin-bottom: 0;
}

#h_r_sec_01 .box_inner {
  display: flex;
  justify-content: space-between;
}

#h_r_sec_01 .box .thumb {
  width: 12.5%;
}

#h_r_sec_01 .box .thumb img {
  width: 100%;
}

#h_r_sec_01 .box .desc {
  width: 84%;
}

#h_r_sec_01 .box .desc .kome {
  display: flex;
  /* font-size: 14px; */
}

#h_r_sec_01 .box .desc .kome > span:nth-child(1) {
  flex-shrink: 0;
}

#h_r_sec_01 .box .desc .kome_01 {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #h_r_sec_01 .box .thumb {
    width: 25%;
  }

  #h_r_sec_01 .box .desc {
    width: 70%;
  }
}

@media (max-width: 480px) {
  #h_r_sec_01 .box {
    margin-bottom: 1.875rem;
  }

  #h_r_sec_01 .box_inner {
    display: block;
  }

  #h_r_sec_01 .box .thumb {
    width: 70%;
    margin: 0 auto 20px;
  }

  #h_r_sec_01 .box .desc {
    width: 100%;
  }
}

/* SECTION 2
===============================================*/

#h_r_sec_02 {
  margin-bottom: 0;
}

#h_r_sec_02 .box {
  margin-bottom: 3.5rem;
}

#h_r_sec_02 .box:last-of-type {
  margin-bottom: 0;
}

#h_r_sec_02 .box ul {
  margin-bottom: 1.5em;
  font-size: 17px;
}

#h_r_sec_02 .box_03 ul {
  margin-bottom: 0;
}

#h_r_sec_02 .box ul li {
  line-height: 1.5;
  margin-bottom: 10px;
}

#h_r_sec_02 .box ul li > span {
  display: flex;
}

#h_r_sec_02 .box ul li > span::before {
  font-family: "Font Awesome 5 Free";
  display: block;
  content: "\f14a";
  color: #007580;
  flex-shrink: 0;
  margin-right: 0.5em;
}

#h_r_sec_02 .box ul li > span > span > span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #007580;
  height: 20px;
  line-height: 20px;
  padding: 0 0.5em;
  margin-top: 4px;
  margin-left: 0.5em;
}

/*--------------------------------------------------------------------------------
 *
 *
 * 申請の流れ・料金表
 *
 *
--------------------------------------------------------------------------------*/

.higher.higher_step h2 {
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 600px) {
  .higher.higher_step h2 {
    font-size: 24px;
  }

  .higher.higher_step h2 span {
    margin-bottom: 3.5rem;
  }

  .higher.higher_step h2 span::after {
    bottom: -24px;
  }

  .higher.higher_step h2 br {
    display: block;
  }
}

@media (max-width: 480px) {
  .higher.higher_step h2 span {
    margin-bottom: 5rem;
  }
}

/* 共通
===============================================*/

.h_s_sec {
  width: 100%;
  background: #fff;
  border: 1px solid #007580;
  box-sizing: border-box;
  padding: 70px 0;
  position: relative;
  margin-bottom: 9rem;
}

.h_s_sec_inner {
  width: 93.75%;
  max-width: 1000px;
  margin: 0 auto;
}

.h_s_sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007580;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.h_s_sec h3 {
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  top: -0.75rem;
  left: 0;
}

.h_s_sec h3 > span {
  display: inline-block;
  background: #fff;
  padding: 0 0.5em;
}

.h_s_sec h3 > span > span {
  color: #007580;
}

.h_s_sec h4 {
  font-size: 20px;
  margin-bottom: 1rem;
}

.h_s_sec p {
  margin-bottom: 1em;
}

.horizontal {
  width: 100%;
  margin: 40px auto;
  /*overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;*/
}

/*.horizontal::-webkit-scrollbar {
    display: none;
}*/

.horizontal_inner img {
  width: 100%;
}

.h_s_sec h3 br {
  display: none;
}

@media (max-width: 768px) {
  .h_s_sec {
    padding: 60px 40px;
    margin-bottom: 60px;
  }

  .h_s_sec_inner {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .h_s_sec h3 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .h_s_sec {
    padding: 40px 20px;
  }
}

/* SECTION 1
===============================================*/

#horizontal_01 {
  max-width: 543px;
}

#horizontal_01 .horizontal_inner {
  /*width: 543px;
    height: 493px;*/
  width: 100%;
}

#horizontal_02 {
  max-width: 942px;
  margin-bottom: 0;
}

#horizontal_02 .horizontal_inner {
  /*width: 942px;
    height: 789px;*/
  width: 100%;
}

@media (max-width: 480px) {
  #h_s_sec_01 h3 {
    top: -1.2em;
  }

  #h_s_sec_01 h3 br {
    display: block;
  }
}

/* SECTION 2
===============================================*/

#h_s_sec_02 {
  text-align: center;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  #h_s_sec_02 {
    padding: 65px 0 70px 0;
  }
}

#h_s_sec_02 #price {
  margin: 25px auto;
  font-size: 19px;
  color: #007580;
  font-weight: 500;
}

#h_s_sec_02 #price > span:nth-child(1) {
  font-size: 45px;
}

#h_s_sec_02 #price > span:nth-child(2) {
  font-size: 19px;
}

#h_s_sec_02 #exp {
  font-size: 14px;
  margin-bottom: 30px;
}
#h_s_sec_02 #price_02 {
  margin: 25px auto;
  font-size: 19px;
  color: #007580;
  font-weight: 500;
}

#h_s_sec_02 #price_02 > span:nth-child(1) {
  font-size: 45px;
}

#h_s_sec_02 #price_02 > span:nth-child(2) {
  font-size: 19px;
}

#h_s_sec_02 #exp_02 {
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #h_s_sec_02 #price {
    margin: 16px auto 16px;
  }
  #h_s_sec_02 #price_02 {
    margin: 16px auto 16px;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * よくあるご質問
 *
 *
--------------------------------------------------------------------------------*/

/* メインビジュアル
===============================================*/

/* メインビジュアル
===============================================*/

.higher_qa #mv_sub_inner {
  background: url(images/higher/mv.png) no-repeat right center;
  background-size: 958px 200px;
}

@media (max-width: 1020px) {
  .higher_qa #mv_sub {
    padding-top: 0;
  }

  .higher_qa #mv_sub_inner {
    background-position: left 230px center;
  }
}

@media (max-width: 800px) {
  .higher_qa #mv_sub_inner {
    background-position: left 130px center;
  }
}

@media (max-width: 600px) {
  .higher_qa #mv_sub {
    padding-top: 0;
  }

  .higher_qa #mv_sub_inner {
    background-position: right center;
    background-size: 480px auto;
  }
}

@media (max-width: 480px) {
  .higher_qa #mv_sub_inner {
    background-position: right center;
    background-size: 380px auto;
  }
}

@media (max-width: 400px) {
  .higher_qa #mv_sub_inner {
    background-position: right -100px center;
    background-size: auto 100%;
  }
}

/* コンテンツ
===============================================*/

.higher_qa h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 3.125rem;
}

.higher_qa h2 span {
  display: inline-block;
  position: relative;
}

.higher_qa h2 > span::before,
.higher_qa h2 > span::after {
  display: block;
  font-size: 85px;
  font-family: "Roboto-thin", sans-serif;
  position: absolute;
  bottom: 22px;
}
.higher_qa h2 > span::before {
  content: "Q";
  left: -100px;
  color: #007580;
}

.higher_qa h2 > span::after {
  content: "A";
  right: -100px;
  color: #00946c;
}

.higher_qa h2 > span > span {
  font-size: 33px;
  margin-top: 0.875rem;
}

.higher_qa h2 > span > span::after {
  content: "";
  display: block;
  width: 45px;
  height: 9px;
  background: url(images/common/wave.png) no-repeat 0 0;
  background-size: 100%;
  margin: 20px auto 0;
}

#h_q_msg {
  width: 100%;
  max-width: 884px;
  margin: 0 auto 60px;
}

.higher_qa .sec_02_inner_A > div:nth-last-child(2),
.higher_qa .sec_02_inner_A > div:nth-last-child(1) {
  margin-bottom: 0;
}

.higher_qa .sec_02_inner_A > div ul {
  list-style-type: disc;
  margin-left: 1em;
}

@media (min-width: 801px) {
}

@media (max-width: 800px) {
  #h_q_msg {
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .higher_qa h2 {
    font-size: 16px;
  }

  .higher_qa h2 > span > span {
    font-size: 24px;
    margin-top: 0.3125rem;
  }

  .higher_qa h2 > span::before,
  .higher_qa h2 > span::after {
    font-size: 72px;
  }

  .higher_qa h2 > span::before {
    left: -50px;
  }

  .higher_qa h2 > span::after {
    right: -50px;
  }

  .higher_qa .sec_02_inner_A > div:nth-last-child(2) {
    margin-bottom: 1.5625rem;
  }
}

@media (max-width: 480px) {
  .higher_qa h2 > span::before {
    left: -50px;
  }

  .higher_qa h2 > span::after {
    right: -50px;
  }

  #h_q_msg {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * 設置可能な都市リスト
 *
 *
--------------------------------------------------------------------------------*/

/* 見出し
===============================================*/

.higher.higher_list h2 {
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}

.higher.higher_list h2 > span > span {
  font-size: 24px;
}

@media (max-width: 600px) {
  .higher.higher_list h2 {
    font-size: 24px;
  }

  .higher.higher_list h2 span {
    margin-bottom: 3.5rem;
  }

  .higher.higher_list h2 span::after {
    bottom: -24px;
  }

  .higher.higher_list h2 > span > span {
    font-size: 19px;
  }
}

@media (max-width: 480px) {
  .higher.higher_list h2 > span {
    margin-bottom: 4rem;
  }

  .higher.higher_list h2 > span::after {
    bottom: -24px;
  }
}

/* 共通
===============================================*/

.anchor_goal {
  padding-top: 50px;
}

.h_l_sec {
  width: 100%;
  background: #fff;
  border: 1px solid #007580;
  box-sizing: border-box;
  padding: 70px 0;
  position: relative;
  margin-bottom: 50px;
}

.h_l_sec_inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.h_l_sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007580;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.h_l_sec h3 {
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  top: -0.75rem;
  left: 0;
}

.h_l_sec h3 > span {
  display: inline-block;
  background: #fff;
  padding: 0 0.5em;
}

.h_l_sec h3 > span > span {
  color: #007580;
}

.h_l_sec_inner > p {
  font-size: 14px;
  margin-bottom: 1.125rem;
  line-height: 1.6;
}

.h_l_sec_inner table {
  width: 100%;
  line-height: 1.6;
}

.h_l_sec_inner table th,
.h_l_sec_inner table td {
  box-sizing: border-box;
}

.h_l_sec_inner table thead th {
  background: #007580;
  color: #fff;
  padding: 0.625rem;
  text-align: center;
  border-right: 1px dotted #a4a4a4;
}

.h_l_sec_inner table thead th:last-of-type {
  border-right: none;
}

.h_l_sec_inner table tbody th {
  background: url(images/common/bg_01.png);
  background-size: 1600px 1615px;
  padding: 0.625rem;
  text-align: left;
  border-right: 1px dotted #a4a4a4;
  border-bottom: 1px dotted #a4a4a4;
}

.h_l_sec_inner table tbody td {
  background: #fff;
  padding: 0.625rem;
  text-align: left;
  border-right: 1px dotted #a4a4a4;
  border-bottom: 1px dotted #a4a4a4;
}

.h_l_sec_inner table tbody td:last-of-type {
  border-right: none;
}

.h_l_sec_inner table tbody td i {
  color: #898989;
}

.h_l_sec_inner table tbody tr.ok td {
  background: #e4f1fc;
  color: #007580;
  font-weight: bold;
}

.h_l_sec_inner table tbody tr th {
  width: 14%;
}

.h_l_sec_inner table tbody tr td:nth-of-type(1) {
  width: 15%;
}

.h_l_sec_inner table tbody tr td:nth-of-type(2) {
  width: 36%;
}

.h_l_sec_inner table tbody tr td:nth-of-type(3) {
  width: 16%;
}

.h_l_sec_inner table tbody tr td:nth-of-type(4) {
  width: 19%;
}

@media (max-width: 1020px) {
  .anchor_goal {
    padding-top: 184px;
    margin-top: -154px;
  }
}

@media (max-width: 600px) {
  .anchor_goal {
    padding-top: 144px;
    margin-top: -114px;
  }
}

@media (max-width: 480px) {
  .h_l_sec {
    padding: 40px 0;
    margin-bottom: 30px;
  }

  .h_l_sec_inner {
    width: 94%;
  }

  .h_l_sec_inner table {
    line-height: 1.4;
    font-size: 14px;
  }

  .h_l_sec_inner table thead th {
    padding: 0.5rem;
  }

  .h_l_sec_inner table tbody td {
    padding: 0.5rem;
  }
}

/* SECTION 1
===============================================*/

#h_l_sec_01 {
  max-width: 900px;
  margin: 0 auto 85px;
}

#h_l_sec_01 p {
  margin-bottom: 1em;
}

#h_l_sec_01 p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #h_l_sec_01 {
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  #h_l_sec_01 {
    margin-bottom: 40px;
  }
}

/* SECTION 2
===============================================*/

#anchor {
  margin-bottom: 60px;
  font-size: 18px;
}

#anchor ul {
  display: flex;
  justify-content: center;
}

#anchor ul li {
  margin: 0 1.5625rem;
}

@media (max-width: 768px) {
  #anchor {
    margin-bottom: 30px;
  }

  #anchor ul {
    flex-wrap: wrap;
  }

  #anchor ul li {
    width: 33%;
    margin: 0 auto 20px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  #anchor {
    margin-bottom: 10px;
  }

  #anchor ul li {
    width: 47%;
    margin: 0 auto 20px;
    text-align: center;
  }
}

/* 九州・沖縄
===============================================*/

#kyushu .h_l_sec {
  margin-bottom: 0;
}

@media (max-width: 800px) {
}

@media (max-width: 480px) {
}

/*--------------------------------------------------------------------------------
 *
 *
 * お問い合わせ
 *
 *
--------------------------------------------------------------------------------*/

/* 背景
===============================================*/

.sub.contact #content::before,
.sub.contact #content::after {
  display: none;
}

/* ヘッダー
===============================================*/

.contact #tel_btn,
.contact #contact_btn,
.contact #header_panel_sp,
.contact #g_nav,
.contact #close,
.contact #nav_sp,
.contact #skype_btn {
  display: none;
}

/* メインビジュアル
===============================================*/

.contact #mv_sub {
  height: 150px;
}

.contact #mv_sub_inner {
  /*    background: url(images/contact/mv.png) no-repeat right center;*/
  background-size: 958px 150px;
  height: 150px;
}

.contact #mv_sub_title {
  height: 150px;
}

@media (max-width: 1020px) {
  .contact #mv_sub_inner {
    background-position: left 230px center;
  }
}

@media (max-width: 800px) {
  .contact #mv_sub_inner {
    background-position: left 130px center;
  }
}

@media (max-width: 600px) {
  .contact #mv_sub {
    height: 80px;
  }

  .contact #mv_sub_inner {
    background-position: right center;
    background-size: 480px auto;
    height: 80px;
  }

  .contact #mv_sub_title {
    height: 80px;
  }
}

@media (max-width: 480px) {
  .contact #mv_sub_inner {
    background-position: right center;
    background-size: 380px auto;
  }
}

@media (max-width: 400px) {
  .contact #mv_sub_inner {
    background-position: right -100px center;
    background-size: auto 100%;
  }
}

/* コンテンツ
===============================================*/

.sub.contact #content_inner {
  max-width: 900px;
}

.sub.contact h2 {
  font-size: 18px;
  background: #007580;
  color: #fff;
  padding: 8px 16px;
  box-sizing: border-box;
  line-height: 1.5;
  margin-bottom: 45px;
  text-align: left;
  font-weight: bold;
}

/* フッター
===============================================*/

.contact #copy {
  border-top: 1px solid #d7d7d7;
}

@media (max-width: 480px) {
  .contact #copy {
    padding-bottom: 30px;
  }
}

/* SECTION 1
===============================================*/

#h_c_sec_01 {
  margin-bottom: 50px;
}

#h_c_sec_01 p {
  margin-bottom: 1em;
}

#h_c_sec_01 p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  #h_c_sec_01 br {
    display: none;
  }
}

/* SECTION 2
===============================================*/

#h_c_sec_02 {
  margin-bottom: 60px;
}

#contact_tel {
  text-align: center;
}

#contact_tel .tel {
  font-size: 36px;
  display: block;
  color: #007580;
}

#contact_tel > span:nth-child(2) {
  display: block;
  font-size: 14px;
}

#contact_tel .tel a {
  position: relative;
  text-decoration: none;
}

/* #contact_tel .tel a::before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content:'\f2a0';
    font-weight: bold;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 0.1em;
} */

@media (max-width: 480px) {
  .sub.contact h2 {
    margin-bottom: 30px;
  }

  #h_c_sec_01 {
    margin-bottom: 40px;
  }

  #h_c_sec_02 {
    margin-bottom: 50px;
  }
}

/* SECTION 3
===============================================*/

#h_c_sec_03 {
  margin-bottom: 150px;
}

#h_c_sec_03 p {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  #h_c_sec_03 {
    margin-bottom: 100px;
  }
}

@media (max-width: 480px) {
  #h_c_sec_03 {
    margin-bottom: 80px;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * メールフォーム
 *
 *
--------------------------------------------------------------------------------*/

.mf table {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-bottom: none;
  margin-bottom: 45px;
  background: #fff;
}

.mf table th,
.mf table td {
  border-bottom: 1px solid #d7d7d7;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}

.mf table th {
  background: url(images/common/bg_01.png);
  background-size: 1600px 1615px;
  padding: 24px 20px 24px 24px;
  width: 27%;
}

.mf table th > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mf table th > span > span {
  display: inline-block;
}

.mf table th > span > span:nth-child(2) {
  font-size: 13px;
  color: #fff;
  background: #007580;
  height: 20px;
  line-height: 21px;
  padding: 0 0.4em;
  flex-shrink: 0;
  margin-left: 1rem;
}

.mf table th > span > span.any {
  background: #888;
}

.mf table td {
  background: #fff;
  padding: 24px 24px 24px 20px;
  width: 73%;
}

.mf table td input[type="text"],
.mf table td input[type="email"],
.mf table td input[type="tel"],
.mf table td textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  border: 3px solid #dedede;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 16px;
}

.mf table td select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 3px solid #dedede;
  padding: 5px 10px;
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
::-placeholder {
  color: #ccc;
}

.mf table td input[type="text"],
.mf table td input[type="email"],
.mf table td input[type="tel"] {
  width: 75%;
}

.mf table td .postal input[type="text"] {
  width: 20%;
}

.mf table td .postal {
  position: relative;
}

.mf table td .postal span {
  margin: 0 0.5em;
}

.confirm .mf table td .postal span,
.skype_confirm .mf table td .postal span {
  margin: 0;
}

.mf table td .postal .error:first-of-type {
  display: none;
}

.mf table td textarea {
  width: 100%;
  height: 15em;
}

.mf table td p {
  margin-bottom: 1em !important;
}

.mf table td .select_container {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.confirm .mw_wp_form_confirm .mf table td .select_container,
.skype_confirm .mw_wp_form_confirm .mf table td .select_container {
  display: block;
}

.confirm .mw_wp_form_input .mf table td .select_container,
.skype_confirm .mw_wp_form_input .mf table td .select_container {
  margin-bottom: 40px;
}

.mf table td .select_container span {
  margin-right: 1em;
}

.mf table td .select_container label {
  display: inline-block;
  width: 20%;
  height: 42px;
  position: relative;
  margin-right: 0.25rem;
}

.mf table td .select_container label::after {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f0d7";
  font-weight: bold;
  position: absolute;
  top: 6px;
  right: 12px;
  font-size: 1.25rem;
  color: #999;
}

.confirm .mw_wp_form_confirm .mf table td label,
.skype_confirm .mw_wp_form_confirm .mf table td label {
  display: inline;
}

.confirm .mw_wp_form_confirm .mf table td label::after,
.skype_confirm .mw_wp_form_confirm .mf table td label::after {
  display: none;
}

.mf table td .select_container select {
  width: 100%;
  height: 42px;
  line-height: 28px;
  background: #fff;
  /*padding: 5px 10px;*/
}

.mf table td .select_container input[type="text"] {
  width: 50%;
}

.mf table td .checkbox_container label {
  display: block;
  margin-bottom: 10px;
  line-height: 24px;
}

.mf table td .checkbox_container > span:last-of-type label {
  margin-bottom: 0;
}

.mf table td .checkbox_container label span {
  margin: 0 !important;
  padding: 0 !important;
}

.mf table td input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  border: 3px solid #dedede;
  margin-right: 0.5em;
}

.mf table td input[type="checkbox"]:checked::after {
  display: block;
  content: "";
  position: absolute;
  top: -7px;
  left: 5px;
  width: 8px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 4px solid #007580;
  border-right: 4px solid #007580;
}

.mf .send {
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.mf .send .btn_confirm {
  display: inline-block;
  width: 320px;
  height: 83px;
  box-sizing: border-box;
  position: relative;
  margin: 0 12px;
  z-index: 0;
}

.mf .send .btn_confirm::before {
  font-family: "Font Awesome 5 Free";
  display: block;
  content: "\f105";
  font-weight: bold;
  position: absolute;
  font-size: 24px;
  top: 27px;
  right: 17px;
  color: #007581;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}

.mf .send .btn_confirm:hover::before {
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.mf .send .btn_back {
  display: inline-block;
  width: 210px;
  height: 83px;
  box-sizing: border-box;
  position: relative;
  margin: 0 12px;
  z-index: 0;
}

.mf .send .btn_back::before {
  font-family: "Font Awesome 5 Free";
  display: block;
  content: "\f104";
  font-weight: bold;
  position: absolute;
  font-size: 24px;
  top: 27px;
  left: 17px;
  color: #007581;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}

.mf .send .btn_back:hover::before {
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.mf .send input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.mf .send .confirm {
  display: inline-block;
  width: 320px;
  height: 83px;
  line-height: 81px;
  box-sizing: border-box;
  border: 1px solid #007581;
  background: #fff;
  cursor: pointer;
  color: #007581;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.mf .send .confirm:hover {
  border: 1px solid #007581;
  background: #007581;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.mf .send .back {
  display: inline-block;
  width: 210px;
  height: 83px;
  line-height: 81px;
  box-sizing: border-box;
  border: 1px solid #007581;
  background: #fff;
  cursor: pointer;
  color: #007581;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.mf .send .back:hover {
  border: 1px solid #007581;
  background: #007581;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.mf .send .btn_confirm::after,
.mf .send .btn_back::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #007580;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1;
}

#go_home a {
  width: 320px;
  height: 88px;
  line-height: 88px;
  margin: 0 auto 140px;
}

#go_home a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007581;
  position: absolute;
  bottom: -5px;
  left: 0;
}

@media (max-width: 768px) {
  .mf table {
    border: none;
    background: none;
    margin-bottom: 30px;
  }

  .mf table th,
  .mf table td {
    border-bottom: none;
    display: block;
    width: 100%;
  }

  .mf table td {
    background: none;
  }

  .mf table th > span {
    display: block;
  }

  .mf table th > span > span:nth-child(2) {
    margin-left: 0.5rem;
  }

  .mf table td input[type="text"],
  .mf table td input[type="email"],
  .mf table td input[type="tel"] {
    width: 100%;
  }

  .mf table td .postal input[type="text"] {
    width: 30%;
  }

  .mf table td .postal label {
    width: 70%;
  }

  #go_home a {
    height: 64px;
    line-height: 64px;
    margin: 0 auto 100px;
  }
}

@media (max-width: 640px) {
  .mf table td .select_container span {
    display: block;
    margin-right: 0;
    margin-bottom: 0.3125rem;
  }

  .mf table td .select_container {
    margin-top: 20px;
    display: block;
  }

  .confirm .mw_wp_form_input .mf table td .select_container,
  .skype_confirm .mw_wp_form_input .mf table td .select_container {
    margin-bottom: 0;
  }

  .mf table td .select_container label {
    width: 32%;
    margin-right: 0;
  }

  .mf table td .select_container input[type="text"] {
    width: 100%;
  }

  .mf .send {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .mf .send .btn_confirm {
    width: 100%;
    margin: 0;
  }

  .mf .send .confirm {
    width: 100%;
  }

  .mf .send .btn_back {
    margin: 0 0 24px;
    width: 100%;
  }

  .mf .send .back {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .mf table {
    margin-bottom: 20px;
  }

  .mf table th {
    padding: 20px;
  }

  .mf table td {
    padding: 20px;
  }

  .mf table td .postal input[type="text"] {
    width: 40%;
  }

  #go_home a {
    width: 80%;
    margin: 0 auto 80px;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * 許可実績
 *
 *
--------------------------------------------------------------------------------*/

/* メインビジュアル
===============================================*/

.result #mv_sub_inner {
  background: url(images/result/mv.png) no-repeat right center;
  background-size: 958px 200px;
}

@media (max-width: 1020px) {
  .result #mv_sub_inner {
    background-position: left 230px center;
  }
}

@media (max-width: 800px) {
  .result #mv_sub_inner {
    background-position: left 130px center;
  }
}

@media (max-width: 480px) {
  .result #mv_sub_inner {
    background-position: left 80px center;
  }
}

/* 見出し
===============================================*/

.result #result_title {
  width: 100%;
  margin: 0 auto 124px;
  position: relative;
}

.result #result_title h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.result #result_title h2 .add {
  font-size: 22px;
  text-align: left;
  width: fit-content;
  margin: 10px auto 3px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: start;
  column-gap: 10px;
}
@media screen and (max-width: 768px) {
  .result #result_title h2 .add {
    display: block;
    margin: 0 auto;
  }
}

.result #result_title h2 span {
  color: #007580;
}

.result #result_title h2 span.kakko {
  font-size: 20px;
  color: #111;
}
.result #result_title h2 span.small {
  font-size: 15px;
  color: #111;
  display: block;
  text-align: right;
}

.result #result_title_inner {
  width: 58%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.result #result_title_inner::before {
  content: "";
  display: block;
  width: 157px;
  height: 164px;
  background: url(images/result/01.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 30px;
  left: -203px;
  z-index: -1;
}

.result #result_title_inner::after {
  content: "";
  display: block;
  width: 145px;
  height: 158px;
  background: url(images/result/02.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 36px;
  right: -182px;
  z-index: -1;
}

@media (max-width: 800px) {
  .result #result_title {
    margin-bottom: 60px;
  }

  .result #result_title_inner {
    width: 67%;
  }

  .result #result_title_inner::before {
    width: 136px;
    height: 142px;
    top: 40px;
    left: -95px;
  }

  .result #result_title_inner::after {
    width: 132px;
    height: 144px;
    top: 42px;
    right: -93px;
  }
}

@media (max-width: 480px) {
  .result #result_title h2 {
    font-size: 22px;
    padding-top: 1.5rem;
  }

  .result #result_title {
    margin-bottom: 40px;
  }

  .result #result_title_inner {
    width: 100%;
  }

  .result #result_title_inner::before {
    width: 86px;
    height: 90px;
    top: 0;
    left: 0;
  }

  .result #result_title_inner::after {
    width: 84px;
    height: 91px;
    top: 0;
    right: 0;
  }
}

/* 共通
===============================================*/

.result_sec {
  width: 100%;
  border: 1px solid #007580;
  background: #fff;
  position: relative;
  padding: 0 70px;
  box-sizing: border-box;
}

.result_sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007580;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.result_sec_inner {
  padding: 60px 0;
  position: relative;
}

.result_sec_inner h3 {
  font-size: 20px;
}

.result_sec_inner h3 span {
  display: inline-block;
  padding: 0 0.5em;
  position: absolute;
  top: -15px;
  left: -0.5em;
  background: #fff;
}

.result_table {
  width: 100%;
  margin: 0 auto;
  /*overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;*/
}

.result_table::-webkit-scrollbar {
  display: none;
}

.result_table_inner {
  /*width: 1000px;*/
  width: 100%;
}

.result_table_inner table {
  width: 100%;
  background: #fff;
  line-height: 1.6;
  font-size: 15px;
}

.result_table_inner table th,
.result_table_inner table td {
  box-sizing: border-box;
  border-right: 1px dotted #a4a4a4;
  text-align: center;
}

.result_table_inner table td {
  border-bottom: 1px dotted #a4a4a4;
}

.result_table_inner table th:nth-child(1),
.result_table_inner table td:nth-child(1) {
  width: 29%;
  text-align: left;
}

.result_table_inner table th:nth-child(2),
.result_table_inner table td:nth-child(2) {
  width: 20%;
}

.result_table_inner table th:nth-child(3),
.result_table_inner table td:nth-child(3) {
  width: 20%;
}

.result_table_inner table th:nth-child(4),
.result_table_inner table td:nth-child(4) {
  width: 13%;
}

.result_table_inner table th:nth-child(5),
.result_table_inner table td:nth-child(5) {
  width: 18%;
  border-right: 0;
}

.result_table_inner table th {
  background: #007580;
  color: #fff;
  padding: 0.75rem;
}

.result_table_inner table td {
  padding: 1rem 0.8125rem;
}

@media (max-width: 800px) {
  .result_sec {
    padding: 0 40px;
  }

  .result_sec_inner {
    padding: 50px 0;
  }
}

@media (max-width: 480px) {
  .result_sec {
    padding: 0 10px;
  }

  .result_sec_inner {
    padding: 40px 0;
  }

  .result_table_inner table {
    line-height: 1.4;
    font-size: 14px;
  }

  .result_table_inner table th {
    padding: 0.5rem;
  }

  .result_table_inner table td {
    padding: 0.5rem 0.5rem;
  }
}

/* SECTION 1
===============================================*/

#result_sec_01 {
  margin-bottom: 100px;
}

@media (max-width: 800px) {
  #result_sec_01 {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  #result_sec_01 {
    margin-bottom: 50px;
  }
}

/* SECTION 2
===============================================*/

#result_sec_02 {
  margin-bottom: 100px;
}

@media (max-width: 800px) {
  #result_sec_02 {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  #result_sec_02 {
    margin-bottom: 50px;
  }
}

/* SECTION 3
===============================================*/

#result_sec_03 {
  margin-bottom: 160px;
}

@media (max-width: 800px) {
  #result_sec_03 {
    margin-bottom: 100px;
  }
}

@media (max-width: 480px) {
  #result_sec_03 {
    margin-bottom: 70px;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * ページナビゲーション
 *
 *
--------------------------------------------------------------------------------*/

.wp-pagenavi {
  width: 100%;
  /*padding: 70px 0 120px;*/
  padding: 0;
  display: flex;
  justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: block;
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0 0.75em;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 5px;
}

.wp-pagenavi a {
  border: 1px solid #d6d6d6;
  color: #808080;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  background: #d6d6d6;
  border: 1px solid #d6d6d6;
}

.wp-pagenavi span {
  border: 1px solid #007580;
  background: #007580;
  color: #fff;
}

/*@media (max-width: 800px) {

    .wp-pagenavi {
        padding: 60px 0 80px;
    }

}

@media (max-width: 600px) {

    .wp-pagenavi {
        padding: 40px 0 60px;
    }
}

@media (max-width: 480px) {

    .wp-pagenavi {
        padding: 30px 0 50px;
    }

}*/

/*--------------------------------------------------------------------------------
 *
 *
 * お客様の声
 *
 *
--------------------------------------------------------------------------------*/

/* メインビジュアル
===============================================*/

.voice #mv_sub_inner {
  background: url(images/voice/mv.png) no-repeat right center;
  background-size: 958px 200px;
}

@media (max-width: 1020px) {
  .voice #mv_sub_inner {
    background-position: left 230px center;
  }
}

@media (max-width: 800px) {
  .voice #mv_sub_inner {
    background-position: left 130px center;
  }
}

@media (max-width: 600px) {
  .voice #mv_sub_inner {
    background-position: right center;
    background-size: 480px auto;
  }
}

@media (max-width: 480px) {
  .voice #mv_sub_inner {
    background-position: right center;
    background-size: 380px auto;
  }
}

@media (max-width: 400px) {
  .voice #mv_sub_inner {
    background-position: right -100px center;
    background-size: auto 100%;
  }
}

/* コンテンツ
===============================================*/

.voice #content_inner {
  padding-bottom: 120px;
}

.voice #voice_box {
  padding-bottom: 70px;
}

#voice_box .box {
  background: #fff;
  border: 1px solid #007580;
  margin-bottom: 45px;
  border-radius: 6px;
  overflow: hidden;
  padding: 48px 58px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

#voice_box .box:last-of-type {
  margin-bottom: 0;
}

#voice_box .box .thumb {
  width: 20%;
  flex-shrink: 0;
  box-sizing: border-box;
}

#voice_box .box .thumb img {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
}

#voice_box .box .desc {
  width: 75%;
}

#voice_box .box .desc h2,
#voice_box .box .desc p {
  margin-bottom: 1em;
}

#voice_box .box .desc p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .voice #content_inner {
    padding-bottom: 80px;
  }

  .voice #voice_box {
    padding-bottom: 60px;
  }

  #voice_box .box {
    padding: 40px 50px;
  }

  #voice_box .box .thumb {
    width: 30%;
  }

  #voice_box .box .desc {
    width: 65%;
  }
}

@media (max-width: 600px) {
  .voice #content_inner {
    padding-bottom: 60px;
  }

  .voice #voice_box {
    padding-bottom: 40px;
  }

  #voice_box .box {
    display: block;
    padding: 40px 30px;
  }

  #voice_box .box .thumb {
    width: 60%;
    margin: 0 auto 30px;
  }

  #voice_box .box .desc {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .voice #content_inner {
    padding-bottom: 50px;
  }

  .voice #voice_box {
    padding-bottom: 30px;
  }

  #voice_box .box {
    padding: 40px 20px 30px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * 事務所概要
 *
 *
--------------------------------------------------------------------------------*/

/* メインビジュアル
===============================================*/

.outline #mv_sub_inner {
  /*    background: url(images/outline/mv.png) no-repeat right center;*/
  background-size: 958px 200px;
}

@media (max-width: 1020px) {
  .outline #mv_sub_inner {
    background-position: left 230px center;
  }
}

@media (max-width: 800px) {
  .outline #mv_sub_inner {
    background-position: left 130px center;
  }
}

@media (max-width: 600px) {
  .outline #mv_sub_inner {
    background-position: right center;
    background-size: 480px auto;
  }
}

@media (max-width: 480px) {
  .outline #mv_sub_inner {
    background-position: right center;
    background-size: 380px auto;
  }
}

@media (max-width: 400px) {
  .outline #mv_sub_inner {
    background-position: right -100px center;
    background-size: auto 100%;
  }
}

/* 見出し
===============================================*/

.outline h2 {
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 600px) {
  .outline h2 span {
    margin-bottom: 5rem;
  }
}

@media (max-width: 480px) {
  .outline h2 span {
    margin-bottom: 4rem;
  }

  .outline h2 span::after {
    bottom: -24px;
  }
}

/* 共通
===============================================*/

.o_sec {
  width: 100%;
  background: #fff;
  border: 1px solid #007580;
  box-sizing: border-box;
  padding: 70px 60px;
  position: relative;
  margin-bottom: 100px;
}

.o_sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007580;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.o_sec h2 {
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  top: -0.75rem;
  left: 0;
  line-height: 1;
}

.o_sec h2 > span {
  display: inline-block;
  background: #fff;
  padding: 0 0.5em;
}

.o_sec h2 > span > span {
  color: #007580;
}

@media (max-width: 768px) {
  .o_sec {
    padding: 60px 40px;
  }
}

@media (max-width: 480px) {
  .o_sec {
    padding: 40px 20px;
  }
}

/* SECTION 1
===============================================*/

#o_sec_01 table {
  width: 100%;
  border-top: 1px dotted #a4a4a4;
}

#o_sec_01 table th,
#o_sec_01 table td {
  border-bottom: 1px dotted #a4a4a4;
  padding: 24px;
  box-sizing: border-box;
}

#o_sec_01 table th {
  background: url(images/common/bg_01.png);
  background-size: 1600px 1615px;
  text-align: left;
  /*vertical-align: middle;*/
  width: 20%;
}

#o_sec_01 table td {
  width: 80%;
}

#o_sec_01 table td ul li {
  display: flex;
}

#o_sec_01 table td ul li span:nth-child(1) {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  #o_sec_01 table {
    border-top: none;
  }

  #o_sec_01 table th,
  #o_sec_01 table td {
    display: block;
    border-bottom: 1px none;
    padding: 10px;
    line-height: 1.6;
  }

  #o_sec_01 table th {
    width: 100%;
  }

  #o_sec_01 table td {
    width: 100%;
  }
}

@media (max-width: 600px) {
  #o_sec_01 {
    margin-top: 30px;
  }
}

/* SECTION 2
===============================================*/

#o_sec_02 .map {
  position: relative;
  width: 100%;
  padding-top: 42%;
  margin: 0 auto 30px;
}

#o_sec_02 .map iframe,
#o_sec_02 .map object,
#o_sec_02 .map embed {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#o_sec_02 .address {
  margin-bottom: 30px;
}

#o_sec_02 #route {
  width: 290px;
  font-size: 15px;
}

#o_sec_02 #route a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007680;
  position: absolute;
  bottom: -5px;
  left: 0;
}

#o_sec_02 #route a:link,
#o_sec_02 #route a:visited {
  color: #111;
}

#o_sec_02 #route a:hover,
#o_sec_02 #route a:active {
  color: #fff;
}

@media (max-width: 768px) {
  #o_sec_02 .map {
    padding-top: 60%;
  }
}

@media (max-width: 480px) {
  #o_sec_01 table td ul li {
    display: block;
  }

  #o_sec_01 table td ul li span {
    display: block;
  }

  #o_sec_01 table td ul li span:nth-child(2) {
    margin-bottom: 10px;
  }

  #o_sec_02 .map {
    padding-top: 100%;
  }

  #o_sec_02 #route {
    width: 100%;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * お知らせ(アーカイブ)
 *
 *
--------------------------------------------------------------------------------*/

/* メインビジュアル
===============================================*/

.blog #mv_sub_inner {
  background: url(images/blog/mv.png) no-repeat right center;
  background-size: 958px 200px;
}

@media (max-width: 1020px) {
  .blog #mv_sub_inner {
    background-position: left 230px center;
  }
}

@media (max-width: 800px) {
  .blog #mv_sub_inner {
    background-position: left 130px center;
  }
}

@media (max-width: 600px) {
  .blog #mv_sub_inner {
    background-position: right center;
    background-size: 480px auto;
  }
}

@media (max-width: 480px) {
  .blog #mv_sub_inner {
    background-position: right center;
    background-size: 380px auto;
  }
}

@media (max-width: 400px) {
  .blog #mv_sub_inner {
    background-position: right -100px center;
    background-size: auto 100%;
  }
}

/* レイアウト
===============================================*/

.blog #content_inner {
  display: flex;
  justify-content: space-between;
}

.blog #content_inner #blog_content {
  width: 68.7%;
  /*max-width: 790px;*/
  padding-bottom: 120px;
}

.blog.single #content_inner #blog_content {
  padding-bottom: 80px;
}

.blog #content_inner #side {
  width: 26%;
}

@media (max-width: 800px) {
  .blog #content_inner {
    display: block;
  }

  .blog #content_inner #blog_content {
    width: 100%;
    padding-bottom: 80px;
  }

  .blog.single #content_inner #blog_content {
    padding-bottom: 36px;
  }

  .blog #content_inner #side {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .blog #content_inner #blog_content {
    padding-bottom: 60px;
  }

  .blog.single #content_inner #blog_content {
    padding-bottom: 36px;
  }
}

@media (max-width: 480px) {
  .blog #content_inner #blog_content {
    padding-bottom: 50px;
  }
}

/* アーカイブ見出し
===============================================*/

#archive_title {
  font-size: 22px;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 28px;
  font-weight: 600;
}

/* 記事一覧
===============================================*/

#blog_content #post_list {
  padding-bottom: 70px;
}

#blog_content #post_list .post a {
  display: flex;
  justify-content: space-between;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #d7d7d7;
}

#blog_content #post_list .post a .thumb {
  background: #fff;
  width: 20%;
  flex-shrink: 0;
  align-self: flex-start;
}

#blog_content #post_list .post a .thumb img {
  width: 100%;
}

#blog_content #post_list .post a .desc {
  width: 74%;
}

#blog_content #post_list .post a .desc .date {
  margin-bottom: 5px;
  margin-top: -5px;
}

#blog_content #post_list .post a .desc .title {
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
}

#blog_content #post_list .post a .desc p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}

#blog_content #post_list .post a .desc .more {
  font-size: 14px;
  position: relative;
  font-weight: bold;
}

#blog_content #post_list .post a .desc .more::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 11px;
  background: url(images/common/arrow_01.png) no-repeat 0 0;
  background-size: 100%;
  margin-right: 0.5em;
}

#blog_content #post_list .post a:link .thumb img,
#blog_content #post_list .post a:visited .thumb img {
  opacity: 1;
  transition: 0.3s ease;
}

#blog_content #post_list .post a:hover .thumb img,
#blog_content #post_list .post a:active .thumb img {
  opacity: 0.7;
  transition: 0.3s ease;
}

#blog_content #post_list .post a:link,
#blog_content #post_list .post a:visited {
  color: #111;
  text-decoration: none;
  opacity: 1;
}

#blog_content #post_list .post a:hover,
#blog_content #post_list .post a:active {
  color: #999;
  text-decoration: none;
  opacity: 0.7;
}

#blog_content #post_list .post a:link .title,
#blog_content #post_list .post a:visited .title {
  color: #111;
  text-decoration: none;
  opacity: 1;
}

#blog_content #post_list .post a:hover .title,
#blog_content #post_list .post a:active .title {
  /*color: #007580;*/
  /*color: #999;
    text-decoration: none;*/
  color: #111;
  text-decoration: none;
  opacity: 0.7;
}

#blog_content #post_list .post a:link .more,
#blog_content #post_list .post a:visited .more {
  color: #007580;
  text-decoration: none;
  opacity: 1;
}

#blog_content #post_list .post a:hover .more,
#blog_content #post_list .post a:active .more {
  color: #007580;
  text-decoration: none;
  opacity: 0.7;
}

@media (min-width: 801px) {
}

@media (max-width: 800px) {
  #blog_content #post_list {
    padding-bottom: 60px;
  }
}

@media (max-width: 600px) {
  #blog_content #post_list .post a .desc .title {
    font-size: 16px;
    line-height: 1.5;
  }

  #blog_content #post_list {
    padding-bottom: 40px;
  }

  #blog_content #post_list .post a {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  #blog_content #post_list .post a .desc p,
  #blog_content #post_list .post a .desc .more {
    display: none;
  }
}

@media (max-width: 480px) {
  #blog_content #post_list {
    padding-bottom: 30px;
  }

  #blog_content #post_list .post a {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  #blog_content #post_list .post a .thumb {
    width: 30%;
  }

  #blog_content #post_list .post a .desc {
    width: 65%;
  }
}

/* サイドバー
===============================================*/

/* 見出し */
.s_head {
  color: #fff;
  background: #007580;
  width: 100%;
  height: 49px;
  line-height: 49px;
  box-sizing: border-box;
  padding: 0 1rem;
}

/* サムネ付きリスト */
.s_box_A {
  margin-bottom: 36px;
}

.s_box_A ul {
  border: 1px solid #d6d6d6;
  border-top: none;
  border-bottom: none;
}

.s_box_A ul li {
  border-bottom: 1px solid #d6d6d6;
  background: #fff;
}

.s_box_A ul li a {
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.s_box_A ul li a .thumb {
  width: 30%;
}

.s_box_A ul li a .thumb img {
  width: 100%;
}

.s_box_A ul li a:link .thumb img,
.s_box_A ul li a:visited .thumb img {
  opacity: 1;
  transition: 0.3s ease;
}

.s_box_A ul li a:hover .thumb img,
.s_box_A ul li a:active .thumb img {
  opacity: 0.7;
  transition: 0.3s ease;
}

.s_box_A ul li a .desc {
  width: 64%;
  line-height: 1.5;
  font-size: 14px;
}

.s_box_A ul li a .desc .date {
  margin-bottom: 0.5em;
}

.s_box_A ul li a:link,
.s_box_A ul li a:visited {
  color: #111;
  text-decoration: none;
}

.s_box_A ul li a:hover,
.s_box_A ul li a:active {
  color: #007580;
  text-decoration: none;
}

@media (min-width: 801px) {
}

@media (max-width: 800px) {
  .s_box_A ul li a .thumb {
    width: 80px;
    margin-right: 20px;
  }

  .s_box_A ul li a .desc {
    width: calc(100% - 100px);
  }
}

@media (max-width: 600px) {
}

@media (max-width: 480px) {
}

/* カテゴリーリスト */
.s_box_B {
  margin-bottom: 43px;
}

.s_box_B ul li a {
  display: block;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 1rem;
  box-sizing: border-box;
  position: relative;
}

.s_box_B ul li a:link,
.s_box_B ul li a:visited {
  color: #111;
  text-decoration: none;
}

.s_box_B ul li a:hover,
.s_box_B ul li a:active {
  color: #007580;
  text-decoration: none;
}

.s_box_B ul li a::after {
  font-family: "Font Awesome 5 Free";
  display: block;
  content: "\f105";
  position: absolute;
  top: 0;
  right: 1rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #007580;
}

/* アーカイブドロップダウン */
.s_arch {
  margin-bottom: 40px;
}

.s_arch label {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.s_arch label::after {
  font-family: "Font Awesome 5 Free";
  display: block;
  content: "\f0d7";
  position: absolute;
  top: 0;
  right: 10px;
  font-weight: bold;
}

.s_arch label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f2f2f2;
  border-radius: 5px;
  position: relative;
  border: none;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 16px;
}

/* 検索 */
.s_sf {
  width: 100%;
  margin-bottom: 40px;
}

.s_sf > form > div {
  display: flex;
  border: 4px solid #ddd;
}

.s_sf > form > div > label {
  display: none;
}

.s_sf > form > div > input[type="text"] {
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: calc(100% - 40px);
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: none;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
}

.s_sf > form > div > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: none;
  text-align: center;
  color: #111;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.s_sf > form > div > button:hover {
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/*--------------------------------------------------------------------------------
 *
 *
 * お知らせ詳細
 *
 *
--------------------------------------------------------------------------------*/

/* 投稿ヘッダー
===============================================*/

#single .post_head .meta {
  margin-bottom: 1rem;
}

#single .post_head .post_date {
  font-size: 18px;
  margin-right: 1em;
}

#single .post_head .post_cate {
  font-size: 15px;
}

#single .post_head h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 1.6;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 1rem;
}

#single .author {
  padding: 20px 0;
  display: flex;
  align-items: center;
}

#single .author span {
  display: block;
}

#single .author .thumb {
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

#single .author .thumb img {
  width: 100%;
}

@media (min-width: 801px) {
}

@media (max-width: 800px) {
}

@media (max-width: 600px) {
  #single .post_head h1 {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
}

/* 投稿本文
===============================================*/

#single .post {
  font-size: 17px;
}

/* 見出し */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

#single .post h2 {
  margin: 3.375rem auto 2.5rem;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #007580;
  box-sizing: border-box;
  text-align: left;
  padding: 0.625rem 1rem;
}

#single .post h3 {
  margin: 3.375rem auto 2.5rem;
  font-size: 20px;
  font-weight: 500;
  box-sizing: border-box;
  border-left: 3px solid #007580;
  padding: 0.3125rem 0 0.3125rem 1.125rem;
  position: relative;
}

#single .post h3::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -0.625rem;
  left: -3px;
  border-bottom: 1px dotted #d6d6d6;
}

#single .post h4 {
  margin: 3.375rem auto 2.5rem;
  font-size: 20px;
  font-weight: 500;
  box-sizing: border-box;
  border-bottom: 1px dotted #d6d6d6;
  padding-bottom: 1rem;
}

/* 段落 */
#single .post p {
  line-height: 1.9;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 2.25rem;
}

@media (min-width: 801px) {
}

@media (max-width: 800px) {
}

@media (max-width: 600px) {
}

@media (max-width: 480px) {
}

/* 画像 */
#single .post img {
  display: block;
  max-width: 100%;
  margin: 0 auto 2.25rem;
}

#single .post img.aligncenter {
  clear: both;
  margin: 0 auto 2.25rem;
}

#single .post img.alignright {
  float: right;
  margin: 0 0 3.375rem 1.5rem;
}

#single .post img.alignleft {
  float: left;
  margin: 0 1.5rem 3.375rem 0;
}

@media (min-width: 801px) {
}

@media (max-width: 800px) {
}

@media (max-width: 600px) {
  #single .post p {
    line-height: 1.8;
    font-size: 0.975rem;
  }
}

@media (max-width: 480px) {
  #single .post img.alignright {
    display: block;
    float: none;

    margin: 0 auto 2.25rem;
  }

  #single .post img.alignleft {
    display: block;
    float: none;
    margin: 0 auto 2.25rem;
  }
}

/* ギャラリー */

#single .post .gallery {
  display: flex;
  justify-content: center;
  margin-bottom: 3.375rem;
}

#single .post .gallery .gallery-item {
  margin: 0 0.75rem;
}

#single .post .gallery .gallery-item img {
  margin-bottom: 1.25rem;
}

#single .post .gallery .gallery-item .gallery-caption {
  text-align: center;
  font-size: 15px;
}

@media (min-width: 801px) {
}

@media (max-width: 800px) {
}

@media (max-width: 600px) {
}

@media (max-width: 480px) {
  #single .post .gallery {
    display: block;
  }

  #single .post .gallery .gallery-item {
    margin: 0 auto 20px;
  }

  #single .post .gallery .gallery-item img {
    margin-bottom: 0.625rem;
  }
}

/* 引用 */
#single .post blockquote {
  width: 100%;
  border: 4px solid #d6d6d6;
  padding: 50px 60px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}

#single .post blockquote::before {
  content: "\f10d";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 14px;
  left: 20px;
  color: #d6d6d6;
  font-size: 1.5rem;
}

#single .post blockquote::after {
  content: "\f10e";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  bottom: 14px;
  right: 20px;
  color: #d6d6d6;
  font-size: 1.5rem;
}

#single .post blockquote p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 801px) {
}

@media (max-width: 800px) {
  #single .post blockquote {
    padding: 40px 50px;
  }
}

@media (max-width: 600px) {
}

@media (max-width: 480px) {
  #single .post blockquote {
    padding: 50px 30px;
  }
}

/* テーブル */

#single .post table {
  border-collapse: collapse;
  border: 1px solid #d6d6d6;
  width: 100%;
}

#single .post table th,
#single .post table td {
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  /* padding: 1.75rem; */
  padding: 0.85rem;
}

#single .post table th {
  background: url(images/common/bg_01.png);
  background-size: 1600px 1615px;
  text-align: left;
}

@media (min-width: 801px) {
}

@media (max-width: 800px) {
}

@media (max-width: 600px) {
  #single .post table th,
  #single .post table td {
    padding: 0.65rem;
    font-size: 0.975rem;
  }
}

@media (max-width: 480px) {
}

/* ulリスト */
#single .post ul {
  line-height: 2;
}

#single .post > ul {
  margin-bottom: 3.375rem;
}

#single .post > ul > li::before {
  display: inline-block;
  content: "●";
  color: #007580;
  font-size: 6px;
  vertical-align: 4px;
  margin-right: 0.5em;
}

#single .post > ul > li > ul {
  margin-left: 1em;
}

#single .post > ul > li > ul > li::before {
  display: inline-block;
  content: "〇";
  color: #007580;
  font-size: 6px;
  vertical-align: 4px;
  margin-right: 0.5em;
}

/* olリスト */
#single .post ol {
  line-height: 2;
}

#single .post > ol {
  margin-bottom: 3.375rem;
  counter-reset: parent;
}

#single .post > ol > li::before {
  font-family: "Roboto-condensed-light", sans-serif;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #007580;
  color: #fff;
  border-radius: 50%;
  vertical-align: 2px;
  margin-right: 0.5em;
  counter-increment: parent;
  content: counter(parent);
}

#single .post > ol > li > ol {
  margin-left: 1em;
  counter-reset: child;
}

#single .post > ol > li > ol > li::before {
  font-family: "Roboto-condensed-light", sans-serif;
  display: inline-block;
  font-size: 10px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  color: #007580;
  border: 1px solid #007580;
  vertical-align: 2px;
  margin-right: 0.5em;
  counter-increment: child;
  content: counter(child);
}

@media (max-width: 600px) {
  #single .post ul,
  #single .post ol {
    font-size: 0.975rem;
  }
}

/* 投稿フッター
===============================================*/

#single .post_footer {
  margin-top: 3.375rem;
  border-top: 1px solid #d7d7d7;
}

#single .post_footer .share {
  font-size: 10px;
  padding: 1.875rem 0 1rem;
}

#single .post_footer .share ul {
  display: flex;
}

#single .post_footer .share ul li a {
  display: inline-block;
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #666;
  color: #fff;
  margin-right: 5px;
  cursor: pointer;
}

#single .post_footer .share ul li a i {
  margin-right: 0.25em;
}

#single .post_footer .share ul li a:link,
#single .post_footer .share ul li a:visited {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#single .post_footer .share ul li a:hover,
#single .post_footer .share ul li a:active {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#single .post_footer .share ul li.twitter a {
  background: #00aced;
}

#single .post_footer .share ul li.facebook a {
  background: #3b5998;
}

#single .post_footer .share ul li.googleplus a {
  background: #dd4b39;
}

#single .post_footer .share ul li.hatebu a {
  background: #00a4de;
}

#single .post_footer .meta {
  display: flex;
  align-items: center;
}

#single .post_footer .meta .author {
  margin-right: 1rem;
}

@media (min-width: 801px) {
}

@media (max-width: 800px) {
}

@media (max-width: 600px) {
}

@media (max-width: 480px) {
  #single .post_footer .share {
    padding: 1.25rem 0 1rem;
  }

  #single .post_footer .author {
    padding: 10px 0;
  }
}

/* ページ送り
===============================================*/

#prev_next {
  width: 100%;
  padding: 45px 0 80px;
  display: flex;
  justify-content: center;
}

#prev_next > div {
  margin: 0 0.8125rem;
}

#prev_next > div a,
#prev_next > div span {
  display: block;
  width: 230px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
}

#prev_next > div a {
  border: 1px solid #007580;
}

#prev_next > div.no_post span {
  border: 1px solid #ddd;
  color: #bbb;
}

#prev_next > div a:link,
#prev_next > div a:visited {
  color: #007580;
  background: #fff;
  text-decoration: none;
}

#prev_next > div a:hover,
#prev_next > div a:active {
  color: #fff;
  background: #007580;
  text-decoration: none;
}

#prev_next > #prev a::before,
#prev_next > #next a::before {
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  top: 0;
  font-weight: bold;
  font-size: 1.25rem;
}

#prev_next > #prev a::before {
  content: "\f104";
  left: 1rem;
}

#prev_next > #next a::before {
  content: "\f105";
  right: 1rem;
}

#prev_next > div a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007580;
  margin-top: 3px;
}

#prev_next > #prev.no_post span::before,
#prev_next > #next.no_post span::before {
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  top: 0;
  font-weight: bold;
  font-size: 1.25rem;
}

#prev_next > #prev.no_post span::before {
  content: "\f104";
  left: 1rem;
}

#prev_next > #next.no_post span::before {
  content: "\f105";
  right: 1rem;
}

#prev_next > div.no_post span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  margin-top: 3px;
}

@media (min-width: 801px) {
}

@media (max-width: 800px) {
}

@media (max-width: 600px) {
  #prev_next {
    padding: 30px 0 60px;
    display: block;
  }

  #prev_next > div a,
  #prev_next > div span {
    width: 80%;
    margin: 0 auto 20px;
  }

  #prev_next > div#next a,
  #prev_next > div#next span {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  #prev_next {
    padding: 30px 0 40px;
    display: block;
  }
}

/* 関連記事
===============================================*/

#related {
  /*padding-bottom: 80px;*/
}

#related_head {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background: #f3f3f3;
  padding: 0 30px;
  box-sizing: border-box;
  margin-bottom: 1.875rem;
  font-weight: bold;
}

#related_body ul {
  display: flex;
  flex-wrap: wrap;
}

#related_body ul li {
  width: 50%;
  box-sizing: border-box;
}

#related_body ul li a {
  display: block;
}

#related_body ul li:nth-child(2n + 1) a {
  border-right: 1px solid #d7d7d7;
  padding-right: 1.5rem;
}

#related_body ul li:nth-child(2n) a {
  padding-left: 1.5rem;
}

#related_body ul li a:link,
#related_body ul li a:visited {
  color: #111;
  text-decoration: none;
}

#related_body ul li a:hover,
#related_body ul li a:active {
  color: #999;
  text-decoration: none;
}

#related_body ul li .inner {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  box-sizing: border-box;
}

#related_body ul li:nth-child(1) .inner,
#related_body ul li:nth-child(2) .inner {
  border-bottom: 1px solid #d7d7d7;
}

#related_body ul li .inner .thumb {
  width: 80px;
  margin-right: 20px;
  flex-shrink: 0;
}

#related_body ul li a:link .thumb img,
#related_body ul li a:visited .thumb img {
  opacity: 1;
  transition: 0.3s ease;
}

#related_body ul li a:hover .thumb img,
#related_body ul li a:active .thumb img {
  opacity: 0.7;
  transition: 0.3s ease;
}

#related_body ul li .inner .desc {
  width: calc(100% - 100px);
  line-height: 1.5;
}

#related_body ul li .desc .post_date {
  font-size: 16px;
  margin-bottom: 0.25rem;
}

#related_body ul li .desc .title {
  font-size: 15px;
}

@media (min-width: 801px) {
}

@media (max-width: 800px) {
}

@media (max-width: 600px) {
  #related {
    /*padding-bottom: 36px;*/
  }

  #related_head {
    margin-bottom: 0;
  }

  #related_body ul {
    display: block;
  }

  #related_body ul li {
    width: 100%;
  }

  #related_body ul li:nth-child(2n + 1) a {
    border: 0;
    padding: 0;
  }

  #related_body ul li:nth-child(2n) a {
    padding: 0;
  }

  #related_body ul li .inner {
    border-bottom: 1px solid #d7d7d7;
    padding: 1rem;
  }
}

@media (max-width: 480px) {
}

/*--------------------------------------------------------------------------------
 *
 *
 * 申請サービス・料金
 *
 *
--------------------------------------------------------------------------------*/

/* 見出し
===============================================*/

.price h2 {
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}

.price h2 > span {
  display: inline-block;
  /* margin-bottom: 5.9375rem; */
  margin-bottom: 8rem;
  position: relative;
}

.price h2 > span::after {
  content: "";
  display: block;
  width: 45px;
  height: 9px;
  background: url(images/common/wave.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: -36px;
  left: 50%;
  margin-left: -22px;
}

@media (max-width: 600px) {
  .price h2 {
    font-size: 24px;
  }

  .price h2 span {
    margin-bottom: 3.5rem;
  }

  .price h2 span::after {
    bottom: -24px;
  }
}

@media (max-width: 480px) {
}

/* SECTION BOX
===============================================*/

.p_sec {
  width: 100%;
  background: #fff;
  border: 1px solid #007580;
  box-sizing: border-box;
  position: relative;
  padding: 65px 0;
  margin-bottom: 9rem;
}

.p_sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007580;
  position: absolute;
  bottom: -6px;
  left: 0;
}

@media (max-width: 800px) {
}

@media (max-width: 600px) {
  .p_sec {
    margin-bottom: 80px;
  }
}

@media (max-width: 480px) {
  .p_sec {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
}

/* SECTION TITLE
===============================================*/

.p_sec h3 {
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  top: -0.75rem;
  left: 0;
}

.p_sec h3 > span {
  display: inline-block;
  background: #fff;
  padding: 0 0.5em;
}

.p_sec h3 > span > span {
  color: #007580;
}

.p_sec h3.p_sec_title_has_br br {
  display: none;
}

@media (max-width: 800px) {
}

@media (max-width: 600px) {
  .p_sec h3 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .p_sec h3.p_sec_title_has_br {
    top: -1.2em;
  }

  .p_sec h3.p_sec_title_has_br br {
    display: block;
  }
}

/* SECTION BOX INNER
===============================================*/

.p_sec_inner {
  width: 90%;
  max-width: 1035px;
  margin: 0 auto;
}

/* WITH THUMBNAIL
===============================================*/

.p_sec_inner_has_thumb {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.p_sec_inner_has_thumb .thumb {
  width: 25%;
  flex-shrink: 0;
}

.p_sec_inner_has_thumb .thumb img {
  width: 100%;
}

.p_sec_inner_has_thumb .desc {
  width: 70%;
}

.p_sec_inner_has_thumb .desc p {
  font-size: 16px;
  margin-bottom: 1em;
}

.p_sec_inner_has_thumb .desc p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .p_sec_inner_has_thumb .thumb {
    width: 30%;
  }

  .p_sec_inner_has_thumb .desc {
    width: 65%;
  }
}

@media (max-width: 600px) {
  .p_sec_inner_has_thumb {
    display: block;
  }

  .p_sec_inner_has_thumb .thumb {
    width: 70%;
    margin: 0 auto 30px;
  }

  .p_sec_inner_has_thumb .desc {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .p_sec_inner_has_thumb .thumb {
    width: 100%;
  }
}

/* FLOW
===============================================*/

.p_sec_inner_flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p_sec_inner_flow .flow_box {
  background: #e4f0f1;
  box-sizing: border-box;
  position: relative;
  padding: 1.375rem;
  margin-bottom: 2.8%;
}

.p_sec_inner_flow .flow_box::after {
  content: "";
  display: block;
  width: 12%;
  height: 180px;
  background: url(images/common/arrow_02.png) no-repeat center center;
  background-size: auto 41%;
  position: absolute;
  top: 50%;
  right: -12%;
  margin-top: -90px;
}

.p_sec_inner_flow .flow_box .flow_box_head {
  display: flex;
  margin-bottom: 30px;
}

.p_sec_inner_flow .flow_box .flow_box_head > span:nth-child(1) {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  background: #007680;
  color: #fff;
  position: relative;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.p_sec_inner_flow .flow_box .flow_box_head > span:nth-child(1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007680;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.p_sec_inner_flow .flow_box .flow_box_head > span:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
}

.p_sec_inner_flow .flow_box .flow_box_head > span:nth-child(2) > .kakko {
  display: block;
  font-size: 14px;
}

.p_sec_inner_flow .flow_box .flow_box_body {
  font-size: 15px;
  line-height: 1.6;
}

.p_sec_inner_flow .flow_box .flow_box_body p {
  display: flex;
}

.p_sec_inner_flow .flow_box .flow_box_body p > span:nth-child(1) {
  flex-shrink: 0;
  margin-right: 0.25em;
}

@media (min-width: 801px) {
  .p_sec_inner_flow .flow_box {
    width: 31%;
  }

  .p_sec_inner_flow .flow_box:nth-child(4),
  .p_sec_inner_flow .flow_box:nth-child(5),
  .p_sec_inner_flow .flow_box:nth-child(6) {
    margin-bottom: 0;
  }

  .p_sec_inner_flow .flow_box:nth-child(3n)::after {
    display: none;
  }
}

@media (max-width: 800px) {
  .p_sec_inner_flow .flow_box {
    width: 47%;
  }

  .p_sec_inner_flow .flow_box:nth-child(2n)::after {
    display: none;
  }
}

@media (max-width: 600px) {
  .p_sec_inner_flow {
    display: block;
  }

  .p_sec_inner_flow .flow_box {
    width: 100%;
    margin-bottom: 36px;
  }

  .p_sec_inner_flow .flow_box:last-of-type {
    margin-bottom: 0;
  }

  .p_sec_inner_flow .flow_box::after {
    width: 74px;
    height: 18px;
    background: url(images/common/arrow_03.png) no-repeat center center;
    background-size: auto 100%;
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -37px;
    right: auto;
    top: auto;
    margin-top: 0;
  }

  .p_sec_inner_flow .flow_box:nth-child(2n)::after {
    display: block;
  }

  .p_sec_inner_flow .flow_box:last-of-type::after {
    display: none;
  }
}

/* TABLE
===============================================*/

.p_sec_inner_has_table h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.p_sec_inner_has_table h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.p_table {
  width: 100%;
  margin: 0 auto 50px;
  /*overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;*/
}

/*.p_table::-webkit-scrollbar {
    display: none;
}*/

/*.p_table:last-of-type {
    margin-bottom: 0;
}*/

.p_table_inner {
  /*width: 1033px;*/
  width: 100%;
}

.p_table_inner table {
  width: 100%;
  background: #fff;
  font-size: 15px;
}

.p_table_inner table th,
.p_table_inner table td {
  box-sizing: border-box;
  border-right: 1px dotted #a4a4a4;
}

.p_table_inner table td {
  border-bottom: 1px dotted #a4a4a4;
}

.p_table_inner table th:nth-child(1),
.p_table_inner table td:nth-child(1) {
  width: 25%;
}

.p_table_inner table th:nth-child(2),
.p_table_inner table td:nth-child(2) {
  width: 20%;
}

.p_table_inner table th:nth-child(3),
.p_table_inner table td:nth-child(3) {
  width: 55%;
  border-right: 0;
}

.p_table_inner table th {
  background: #007580;
  color: #fff;
  padding: 0.75rem;
}

.p_table_inner table td {
  padding: 1rem 1.5rem;
}

.p_table_inner table td p {
  display: flex;
}

.p_table_inner table td p > span:nth-child(1) {
  flex-shrink: 0;
  margin-right: 0.25em;
}

.p_table_inner table td ol {
  list-style-type: decimal;
  margin-left: 1em;
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .p_table_inner table th,
  .p_table_inner table td {
    padding: 0.375rem;
    line-height: 1.5;
  }

  .p_table_inner table th:nth-child(1),
  .p_table_inner table td:nth-child(1) {
    width: 15%;
  }

  .p_table_inner table th:nth-child(2),
  .p_table_inner table td:nth-child(2) {
    width: 25%;
  }

  .p_table_inner table th:nth-child(3),
  .p_table_inner table td:nth-child(3) {
    width: 60%;
  }
}

@media (max-width: 400px) {
  .p_table_inner table th:nth-child(2),
  .p_table_inner table td:nth-child(2) {
    width: 28%;
  }

  .p_table_inner table th:nth-child(3),
  .p_table_inner table td:nth-child(3) {
    width: 57%;
  }
}

/* LIST
===============================================*/

.p_sec_inner_has_list .box {
  display: flex;
  margin-bottom: 45px;
}

.p_sec_inner_has_list .box:last-of-type {
  margin-bottom: 0;
}

.p_sec_inner_has_list .box .num {
  flex-shrink: 0;
  margin-right: 1.25rem;
}

.p_sec_inner_has_list .box .num span {
  font-size: 40px;
  color: #007680;
  position: relative;
}

.p_sec_inner_has_list .box .num span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007680;
  position: absolute;
  bottom: 3px;
  left: 0;
}

.p_sec_inner_has_list .box .box_inner .title {
  font-size: 20px;
  margin-bottom: 1.5rem;
}

.p_sec_inner_has_list .box .box_inner .desc {
  font-size: 16px;
}

.p_sec_inner_has_list ul {
  line-height: 2;
}

.p_sec_inner_has_list ul li {
  display: flex;
}

.p_sec_inner_has_list .ul_A li::before {
  display: inline-block;
  content: "●";
  color: #007580;
  font-size: 6px;
  vertical-align: 4px;
  margin-top: 9px;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.p_sec_inner_has_list .ul_B li::before {
  display: inline-block;
  content: "〇";
  color: #111;
  font-size: 6px;
  margin-top: 9px;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.p_sec_inner_has_list ol {
  line-height: 1.6;
  counter-reset: parent;
}

.p_sec_inner_has_list ol li {
  display: flex;
  margin-bottom: 20px;
}

.p_sec_inner_has_list .ol_A li::before {
  font-family: "Roboto-condensed-light", sans-serif;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #007580;
  color: #fff;
  border-radius: 50%;
  margin-top: 2px;
  margin-right: 0.5em;
  counter-increment: parent;
  content: counter(parent);
  flex-shrink: 0;
}

.p_sec_inner_has_list ol li > div > div {
  display: flex;
}

.p_sec_inner_has_list ol li.flex_wrapper > div > div > span:nth-child(1) {
  flex-shrink: 0;
}

.p_table_B {
  width: 100%;
  margin: 30px auto;
  /*overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;*/
}

.p_table_inner_B {
  /*width: 990px;*/
  width: 100%;
}

.p_table_inner_B table {
  width: 100%;
  background: #fff;
}

.p_table_inner_B table th,
.p_table_inner_B table td {
  box-sizing: border-box;
  border-right: 1px dotted #a4a4a4;
}

.p_table_inner_B table td {
  border-bottom: 1px dotted #a4a4a4;
}

.p_table_inner_B table th:nth-child(1),
.p_table_inner_B table td:nth-child(1) {
  width: 50%;
}

.p_table_inner_B table th:nth-child(2),
.p_table_inner_B table td:nth-child(2) {
  width: 50%;
  border-right: 0;
}

.p_table_inner_B table th {
  background: #007580;
  color: #fff;
  padding: 0.75rem;
}

.p_table_inner_B table td {
  padding: 1rem 1.5rem;
}

.p_table_B_kome {
  display: flex;
}

.p_table_B_kome > span:nth-child(1) {
  flex-shrink: 0;
  margin-right: 0.25em;
}

@media (max-width: 600px) {
  .p_table_B {
    margin: 0 auto 20px;
  }

  .p_table_inner_B table th {
    display: none;
  }

  .p_table_inner_B table td {
    display: block;
  }

  .p_table_inner_B table td:nth-child(1),
  .p_table_inner_B table td:nth-child(2) {
    width: 100%;
    border: none;
  }

  .p_table_inner_B table td:nth-child(1) {
    background: #007580;
    color: #fff;
    padding: 0.5rem 1rem;
  }

  .p_table_inner_B table td:nth-child(2) {
    padding: 1rem 1rem;
  }
}

/* 申請サービス
===============================================*/

.price #sec_07 h2 {
  margin-bottom: 0;
}

.price #sec_07 {
  padding: 100px 0 0;
}

/*--------------------------------------------------------------------------------
 *
 *
 * タクシー譲渡譲受
 *
 *
--------------------------------------------------------------------------------*/

/* メインビジュアル
===============================================*/

.taxi #mv_sub_inner {
  background: url(images/taxi/mv.png) no-repeat right center;
  background-size: 958px 200px;
}

.taxi.price-all #mv_sub_inner {
  background: url(images/taxi/mv_02.jpg) no-repeat right center;
  background-size: 958px 200px;
}

@media (max-width: 1020px) {
  .taxi #mv_sub,
  .taxi.price-all #mv_sub_inner {
    padding-top: 0;
  }

  .taxi #mv_sub_inner,
  .taxi.price-all #mv_sub_inner {
    background-position: left 230px center;
  }
}

@media (max-width: 800px) {
  .taxi #mv_sub_inner,
  .taxi.price-all #mv_sub_inner {
    background-position: left 130px center;
  }
}

@media (max-width: 600px) {
  .taxi #mv_sub,
  .taxi.price-all #mv_sub {
    padding-top: 0;
  }

  .taxi #mv_sub_inner,
  .taxi.price-all #mv_sub_inner {
    background-position: right center;
    background-size: 480px auto;
  }
}

@media (max-width: 480px) {
  .taxi #mv_sub_inner,
  .taxi.price-all #mv_sub_inner {
    background-position: right center;
    background-size: 380px auto;
  }
}

@media (max-width: 400px) {
  .taxi #mv_sub_inner,
  .taxi.price-all #mv_sub_inner {
    background-position: right -100px center;
    background-size: auto 100%;
  }
}

/* SECTION 1
===============================================*/

#taxi_sec_01 {
  padding-bottom: 50px;
}

/* SECTION 2
===============================================*/

#taxi_sec_02 .p_sec_inner_flow .flow_box:nth-child(4)::before {
  content: "（申請から約3ヶ月）";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  bottom: -36px;
  right: -55%;
}

@media (min-width: 801px) {
  #taxi_flow_box_04.flow_box .flow_box_body p .kakko {
    display: none;
  }
}

@media (max-width: 800px) {
  #taxi_sec_02 .p_sec_inner_flow .flow_box:nth-child(4)::before {
    display: none;
  }

  #taxi_flow_box_04.flow_box .flow_box_body p {
    display: block;
  }
}

@media (max-width: 480px) {
  #taxi_sec_01 {
    padding-bottom: 30px;
  }
}

/* SECTION 3
===============================================*/

#taxi_sec_03 {
  margin-bottom: 0;
}

#taxi_sec_03 h5:last-of-type {
  margin-bottom: 0;
}

/*--------------------------------------------------------------------------------
 *
 *
 * 貸切バス
 *
 *
--------------------------------------------------------------------------------*/

/* メインビジュアル
===============================================*/

.bus #mv_sub_inner {
  background: url(images/bus/mv.png) no-repeat right center;
  background-size: 958px 200px;
}

@media (max-width: 1020px) {
  .bus #mv_sub {
    padding-top: 0;
  }

  .bus #mv_sub_inner {
    background-position: left 230px center;
  }
}

@media (max-width: 800px) {
  .bus #mv_sub_inner {
    background-position: left 130px center;
  }
}

@media (max-width: 600px) {
  .bus #mv_sub {
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .bus #mv_sub_inner {
    background-position: left 80px center;
  }
}

/* SECTION 1
===============================================*/

@media (max-width: 480px) {
  #bus_sec_01 {
    margin-bottom: 80px;
  }
}

/* SECTION 2
===============================================*/

#bus_sec_02 .p_sec_inner_flow .flow_box:nth-child(4)::before {
  content: "（申請から約3ヶ月）";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  bottom: -36px;
  right: -55%;
}

#bus_sec_02 .p_sec_inner_flow .flow_box:nth-child(5)::before {
  content: "（許可日から6ヶ月以内）";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  bottom: -36px;
  right: -55%;
}

@media (min-width: 801px) {
  #bus_flow_box_04.flow_box .flow_box_body p .kakko,
  #bus_flow_box_05.flow_box .flow_box_body p .kakko {
    display: none;
  }
}

@media (max-width: 800px) {
  #bus_sec_02 .p_sec_inner_flow .flow_box:nth-child(4)::before {
    display: none;
  }

  #bus_sec_02 .p_sec_inner_flow .flow_box:nth-child(5)::before {
    display: none;
  }

  #bus_flow_box_04.flow_box .flow_box_body p,
  #bus_flow_box_05.flow_box .flow_box_body p {
    display: block;
  }
}

@media (max-width: 480px) {
}

/* SECTION 3
===============================================*/

#bus_sec_03 {
  margin-bottom: 0;
}

/*--------------------------------------------------------------------------------
 *
 *
 * トラック
 *
 *
--------------------------------------------------------------------------------*/

/* メインビジュアル
===============================================*/

.truck #mv_sub_inner {
  background: url(images/truck/mv.png) no-repeat right center;
  background-size: 958px 200px;
}

@media (max-width: 1020px) {
  .truck #mv_sub {
    padding-top: 0;
  }

  .truck #mv_sub_inner {
    background-position: left 230px center;
  }
}

@media (max-width: 800px) {
  .truck #mv_sub_inner {
    background-position: left 130px center;
  }
}

@media (max-width: 600px) {
  .truck #mv_sub {
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .truck #mv_sub_inner {
    background-position: left 80px center;
  }
}

/* SECTION 1
===============================================*/

#truck_sec_01 {
  padding-bottom: 50px;
}

@media (max-width: 480px) {
  #truck_sec_01 {
    padding-bottom: 30px;
    margin-bottom: 80px;
  }
}

/* SECTION 2
===============================================*/

@media (max-width: 600px) {
  #truck_sec_02 {
    padding-bottom: 50px;
  }
}

@media (max-width: 480px) {
  #truck_sec_02 {
    padding-bottom: 30px;
    margin-bottom: 80px;
  }
}

/* SECTION 3
===============================================*/

#truck_sec_03 .p_sec_inner_flow .flow_box:nth-child(4)::before {
  content: "（申請から約3ヶ月）";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  bottom: -36px;
  right: -55%;
}

@media (min-width: 801px) {
  #truck_flow_box_04_01.flow_box .flow_box_body p .kakko {
    display: none;
  }
}

@media (max-width: 800px) {
  #truck_sec_03 .p_sec_inner_flow .flow_box:nth-child(4)::before {
    display: none;
  }

  #truck_flow_box_04_01.flow_box .flow_box_body p {
    display: block;
  }
}

@media (max-width: 480px) {
  #truck_sec_03 {
    margin-bottom: 80px;
  }
}

/* SECTION 4
===============================================*/

#truck_sec_04 > p {
  width: 90%;
  max-width: 1035px;
  margin: 0 auto 30px;
}

#truck_sec_04 .p_sec_inner_flow .flow_box:nth-child(4)::before {
  content: "（申請から約3ヶ月）";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  bottom: -36px;
  right: -55%;
}

@media (min-width: 801px) {
  #truck_flow_box_04_02.flow_box .flow_box_body p .kakko {
    display: none;
  }
}

@media (max-width: 800px) {
  #truck_sec_04 .p_sec_inner_flow .flow_box:nth-child(4)::before {
    display: none;
  }

  #truck_flow_box_04_02.flow_box .flow_box_body p {
    display: block;
  }
}

@media (max-width: 480px) {
}

/*--------------------------------------------------------------------------------
 *
 *
 * Skype相談
 *
 *
--------------------------------------------------------------------------------*/

/* 背景
===============================================*/

.sub.skype #content::before,
.sub.skype #content::after {
  display: none;
}

/* ヘッダー
===============================================*/

.skype #tel_btn,
.skype #contact_btn,
.skype #header_panel_sp,
.skype #g_nav,
.skype #close,
.skype #nav_sp,
.skype #skype_btn {
  display: none;
}

/* メインビジュアル
===============================================*/

.skype #mv_sub {
  height: 150px;
}

.skype #mv_sub_inner {
  /*background: url(images/skype/mv.png) no-repeat right center;
    background-size: 958px 150px;*/
  height: 150px;
}

.skype #mv_sub_title {
  height: 150px;
}

@media (max-width: 1020px) {
  .skype #mv_sub_inner {
    background-position: left 230px center;
  }
}

@media (max-width: 800px) {
  .skype #mv_sub_inner {
    background-position: left 130px center;
  }
}

@media (max-width: 600px) {
  .skype #mv_sub {
    height: 80px;
  }

  .skype #mv_sub_inner {
    background-position: right center;
    background-size: 480px auto;
    height: 80px;
  }

  .skype #mv_sub_title {
    height: 80px;
  }
}

@media (max-width: 480px) {
  .skype #mv_sub_inner {
    background-position: right center;
    background-size: 380px auto;
  }
}

@media (max-width: 400px) {
  .skype #mv_sub_inner {
    background-position: right -100px center;
    background-size: auto 100%;
  }
}

/* コンテンツ共通
===============================================*/

.sub.skype #content_inner {
  max-width: 900px;
  padding-bottom: 145px;
}

.sub.skype_thanks #content_inner {
  padding-bottom: 0;
}

.sub.skype h3 {
  font-size: 18px;
  background: #007580;
  color: #fff;
  padding: 8px 16px;
  box-sizing: border-box;
  line-height: 1.5;
  margin-bottom: 45px;
  text-align: left;
  font-weight: bold;
}

@media (max-width: 768px) {
  .sub.skype #content_inner {
    padding-bottom: 100px;
  }
}

/* 見出し
===============================================*/

.skype h2 {
  text-align: center;
  margin-bottom: 100px;
}

.skype h2 > span {
  display: block;
  position: relative;
}

.skype h2 > span:nth-child(1) {
  font-size: 19px;
  margin-bottom: 1.25rem;
}

.skype h2 > span:nth-child(1) br {
  display: none;
}

.skype h2 > span:nth-child(2) {
  font-size: 39px;
  color: #007580;
  font-weight: bold;
}

.skype h2 > span:nth-child(2) br {
  display: none;
}

.skype h2 > span:nth-child(2) > span {
  font-size: 29px;
}

.skype h2 > span:nth-child(2)::after {
  content: "";
  display: block;
  width: 45px;
  height: 9px;
  background: url(images/common/wave.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -22px;
}

@media (max-width: 768px) {
  .skype h2 {
    margin-bottom: 80px;
  }

  .skype h2 > span:nth-child(1) {
    font-size: 17px;
  }

  .skype h2 > span:nth-child(2) {
    font-size: 36px;
  }

  .skype h2 > span:nth-child(2) > span {
    font-size: 26px;
  }

  .skype h2 > span:nth-child(2)::after {
    bottom: -40px;
  }
}

@media (max-width: 600px) {
  .skype h2 > span:nth-child(1) {
    margin-bottom: 0.625rem;
  }

  #sk_sec_01 .thumb {
    width: 80%;
  }

  #sk_sec_01 .desc {
    width: 80%;
  }

  #sk_sec_01 {
    margin-bottom: 45px;
  }
}

@media (max-width: 480px) {
  .skype h2 {
    margin-bottom: 64px;
  }

  .skype h2 > span:nth-child(1) {
    /*margin-bottom: 1rem;*/
  }

  .skype h2 > span:nth-child(1) br {
    display: block;
  }

  .skype h2 > span:nth-child(2) {
    font-size: 30px;
  }

  .skype h2 > span:nth-child(2) br {
    display: none;
  }

  .skype h2 > span:nth-child(2) > span {
    font-size: 22px;
  }

  .skype h2 > span:nth-child(2)::after {
    bottom: -30px;
  }
}

/* フッター
===============================================*/

.skype #copy {
  border-top: 1px solid #d7d7d7;
}

@media (max-width: 480px) {
  .skype #copy {
    padding-bottom: 30px;
  }
}

/* SECTION 1
===============================================*/

#sk_sec_01 {
  margin: 0 auto 65px;
}

#sk_sec_01 .thumb {
  width: 70%;
  max-width: 616px;
  margin: 0 auto 45px;
}

#sk_sec_01 .desc {
  width: 70%;
  max-width: 550px;
  box-sizing: border-box;
  background: #eaf6fd;
  border: 1px solid #007680;
  padding: 30px 15px;
  margin: 0 auto;
  text-align: center;
}

#sk_sec_01 .desc > div:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #007580;
  margin-bottom: 10px;
}

#sk_sec_01 .desc > div:nth-child(1) > span {
  font-size: 16px;
}

#sk_sec_01 .desc > div:nth-child(2) {
  font-size: 15px;
  display: flex;
  justify-content: center;
  line-height: 1.6;
}

#sk_sec_01 .desc > div:nth-child(2) > span:nth-child(1) {
  flex-shrink: 0;
  margin-right: 0.25em;
}

@media (max-width: 768px) {
}

@media (max-width: 600px) {
  #sk_sec_01 .thumb {
    width: 80%;
  }

  #sk_sec_01 .desc {
    width: 80%;
  }

  #sk_sec_01 {
    margin-bottom: 45px;
  }
}

@media (max-width: 480px) {
  #sk_sec_01 .thumb {
    width: 90%;
    margin-bottom: 24px;
  }

  #sk_sec_01 .desc {
    width: 90%;
    padding: 24px 20px;
  }

  #sk_sec_01 .desc > div:nth-child(1) {
    font-size: 23px;
  }

  #sk_sec_01 .desc > div:nth-child(1) > span {
    font-size: 15px;
  }
}

/* SECTION 2
===============================================*/

#sk_sec_02 {
  margin-bottom: 90px;
}

#sk_sec_02 .box {
  display: flex;
  border-bottom: 1px dotted #a3a3a3;
  padding-bottom: 45px;
  margin-bottom: 45px;
}

#sk_sec_02 .box:last-of-type {
  margin-bottom: 0;
}

#sk_sec_02 .box .thumb {
  width: 240px;
  height: 240px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #007680;
  box-sizing: border-box;
  text-align: center;
  flex-shrink: 0;
  margin-right: 48px;
}

#sk_sec_02 .box .thumb img {
  width: 100%;
}

#sk_sec_02 .box .desc {
  width: calc(100% - 288px);
  line-height: 1.75;
}

#sk_sec_02 .box .desc h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

#sk_sec_02 .box .desc p {
  margin-bottom: 1em;
}

#sk_sec_02 .box .desc p:last-of-type {
  margin-bottom: 0;
}

#sk_sec_02 .box .desc .sk_btn_container {
  margin: 24px 0;
}

#sk_sec_02 .box .desc .sk_btn a {
  display: block;
  width: 262px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #007680;
  background: #fff;
  text-align: center;
  position: relative;
}

#sk_sec_02 .box .desc .sk_btn:first-of-type a {
  margin-bottom: 17px;
}

#sk_sec_02 .box .desc .sk_btn a:link,
#sk_sec_02 .box .desc .sk_btn a:visited {
  background: #fff;
  color: #007680;
  text-decoration: none;
}

#sk_sec_02 .box .desc .sk_btn a:hover,
#sk_sec_02 .box .desc .sk_btn a:active {
  background: #007680;
  color: #fff;
  text-decoration: none;
}

#sk_sec_02 .box .desc .sk_btn a::before {
  font-family: "Font Awesome 5 Free";
  display: block;
  content: "\f105";
  position: absolute;
  color: #007581;
  top: 0;
  right: 0.5rem;
  font-weight: bold;
  font-size: 1.25rem;
}

#sk_sec_02 .box .desc .sk_btn a:hover::before,
#sk_sec_02 .box .desc .sk_btn a:active::before {
  color: #fff;
}

#sk_sec_02 .box .desc .sk_btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007581;
  margin-top: 3px;
}

#sk_sec_02 .box .desc ul {
  list-style-type: disc;
  margin: 24px auto 24px 1em;
}

#sk_sec_02 .box .desc .kome {
  display: flex;
}

#sk_sec_02 .box .desc .kome > span:nth-child(1) {
  flex-shrink: 0;
  margin-right: 0.25em;
}

#sk_sec_02 .box .desc .sk_link {
  margin: 20px 0 24px;
  word-break: break-all;
}

#sk_sec_02 .box .desc .sk_link i {
  margin-left: 0.5em;
}

@media (max-width: 768px) {
}

@media (max-width: 600px) {
  #sk_sec_02 {
    margin-bottom: 45px;
  }

  #sk_sec_02 .box {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  #sk_sec_02 .box .thumb {
    margin: 0 auto 30px;
  }

  #sk_sec_02 .box .desc {
    width: 100%;
  }

  #sk_sec_02 .box .desc .sk_btn a {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  #sk_sec_02 .box .thumb {
    width: 200px;
    height: 200px;
  }
}

/* SECTION 3
===============================================*/

#sk_sec_03 p {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
}

@media (max-width: 600px) {
}

@media (max-width: 480px) {
}

/*--------------------------------------------------------------------------------
 *
 *
 * 404 Not Found
 *
 *
--------------------------------------------------------------------------------*/

/* メインビジュアル
===============================================*/

.not_found #mv_sub {
  height: 150px;
}

.not_found #mv_sub_inner {
  height: 150px;
}

.not_found #mv_sub_title {
  height: 150px;
}

@media (max-width: 600px) {
  .not_found #mv_sub {
    height: 80px;
  }

  .not_found #mv_sub_inner {
    height: 80px;
  }

  .not_found #mv_sub_title {
    height: 80px;
  }
}

/* コンテンツ
===============================================*/

.sub.not_found #content_inner {
  max-width: 900px;
  padding-bottom: 0;
}

/*--------------------------------------------------------------------------------
 *
 *
 * プライバシーポリシー
 *
 *
--------------------------------------------------------------------------------*/

/* メインビジュアル
===============================================*/

.privacy #mv_sub_inner {
  background: url(images/privacy/mv.png) no-repeat right center;
  background-size: 958px 200px;
}

@media (max-width: 1020px) {
  .privacy #mv_sub_inner {
    background-position: left 230px center;
  }
}

@media (max-width: 800px) {
  .privacy #mv_sub_inner {
    background-position: left 130px center;
  }
}

@media (max-width: 600px) {
  .privacy #mv_sub_inner {
    background-position: right center;
    background-size: 480px auto;
  }
}

@media (max-width: 480px) {
  .privacy #mv_sub_inner {
    background-position: right center;
    background-size: 380px auto;
  }
}

@media (max-width: 400px) {
  .privacy #mv_sub_inner {
    background-position: right -100px center;
    background-size: auto 100%;
  }
}

/* コンテンツ
===============================================*/

.privacy #content_inner {
  max-width: 900px;
  padding-bottom: 60px;
}

#privacy_body h2 {
  font-size: 18px;
  background: #007580;
  color: #fff;
  padding: 8px 16px;
  box-sizing: border-box;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: left;
  font-weight: bold;
}

.pp_box {
  margin-bottom: 70px;
}

.pp_box p,
.pp_box ul {
  margin-bottom: 36px;
}

.pp_box p:last-child,
.pp_box ul:last-child {
  margin-bottom: 0;
}

.pp_box ul {
  list-style-type: disc;
  margin-left: 1em;
}

@media (max-width: 768px) {
  .privacy #content_inner {
    padding-bottom: 40px;
  }

  #privacy_body h2 {
    margin-bottom: 30px;
  }

  .pp_box {
    margin-bottom: 50px;
  }

  .pp_box p,
  .pp_box ul {
    margin-bottom: 24px;
  }
}

@media (max-width: 480px) {
  .privacy #content_inner {
    padding-bottom: 30px;
  }

  #privacy_body h2 {
    margin-bottom: 24px;
  }

  .pp_box {
    margin-bottom: 30px;
  }

  .pp_box p,
  .pp_box ul {
    margin-bottom: 20px;
  }
}

/* Salesforce用追記 */
.mw_wp_form .error {
  font-size: 93%;
  color: #b70000;
  display: block;
}

.mf table td input[type="text"][name="last_name"],
.mf table td input[type="text"][name="first_name"] {
  width: 250px;
  margin: 0 20px 0 0;
}

/* 共通余白追記 */
.mt90 {
  margin-top: 90px !important;
}

@media (max-width: 768px) {
  .mt90 {
    margin-top: 45px !important;
  }
}

/*--------------------------------------------------------------------------------
 *
 *
 * add231019
 *
 *
--------------------------------------------------------------------------------*/

/* common */
.mb20 {
  margin-bottom: 20px !important;
}
@media (max-width: 960px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}
.c-red {
  color: #e26e3f !important;
}

.c-red-02 {
  color: red !important;
}

.fw-b {
  font-weight: bold;
}

.t-left {
  text-align: left !important;
}

.fs-20 {
  font-size: 20px;
}
@media (max-width: 960px) {
  .fs-20 {
    font-size: 18px;
  }
}

.wrap-360 {
  max-width: 360px;
  margin: 0 auto;
}

.wrap-475 {
  max-width: 475px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .h_s_sec_inner.box-content-full-w-01 {
    width: 100%;
    max-width: 100%;
  }
  .h_s_sec_inner.box-content-full-w-01 .wrap-475 {
    padding-left: 100px;
  }
}

@media screen and (min-width: 769px) {
  .sp-visible {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-d-inline {
    display: inline;
  }
}

/* アンカーリンク用追記 */

#sub_bottom_nav_02 {
  width: 100%;
}

#sub_bottom_nav_02_inner {
  width: 93.75%;
  max-width: 1150px;
  margin: 0 auto;
}

#sub_bottom_nav_02_inner ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sub_bottom_nav_02 ul li {
  position: relative;
}

#sub_bottom_nav_02 ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007581;
  margin-top: 3px;
}

#sub_bottom_nav_02 ul li a {
  display: block;
  height: 83px;
  line-height: 83px;
  text-align: center;
  position: relative;
  border: 1px solid #007581;
  background: #fff;
}

#sub_bottom_nav_02 ul li a:link,
#sub_bottom_nav_02 ul li a:visited {
  background: #fff;
  color: #007581;
  text-decoration: none;
}

#sub_bottom_nav_02 ul li a:hover,
#sub_bottom_nav_02 ul li a:active {
  background: #007581;
  color: #fff;
  text-decoration: none;
}

#sub_bottom_nav_02 ul li a::after {
  font-family: "Font Awesome 5 Free";
  display: block;
  content: "\f105";
  position: absolute;
  color: #007581;
  top: 0;
  right: 1rem;
  font-weight: bold;
  font-size: 1.25rem;
}

#sub_bottom_nav_02 ul li a:link::after,
#sub_bottom_nav_02 ul li a:visited::after {
  color: #007581;
}

#sub_bottom_nav_02 ul li a:hover::after,
#sub_bottom_nav_02 ul li a:active::after {
  color: #fff;
}

#sub_bottom_nav_02 ul li {
  width: 30%;
  margin: 0 1.4%;
}

#sub_bottom_nav_02 ul li a {
  width: 100%;
}

@media (max-width: 1020px) {
  #sub_bottom_nav_02 {
    padding: 80px 0;
  }
}

@media (max-width: 960px) {
  #sub_bottom_nav_02_inner ul {
    flex-wrap: wrap;
  }

  #sub_bottom_nav_02 ul li {
    width: 45%;
    margin-bottom: 1.5rem;
  }

  #sub_bottom_nav_02 ul li:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 800px) {
  #sub_bottom_nav_02 {
    padding: 60px 0;
  }

  #sub_bottom_nav_02 ul li a {
    height: 64px;
    line-height: 64px;
  }
}

@media (max-width: 600px) {
  #sub_bottom_nav_02 {
    padding: 40px 0;
  }

  #sub_bottom_nav_02 ul li {
    width: 100%;
    margin: 0 auto 0.5rem;
  }
}

#sub_bottom_nav_02 ul li a:has(i) {
  position: relative;
}

#sub_bottom_nav_02 ul li a:has(i) i {
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
}

@media (max-width: 1100px) {
  #sub_bottom_nav_02 ul li a:has(i) i {
    left: 15px;
  }
}
