@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/


:root {
  --color-orange: #e5951d;
  --color-orange-light :#fff5e7;

  --color-navy: #1d60cc;
  --color-yellow: #f2d431;
  --color-gray: #565656;
  --color-black: #333;
  --color-red: #d00;
  --color-line: #56d097;
  --color-border: #dedede;
  --color-txt: #1F464D;
  --color-bgyellow: #ffe65c;
  --color-bgmizu: #f1f9ff;
  --ff-sansserif: "Jost", "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", "Meiryo", sans-serif;
  --shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

* {
  font-family: var(--ff-sansserif);
}


@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }

  #wrapper {
    padding-top: 85px !important;
  }

  .content {
    max-width: 1400px;
    padding: 0 5vw;
    margin: 0 auto;
  }

  body.home .inner,
  #footer .inner {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  a.link-btn {
    text-decoration: none;
    color: var(--color-orange);
    font-weight: bold;
    padding: 1rem 3rem;
    border: 2px solid;
    display: inline-block;
    min-width: 350px;
    font-size: 18px;
    position: relative;
    transition: all .3s;
  }

  a.link-btn:hover {
    color: #fff;
    background: var(--color-orange);
    border-color: var(--color-orange);
  }

  a.link-btn:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: var(--color-orange);
    line-height: 1;
    width: 1.5em;
    height: 1.5em;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    margin: auto;
  }

  a.link-btn:hover:before {
    background: var(--color-bgyellow);
    border-color: var(--color-bgyellow);
  }

  a.link-btn:after {
    content: '';
    color: #fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.3em 0.5em;
    border-left-color: currentColor;
    border-right: 0;
    transform: translateX(15%);
    position: absolute;
    top: 0;
    right: 1.625rem;
    bottom: 0;
    margin: auto;
  }
  .color-navy {
    color: var(--color-orange);
  }


  /* ヘッダー エリア */
  #header {
    background: var(--color-orange);
	background: #ffff;
    position: fixed;
    z-index: 1000;
  }

  #header_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #header_in .inner_left {
    margin-left: 0;
  }

  #header_in .inner_left a {
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1.5vw;
  }

  #header_in .inner_left a span {
    display: inline-block;
    background: #fff;
    border-radius: 0;
    padding: 5px;
    text-align: center;
  }

  #header_in .inner_left a span img{
    width: 220px;
  }

  #header_in .inner_right {}

  #header_in .inner_nav {}

  #header_in .inner_nav ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  #header_in .inner_nav ul li {
    margin: 0;
    padding: 0;
    border-left: 1px solid #fff;
  }

  #header_in .inner_nav ul li:first-child {
    border: 0;
  }

  #header_in .inner_nav ul li a {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.03em;
    color: var(--color-orange);
    margin: 0;
    padding: 5px 15px;
    display: block;
  }

  #header_in .inner_nav ul li a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  #header_in .inner_nav ul li.nav_contact,
  #header_in .inner_nav ul li.nav_line {
    border: 0;
  }

  #header_in .inner_nav ul li.nav_contact a {
    background: var(--color-bgyellow);
    color: var(--color-orange);
    padding: 15px 15px 20px;
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
  }

  #header_in .inner_nav ul li.nav_line a {
    background: var(--color-line);
    padding: 15px 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
	color: #ffff;
  }

  #header_in .inner_nav ul li a img {
    margin-bottom: 5px;
  }

  #header_in .inner_nav ul li.nav_line a img {
    filter: brightness(0) invert(1);
  }

  #header_in .inner_nav ul li.nav_contact a:hover,
  #header_in .inner_nav ul li.nav_line a:hover {
    opacity: 1;
  }

  .is-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
  }


  /* メインヴィジュアル エリア */
  .top-mv {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .slider {
    width: 99vw;
    margin-inline: auto;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: opacity .25s ease;
  }

  .slider.slick-initialized {
    opacity: 1;
  }

  .slick-slide {
    overflow: hidden;
  }
  .slick-slide img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
  }

  @keyframes zoomUp {
    0% {
      transform: scale(1);
    }

    100% {
      transform: scale(1.1);
      /* 拡大率 */
    }
  }

  .add-animation {
    animation: zoomUp 10s linear 0s normal both;
  }

  .mv-catch {
    position: absolute;
    right: 5vw;
    bottom: 2vw;
  }

  .mv-catch h2 {
    margin: 0 !important;
  }

  .mv-catch h2 span {
    display: inline-block;
    color: var(--color-orange);
    background: var(--color-bgyellow);
    padding: 15px 10px;
    margin-bottom: 10px;
    line-height: 1;
  }

  .mv-catch h2 span.txt1 {
    font-size: 2vw;
  }

  .mv-catch h2 span.txt2 {
    font-size: 3.5vw;
  }

  .mv-catch .catch-pic {
    position: absolute;
    right: 0;
    bottom: 7vw;
  }

  .mv-catch .catch-pic img {
    width: 15vw;
  }



  /* パンくずリスト エリア */
  #breadcrumb {
    max-width: 1180px;
    margin: 0 auto;
  }

  #breadcrumb div {
    font-size: 12px;
    display: inline-block;
  }

  .cases-template-default #breadcrumb,
  .page-template-default #breadcrumb {
    display: none;
  }


  /* コンテンツ エリア */
  #content h1 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: var(--color-orange);
    margin: 50px 0 35px;
    padding: 0.6em 0.5em;
    border-top: solid 3px var(--color-orange);
    border-bottom: solid 3px var(--color-orange);
  }

  #content h2,
  .content-h2 {
    font-size: 2vw;
    color: var(--color-orange);
    line-height: 1.7;
    margin-bottom: 20px;
  }

  #content h2:before,
  .content-h2:before {
    display: block;
    font-size: 4vw;
    letter-spacing: 0.2rem;
    color: var(--color-yellow);
    line-height: 1;
    margin-bottom: 1rem;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }

  #content h2+.h2-lead {
    color: var(--color-orange);
    font-size: 1.125vw;
    font-weight: bold;
    letter-spacing: 0.2rem;
    position: relative;
    margin: -2.5rem 0 6rem;
  }

  #content h3,
  .content-h3 {
    font-size: 1.5vw;
    font-weight: bold;
    color: var(--color-orange);
    margin-bottom: 1.5rem;
  }

  #content h4,
  #content h5,
  #content h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.0em;
    color: #666666;
    margin-bottom: 20px;
    padding-left: 1.5em;
    position: relative;
  }

  #content h4::before,
  #content h5::before,
  #content h6::before {
    width: 12px;
    height: 12px;
    content: '';
    position: absolute;
    left: 8px;
    bottom: 5px;
    border-radius: 50%;
    background-color: #e5951d;
    display: block;
  }

  #content h4::after,
  #content h5::after,
  #content h6::after {
    width: 7px;
    height: 7px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    border-radius: 50%;
    background-color: #e5951d;
    display: block;
  }




  #content .post {
    padding-bottom: 20px;
  }

  #content .eye_catch img {
    margin: 0 10px 20px 0;
    float: left;
  }

  /* 続きを読む エリア */
  a.more-link {
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
    display: block;
  }

  a.more-link:hover {
    text-decoration: underline;
  }

  a.more-link:link,
  a.more-link:active,
  a.more-link:visited,
  a.more-link:hover {
    color: #dc143c;
  }

  /* ページトップ エリア */
  p.pagetop {
    display: none;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
  }

  p.pagetop a {
    width: 40px;
    height: 40px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    color: #ffffff;
    background-color: var(--color-orange);
    display: block;
  }

  p.pagetop a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  /* フッター エリア */
  #footer .footer-reservation {
    background: var(--color-orange-light);
  }

  #footer .footer-reservation .inner {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }

  #footer .footer-reservation h2 {
    font-size: 2vw;
  }

  #footer .footer-reservation h2:before {
    content: "RESERVATION";
    font-size: 4vw;
  }

  #footer .reservation-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #footer .reservation-content>* {
    flex: 1;
  }

  #footer .reservation-lead {
    position: relative;
    margin: 0 0 2rem;
  }

  #footer .reservation-content h3 {
    color: var(--color-black);
    margin-bottom: 0;
    font-size: 1.2vw;
  }

  #footer .reservation-tel .tel-num a {
    text-decoration: none;
    font-size: 3.5vw;
    color: var(--color-black);
  }

  #footer .reservation-line {
    margin-bottom: 2rem;
  }

  #footer .reservation-linetxt {
    color: var(--color-gray);
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
    letter-spacing: 0.1rem;
  }

  #footer .reservation-linetxt span {
    color: var(--color-line);
  }

  #footer .reservation-line a,
  #footer .reservation-contact a {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #fff;
    margin: 0;
    padding: 2.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    box-shadow: var(--shadow);
  }

  #footer .reservation-line a:hover,
  #footer .reservation-contact a:hover {
    transition: 1.0s;
    opacity: 0.8;
  }

  #footer .reservation-contact a {
    background: var(--color-bgyellow);
    color: var(--color-orange);
  }

  #footer .reservation-line a {
    background: var(--color-line);
  }

  #footer .reservation-line a img,
  #footer .reservation-contact a img {
    margin-right: 1rem;
    display: inline-block;
  }

  #footer .reservation-line a img {
    filter: brightness(0) invert(1);
  }

  #footer .footer_nav {
    width: 100%;
    height: auto;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #footer .footer_nav>* {
    flex: 1;
  }

  #footer .footer_info {
    margin-left: 3.3vw;
    padding: 3rem 0;
  }

  #footer .footer_info p {
    font-size: 1.125rem;
  }

  #footer .footer_info a {
    color: var(--color-black);
    text-decoration: none;
  }

  #footer .logo {
    margin-bottom: 2rem;
  }

  #footer .logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  #footer .logo img {
    width: 300px;
    margin-right: 10px;
  }

  #footer .footer_tel a {
    font-size: 1.4rem;
  }

  #footer .footer_time {
    margin-top: 2rem;
  }

  #footer .footer_time_table {
    border-spacing: 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #dedede;
    width: 80%;
  }

  #footer .footer_time_table th,
  #footer .footer_time_table td {
    padding: 1rem 1rem;
    text-align: center;
    border: 0;
    background: #fff;
  }

  #footer .footer_time_table thead th {
    background: var(--color-orange);
    color: #fff;
    width: auto;
  }

  #footer .footer_time_table thead th:not(:first-child) {
    border-left: 1px solid #f7f7f7;
  }

  #footer .footer_time_table tbody tr {
    border-bottom: 1px solid var(--color-orange);
  }

  #footer .footer_time_table tbody tr:last-child{
    border-bottom: 0;
  }

  #footer .footer_time_table tbody td {
    color: var(--color-orange);
  }

  #footer .footer_menu {
    width: 100%;
    height: auto;
    margin-top: 2rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  #footer .footer_menu li {
    width: auto;
    height: auto;
    margin-top: 0.5rem;
    padding: 0 1rem 0 0;
  }

  #footer .footer_menu li:not(:last-child):after {
    content: "/";
    margin-left: 1rem;
    color: #999;
  }

  #footer .footer_menu li a {
    font-size: 0.9rem;
  }

  #footer .copyright {
    padding-top: 40px;
    font-size: 0.9rem !important;
    color: var(--color-gray);
  }



  /* ウィジェット エリア */
  #sidebar {
	margin-top: 50px;
	}
  #sidebar #widget-area {
    width: 100%;
    height: auto;
    display: table;
  }

  #sidebar #widget-area .widget-container {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
  }

  #sidebar #widget-area .widget-container img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 0;
  }

  #sidebar #widget-area .widget-container a img:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  #sidebar #widget-area .widget-container .side_menu {
    margin-bottom: 25px;
  }

  #sidebar #widget-area .widget-container .side_menu p a {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    color: #ffffff;
    margin: 0;
    padding: 1.0em 0;
    transform: rotate(.03deg);
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: block;
  }

  #sidebar #widget-area .widget-container .side_menu p a {
    background-color: var(--color-orange);
  }

  #sidebar #widget-area .widget-container .side_menu p a:hover {
    color: #ffffff;
  }

  #sidebar #widget-area .widget-container .side_menu p a::after {
    width: 100%;
    height: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
  }

  #sidebar #widget-area .widget-container .side_menu p a::after {
    background-color: var(--color-yellow);
  }

  #sidebar #widget-area .widget-container .side_menu p a:hover:after {
    height: 100%;
  }

  #sidebar #widget-area .widget-container ul {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 0 10px;
    border: 1px solid #cccccc;
    border-top: none;
  }

  #sidebar #widget-area .widget-container ul li {
    width: 100%;
    height: auto;
    line-height: 1.2em;
    margin: 0;
    padding: 1.2em 0 1.0em 1.0em;
    border-bottom: 1px dotted #666666;
	position: relative;
  }
  #sidebar #widget-area .widget-container ul li:before {
	content: "▲";
    transform: rotate(90deg);
    color: var(--color-yellow);
    display: inline-block;
    font-size: 12px;
    margin: 0 0.5rem 0 0;
  }
  #sidebar #widget-area .widget-container ul li:last-child {
    border: none;
  }

  #sidebar #widget-area .widget-container ul li a {
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.0em;
    color: #666666;
    margin: 0;
    padding: 0;
    transform: rotate(.03deg);
    display: inline-block;
    position: relative;
    float: none;
  }

  #sidebar #widget-area .widget-container ul li a::after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
    background-color: var(--color-orange);
  }

  #sidebar #widget-area .widget-container ul li a:hover::after {
    transform: scale(1, 1);
  }

  #sidebar #widget-area .widget-container form#searchform {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 11px 0 11px;
    display: table;
    background-color: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
  }

  #sidebar #widget-area .widget-container form#searchform label.screen-reader-text {
    margin-top: -3px;
  }

  #sidebar #widget-area .widget-container form#searchform input[type=text] {
    width: 100%;
    border: 1px solid #cccccc;
  }

  #sidebar #widget-area .widget-container form#searchform input[type=submit] {
    width: auto;
    font-size: 12px;
    margin: 5px 0 10px 0;
    padding: 0 15px;
    float: right;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
  }

  #sidebar #widget-area .widget-container form#searchform input[type=submit]:hover {
    color: #cc0000;
  }

  #sidebar #widget-area .widget-container #calendar_wrap {
    width: auto;
    margin-bottom: 20px;
    padding: 0 15px 0 0;
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar {
    width: 100%;
    margin-top: 10px;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th {
    font-weight: bold;
    text-align: right;
    color: #333333;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td {
    text-align: right;
    color: #333333;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
    color: #dc143c;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
    color: #999999;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 10px;
    color: #333333;
  }

  #sidebar #widget-area .widget-container h3 {
/*    font-family: "Noto Serif JP", serif;*/
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: #ffffff;
    margin: 0;
    padding: 1.0em 0;
    background-color: var(--color-orange);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  #sidebar #widget-area .widget-container .tagcloud {
    margin-bottom: 20px;
  }

  #sidebar #widget-area .widget-container .rss-widget-icon {
    margin: 0 5px 20px -5px;
    float: left;
  }

  /* コメント エリア */
  #comments {
    width: auto;
    height: auto;
    margin: 20px 0 10px 0;
  }

  #respond h3 a {
    color: #ffffff;
  }

  #respond h3 a:hover {
    color: #dc143c;
  }

  #respond {
    width: auto;
    height: auto;
    margin-top: 20px;
  }

  #respond a {
    font-weight: bold;
  }

  .commentlist {
    list-style-image: none;
    list-style-type: none;
  }

  .reply {
    margin-bottom: 20px;
  }

  #commentform textarea {
    width: 99%;
    height: auto;
    margin: 10px 0;
    border: 1px solid #cccccc;
  }

  #commentform input[type=text] {
    margin-bottom: 5px;
    border: 1px solid #cccccc;
  }

  #commentform input[type=submit] {
    margin-bottom: 20px;
    padding: 5px;
    color: #333333;
    background-color: #eeeeee;
    /* [if lt IE 9] */
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        color-stop(0, #eeeeee),
        color-stop(1, #cccccc));
    background: -o-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
    background: -moz-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
    background: -webkit-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
    background: -ms-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    border: 1px solid #bbbbbb;
  }

  p.nocomments {
    display: none;
  }

  /* 検索結果 エリア */
  #content h4.not_found {
    font-size: 24px;
    padding-left: 25px;
    background-image: url("images/not_found.png") !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    background: none;
    border: none;
  }

  #content p.not_found {
    font-size: 14px;
    color: #dc143c;
  }

  #content dl.search_box {
    width: 100%;
    height: auto;
    padding: 15px;
    display: table;
    background-color: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
  }

  #content dl.search_box dt input[type=text] {
    width: 70%;
    height: 25px;
    float: left;
    border: 1px solid #cccccc;
  }

  #content dl.search_box dd input[type=submit] {
    width: 100px;
    height: auto;
    font-size: 14px;
    text-align: center;
    padding: 2px 0;
    float: right;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
  }

  #content dl.search_box dd input[type=submit]:hover {
    color: #cc0000;
  }

  #content h4.search_result_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #333333;
    background: none;
    background-image: url("images/search_result.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    border: none;
    border-bottom: 3px dotted #000000;
  }

  #content p.search_result {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #content p.search_result_txt {
    font-size: 14px;
    color: #dc143c;
    margin-bottom: 20px;
  }

  /* ページャー エリア */
  #content .pager {
    text-align: center;
  }

  #content .pager a,
  #content .pager span {
    font-size: 14px;
    padding: 0 3px;
  }

  #content .pager span {
    color: #dc143c;
  }

  #content .pager a {
    color: #000000;
  }

  #content .pager a:hover {
    color: #dc143c;
  }

  /* 404 エリア */
  #content a.reverse_lnk {
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    text-decoration: underline;
  }



  /* トップページ エリア */

  /* .top-symptom */
  .top-symptom {
    margin: 100px 0 0;
  }

  .top-symptom .inner {
    padding-top: 0 !important;
  }

  #content .top-symptom h2 {
    text-align: center;
    font-size: 3vw;
    margin: 0 0 30px;
  }

  .top-symptom h2 span {
    color: var(--color-yellow);
  }

  #content .top-symptom .h2-lead {
    text-align: center;
    margin: 0;
  }

  .symptom-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 2rem 0 1rem;
  }

  .symptom-item {
    width: 30%;
    text-align: center;
    margin: 0 1.5% 3rem;
  }

  .symptom-pic img {
    border-radius: 2rem;
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .symptom-link {
    text-align: center;
    position: relative;
    margin-top: -1.5rem;
  }

  .symptom-link .link-btn {
    background: #fff;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: var(--shadow);
    width: 80%;
    min-width: auto;
    border-width: 2px;
  }

  .symptom-link .link-btn:before {
    display: none;
  }

  .symptom-link .link-btn:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: var(--color-orange);
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    right: 0.75rem;
  }

  .symptom-link .link-btn:hover:after {
    color: var(--color-yellow);
  }

  /* top_reason */
  .top_reason {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: table;
  }

  .top_reason_title{
    max-width: 550px;
    margin: 0 auto 70px;
  }

  .top_reason strong {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-align: left;
    line-height: 1.3em;
    letter-spacing: 0.3em;
    color: #FF7A6F;
    margin-bottom: 30px;
    display: block;
  }

  .top_reason strong span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: #FF7A6F;
    display: block;
  }

  .top_reason .inner_odd {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .top_reason .inner_even {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .top_reason .inner_odd img,
  .top_reason .inner_even img {
    width: 34.54545454%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_reason .inner_odd ul,
  .top_reason .inner_even ul {
    width: 60%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_reason .inner_odd ul li,
  .top_reason .inner_even ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_reason .inner_odd ul li:first-child,
  .top_reason .inner_even ul li:first-child {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
  }

  .top_reason .inner_odd ul li:first-child::after,
  .top_reason .inner_even ul li:first-child::after {
    content: "";
    margin-left: 1.0rem;
    border-top: 1px solid var(--color-orange);
    flex-grow: 1;
  }

  .top_reason .inner_odd ul li:first-child span,
  .top_reason .inner_even ul li:first-child span {
    //font-family: "Noto Serif JP", serif;
    font-size: 38px;
    font-weight: 500;
    color: var(--color-orange);
    display: inline-block;
  }

  .top_reason .inner_odd ul li:first-child span.number,
  .top_reason .inner_even ul li:first-child span.number {
    //font-family: "Noto Serif JP", serif;
    font-size: 54px;
    font-weight: 500;
    color: var(--color-orange);
    margin-top: -18px;
    display: inline-block;
  }

  .top_reason .inner_odd ul li strong,
  .top_reason .inner_even ul li strong {
    //font-family: "Noto Serif JP", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    color: #8f6521;
    display: block;
  }

  .top_reason .inner_odd ul li .type01 {
    margin-left: -20px;
  }

  .top_reason .inner_odd ul li:last-child,
  .top_reason .inner_even ul li:last-child {
    margin-top: 30px;
  }

  .top_reason .inner_odd ul li:last-child p,
  .top_reason .inner_even ul li:last-child p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 2.0em;
    color: #000000;
  }

  /* top_sitemenu */
  .top_sitemenu {
    max-width: 1000px;
    margin: 40px auto 130px;
  }

  #content .top_sitemenu h2{
    color: var(--color-orange);
    line-height: 1;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 3vw;
  }

  .top_sitemenu_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 30px 0 0;
  }

  .top_sitemenu_box li {
    width: 30%;
    text-align: center;
  }

  .top_sitemenu_box li img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 10px;
  }

  .top_sitemenu_box li a {
    text-decoration: none;
    color: var(--color-orange);
    font-weight: 600;
  }

  /* 対応症状一覧ページ エリア */
  #cases_wrap .case-block span.case-title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1.0em;
    color: var(--color-gray);
    padding: 1.0em;
    display: block;
  }

  #cases_wrap .case-block span.case-title::before {
    color: var(--color-gray);
    margin-right: 1.0em;
    content: "-";
    transform: scaleX(4);
    display: inline-block;
  }

  #cases_wrap .case-block span.case-title::after {
    color: var(--color-gray);
    margin-left: 1.0em;
    content: "-";
    transform: scaleX(4);
    display: inline-block;
  }

  #cases_wrap .case-block ul {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
  }

  #cases_wrap .case-block li {
    width: calc(100% / 3);
    padding: 0.5em;
    float: left;
  }

  #cases_wrap .case-block a {
    text-decoration: none;
    color: var(--color-orange);
    font-weight: bold;
    border: 2px solid;
    display: inline-block;
    font-size: 18px;
    position: relative;
    transition: all .3s;

    background: #fff;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: var(--shadow);
    width: 100%;
  }

  #cases_wrap .case-block a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;

    display: inline-block;
    vertical-align: middle;
    color: var(--color-orange);
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    right: 0.75rem;
  }

  #cases_wrap .case-block a:hover:after {
    color: var(--color-yellow);
  }


  /* 対応症状個別ページ エリア */
  .single-cases .single_case {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .single-cases .single_case .inner {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 0;
    display: table;
  }

  .single-cases .single_case .type01 {
    margin-bottom: 45px;
  }

  .single-cases .single_case .inner img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 0;
  }

  .single-cases .single_case .inner p {
    font-family: "Noto Serif JP", serif;
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
    line-height: 2.0em;
    color: #000000;
    margin: 20px 0;
    padding: 0;
  }

  .single-cases .single_case .inner ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
  }

  .single-cases .single_case .inner ul li {
    width: 100%;
    min-height: 20px;
    margin: 0 0 10px 0;
    padding-left: 30px;
    background-image: url("../../uploads/2025/02/check_icon.png");
    background-position: left 6px;
    background-repeat: no-repeat;
    background-size: 20px;
  }

  .single-cases .single_case .inner ul li:last-child {
    margin: 0;
  }

  .single-cases .single_case .inner ul li p {
    font-family: "Noto Serif JP", serif;
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
  }

  .single-cases .single_case .inner ul li p span {
    font-family: "Noto Serif JP", serif;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    display: block;
  }

  /* 投稿ページ エリア */
  .page-id-31 p,
  .single p {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    margin-bottom: 1.5em;
  }

  .page-id-31 .page_contact {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: table;
  }

  .single .page_contact {
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding: 0;
    display: table;
  }

  .page-id-31 .page_contact ul,
  .single .page_contact ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .page-id-31 .page_contact ul li,
  .single .page_contact ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
  }

  .page-id-31 .page_contact ul li:first-child,
  .single .page_contact ul li:first-child {
    margin: 0;
  }

  .page-id-31 .page_contact ul li:last-child,
  .single .page_contact ul li:last-child {
    margin-bottom: 50px;
  }

  .page-id-31 .page_contact ul li p,
  .single .page_contact ul li p {
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.8em;
    color: #666666;
    margin-bottom: 1.5em;
  }

  .page-id-31 .page_contact ul li img,
  .single .page_contact ul li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .page-id-31 .page_contact ul li a:hover img,
  .single .page_contact ul li a:hover img {
    transition: 1.0s;
    opacity: 0.3;
  }

  .page-id-31 .page_contact .view,
  .single .page_contact .view {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  /* カテゴリ・アーカイブ・検索結果ページ エリア */
  .post_inner {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 15px;
    float: left;
    border-bottom: 1px dotted #e5951d;
  }

  .post_inner .thum {
    width: 17.14285714%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
  }

  .post_inner .show_post {
    width: 80%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
  }

  .post_inner .show_post li {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
    float: left;
  }

  .post_inner .show_post li.cat_mark_box p.cat_mark {
    width: auto;
    height: auto;
    line-height: 1.0em;
    margin: 0;
    padding: 2px 5px;
    float: left;
    background-color: #1bc07a;
  }

  .post_inner .show_post li.cat_mark_box p.cat_mark a {
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
  }

  .post_inner .show_post li.cat_mark_box p.cat_date {
    width: auto;
    height: auto;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    line-height: 1.4em;
    float: right;
  }

  .post_inner .show_post li.cat_title_box p.cat_title {
    font-weight: bold;
    line-height: 1.2em;
  }

  .post_inner .show_post li.cat_title_box p.cat_title a {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    text-decoration: none;
  }

  .post_inner .show_post li.cat_text_box {
    margin: 0;
  }

  .post_inner .show_post li.cat_text_box p.cat_text {
    line-height: 1.3em;
  }

  .post_inner .show_post li.cat_text_box p.cat_text a {
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 500;
    color: #999999;
    text-decoration: none;
  }

  .post_inner .show_post li.cat_title_box p.cat_title a:hover,
  .post_inner .show_post li.cat_text_box p.cat_text a:hover,
  .post_inner .show_post li.cat_mark_box p.cat_mark a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  /* page title */
  .lower-page-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }

  .lower-page-textarea {
    width: 15%;
    border-top: 3px solid var(--color-orange);
    border-bottom: 3px solid var(--color-orange);
  }

  #content .lower-page-textarea h2 {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    padding: 1rem 0 2rem;
    margin: 0;
  }

  .lower-page-textarea h2 span {
    display: block;
    margin-top: 8px;
    font-weight: 400;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
  }

  .lower-page-imgarea {
    width: 80%;
  }

  /* ワンライフの特徴 */
  .feature-ttl{
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 64px;
  }

  .feature-media{
    display: flex;
    justify-content: space-between;
  }

  .feature-imgarea{
    width: 50%;
  }

  .feature-textarea{
    width: 45%;
    margin-left: 5%;
    margin-top: 16px;
  }

  .feature-textarea h3{
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 32px;
  }

  .feature-point{
    display: flex;
    justify-content: space-between;
  }

  .feature-point li{
    width: 48%;
    margin-right: 4%;
  }

  .feature-point01{
    margin-bottom: 64px;
  }

  .feature-point01 li:last-child{
    margin-right: 0;
  }

  .feature-point02{
    margin-bottom: 50px;
  }

  .feature-point02 li:last-child{
    margin-right: 0;
  }

  .feature-point-bg{
    display: flex;
    justify-content: center;
    background: var(--color-orange-light);
    margin-top:24px;
    padding: 32px 0;
  }

  #content .feature-point-bg h3{
    text-align: center;
    margin: 0;
  }

  .director-mdeia{
    align-items: center;
  }

  .director-imgarea{
    width: 40%;
  }

  .director-textarea{
    width: 55%;
    margin-left: 5%;
    margin-top: 32px;
  }

  .director-item{
    margin-top: 0;
    margin-bottom: 40px;
  }

  .director-item03{
    margin-bottom: 0;
  }

  .director-item03 p{
    margin-bottom: 40px;
  }

  a.directorsec-btn{
    font-size: 1.4rem;
    color: #fff;
    background: var(--color-orange);
    width: 40%;
    display: block;
    text-align: center;
    padding: 14px ;
    border-radius: 50px;
    text-decoration: none;
  }

  a.directorsec-btn:hover {
    color: var(--color-orange);
    background: #fff;
    border: 1px solid var(--color-orange);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }

  a.orange-btn {
    font-size: 1.7rem;
    color: #fff;
    background: var(--color-orange);
    width: 70%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 32px;
    border-radius: 50px;
    text-decoration: none;
  }

  a.orange-btn:hover {
    color: var(--color-orange);
    background: #fff;
    border: 1px solid var(--color-orange);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }

  .staff-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .staff-list li{
    width: 48%;
    margin-right: 4%;
  }

  .staff-list li:last-child{
    margin-right: 0;
  }

  .staff-list li h4{
    margin:24px 0 ;
  }

  .feature-aboutsec,
  .feature-pointsec,
  .directorsec,
  .staffsec{
    margin: 100px 0 0;
  }

  .staffsec{
    margin: 100px 0 100px;
  }

  /* コース・料金 */
  .treatment-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .treatment-list li{
    font-size: 1.8rem;
    border-radius: 50px;
    background: var(--color-orange);
    color: #fff;
    width: 30%;
    margin-right: 5%;
  }

  .treatment-list li:last-child{
    margin-right: 0;
  }

  .treatment-list li a{
    font-weight: 400;
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 23px 0;
  }

  #content .treatment-list li a h3{
    color: #fff;
    text-align: center;
    margin: 0;
  }

  .treatment-mdeia{
    display: flex;
    justify-content: space-between;
  }

  .treatment-imgarea{
    width: 45%;
  }

  .treatment-textarea{
    width: 50%;
    margin-top: 32px;
    margin-left: 5%;
  }

  .treatment-textarea h3{
    font-size: 2.4rem;
    font-weight: 400;
    color: #1FD0CE;
    margin-bottom: 32px;
  }

  .treatment-textarea p{
    margin-bottom: 24px;
  }

  .treatment-textarea span{
    line-height: 2.0;
  }

  .treatment-ttl{
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
    color: #1FD0CE;
    margin-bottom: 32px;
  }

  h2.menu-ttel{
    text-align: center;
  }

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

  .freeservicettl{
    text-align: center;
  }

  .service01{
    width: 25%;
    text-align: center;
  }

  .service02{
    padding:20px;
    line-height: 2.1;
  }

  .service03{
    width: 15%;
    text-align: center;
  }

  .free-colour01{
    background: var(--color-orange-light);
    border: 1px solid #d7af14;
  }

  .freeservicettl01{
    background: var(--color-orange-light);
    border: 1px solid #d7af14;
  }

  .free-nocolour01{
    border: 1px solid #777777;
  }

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

  .fleow-box{
    width: 31%;
    margin-right: 2%;
    margin-bottom: 40px;
  }

  .fleow-box4,.fleow-box5{
    margin-bottom: 0;
  }

  .fleow-box span{
    display: block;
    font-size: 1.4rem;
    margin: 14px 0;
    border-left: 3px solid var(--color-orange);
    padding: 0 0 0 7px;
  }

  #content .fleow-box h3{
    margin-bottom: 1rem;
  }

  .fleow-wrap::after{
    content: "";
    display: block;
    width: 360px;
  }

  .q {
    font-size: 24px;
    color: var(--color-orange);
    height: 60px;
    padding: 15px 40px 15px 15px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid var(--color-orange);
  }

  .q::before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: var(--color-orange);
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .q::after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: var(--color-orange);
    right: 15px;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg);
  }

  .q span{
    color: #333;
    font-size: 20px;
    margin-left: 10px;
  }

  .q.active::after{
    display: none;
  }

  .qa{
    margin-bottom: 24px;
  }

  .qa .a {
    height: 60px;
    display: none;
    padding: 0 15px;
    margin: 24px 0;
    color: #333;
    line-height: 1.7;
  }

  .qa-last{
    margin-bottom: 0;
  }

  .treatmentsec,
  .accidentsec,
  .flowsec{
    margin: 100px 0 0;
  }

  .faqsec{
    margin: 100px 0 100px;
  }

  /* アクセス */
  .map-media{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 100px 0 100px;
  }

  .gmap{
    width: 45%;
    text-align: right;
  }

  .gmap iframe{
    width: 500px;
    height: 430px;
  }

  .maptextarea{
    width: 50%;
    margin-left: 5%;
  }

  .maptextarea address{
    margin-bottom: 16px;
  }

  .map-tel{
    color: #333;
  }

  .map-info{
    margin: 16px 0 24px;
  }

  .map-subttl{
    display: block;
    font-size: 23px;
    margin-bottom: 16px;
  }

  .map-text{
    margin-bottom: 16px;
  }

  /* お客様の声 */
  .voicesec{
    margin: 100px 0 100px;
  }

  .voice-list{
    display: flex;
    justify-content: space-between;
  }

  .voice-list li{
    width: 32%;
    margin-right: 2%;
  }

  .voice-list li:last-child{
    margin-right: 0;
  }

  .voice-age01{
    display: block;
    margin: 16px 0 8px;
    font-size: 20px;
  }

  .voice-list h3{
    font-size: 1.8rem;
    color: #1FD0CE;
    margin-bottom: 16px;
  }

  .voice-detail{
    display: block;
    font-size: 1.2rem;
    margin: 8px 0 24px;
  }

  .voice-lis01{
    margin-bottom: 64px;
  }

  .voice-lis02{
    margin-bottom: 30px;
  }

  /* 採用情報 */
  .recruit_pic{
    background-image: url(https://linkwin-client.pecori.jp/test016/wp-content/themes/amaterasu/images/recruit/recruit_mv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 558px;
    position: relative;
  }

  .recruit_bg{
    background-color: rgba(0,0,0, 0.1);
    height: 558px;
    width: 100%;
  }

  #content .recruit_text{
    position: absolute;
    font-weight:400 ;
    top: 50%;
    left: 5%;
    color: #fff;
  }

  #content .recruit_text h2{
    font-size: 3.2rem;
    letter-spacing: 0.1rem;
    margin-bottom:8px ;
  }

  .recruit_text span{
    font-size: 1.6rem;
  }

  .philosophy-meida{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .philosophy-message{
    width: 45%;
    margin-right: 5%;
  }

  .subttel{
    font-size: 1.4rem;
    letter-spacing: 0.08rem;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #535353;
  }

  .egttl{
    font-size: 4.0rem;
    letter-spacing: 0.6rem;
  }

  .jpttlbox{
    display: flex;
    justify-content: center;
  }

  .jpttl{
    display: inline-block;
    font-size: 3.2rem;
    font-weight: bold;
    position: relative;
    border-bottom: 12px solid #F0FF49;
  }

  .recruit-ttl{
    display: inline-block;
    font-weight: bold;
    border-bottom: 12px solid #F0FF49;
  }

  .philosophy-text{
    width: 50%;
  }

  .person-media{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .person-imgarea{
    width: 40%;
    margin-right: 15%;
  }

  .person-textarea{
    width: 45%;
  }

  .person-textarea p{
    font-size: 20px;
    line-height: 1.7;
  }

  .recruit-pointsec{
    background: #FAFAFA;
    margin: 0 0 100px;
  }

  .recruit-pointbg{
    padding: 100px 0 100px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .recruit-point-meida01{
  }

  .recruit-point-meida{
    display: flex;
    justify-content: space-between;
    margin-bottom: 88px;
  }

  .recruit-point-imgarea{
    width: 50%;
    margin-right: 5%;
  }

  .recruit-point-textarea{
    margin-top: 32px;
    width: 45%;
  }

  #content .recruit-point-textarea h3{
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
    margin-bottom: 32px;
  }

  #content .recruit-point-textarea h4{
    margin-bottom: 40px;
    line-height: 1.7;
  }

  .recruit-point-meida02{
    flex-direction: row-reverse;
  }

  .recruit-point-meida02 .recruit-point-imgarea{
    margin-right: 0;
    margin-left: 5%;
  }

  .recruit-point-meida03{
    margin-bottom: 0;
  }

  .flow-list{
    display: flex;
    justify-content: space-between;
  }

  .flow-list li{
    width: 32%;
    margin-right: 2%;
  }

  #content .flow-list li h4{
    margin: 24px 0 16px;
  }

  .flow-list li:last-child{
    margin-right: 0;
  }

  .jpttlbox02{
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }

  .entry-text{
    text-align: center;
    margin: 0 0 40px;
  }

  .entry-list{
    display: flex;
    justify-content: center;
  }

  a.entry-contact01{
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: var(--color-orange);
    text-align: center;
    text-decoration: none;
    padding: 28px 0;
    width: 392px;
  }

  a.entry-contact02{
    color: #6f6f6f;
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid var(--color-orange);
    text-align: center;
    text-decoration: none;
    padding: 28px 0;
    width: 392px;
  }

  .entry-contact01:hover{
    color: #333 ;
    background: #fff;
    border: 1px solid var(--color-orange);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }

  .entry-contact02:hover{
    color: #FFF100;;
    background: var(--color-orange);
    border: 1px solid var(--color-orange);
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }

  .interviewsec .accordion {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    max-width: 700px;
    position: relative;
    width: 100%;
  }

  .interviewsec .accordion-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .interviewsec .accordion-title {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
  }

  .interviewsec .accordion-content {
    display: none;
    padding: 24px 10px;
  }

  .interviewsec .accordion-content p {
    font-size: 13px;
    line-height: 1.5;
  }

  .interviewsec .accordion-item{
    width: 48%;
  }

  .interviewsec .interview-ttl{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 24px;
  }

  .interviewsec .interview-text{
    margin-bottom:32px ;
  }

  .interviewsec .interview-text03{
    margin-bottom: 0;
  }

  .requirementssec dt{
    padding: 18px 10px;
    background:#FAFAFA ;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 24px;
  }

  .requirementssec dd{
    padding: 0 10px;
    margin-bottom: 24px;
  }

  .requirementssec .salary{
    margin-top:16px ;
    margin-bottom: 24px;
  }

  .requirementssec .salary li{
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 1.4rem;
    line-height: 2.0;
  }

  .requirementssec .salary li::before{
    content: "※";
    display: block;
    margin-right:8px;
  }

  .requirementssec .remarks{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }

  .requirementssec .remarks::before{
    content: "・";
    display: block;
    margin-right:8px;
  }

  .requirementssec .remarks-last{
    margin-bottom: 24px;
  }

  .recruit-mvarea,
  .philosophysec,
  .person-media,
  .flow-list,
  .entry,
  .interviewsec,
  .requirementssec {
    max-width: 1200px;
    margin: 0 auto 100px;
  }

  /* コンタクトフォーム7 */
  .contact_box{
    max-width: 800px;
    margin: 40px auto 100px;
  }

  table.contact_table{
    width: 100%;
    border: solid 1px #dbdbdb;
  }

  .wpcf7 input,
  .wpcf7 textarea{
    width: 100%;
    padding: 10px 20px;
    border: solid 1px #c5c5c5;
  }

  .wpcf7 tr{
    border-bottom: solid 1px #dbdbdb;
  }

  .wpcf7 tr:first-child{
    border-top: solid 1px #dbdbdb;
  }

  .wpcf7 tr:last-child{
    border-bottom: 0;
  }

  .wpcf7 th,
  .wpcf7 td{
    padding: 20px;
  }

  .wpcf7 th{
    width: 40%;
  }

  .wpcf7 td{
    width: 60%;
  }

  .wpcf7 .contact-submit{
    width: 200px;
    margin: 30px auto 0;
  }

  .wpcf7 .contact-submit input{
    text-align: center;
    background: #bd0707;
    border: 0;
    color: #fff;
  }

}
/* トップ修正 */
.home #wrapper {
    padding-top: 0!important;
}
/* 料金ページ */
.insurance-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}
.insurance-table th,
.insurance-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}
.insurance-table th {
  background-color: #f5f5f5;
}
/* 募集要項ページ修正 */
.about-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.about-row {
  display: table-row;
}
.about-label {
  display: table-cell;
  width: 20%;
  background: #f69333; /* オレンジ背景 */
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  border: solid 1px #333;
}
.about-content {
  display: table-cell;
  width: 80%;
  padding: 15px;
  background: #fff;
  border: 1px solid #333;
}
.lead-orange {
  color: #f69333; /* 一文目オレンジ文字 */
  font-weight: bold;
  margin-bottom: 0.5em;
}

.flow-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  text-align: center;
}
.flow-table th,
.flow-table td {
  border: 1px solid #ccc;
  padding: 15px;
  vertical-align: middle;
  text-align: center;
}
.flow-table th {
  background: #ff6600;
  color: #fff;
  font-weight: bold;
  width: 15%;
}
.flow-table td {
  background: #fff7f0;
}
.lead-orange {
  color: #ff6600;
  font-weight: bold;
}
.qr {
  width: 100px;
  margin-top: 10px;
}

