@charset "utf-8";
/* CSS Document */

/*
Theme Name: higoone
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: higoone
*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/* ヘッダー エリア */
#header_in .inner_left {
  width: 260px;
  height: auto;
  margin: 0 50px 0 30px;
  padding: 0;
}

#header_in .inner_left img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#header_in .inner_right ul {
  width: auto;
  height: auto;
  padding: 0;
  float: right;
}

#header_in .inner_right ul li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right ul li a {
  font-size: 16px;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.04em;
  color: #232323;
  text-decoration: none;
  padding: 30px 10px 32px 8px;
  display: block;
  position: relative;
}

#header_in .inner_right ul li a:hover {
  color: #008dd5;
  background-color: #ffffff;
  transition: 1s;
}

#header_in .inner_right ul li.common_btn a:after {
  width: 58%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 24px;
  left: 20%;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
  background-color: #008dd5;
}

#header_in .inner_right ul li.common_btn a:hover:after {
  transform: scale(1, 1);
}

#header_in .inner_right ul li.menu-item-1011,
#header_in .inner_right ul li.contact_btn {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

#header_in .inner_right ul li.contact_btn,
#header_in .inner_right ul li.menu-item-1011 {
  padding: 0 8px 0 10px;
}

#header_in .inner_right ul li.menu-item-1011 a,
#header_in .inner_right ul li.contact_btn a {
  color: #fff;
  padding: 12px 48px 12px 54px;
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
}

#header_in .inner_right ul li.menu-item-1011 a {
  background-image: linear-gradient(78.65deg, #0062b0 28.2%, #348fd7 104.65%);
}

#header_in .inner_right ul li.contact_btn a {
  background-image: linear-gradient(78.65deg, #008dd5, #eb686e);
}

#header_in .inner_right ul li.menu-item-1011 a:before,
#header_in .inner_right ul li.contact_btn a:before {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  font-size: 1em;
  left: 13px;
  top: 14px;
  color: #fff;
}

#header_in .inner_right ul li.menu-item-1011 a:before {
  content: "\f15c";
}

#header_in .inner_right ul li.contact_btn a:before {
  content: "\f0e0";
}

#header_in .inner_right ul li.menu-item-1011 a:after,
#header_in .inner_right ul li.contact_btn a:after {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  font-size: 1em;
  right: 13px;
  top: 14px;
  color: #fff;
}

#menu {
  width: 40px;
  height: 40px;
  margin: 0;
  position: relative;
  cursor: pointer;
  float: right;
}

#menu .bar {
  width: 40px;
  height: 5px;
  background-color: #4563c4;
  position: absolute;
  left: 0;
  transition: 0.15s ease-in-out;
  display: inline-block;
}

#bar01 {
  top: 20px;
}

#bar02 {
  top: 32px;
}

#bar03 {
  top: 44px;
}

.active #bar01 {
  top: 32px;
  transform: rotate(45deg);
}

.active #bar02 {
  width: 0;
}

.active #bar03 {
  top: 32px;
  transform: rotate(-45deg);
}

#header .nav_sp {
  width: 100%;
  height: auto;
  margin-bottom: -410px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 2px solid #4563c4;
  position: fixed;
  z-index: 2;
}

#header .nav_sp .inner {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#header .nav_sp .inner ul {
  width: 25%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header .nav_sp .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 7px;
  padding: 0;
}

#header .nav_sp .inner ul li.mgn {
  margin-bottom: 30px;
}

#header .nav_sp .inner ul li p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  color: #4563c4;
}

#header .nav_sp .inner ul li a {
  font-size: 15px;
  line-height: 1.3em;
  color: #333;
  text-decoration: none;
}

#header .nav_sp .inner ul li a:hover {
  color: #4563c4;
  text-decoration: underline;
}

.fixheader {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  z-index: 20;
}

.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  min-width: 1280px;
}

/* パンくずリスト エリア */
#breadcrumb {
  width: 1100px;
  margin: 10px auto 50px auto;
}

#breadcrumb a {
  color: #000;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

/* コンテンツ エリア */
#content h1 {
  width: 100%;
  font-size: 34px;
  letter-spacing: 0.5px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
  padding: 26px 0 24px 0;
  clear: both;
  color: #ffffff;
  background-color: #008dd5;
  text-shadow: #933d21 0px 1px 2px;
  border-bottom: none;
}

#content h2 {
  width: 100%;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 30px;
  padding: 0 0 10px;
  clear: both;
  color: #333;
  position: relative;
}

#content .top-staff-txt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#content .voice_btn {
  padding: 15px 80px 10px 0;
  width: 30%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 30px;
  white-space: nowrap;
  position: relative;
}

.voice_btn_txt {
  padding: 10px;
  padding-right: 27px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 1.3em;
  color: #fff;
  margin: 0;
  border: 2px solid #fff;
  display: block;
  transition: 0.5s;
}

#content .voice_btn_txt:hover {
  transition: 1s;
  background-color: #fff;
}

#content .voice_btn_txt:hover a {
  color: #c80615;
  transition: 1s;
}

.voice_btn p.voice_btn_txt a {
  display: block;
  width: 100%;
}

.voice_btn p.voice_btn_txt a:link {
  color: #fff;
}

.voice_btn p.voice_btn_txt a:visited {
  color: #fff;
}

.voice_btn p.voice_btn_txt a:hover {
  color: #fff;
}

.voice_btn p.voice_btn_txt a:hover::after {
  color: #c80615;
}

.voice_btn p.voice_btn_txt a::after {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  font-size: 1em;
  right: 90px;
  top: auto;
  color: #ffffff;
  transition: 0.5s;
}

p.data-txt {
  color: #333;
}

#content h3 {
  width: 100%;
  font-size: 36px;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 25px;
  padding: 0 0 0.35em;
  clear: both;
  color: #262626;
  position: relative;
}

#content h3:before {
  width: 80px;
  height: 3px;
  content: "";
  position: absolute;
  bottom: -5px;
  left: calc(50% - 40px);
  background: #2e8ad3;
}

#content h4,
#content h5,
#content h6 {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 0 15px 25px;
  padding: 0;
  clear: both;
  color: #262626;
  position: relative;
}

#content h4:before,
#content h5:before,
#content h6:before {
  position: absolute;
  width: 15px;
  height: 6px;
  content: "";
  top: calc(50% - 6px);
  margin-left: -25px;
  border-top: 3px solid #4563c4;
  border-bottom: 3px solid #4563c4;
}

#content h1 a {
  font-size: 30px;
  text-decoration: none;
  color: #ffffff;
}

#content h2 a {
  font-size: 26px;
  text-decoration: none;
  color: #262626;
}

#content h3 a {
  font-size: 24px;
  text-decoration: none;
  color: #262626;
}

#content h4 a,
#content h5 a,
#content h6 a {
  font-size: 18px;
  text-decoration: none;
  color: #262626;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover {
  opacity: 0.5;
}


@media screen and (max-width: 768px;) {
  .page-id-848 #content .post {
    padding-bottom: 10px;
  }
}

.post-type-archive #content .post {
  padding-bottom: 15px;
}

#content .eye_catch img {
  margin: 0 10px 20px 0;
  float: left;
}

.page-id-400 #content h1 {
  margin-bottom: 35px;
}

/* 続きを読む エリア */
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: 60px;
  right: 60px;
}

p.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #ffffff;
  background-color: #4563c4;
  border: 1px solid #ffffff;
}

p.pagetop a:hover {
  opacity: 0.7;
}

/* フッター エリア */
#footer_in .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#footer_in .inner ul {
  width: 25%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_in .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 7px;
  padding: 0;
}

#footer_in .inner ul li.mgn {
  margin-bottom: 30px;
}

#footer_in .inner ul li p {
  font-family: "arial";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  color: #4563c4;
}

#footer_in .inner ul li a {
  font-size: 13px;
  line-height: 1.3em;
  color: #333;
  text-decoration: none;
}

#footer_in .inner ul li a:hover {
  color: #4563c4;
  text-decoration: underline;
}

#copyright p {
  width: auto;
  height: auto;
  font-family: "arial", "メイリオ";
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

/* ウィジェット エリア */
#sidebar #widget-area {
  width: 100%;
  height: auto;
  display: block;
}

#sidebar #widget-area .widget-container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  float: left;
  clear: both;
  background-color: none;
}

#sidebar #widget-area .widget-container ul li {
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 4px 0 4px 25px;
  background-image: url("images/nav_icon.png");
  background-position: 0 8px;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #444444;
}

#sidebar #widget-area .widget-container ul li a {
  width: auto;
  height: auto;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}

#sidebar #widget-area .widget-container ul li a:hover {
  color: #cc0000;
}

#sidebar #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 11px 0 11px;
  display: block;
  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;
}

.wpcf7 p input[type="submit"],
.wpcf7 p input[type="button"],
.wpcf7 p select.wpcf7-select {
  -webkit-appearance: none;
}

#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 {
  width: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0 8px 15px;
  color: #666666;
  background-color: #f8f8f8;
  border-top: 4px solid #cc0000;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#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: block;
  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: #333;
}

#content .pager a:hover {
  color: #dc143c;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}

/* トップページ エリア */
.top01 {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background-image: url("images/concept.png");
  background-position: 105% 42.5%;
  background-repeat: no-repeat;
}

.top01 .inner_top {
  width: 1100px;
  min-height: 420px;
  margin: 0 auto 77px;
  padding-top: 100px;
  padding-left: 10px;
  background-image: url("images/top01_inner_bg.png");
  background-position: 10px 20px;
  background-repeat: no-repeat;
  position: relative;
}

.top01 .inner_top::before {
  position: absolute;
  content: "";
  left: -5000px;
  top: 0;
  width: 5750px;
  height: 340px;
  background: #f5f5f5;
  z-index: -1;
}

.top01 .inner_top ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top01 .inner_top ul li {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
}

.top01 .concept_st strong {
  font-size: 22px;
  line-height: 1.6em;
  color: #333;
  display: block;
  font-weight: 500;
}

.top01 .concept_txt p {
  font-size: 16px;
  line-height: 1.8em;
  color: #333;
  font-weight: 500;
}

.top01 .inner_bottom {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.top01 .inner_bottom a {
  width: 27.27272727%;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0 auto;
  padding: 13px 0;
  background-color: #008dd5;
  border: 2px solid #008dd5;
  display: block;
  transition: 0.5s;
}

.top01 .inner_bottom a:hover {
  background-color: #ffffff;
  color: #008dd5;
}

.top02 {
  width: 100%;
  height: auto;
  padding: 0;
  background-image: url("images/top02_bg.png");
  background-position: center;
  background-repeat: repeat-x;
}

.top02 .inner {
  width: 1100px;
  min-height: 450px;
  margin: 0 auto;
  padding: 130px 12px 0;
  background-image: url("images/top02_inner_bg.png");
  background-position: right 12px top 0px;
  background-repeat: no-repeat;
}

.top02 .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top02 .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 0;
}

.top02 .inner ul li:first-child {
  margin-bottom: 15px;
}

.top02 .inner ul li p {
  font-size: 24px;
  line-height: 1.3em;
  color: #008dd5;
}

.top02 .inner ul li strong {
  font-size: 40px;
  line-height: 1.4em;
  color: #008dd5;
  display: block;
}

.top02 .inner ul li a {
  width: 27.27272727%;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0;
  padding: 13px 0;
  background-color: #008dd5;
  border: 2px solid #008dd5;
  display: block;
  transition: 0.5s;
}

#wrapper a.link_arrow {
  position: relative;
}

#wrapper a.link_arrow::after {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  font-size: 1em;
  right: 13px;
  top: auto;
  color: #fff;
}

#wrapper a.link_arrow.w_btn::after {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  font-size: 1em;
  right: 13px;
  top: auto;
  color: #c80615;
  transition: 0.5s;
}

#wrapper a.link_arrow.w_btn:hover::after {
  color: #fff;
}

.top02 .inner ul li a:hover {
  color: #008dd5;
  background-color: #ffffff;
  border: 2px solid #008dd5;
}

.top03 {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  padding: 0;
}

.top03 .title {
  width: 1100px;
  height: auto;
  margin: 0 auto 30px auto;
  padding: 0;
}

.top03 .title img {
  width: 52.72727272%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.top03 .inner {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border-top: 2px solid #262626;
  border-bottom: 2px solid #262626;
  border-left: 2px solid #262626;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.top03 .inner ul {
  width: 33.33333333%;
  height: auto;
  margin: 0;
  padding: 40px 30px;
  border-right: 2px solid #262626;
  position: relative;
}

.top03 .inner ul.point01 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top03 .inner ul.point02 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top03 .inner ul.point03 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top03 .inner ul.point01:hover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top03 .inner ul.point02:hover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top03 .inner ul.point03:hover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top03 .inner ul a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -999px;
}

.top03 .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top03 .inner ul.point01 li:first-child {
  height: 115px;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}

.top03 .inner ul.point02 li:first-child {
  height: 115px;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}

.top03 .inner ul.point03 li:first-child {
  height: 115px;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}

.top03 .inner ul.point01:hover li:first-child {
  height: 115px;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}

.top03 .inner ul.point02:hover li:first-child {
  height: 115px;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}

.top03 .inner ul.point03:hover li:first-child {
  height: 115px;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}

.top03 .inner ul li img {
  width: 100px;
  height: auto;
  margin: 0 auto 30px auto;
  padding: 0;
}

.top03 .inner ul li strong {
  font-size: 36px;
  text-align: center;
  line-height: 1.3em;
  color: #262626;
  margin-bottom: 30px;
  display: block;
}

.top03 .inner ul:hover li strong {
  color: #ffffff;
}

.top03 .inner ul li p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 50px;
  color: #262626;
}

.top03 .inner ul:hover li p {
  color: #ffffff;
}

.top03 .inner ul li span {
  font-size: 18px;
  text-align: center;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0;
  padding: 15px 0;
  background-color: #4563c4;
  display: block;
}

.top03 .inner ul:hover li span {
  color: #4563c4;
  background-color: #ffffff;
}

@media screen and (max-width: 1440px) {
  .top01 {
    background-position: 165% 42.5%;
  }
}

/* 企業理念ページ エリア */
.philosophy {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.philosophy .inner01 {
  width: 100%;
  height: auto;
  margin: 50px 0 100px;
  padding: 100px 0 100px;
  background-image: linear-gradient(342deg, #ff5e17, #f09c0b, #f7a301, #f76f01);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e65218;
}

.philosophy .inner01 img {
  width: 34.54545454%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.philosophy .inner01 span {
  text-align: center;
  line-height: 1em;
  margin: 60px 0 80px 0;
  display: block;
}

.philosophy .inner01 span strong {
  font-size: 90px;
  color: #ffffff;
  margin: 0 15px;
  line-height: 90px;
  padding: 21px 30px 32px 30px;
  background-color: #f17a00;
  display: inline-block;
}

.philosophy .inner01 p {
  font-size: 48px;
  text-align: center;
  line-height: 1.75em;
  letter-spacing: 2.6px;
  text-shadow: #933d21 0px 0px 6px;
  color: #ffffff;
}

.philosophy .inner02 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0;
}

.philosophy .inner02 img {
  width: 91.81818181%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.phy_imgs {
  max-width: 900px;
  margin: auto;
  overflow: hidden;
  max-height: 250px;
}

/* 福利厚生ページ エリア */
.welfare {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.welfare .inner01 {
  width: 100%;
  min-height: 900px;
  margin-top: -40px;
  padding-top: 110px;
  background-image: url("images/page_175_main_img.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.welfare .inner01 strong {
  font-family: "arial";
  font-size: 115px;
  text-align: center;
  line-height: 1.1em;
  color: #ffffff;
  display: block;
}

.welfare .inner01 span {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin: 20px 0;
  text-shadow: 0 0 3px #ff833b, 0 0 3px #ff833b, 0 0 3px #ff833b,
    0 0 3px #ff833b, 0 0 3px #ff833b, 0 0 3px #ff833b, 0 0 3px #ff833b,
    0 0 3px #ff833b, 0 0 3px #ff833b, 0 0 3px #ff833b, 0 0 3px #ff833b,
    0 0 3px #ff833b, 0 0 3px #ff833b, 0 0 3px #ff833b, 0 0 3px #ff833b,
    0 0 3px #ff833b;
  display: block;
}

.welfare .inner01 p {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-shadow: 1px 1px 0 #000000, -1px 1px 0 #000000, 1px -1px 0 #000000,
    -1px -1px 0 #000000;
}

.welfare .inner01 p.text {
  padding-bottom: 6px;
  padding-left: 0;
  margin-bottom: 20px;
  line-height: 1em;
  margin-top: 20vw;
  text-align: left;
}

.welfare .inner01 p.text span {
  background: #ff626f;
  padding: 0 15px 3px;
  margin: 0 0 20px;
  display: inline;
  line-height: 2em;
  text-shadow: none;
  display: inline-block;
  font-size: 30px;
}

.welfare .inner02 {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.welfare .inner02 strong {
  font-size: 46px;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  color: #008dd5;
  display: block;
}

.welfare .inner02 p {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  line-height: 1.8em;
  color: #555555;
  margin-top: 20px;
}

.welfare .inner03 {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.welfare .inner03 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.welfare .inner03 .inner p.title {
  text-align: center;
  line-height: 1em;
  margin: 100px 0 80px 0;
}

.welfare .inner03 .inner p.title span {
  font-size: 61px;
  font-weight: bold;
  color: #f14714;
}

.welfare .inner03 .inner p.title strong {
  font-size: 90px;
  color: #ffffff;
  margin: 0 10px;
  padding: 22px 30px 30px;
  background-color: #f14714;
  box-shadow: 2px 2px 4px #aaa;
  display: inline-block;
  line-height: 90px;
}

.welfare .inner03 .inner p {
  font-size: 58px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.04em;
  color: #222222;
  margin: 0;
}

.welfare .inner03 .inner p span {
  font-size: 80px;
  color: #f14714;
}

.welfare .inner03 .inner ul,
.welfare .inner04 .inner ul,
.welfare .inner05 .inner ul {
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding: 40px;
  background-color: #f17a14;
}

.welfare .inner03 .inner ul li,
.welfare .inner04 .inner ul li,
.welfare .inner05 .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.welfare .inner03 .inner ul li img,
.welfare .inner04 .inner ul li img,
.welfare .inner05 .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.welfare .inner03 .inner ul li p,
.welfare .inner04 .inner ul li p,
.welfare .inner05 .inner ul li p {
  font-size: 32px;
  font-weight: normal;
  text-align: left;
  line-height: 1.8em;
  color: #ffffff;
}

.welfare .inner04 {
  width: 1100px;
  height: auto;
  margin: 80px auto;
  padding: 0;
}

.welfare .inner04 .title {
  width: 66.18181818%;
  min-height: 480px;
  margin: 0 auto;
  padding: 10px 0 0 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.welfare .inner04 .title strong {
  font-size: 36px;
  text-align: left;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  color: #333;
  display: block;
}

.welfare .inner04 .inner {
  width: 100%;
  height: auto;
  margin-top: 80px;
  padding: 0;
}

.welfare .inner05 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.welfare .inner05 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.welfare .inner05 .inner {
  width: 1100px;
  height: auto;
  margin: 80px auto;
  padding: 0;
}

.welfare .inner05 .inner p.left {
  font-size: 72px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #222222;
  margin: 0;
}

.welfare .inner05 .inner p.right {
  font-size: 72px;
  font-weight: bold;
  text-align: right;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #222222;
  margin: 0;
}

.welfare .inner05 .inner p.left span,
.welfare .inner05 .inner p.right span {
  font-size: 90px;
  color: #cc0000;
}

/* 代表メッセージページ エリア */
.greet {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.greet .inner01 {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 60px;
}

.greet .inner01 p {
  font-size: 54px;
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  color: #222222;
}

.greet .inner01 p span {
  font-size: 72px;
  font-weight: bold;
  color: #008dd5;
}

.greet .inner01 p strong {
  font-size: 54px;
  text-align: right;
  line-height: 1.6em;
  color: #222222;
  display: block;
}

.greet .inner02 {
  width: 100%;
  height: auto;
  margin: 0;
}

.greet .inner02 .inner {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.greet .inner02 .inner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.greet .inner02 .inner p {
  font-size: 18px;
  text-align: center;
  line-height: 1.85em;
  letter-spacing: 0.05em;
  color: #3b3b3b;
  margin-top: 1em;
}

.greet .inner02 .inner ul {
  width: 100%;
  height: auto;
  margin-top: 80px;
  padding: 0;
  display: block;
}

.greet .inner02 .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.greet .inner02 .inner ul li img {
  width: 81.81818181%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.greet .inner02 .inner ul li p {
  font-size: 36px;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-top: 50px;
}

.greet .inner02 .inner ul li strong {
  font-size: 60px;
  font-weight: normal;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.04em;
  color: #ffffff;
  display: block;
}

/* 教育制度ページ エリア */
.education {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner01 {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.education .inner01 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner01 .inner p.left {
  font-size: 72px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #222222;
  margin: 0;
}

.education .inner01 .inner p.right {
  text-align: right;
  line-height: 1em;
  margin: 100px 0 80px 0;
}

.education .inner01 .inner p.right span {
  font-size: 64px;
  font-weight: bold;
  color: #008dd5;
}

.education .inner01 .inner p.right strong {
  font-size: 90px;
  color: #ffffff;
  margin: 0 10px;
  padding: 10px 30px 0 30px;
  background-color: #4563c4;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.9);
}

.education .inner02 {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 60px 0 40px 0;
}

.education .inner02 .inner {
  width: 81.81818181%;
  height: auto;
  margin: 60px auto 0 auto;
  padding: 0;
}

.education .inner02 img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner02 p {
  font-size: 66px;
  font-weight: bold;
  text-align: right;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #222222;
  margin: -50px 0 0 0;
}

.education .inner02 p span {
  font-size: 100px;
  font-weight: bold;
  color: #008dd5;
}

.education .inner02 .inner ul {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 0;
}

.education .inner02 .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
}

.education .inner02 .inner ul li:first-child {
  padding: 15px 0 12px 0;
  background-color: #4563c4;
}

.education .inner02 .inner ul li:last-child {
  margin-top: 30px;
}

.education .inner02 .inner ul li strong {
  font-size: 60px;
  text-align: center;
  line-height: 1.3em;
  color: #ffffff;
  display: block;
}

.education .inner02 .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner02 .inner ul li p {
  font-size: 36px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6em;
  color: #222222;
  margin: 0;
}

.education .inner03 {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 80px;
}

.education .inner03 img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner03 p {
  font-size: 66px;
  font-weight: bold;
  text-align: right;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #222222;
  margin: -100px 0 50px 0;
}

.education .inner03 p span {
  font-size: 100px;
  font-weight: bold;
  text-align: right;
  color: #008dd5;
  display: block;
}

.education .inner03 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner03 .inner img.top {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner03 .inner img.middle {
  width: 27.27272727%;
  height: auto;
  margin: 30px auto 0 auto;
  padding: 0;
}

.education .inner03 .inner img.bottom {
  width: 74.09090909%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.education .inner04 {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.education .inner04 p {
  font-size: 50px;
  font-weight: bold;
  text-align: right;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #222222;
  margin: -80px 0 50px 0;
}

.education .inner04 p span {
  font-size: 72px;
  font-weight: bold;
  text-align: right;
  color: #008dd5;
}

.education .inner04 .inner {
  width: 81.81818181%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.education .inner04 .inner img.top {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0;
}

.education .inner04 .inner img.bottom {
  width: 100%;
  height: auto;
  margin: 60px 0 0 0;
  padding: 0;
}

.education .inner04 .inner p {
  font-size: 36px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6em;
  color: #222222;
  margin: 0;
}

.education .inner04 .inner span {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  color: #222222;
  margin: 0;
  padding: 0;
  display: block;
}

.education .inner04 .inner span strong {
  font-size: 48px;
  color: #ffffff;
  padding: 10px 30px 6px 30px;
  background-color: #4563c4;
}

.education .inner04 .inner ul {
  width: 100%;
  height: auto;
  margin: 30px 0 80px 0;
  padding: 0;
  display: block;
}

.education .inner04 .inner ul li:first-child {
  width: 36.11111111%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.education .inner04 .inner ul li:last-child {
  width: 60%;
  height: auto;
  margin: 0;
  padding: 30px 0 0 0;
  float: right;
}

.education .inner04 .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner04 .inner ul li p {
  font-size: 36px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6em;
  color: #222222;
  margin: 0;
}

.education .inner05 {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.education .inner05 p {
  font-size: 100px;
  font-weight: bold;
  text-align: right;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  color: #4563c4;
  margin: -50px 0 0 0;
}

.education .inner05 .inner {
  width: 100%;
  height: auto;
  margin: 80px 0 0 0;
  padding: 50px 9.09090909%;
  background-color: #4563c4;
}

.education .inner05 .inner span {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0 0 0 -50px;
  padding: 10px 30px 7px 30px;
  background-color: #222222;
  display: block;
  float: left;
}

.education .inner05 .inner .inner_top {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.education .inner05 .inner .inner_top p {
  font-size: 50px;
  font-weight: bold;
  text-align: left;
  line-height: 1.3em;
  color: #ffffff;
  margin: 50px 0 0 0;
  padding: 0;
}

.education .inner05 .inner .inner_top p strong {
  font-size: 85px;
  font-weight: bold;
  text-align: left;
  line-height: 1.3em;
  letter-spacing: 0.2em;
  color: #ffffff;
  margin: 10px 0 0 0;
  padding: 0;
  display: block;
}

.education .inner05 .inner .inner_top ul {
  width: 100%;
  height: auto;
  margin: 60px 0 0 0;
  padding: 0;
}

.education .inner05 .inner .inner_top ul li {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0;
}

.education .inner05 .inner .inner_top ul li p {
  font-size: 48px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6em;
  color: #ffffff;
  margin: 0;
  padding: 0 0 0 70px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.education .inner05 .inner .inner_middle {
  width: 100%;
  height: auto;
  margin: 100px 0 0 0;
  padding: 0;
  display: block;
}

.education .inner05 .inner .inner_middle span {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  color: #4563c4;
  margin: 0;
  padding: 10px 30px 7px 30px;
  background-color: #ffffff;
  display: block;
  float: left;
}

.education .inner05 .inner .inner_middle ul {
  width: 100%;
  height: auto;
  margin: 40px 0 0 0;
  padding: 0;
  float: left;
}

.education .inner05 .inner .inner_middle ul li {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0;
}

.education .inner05 .inner .inner_middle ul li p {
  font-size: 32px;
  font-weight: normal;
  text-align: left;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.education .inner05 .inner .inner_bottom {
  width: 100%;
  height: auto;
  margin: 100px 0 0 0;
  padding: 0;
  display: block;
}

.education .inner05 .inner .inner_bottom span {
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin: 0 0 60px 0;
  padding: 0;
  background: none;
  float: none;
  display: flex;
  justify-content: center;
  -align-items: center;
}

.education .inner05 .inner .inner_bottom span::before,
.education .inner05 .inner .inner_bottom span::after {
  content: "";
  height: 2px;
  background: #ffffff;
  flex-grow: 1;
}

.education .inner05 .inner .inner_bottom span::before {
  margin-right: 1em;
}

.education .inner05 .inner .inner_bottom span::after {
  margin-left: 1em;
}

.education .inner05 .inner .inner_bottom ul {
  width: 100%;
  height: auto;
  margin: 40px 0 0 0;
  padding: 0;
  float: left;
}

.education .inner05 .inner .inner_bottom ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.education .inner05 .inner .inner_bottom ul li img {
  width: 100%;
  height: auto;
  margin: 0 0 50px 0;
  padding: 0;
}

.education .inner05 .inner .inner_bottom ul li span {
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin: 0 0 50px 0;
  padding: 0;
  background: none;
  float: none;
  display: block;
}

.education .inner05 .inner .inner_bottom ul li p {
  font-size: 32px;
  font-weight: normal;
  text-align: left;
  line-height: 1.8em;
  color: #ffffff;
  margin: 0 0 70px 0;
  padding: 0;
}

/* スポーツ事業ページ エリア */
.sports {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.sports strong {
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 2px 3px #008dd5;
  line-height: 1.3em;
  color: #4563c4;
  display: block;
}

.sports .inner01 {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 0;
}

.sports .inner01 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.sports .inner02 {
  width: 1100px;
  height: auto;
  margin: 60px auto 20px auto;
  padding: 0;
}

.sports .inner02 img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.sports .inner02 .inner {
  width: 100%;
  height: auto;
  margin-top: 80px;
  padding: 0;
  display: block;
}

.sports .inner02 .inner p {
  font-size: 46px;
  font-weight: bold;
  text-align: left;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 10px 40px 7px 40px;
  background-color: #4563c4;
  float: left;
}

.sports .inner03 {
  width: 1100px;
  height: auto;
  margin: 0 auto 80px auto;
  padding: 0;
}

.sports .inner03 p {
  font-size: 36px;
  font-weight: normal;
  text-align: left;
  line-height: 1.8em;
  color: #222222;
  margin: 0;
  padding: 0;
}

.sports .inner04 {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.sports .inner04 .inner {
  width: 100%;
  height: auto;
  margin: 0 0 60px 0;
  padding: 0;
  display: block;
}

.sports .inner04 .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.sports .inner04 .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.sports .inner04 .inner ul li:first-child {
  margin-bottom: 30px;
  padding-left: 70px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.sports .inner04 .inner ul li span {
  font-size: 46px;
  font-weight: bold;
  text-align: left;
  line-height: 1.8em;
  color: #222222;
  display: block;
}

.sports .inner04 .inner ul li span strong {
  font-size: 60px;
  text-shadow: none;
  color: #4563c4;
  display: inline-block;
}

.sports .inner04 .inner ul li p {
  font-size: 36px;
  font-weight: normal;
  text-align: left;
  line-height: 1.8em;
  color: #222222;
  margin: 0;
  padding: 0;
}

.sports .inner05 {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.sports .inner05 .inner {
  width: 100%;
  height: auto;
  margin: 80px 0 0 0;
  padding: 325px 9.09090909% 80px 9.09090909%;
  background-color: #4563c4;
  background-position: 25px 25px;
  background-repeat: no-repeat;
}

.sports .inner05 .inner strong {
  font-size: 52px;
  text-align: center;
  line-height: 1.3em;
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
}

.sports .inner05 .inner span {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  color: #222222;
  padding: 10px 0 7px 0;
  background-color: #ffffff;
  display: block;
}

.sports .inner05 .inner p {
  font-size: 36px;
  font-weight: normal;
  text-align: left;
  line-height: 1.8em;
  color: #ffffff;
  margin-top: 60px;
  padding: 0;
}

.sports .inner05 .inner p img {
  width: 36.11111111%;
  height: auto;
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
}

.sports .inner05 .inner p span {
  font-size: 30px;
  font-weight: normal;
  text-align: right;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0;
  padding: 0;
  background: none;
  display: block;
}

.sports .inner05 .inner .img_box {
  width: 100%;
  height: auto;
  margin-top: 60px;
  padding: 0;
  display: block;
}

.sports .inner05 .inner .img_box img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* カテゴリ・アーカイブ・検索結果ページ エリア */
.post_inner {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  float: left;
  border-bottom: 1px dotted #262626;
}

.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: 1em;
  margin: 0;
  padding: 2px 5px;
  float: left;
  background-color: #008dd5;
}

.post_inner .show_post li.cat_mark_box p.cat_mark a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

.post_inner .show_post li.cat_mark_box p.cat_date {
  width: auto;
  height: auto;
  font-size: 12px;
  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-size: 16px;
  color: #262626;
  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-size: 15px;
  color: #262626;
  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 {
  color: #dddddd;
}

.post_inner .show_post li.cat_mark_box p.cat_mark a:hover {
  color: #dddddd;
}

.center {
  max-width: 1000px;
  margin: auto;
}

.pc-menu {
  background-color: unset;
  overflow: hidden;
  border-top: 2px solid white;
}

.pc-menu ul {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  display: flex;
  gap: 30px;
}

.pc-menu ul li {
  display: table-cell;
}

.pc-menu ul li a {
  display: block;
  color: white;
  font-size: 16px;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  transition: 0.2s;
}

.pc-menu ul li a:hover {
  background-color: white;
  color: #008dd5;
}

.top_contact .inner_bottom ul li.bottom-line {
  width: 100%;
}

.top_contact .inner_bottom ul li.bottom-line img {
  margin: auto;
  width: 100%;
}

figure#f_logo {
  max-width: 350px;
  width: 100%;
}

.footer-menu ul {
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
  align-content: center;
}

.footer-menu ul li {
  width: 50%;
}

.footer-menu ul li a {
  display: block;
  color: #222222;
  padding: 10px 15px;
  text-decoration: none;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.footer-menu ul li a::before {
  content: "";
  background-image: url(../higoone/images/footer-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 9px;
  height: 15px;
}

.footer-menu ul li a:hover {
  opacity: 0.7;
}

.footer-menu ul li a span {
  padding: 0;
  display: block;
}

.footer-menu ul li a:hover span:before {
  border-color: #fff;
}

div#footer_in {
  padding: 30px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}

#copyright a {
  text-decoration: none;
  color: white;
}

.top_contact.under-contact {
  margin-top: 40px;
  padding: 40px 0;
  background-color: white;
  margin-bottom: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
textarea,
select {
  padding: 10px;
  width: 100%;
  box-shadow: unset;
  font-size: 16px;
  /*文字サイズの変更*/
  border: 1px solid #232323;
  /*線の変更*/
  -webkit-border-radius: 0;
  /*角丸を消す*/
  -webkit-appearance: none;
  /*BOXにかかった影を消す*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*フォームタップ（リンクタップ）時の影を消す*/
}

ul.contact-form {
  margin: 1em 0;
  margin-bottom: 2em;
  align-items: center;
}

ul.contact-form:nth-child(9) {
  border-bottom: none;
}

li.contact-title {
  font-weight: bold;
  margin-bottom: 1rem;
}

li.contact-title span {
  display: inline-block;
  background-color: #ffa702;
  color: white;
  padding: 5px 10px;
  margin-right: 10px;
  font-weight: bold;
  border-radius: 5px;
}
div#wpcf7-f1335-p1329-o1,
.page-id-400 .post {
  width: 95%;
  margin: auto;
}
.soushin input {
  display: block;
  width: 100%;
  max-width: 310px;
  padding: 15px;
  background-color: #ffa702;
  font-weight: bold;
  color: white;
  text-align: center;
  margin: auto;
  border-radius: 50rem;
  border: none;
  font-size: 16px;
  position: relative;
}
.soushin input::after {
  content: "";
  background-image: url(../higoone/images/contact-arrow.svg);
}
#content .center p {
  color: #333;
}

li.contact-form-main {
  width: 100%;
  padding: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
textarea,
select {
  padding: 20px;
  border-radius: 10px !important;
  width: 100%;
  background: #f2f2f2;
  border: unset;
}

.page-id-398 .center,
.page-id-1329 .center {
  max-width: 800px;
}
.page-id-400 .center {
  max-width: 700px;
}

.contact-confirmation {
  padding: 25px;
  border: 1px solid #afafaf;
  margin: 50px auto 30px;
}

.contact-step {
  margin: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  ul.contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 4%;
    margin-bottom: 4%;
  }

  ul.contact-form li.contact-title,
  ul.contact-form li.contact-form-main {
    width: 100%;
    padding: 2%;
  }
}

p.contact-text {
  margin-bottom: 15px;
}

p.contact-text:last-of-type {
  margin-bottom: 45px;
}

#content .center .soushin p {
  line-height: 0;
  position: relative;
  max-width: 310px;
  margin: auto;
}
#content .center .soushin p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}
#content .center .wpcf7-spinner {
  display: none;
}

/*募集要項*/
.page-id-436 #content .post,
.page-id-900 #content .post,
.page-id-902 #content .post,
.page-id-974 #content .post,
.page-id-985 #content .post,
.page-id-1182 #content .post,
.page-id-1057 #content .post {
  background: url(images/top04_bg.png);
  background-size: cover;
  background-position: top center;
}

.recruit_info_box {
  width: 100%;
  max-width: 1120px;
  height: auto;
  margin: 0 auto 80px auto;
  padding: 0;
  display: block;
}

.recruit_info_box img {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.recruit_info_box .recruit_info_inner {
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding: 60px;
  display: block;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px #d1d1d1;
}

.recruit_info_box .recruit_info_inner .allowance_title {
  font-size: 27px;
  margin-left: 25px;
  margin-bottom: 40px;
  font-weight: 600;
  letter-spacing: 1.75px;
}

.recruit_info_box .recruit_info_inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.recruit_info_box .recruit_info_inner ul li {
  width: 100%;
  height: auto;
  font-size: 16px;
  margin-top: 26px;
  padding-top: 26px;
  color: #3a200b;
  border-top: 1px solid #999999;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
}

.recruit_info_box .recruit_info_inner ul li:nth-child(1) {
  padding-top: 28px;
  margin-top: 0;
  border-top: 3px solid #606060;
}

.recruit_info_box .recruit_info_inner ul li span {
  width: 28%;
  font-weight: 500;
  font-size: 1.15em;
  line-height: 1.85em;
  padding-left: 1.5em;
}

.recruit_info_box .recruit_info_inner ul li strong,
.recruit_info_box .recruit_info_inner ul li ul.allowance {
  width: 72%;
  font-weight: 400;
  line-height: 1.85em;
}

.recruit_info_box .recruit_info_inner ul li strong {
  position: relative;
  padding-left: 1.9em;
}

.recruit_info_box .recruit_info_inner ul li strong b.slash {
  font-size: 1.1em;
  padding: 0px 5px 0 8px;
  line-height: 1.85em;
}

.recruit_info_box .recruit_info_inner ul li strong b.allowance_line {
  font-size: 1.1em;
  padding: 0;
  line-height: 1.85em;
  position: absolute;
  left: 4px;
}

.recruit_info_box .recruit_info_inner ul li ul li b.allowance_line {
  font-size: 1.1em;
  line-height: 1em;
  height: 1em;
  padding: 3px 5px 0 9px;
  position: relative;
  top: 1px;
}

.recruit_info_box .recruit_info_inner ul li p {
  width: 100%;
  font-size: 12px;
  color: #dc143c;
}

.recruit_info_box .recruit_info_inner ul li ul.allowance {
}

.recruit_info_box .recruit_info_inner ul li ul.allowance li {
  margin-bottom: 12px;
  padding: 0 16px 12px 0;
  border-top: unset;
  border-bottom: 1px dotted #999999;
  position: relative;
}

.recruit_info_box .recruit_info_inner ul li ul.allowance li:nth-child(1) {
  border-top: unset;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .recruit_info_box .recruit_info_inner {
    padding: 8% 5%;
    margin-top: 0;
  }

  .recruit_info_box .recruit_info_inner ul li {
    border-top: none;
    padding-top: 3%;
    margin-top: 3%;
    font-size: 15px;
    flex-wrap: wrap;
  }

  .recruit_info_box .recruit_info_inner ul li span,
  .recruit_info_box .recruit_info_inner ul li strong,
  .recruit_info_box .recruit_info_inner ul li ul.allowance {
    width: 100%;
    display: block;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 15px;
  }

  .recruit_info_box .recruit_info_inner ul li span {
    border-bottom: 1px dotted #999999;
    padding: 2%;
    font-size: 1.15em;
    margin-bottom: 2.5%;
    border-bottom: #e8e8e8 solid 5px;
    background: #e86a00;
    color: #fff;
  }

  .recruit_info_box .recruit_info_inner ul li ul.allowance li {
    margin-bottom: 1.5%;
    padding-bottom: 1.2%;
  }

  .recruit_info_box .recruit_info_inner ul li ul.allowance li::before,
  .recruit_info_box .recruit_info_inner ul li strong b.allowance_line,
  .recruit_info_box .recruit_info_inner ul li ul.allowance li span.sp {
    display: none;
  }
}

@media screen and (max-width: 1280px) and (min-width: 769px) {
  .recruit_info_box {
    margin-bottom: 0;
  }

  .recruit_info_box .recruit_info_inner {
    padding: 60px 30px;
    width: 94%;
    margin: 50px 3% 0;
  }
}

.hospital_bnr {
  max-width: 1100px;
  margin: 4em auto 0;
  width: 96%;
}

/**お客様の声**/
ul.staff_list li {
  width: 100%;
  max-width: 1100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
  background-image: linear-gradient(45deg, #ec8d1b, #e55618);
}

ul.staff_list li a figure,
ul.staff_list li .profile {
  width: 50%;
}

ul.staff_list li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  text-decoration: none;
  position: relative;
}

ul.staff_list li:nth-child(even) a {
  flex-direction: row-reverse;
}

ul.staff_list li a figure br {
  display: none;
}

ul.staff_list li .profile {
  text-align: center;
}

ul.staff_list li .profile p.staff_name {
  font-size: 52px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 14px;
  letter-spacing: 1.3px;
  font-weight: 500;
}

ul.staff_list li .profile p.staff_director {
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
  padding: 8px 12px;
  border: solid 3px #fff;
  display: inline-block;
  margin: 0 auto;
}

ul.staff_list li .profile p.staff_director span {
  letter-spacing: -1.5px;
  margin: 0 4px;
}

@media screen and (max-width: 768px) {
  ul.staff_list li:nth-child(even) a,
  ul.staff_list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ul.staff_list li a figure,
  ul.staff_list li .profile {
    width: 100%;
  }

  ul.staff_list li .profile {
    padding: 8% 2% 10%;
  }

  ul.staff_list li .profile p.staff_name {
    font-size: 10vw;
    letter-spacing: 0.2em;
  }

  ul.staff_list li .profile p.staff_director {
    font-size: 3.75vw;
    border: solid 2px #fff;
    letter-spacing: 0.165em;
    padding: 2%;
  }

  ul.staff_list {
    /* max-width: 96%; */
    /* margin: 0 2%; */
  }

  ul.staff_list li {
    width: 96%;
    margin-bottom: 10%;
  }
}

/*お客様の声_個別ページ*/
.parent-pageid-537 #content h1 {
  display: none;
}

.visual {
  width: 100%;
  padding: 120px 0;
  position: relative;
  margin-bottom: 200px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #ec8d1b, #e55618);
}

.visual .voice_wrap .comment {
  text-shadow: 0 0 1px white;
  font-size: 40px;
  padding-left: 0;
  font-weight: 500;
}

.visual .voice_wrap .profile {
  text-align: left;
}

.visual .voice_wrap .profile p.staff_voice_tit {
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
  padding: 4px 12px;
  border: solid 3px #fff;
  display: inline-block;
  margin: 0;
}

.visual .voice_wrap .profile p.staff_name {
  font-size: 52px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 14px;
  letter-spacing: 1.3px;
  font-weight: 500;
}

.visual .voice_wrap .profile p.staff_director {
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0;
  border: none;
  display: inline-block;
  margin: 0;
}

.visual .voice_wrap .profile p.staff_director span {
  letter-spacing: -1.5px;
  margin: 0 4px;
}

.voice_wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.visual .image {
  width: 100%;
  max-width: 700px;
  position: absolute;
  margin: 0;
  top: 50px;
  right: 50px;
}

.visual .image img {
  width: 100%;
  margin: 0 auto;
}

.voice_wrap .item p {
  font-size: 19px;
  margin-bottom: 1em;
  letter-spacing: 1.65px;
  line-height: 1.65em;
}

.voice_wrap .item {
  margin-bottom: 80px;
}

.voice_wrap .visual .name_wrap .name {
  border-bottom: solid 1px #000;
  font-size: 28px;
  font-weight: 500;
  padding: 10px 10px;
}

.voice_wrap .visual .name_wrap .remarks {
  border-bottom: solid 1px #000;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 12px;
}

.answer.flex_voice {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.item:nth-child(odd) .answer.flex_voice {
  flex-direction: row-reverse;
}

.answer.flex_voice .image {
  width: 40%;
  margin-right: 20px;
  max-width: 330px;
}

.answer.flex_voice .text {
  width: 60%;
}

.item:nth-child(odd) .answer.flex_voice .image {
  width: 40%;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .voice_wrap .visual {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .voice_wrap .visual .image {
    width: 100%;
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .voice_wrap .visual .comment {
    position: relative;
    top: 0;
    font-size: 5.5vw;
    letter-spacing: 0.075em;
    width: 100%;
    text-align: center;
    margin: 1em 0;
  }

  .voice_wrap {
    padding: 0 2%;
  }

  .voice_wrap .visual .comment br {
    display: none;
  }

  .voice_wrap .visual .name_wrap {
    width: 100%;
    position: relative;
  }

  .voice_wrap .item {
    margin-bottom: 5%;
  }

  .voice_wrap .item p {
    line-height: 1.75em;
    font-size: 16px;
  }

  .voice_wrap .item .answer.flex_voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .answer.flex_voice .text {
    width: 100%;
  }

  .voice_wrap .item .answer.flex_voice .image {
    width: 80%;
    margin: 0 auto 1em;
    max-width: 450px;
  }

  .voice_wrap .item .answer.flex_voice .image img {
    margin: 0 auto;
  }

  .visual .image {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 5%;
  }

  .visual {
    padding: 5% 5% 8%;
    margin-bottom: 8%;
  }

  .visual .voice_wrap .profile p.staff_voice_tit {
    font-size: 3vw;
    border-width: 2px;
    padding: 3px 8px;
  }

  .visual .voice_wrap .profile p.staff_name {
    font-size: 9vw;
    margin-bottom: 0.05em;
  }

  .visual .voice_wrap .profile p.staff_director {
    font-size: 3.6vw;
  }
}

.shingle_post_inner {
  width: 100%;
  height: auto;
  margin-bottom: 1px;
  padding: 0;
  float: left;
}

.shingle_post_inner .show_post {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.shingle_post_inner .show_post li {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0;
  float: left;
}

.shingle_post_inner .show_post li.cat_mark_box p.cat_mark {
  width: auto;
  height: auto;
  line-height: 1em;
  margin: 0;
  padding: 2px 5px;
  float: left;
}

.shingle_post_inner .show_post li.cat_mark_box p.cat_mark a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

.shingle_post_inner .show_post li.cat_mark_box p.cat_date {
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 1.4em;
  float: left;
  padding: 3px 8px;
  background: #008dd5;
  color: #fff;
}

/*求人応募*/
.contact-recruit .center h2 {
  margin-top: 40px;
}

/*求人応募*/
/*店舗一覧*/
.shop_wrap {
  max-width: 1080px;
  margin: 0 auto 80px;
}

#content .shop_wrap h2 {
  font-size: 30px;
  padding: 8px;
  font-weight: 500;
}

.shop_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 0;
  margin-bottom: 80px;
  justify-content: space-between;
}

#content .shop_wrap h2 i {
  color: #db4f00;
  margin-right: 8px;
}

.shop_inner > div,
.shop_inner > figure {
  width: 48%;
}

.shop_inner > div {
  padding-left: 20px;
}

#content .shop_inner > div h3 {
  margin: 0;
  padding: 0 0 5px;
}

#content .shop_inner > div h3:before {
  display: none;
}

.shop_inner > div h3 img {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

.shop_inner > div .btn a {
  width: 60%;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 1.3em;
  color: #ffffff;
  margin: 20px auto 0;
  padding: 13px 0;
  background-color: #db4f00;
  border: 2px solid #dc4320;
  display: block;
  max-width: 300px;
}

.shop_inner > div .btn a:hover {
  transition: 1s;
  background-color: #ffffff;
  color: #cf4804;
}

.shop_inner > div table {
  width: 100%;
  border-collapse: collapse;
}

.shop_inner > div table tr {
  border-bottom: solid 1px #dfdfdf;
}

.shop_inner > div table tr:last-child {
  margin-bottom: 0px;
}

.shop_inner > div table th {
  font-weight: normal;
  width: 30%;
}

.shop_inner > div table td {
  font-weight: normal;
  padding: 15px 10px;
}

@media screen and (max-width: 768px) {
  #content .shop_wrap h2 {
    font-size: 5.5vw;
    letter-spacing: 1px;
  }

  .shop_wrap {
    padding: 0 2%;
  }

  .shop_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .shop_inner > div,
  .shop_inner > figure {
    width: 100%;
    padding: 0;
  }

  .shop_inner > figure {
    margin-bottom: 5%;
    max-width: 500px;
  }

  .shop_inner > figure img {
    margin: auto;
  }

  #content .shop_inner > div h3 {
    border: none;
    margin-bottom: 20px;
  }
}

/*会社概要*/

/*タブレット*/
@media screen and (min-width: 769px) and (max-width: 1400px) {
  #header_in .inner_right ul li a {
    padding: 30px 7px 31px 7px;
    font-size: 16px;
    line-height: 1em;
  }

  #header_in .inner_right ul li.menu-item-1011 a,
  #header_in .inner_right ul li.contact_btn a {
    padding: 13px 36px 16px 42px;
  }

  .top02 .inner {
    padding-left: 8%;
    background-position: right 8% top 0;
  }
}

/* タブレット版 */
.tab-main{
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .pc-main {
    display: none;
  }
  .sp-main {
    display: none;
  }
  .tab-main{
    display: block;
    margin: 6rem auto 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tab-main{
    display: none;
  }
}
/*メインイメージ調整*/
@media screen and (max-width: 768px) {
  .sp-main {
    display: block;
    padding-top: 10px;
  }

  .sp-main img {
    width: 100%;
  }

  .tab-main,
  .pc-main {
    display: none;
  }
}

.pc-main {
  margin-top: 85px;
  position: relative;
}

@media screen and (min-width: 1650px) {
  .pc-main {
    display: block;
  }

  .sp-main {
    display: none;
  }

  #main_visual {
    width: 100%;
    padding: 0px 0 0px;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (min-width: 769px) and (max-width: 1649px) {
  #main_visual {
    width: 100%;
    padding: 0;
    background-size: cover;
    background-position: center;
  }

  .sp-main {
    display: none;
  }
}

/*下層ページの見出し*/
div#page_tile {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 130px 100px;
  align-content: center;
  background-image: linear-gradient(90deg, #59b4e3, #008dd5);
  position: relative;
  width: 93%;
  margin-left: auto;
  margin: 30px 0 80px;
  border-radius: 35px 0 0 35px;
  overflow: hidden;
  margin-left: auto;
}

div#page_tile:before {
  content: "";
  width: 100%;
  background-image: url(images/h1_title_back.png);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.15;
  z-index: 5;
  /* background: linear-gradient(78.65deg, #ec8d1b21, #e556186e); */
}

div#page_tile > div {
  /* background-color: #fff; */
  display: flex;
  flex-direction: row-reverse;
  max-width: unset;
  align-content: center;
  flex-wrap: nowrap;
  color: #fff;
  align-items: flex-end;
  width: 100%;
  margin: 0;
  z-index: 20;
  justify-content: flex-end;
}

div#page_tile > div h1.under_title {
  width: auto;
  background: none;
  color: #fff;
  text-shadow: unset;
  padding: 0;
  display: inline-block;
  border: none;
  text-align: left;
  line-height: 1em;
  margin: 0;
  font-size: 50px;
  letter-spacing: 2px;
  padding: 0;
  position: relative;
  font-weight: 700;
  text-align: left;
}

/*
  div#page_tile>div h1.under_title:before {
    content: '';
    width: 28px;
    position: absolute;
    height: 3px;
    top: 0.5em;
    background: black;
    right: 0;
  }
  */
div#page_tile > div p.english {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.25em;
  margin: 0px 0 0px 20px;
  text-transform: uppercase;
}

div#page_tile > div p {
  letter-spacing: 3px;
  font-size: 21px;
}

div#page_tile div#breadcrumb {
  width: 100%;
  background: none;
  min-width: 660px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-flow: row;
}

div#page_tile div#breadcrumb a {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 768px) {
  div#page_tile {
    z-index: 0;
  }

  div#page_tile > div h1.under_title {
    font-size: 5.5vw;
    margin-bottom: 0;
    line-height: 1.45em;
    padding: 0;
  }

  div#page_tile > div p.english {
    font-size: 3.5vw;
    letter-spacing: 1.5px;
  }

  div#page_tile {
    padding: 15% 7%;
    margin: 3% 0 60px 0;
    width: 96%;
    border-radius: 0 35px 35px 0;
  }

  div#page_tile div#breadcrumb {
    margin: 0;
    padding: 0;
    min-width: 0;
  }
}

/*下層の見出し*/

@media screen and (max-width: 768px) {
  .welfare .inner01 p.text span {
    font-size: 4.2vw;
    font-weight: bold;
    text-align: left;
    line-height: 1.65em;
    letter-spacing: 0.1em;
    padding: 0;
    display: inline;
    color: #4b4b4b;
    padding: 0;
    text-shadow: none;
    background: none;
  }

  .welfare .inner01 p.text span br {
    display: none;
  }
}

/*会社概要*/
.about_info_box {
  width: 100%;
  max-width: 820px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: block;
}

.about_info_box img {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.about_info_box .about_info_inner {
  width: 100%;
  height: auto;
  margin: 00px auto 80px;
  padding: 00px;
  display: block;
  background-color: #fff;
  border-radius: 20px;
}

.about_info_box .about_info_inner .allowance_title {
  font-size: 28px;
  margin-left: 25px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 1.75px;
}

.about_info_box .about_info_inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.about_info_box .about_info_inner ul li {
  width: 100%;
  height: auto;
  font-size: 16px;
  margin-top: 26px;
  padding-top: 26px;
  color: #3a200b;
  border-top: 2px solid #eeeeee;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
}

.about_info_box .about_info_inner ul li:nth-child(1) {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.about_info_box .about_info_inner ul li:last-child {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 26px;
}

.about_info_box .about_info_inner ul li span {
  width: 20%;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.85em;
  padding-left: 1.5em;
  color: #008dd5;
}

.about_info_box .about_info_inner ul li strong,
.about_info_box .about_info_inner ul li ul.allowance {
  width: 72%;
  font-weight: 400;
  line-height: 1.85em;
}

.about_info_box .about_info_inner ul li strong {
  position: relative;
  padding-left: 1.9em;
  color: #333;
}

.about_info_box .about_info_inner ul li strong b.slash {
  font-size: 1.1em;
  padding: 0px 5px 0 8px;
  line-height: 1.85em;
}

.about_info_box .about_info_inner ul li strong b.allowance_line {
  font-size: 1.1em;
  padding: 0;
  line-height: 1.85em;
  position: absolute;
  left: 4px;
}

.about_info_box .about_info_inner ul li ul li b.allowance_line {
  font-size: 1.1em;
  line-height: 1em;
  height: 1em;
  padding: 3px 5px 0 9px;
  position: relative;
  top: 1px;
}

.about_info_box .about_info_inner ul li ul.allowance li {
  margin-bottom: 12px;
  padding: 0 16px 12px 0;
  border-top: unset;
  border-bottom: 1px dotted #999999;
  position: relative;
}

.about_info_box .about_info_inner ul li ul.allowance li:nth-child(1) {
  border-top: unset;
  padding-top: 0;
}

.hospital_bnr {
  max-width: 1100px;
  margin: 4em auto 0;
  width: 96%;
}

@media screen and (max-width: 768px) {
  /* .about_info_box {
    margin: 60px auto;
  }
  .about_info_box .about_info_inner {
    padding: 8% 5%;
    margin: 0;
  }

  .about_info_box .about_info_inner ul li {
    border-top: none;
    padding-top: 3%;
    margin-top: 3%;
    font-size: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  } */

  .about_info_box .about_info_inner ul li span {
    width: 100%;
    padding-left: 0;
  }

  /* .about_info_box .about_info_inner ul li span {
    border-bottom: 2px solid #ebebeb;
    padding: 2%;
    padding-left: 0;
    font-size: 1.15em;
    margin-bottom: 2.5%;
    color: #008dd5;
    position: relative;
  }

  .about_info_box .about_info_inner ul.allowance.about_history li span::before {
    border-bottom: none;
    content: "";
  } */

  .about_info_box .about_info_inner ul li ul.allowance {
  }

  .about_info_box .about_info_inner ul li ul.allowance li {
    margin-bottom: 1.5%;
    padding-bottom: 1.2%;
  }

  .about_info_box .about_info_inner {
    padding: 3% 2%;
  }

  .about_info_box .about_info_inner ul li:nth-child(1) {
    border-top: none;
    padding-top: 0;
  }

  .about_info_box .about_info_inner ul li ul.allowance li {
    border: none;
  }

  .about_info_box .about_info_inner ul.about_history li span {
    width: 100%;
    position: relative;
    background: none;
    color: #242424;
    padding: 8px;
  }

  .about_info_box .about_info_inner ul li ul.about_history li b.allowance_line {
    position: absolute;
    right: 0.75em;
    display: none !important;
  }

  .about_info_box .about_info_inner {
    padding: 0 2% 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .about_info_box .about_info_inner ul li:nth-child(1) {
    border-top: none;
  }

  .about_info_box .about_info_inner ul li ul.allowance li {
    border: none;
  }

  .about_info_box .about_info_inner ul.about_history li span {
    width: 100%;
    position: relative;
    background: none;
    color: #242424;
    padding: 8px 8px 3px;
    border-bottom: dotted 2px #ccc;
  }

  .about_info_box .about_info_inner ul li {
    width: 100%;
    border-top: 2px solid #eeeeee;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .about_info_box .about_info_inner ul li strong {
    width: 100%;
  }
  .about_info_box .about_info_inner ul li strong {
    padding-left: 0;
  }

  .about_info_box .about_info_inner ul {
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 1280px) and (min-width: 769px) {
  .about_info_box {
    margin-bottom: 0;
  }

  .about_info_box .about_info_inner {
    padding: 00px;
    width: 94%;
    margin: 20px 3% 0;
  }
}

@media screen and (min-width: 769px) {
  .about_info_box .about_info_inner h3 {
    margin-bottom: 30px;
  }

  .about_info_box .about_info_inner ul.about_history li span {
    width: 10em;
    position: relative;
  }

  .about_info_box .about_info_inner ul li ul.about_history li b.allowance_line {
    position: absolute;
    right: 0.75em;
  }

  .about_info_box .about_info_inner ul.about_history li span {
    width: 10em;
    position: relative;
  }

  .about_info_box .about_info_inner ul li ul.about_history li b.allowance_line {
    position: absolute;
    right: 0.75em;
  }
}

.single-blog #content h1 {
  margin-bottom: 40px;
}

.single-blog .post p {
  line-height: 1.45em;
  margin-bottom: 1.25em;
}

@media screen and (max-width: 768px) {
  .single-blog #content h1 {
    margin-bottom: 3%;
    font-size: 20px;
  }

  .single-blog .post p {
    line-height: 1.65em;
    margin-bottom: 1.5em;
  }
}

/**/

@media screen and (max-width: 767px) {
  #content .voice_btn {
    padding: 15px 0 10px;
    width: 70%;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3em;
    margin: auto;
    margin-bottom: 30px;
    white-space: nowrap;
    position: relative;
  }

  .voice_btn_txt {
    color: #008dd5;
    border: 1px solid #008dd5;
    padding: 0;
  }

  .voice_btn p.voice_btn_txt a {
    color: #c80615;
    padding: 10px;
    padding-right: 27px;
  }

  .voice_btn.sp p.voice_btn_txt a:visited {
    color: #008dd5;
    text-decoration: none;
  }

  .voice_btn p.voice_btn_txt a::after {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    font-size: 1em;
    right: 10px;
    top: auto;
    color: #008dd5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .voice_btn p.voice_btn_txt a span {
    color: #c80615;
  }
}

.data-slide {
  max-width: 700px;
  padding: 0 25px;
}

.data-slide img {
  width: 100%;
}

.top04 .top-data-swiper-wrap {
  max-width: 700px;
  padding: 0 20px;
  position: relative;
}

/*2023/11/16*/

span.main-pc.st-point {
  color: #fe702b;
}

p.main-txt-point,
.main-txt {
  background-color: #171615;
  width: fit-content;
  padding: 0px 25px;
  margin: 20px 0 30px 80px;
  font-size: 55px;
  color: #fff;
}

.main-txt {
  margin-bottom: 200px;
  margin-left: 150px;
}

div#main_visual {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.pc-main-sub {
  position: absolute;
  top: 63%;
  left: 10%;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1.5px;
  /* line-height: normal; */
  text-shadow: 2px 2px 10px #fe702b, -2px 2px 10px #fe702b,
    2px -2px 10px #fe702b, -2px -2px 10px #fe702b;
}

p.main-txt-sub {
  line-height: 35px;
}

.data-txt-title .tit-jp {
  font-weight: bold;
  font-size: 40px;
}

.data-txt-title .tit-en {
  font-size: 23px;
  font-weight: bold;
  color: #008dd5;
}

.top-data-txt span {
  font-size: 17px;
  font-weight: 500;
}

.staff-txt-title .tit-jp {
  font-weight: bold;
  border-left: 3px solid #fff;
  padding-left: 30px;
  margin-top: 45px;
  color: #fff;
  font-size: 40px;
}

.staff-txt-title .tit-en {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  border-left: 3px solid #fff;
  padding-left: 30px;
}

ul.footer-bnr-ul {
  display: flex;
  justify-content: space-around;
  padding: 3% 0;
}

li.btn-li a:link {
  text-decoration: none;
}

.tel-link.btn,
.web-link.btn {
  padding: 19px 0;
  max-height: 70px;
}

.tel-link.btn {
  background: linear-gradient(90deg, rgb(255, 162, 15), rgb(254, 127, 42));
}

.web-link.btn {
  background: linear-gradient(90deg, rgb(1, 72, 158), rgb(1, 148, 213));
}

.footer-popup .footer_btn .tel-link.btn,
.footer-popup .footer_btn .web-link.btn {
  max-height: 60px;
  padding: 10px 0 20px;
}

.btn span {
  font-size: 23px;
  font-weight: 400;
}

li.btn-li div {
  position: relative;
}

li.btn-li div.tel-link::before {
  content: "";
  background-image: url("images/phone_btn_icn.png");
  background-size: 100%;
  background-position: center;
  position: absolute;
  font-size: 1em;
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 1vw;
  transform: translateY(-50%);
}

li.btn-li div.web-link::before {
  content: "";
  background-image: url("images/email_btn_icn.png");
  background-size: 100%;
  background-position: center;
  position: absolute;
  font-size: 1em;
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 1vw;
  transform: translateY(-50%);
}

li.btn-li div::after {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  font-size: 2em;
  right: 20px;
  top: 35%;
  color: #fff;
}

/*TOPフッターサイトメニュ*/

div#top_content_sitemenu .top_h2.inner h2 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 0.8em;
  letter-spacing: 1.3px;
  line-height: 1.2em;
  position: relative;
}

div#top_content_sitemenu .top_h2.inner h2,
div#top_content_sitemenu .top_h2.inner h2 span {
  color: #333;
}

div#top_content_sitemenu .inner h2 span,
div#top_content_sitemenu .inner h2 span {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  display: block;
}

div#top_content_sitemenu .inner h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #333;
  position: absolute;
  border-bottom: none;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

div#top_content_sitemenu div {
  max-width: 1100px;
  margin: auto;
}

#top_content_sitemenu {
  padding: 80px 0;
  background-color: #f9f5e9;
}

#top_content_sitemenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 2%;
}

#top_content_sitemenu ul li {
  width: 30%;
  background: #fff;
  margin-bottom: 2%;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

#top_content_sitemenu ul li:hover {
  background: #f6f7f8;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

#top_content_sitemenu ul a {
  text-decoration: none;
  width: 100%;
  padding: 50px 20px 50px;
  display: block;
  text-align: center;
}

#content #top_content_sitemenu ul a figure {
  margin-bottom: 0;
}

#content #top_content_sitemenu ul a figure img {
  margin: 0 auto;
  width: 80px;
}

#content #top_content_sitemenu ul a h3 {
  text-align: center;
  margin-top: 15px;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 20px;
}

#content #top_content_sitemenu ul a p {
  display: block;
  margin: 0.75em 0 0;
  line-height: 1em;
  text-align: center;
  position: relative;
  color: #2e8ad3;
  letter-spacing: 1px;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ",
    "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka";
  font-size: 14px;
}

/*****768以下*****/
@media screen and (max-width: 768px) {
  #top_content_sitemenu {
    padding-top: 11.8125%;
    padding-bottom: 7.8125%;
  }

  #top_content_sitemenu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #top_content_sitemenu ul li {
    padding: 3%;
    width: 48%;
    margin-bottom: 4%;
  }

  #top_content_sitemenu ul a {
    padding: 3%;
  }

  #content #top_content_sitemenu ul a h3 {
    margin-top: 4%;
    font-size: 16px;
    margin-bottom: 0;
  }

  #content #top_content_sitemenu ul a p {
    font-size: 14px;
    margin-top: 2vw;
  }

  div#top_content_sitemenu div {
    max-width: 1100px;
    margin: auto;
    padding: 0 2.5%;
  }
}

/*TOPフッターサイトメニュここまで*/
/*ヘッダー*/

#header a.link_arrow {
  position: relative;
}

#header a.link_arrow::after {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  font-size: 1em;
  right: 13px;
  top: auto;
  color: #fff;
}

/*↓↓求める人物像ページ↓↓*/
.statue_img_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.statue_wrap {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  padding: 5% 0;
}

.page-id-1144 .inner02 {
  background-color: #fff3f3;
}

.statue_txt {
  background-color: #fff;
  width: 55%;
  padding: 3%;
  margin-bottom: 7%;
  position: relative;
  border-radius: 8px;
}

.stu_txt p {
  margin: 10px 0;
  color: #333;
}

.statue_txt::after {
  content: url(images/come_img01.png);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -10%;
  left: 55%;
  transform: translateY(-50%) scale(0.3);
}

.stu_txt span {
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #008dd5;
}

.statue_about {
  width: 45%;
  padding: 2% 3%;
}

.statue_img {
  width: 85%;
  margin-left: 15%;
  background-color: #fff;
  position: relative;
}

#content .statue_about h2 {
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  color: #008dd5;
  margin-bottom: 5px;
}

.statue_img::after {
  content: url(images/come_img02.png);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 80%;
  left: -45%;
  transform: translateY(-50%) scale(0.4);
}

.statue_img_txt {
  width: 47%;
  padding-right: 2%;
}

.principle span {
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #0168b4;
}

.principle {
  padding: 0;
  padding-bottom: 35px;
}

.principle p {
  font-size: 18px;
  padding-bottom: 7px;
  color: #333;
}

.principle.coach {
  padding-top: 35px;
  padding-bottom: 5%;
}

.principle.communication,
.principle.change {
  padding-bottom: 5%;
}

#content .human_tit h2 {
  margin: 80px auto 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 4px;
  padding-top: 20px;
  font-size: 45px;
  position: relative;
}

#content .human_tit h2::before {
  position: absolute;
  content: "";
  border-top: 1px solid #df929b;
  width: 10%;
  right: 50%;
  left: auto;
  transform: translateX(50%);
  bottom: 100%;
}

.human_tit p {
  text-align: center;
}

.human_tit img {
  margin: 40px auto;
}

.come_area p {
  font-size: 16px;
  letter-spacing: 1.7px;
  line-height: 1.8;
  text-align: left;
  color: #333;
}

.come_area p span {
  background: linear-gradient(transparent 65%, #ffe7e7 65%);
}

.come_area {
  max-width: 1200px;
  margin: 40px auto;
}

.come_area.in_img {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.come_area.in_img div {
  width: 30%;
}

.come_area.in_img div.come_txt {
  width: 40%;
}

.txt_space {
  margin: 25px 0;
}

.come_txt_wrap p {
  width: 70%;
  margin: auto;
}

/*↑↑求める人物像ページ↑↑*/

/*20240521追加*/
#top_content_sitemenu ul.sitemenu_top {
  flex-wrap: wrap;
}

#top_content_sitemenu ul.sitemenu_top li,
#top_content_sitemenu ul.sitemenu_bottom li {
  width: 23%;
}

/*20240521ここまで*/

@media screen and (max-width: 768px) {
  #main_visual {
    position: relative;
    padding-bottom: 5vw;
  }

  .footer-menu ul li {
    margin: 0;
  }

  /*↓↓求める人物像ページ↓↓*/
  .statue_img_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .statue_wrap {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: auto;
    padding: 15% 0;
  }

  .page-id-1144 .inner02 {
    background-color: #fff3f3;
  }

  .statue_txt {
    background-color: #fff;
    width: 75%;
    padding: 3% 5%;
    margin-bottom: 15%;
    margin-left: 10%;
  }

  .statue_txt::after {
    top: -15%;
    left: 50%;
    transform: translateY(-50%) scale(0.3);
  }

  .stu_txt span {
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #008dd5;
  }

  .statue_about {
    width: 100%;
    padding: 2% 5% 5%;
  }

  .statue_img {
    width: 95%;
    background-color: #fff;
    margin: auto;
    padding: 5% 4%;
    border-radius: 8px;
  }

  .statue_img::after {
    display: none;
  }

  .statue_img_txt {
    width: 100%;
    padding: 0 3%;
  }

  .principle span {
    font-size: 23px;
  }

  .principle {
    padding: 0;
    padding-bottom: 15px;
  }

  .principle p {
    font-size: 18px;
    padding-bottom: 7px;
  }

  .principle.change {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .principle.challenge {
    padding-bottom: 5%;
  }

  .principle.competition {
    padding-bottom: 5%;
  }

  #content .human_tit h2 {
    margin: 40px auto 0;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    padding-top: 20px;
    font-size: 35px;
    position: relative;
  }

  #content .human_tit h2::before {
    position: absolute;
    content: "";
    border-top: 1px solid #df929b;
    width: 10%;
    right: 50%;
    left: auto;
    transform: translateX(50%);
    bottom: 100%;
  }

  .human_tit p {
    text-align: center;
  }

  .human_tit img {
    margin: 40px auto;
  }

  .come_area p {
    margin-bottom: 20px;
    padding: 0;
    font-size: 18px;
    letter-spacing: 1.7px;
    line-height: 1.8;
    width: 100%;
  }

  .come_area p span {
    background: linear-gradient(transparent 65%, #ffe7e7 65%);
  }

  .come_area {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 3%;
  }

  .come_area.in_img {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-direction: column-reverse;
    padding: 0 3%;
  }

  .come_area.in_img div {
    width: 100%;
    padding: 0;
  }

  .come_area.in_img div.come_txt {
    width: 100%;
  }

  /*↑↑求める人物像ページ↑↑*/
  /*20240521追加*/
  #top_content_sitemenu ul.sitemenu_top {
    flex-wrap: wrap;
  }

  #top_content_sitemenu ul.sitemenu_bottom li {
    margin: auto;
    margin-bottom: 4%;
  }

  #top_content_sitemenu ul.sitemenu_top li,
  #top_content_sitemenu ul.sitemenu_bottom li {
    width: 48%;
  }

  /*20240521ここまで*/
}

@media screen and (max-width: 400px) {
  .statue_txt::after {
    top: -12%;
    left: 35%;
    transform: translateY(-50%) scale(0.3);
  }
}

@media screen and (max-width: 1024px) {
  .welfare .inner01 p.text {
    margin-top: 27vw;
  }

  li.btn-li div.web-link::before {
    width: 30px;
    height: 30px;
    left: 2vw;
  }

  li.btn-li div.tel-link::before {
    width: 30px;
    height: 30px;
    left: 2vw;
  }
}

@media screen and (max-width: 1250px) {
  li.btn-li div.web-link::before {
    left: 2vw;
  }

  li.btn-li div.tel-link::before {
    left: 2vw;
  }
}

/* TOP経営理念 */
#content .description {
  margin: 80px auto;
  max-width: 1150px;
}

#content .description-box {
  margin-bottom: 80px;
}

#content .description-item {
  position: relative;
  height: 520px;
}

#content .description-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 65.21739%;
  z-index: 10;
}

#content .top-profile .description-img {
  left: 0;
  right: auto;
}

#content .description-text {
  width: 47.826%;
  padding: 80px 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: #f0f9fe;
  border-radius: 20px;
}

#content .top-profile .description-text {
  right: 0;
  left: auto;
  padding: 80px 0 80px 15%;
}
#content .description-text a.link-btn {
  width: 145px;
}
#content .top-title {
  font-size: 30px;
  font-weight: bold;
  color: #008dd5;
}

#content .top-title span {
  font-size: 16px;
  padding-left: 10px;
}

#content .description-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  width: 75%;
}

#content .top-profile .description-content {
  width: 88%;
}

#content a.link-btn {
  color: #008dd5;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  width: 205px;
  display: block;
  margin-top: 30px;
}

#content a.link-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 2rem;
  width: 50px;
  height: 50px;
  border: 1px solid #008dd5;
  border-radius: 50%;
}

#content a.link-btn::after {
  content: "";
  background-image: url(../higoone/images/description-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 16px;
  height: 9px;
  transform: translate(-3rem, -50%);
}
#content a.link-btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #content .description-box {
    margin-bottom: 40px;
  }

  #content .description-item {
    height: auto;
  }

  #content .description-img {
    max-width: 356px;
    width: 100%;
    position: relative;
    margin-right: auto;
  }

  #content .top-philosophy .description-img {
    margin-left: auto;
    margin-right: 0;
  }

  #content .description-text {
    width: 95%;
    position: relative;
    top: -90px;
    padding: 120px 30px 40px 40px;
    border-radius: 0 20px 20px 0;
  }

  #content .top-profile .description-text {
    width: 95%;
    position: relative;
    top: -90px;
    padding: 120px 40px 40px 30px;
    border-radius: 20px 0 0 20px;
    margin-left: auto;
  }

  #content .description-content {
    width: 100%;
  }

  #content a.link-btn {
    margin-right: 0;
    margin-left: auto;
    width: 145px;
  }

  #content a.link-btn::before {
    transform: translate(0, -50%);
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  #content a.link-btn::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 9px;
    transform: translate(-18px, -50%);
  }

  #content .top-profile .description-content {
    width: 100%;
  }
}

/* TOP経営理念 */

/* 最新情報 */
.top-news {
  max-width: 1000px;
  margin: auto;
}

.top-news-list a {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}

p.top-news-list_title {
  padding: 25px 0;
  border-bottom: 1px solid #dededf;
}

.top-news-list a:hover p.top-news-list_title {
  border-bottom: 1px solid #008dd5;
}

.top-news-list a:hover {
  opacity: 0.7;
}

.top-news-list_title span {
  color: #008dd5;
  padding-right: 30px;
}

#content .top-news a.link-btn {
  width: 170px;
  margin-top: 35px;
  margin-left: auto;
}

#content a.link-btn::before {
  transform: translate(0, -50%);
  right: 0;
}

#content a.link-btn::after {
  top: 50%;
  right: 0;
  width: 16px;
  height: 9px;
  transform: translate(-1.2rem, -50%);
}

.top-news-list a:visited {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .top-news {
    width: 90%;
  }

  p.top-news-list_title {
    display: flex;
    flex-direction: column;
    color: #333;
    text-decoration: none;
  }

  .top-news-list a:link {
    text-decoration: none;
  }
}

/* 最新情報 */

/* コンタクトエリア */
#content .contact_box {
  background-color: #008dd5;
  padding: 80px 20% 80px 140px;
  width: 93%;
  margin: 80px 0;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  border-radius: 30px 0 0 30px;
  position: relative;
}

#content .contact_box::after {
  content: "Suzuran Health Club";
  position: absolute;
  right: 0;
  bottom: 25%;
  font-size: 150px;
  font-weight: bold;
  color: #ffffff1a;
  transform: translateY(50%);
}

#content .contact_box-text h2 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

#content .contact_box-text h2 span {
  font-size: 16px;
}

#content .contact_box-text p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

#content .contact_box-btn_tel {
  margin-bottom: 25px;
  color: #fff;
  font-family: "Inter";
  font-weight: 700;
}

#content .contact_box-btn_tel-number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  margin-bottom: 10px;
  font-family: "Inter";
  font-weight: 700;
}

#content .contact_box-btn_tel-number img {
  margin-right: 10px;
}

#content .contact_box-btn_tel-time {
  font-size: 16px;
}

a.btn_contact {
  background-color: #fff;
  color: #008dd5;
  padding: 25px;
  width: 300px;
  border-radius: 50rem;
  margin: auto;
  display: flex;
  text-decoration: none;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 15px;
  z-index: 1;
}

a.btn_contact:visited {
  color: #008dd5;
  text-decoration: none;
}

#content a.btn_contact::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #008dd5;
  border-radius: 50%;
  background-color: #008dd5;
  z-index: 10;
}

#content a.btn_contact::after {
  content: "";
  background-image: url(../higoone/images/white-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 35px;
  width: 16px;
  height: 9px;
  transform: translate(-50%, -50%);
  z-index: 11;
}

@media screen and (max-width: 1585px) {
  #content .contact_box::after {
    font-size: 100px;
  }
}

@media screen and (max-width: 768px) {
  #content .contact_box {
    flex-direction: column;
    padding: 50px 20px 130px;
    margin: 60px 0;
    margin-left: auto;
  }

  #content .contact_box-text {
    margin-bottom: 25px;
    padding: 0 10px;
  }

  #content .contact_box-text h2 {
    font-size: 36px;
  }

  .contact_box-btn {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  a.btn_contact {
    text-decoration: none !important;
    width: 100%;
    padding: 20px;
    padding-left: 40px;
    color: #008dd5 !important;
  }

  a.btn_contact.tel {
    color: #fff !important;
    border: 2px solid #fff;
    background-color: #008dd5;
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 600;
    letter-spacing: 1px;
  }

  #content .contact_box::after {
    content: "Suzuran";
    bottom: 15%;
  }

  #content a.btn_contact.tel::before {
    border: 1px solid #ffffff;
  }

  @media screen and (max-width: 425px) {
    #content .contact_box::after {
      content: "Suzura";
    }
  }
}

/* フッター */
ul.footer-links {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

a.footer-link {
  display: flex;
  border-right: 1px solid #333;
  padding: 0 15px;
  color: #333;
  text-decoration: none;
  gap: 10px;
}

li:last-child a.footer-link {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .footer-menu ul {
    width: 95%;
  }

  ul.footer-links {
    flex-direction: column;
    width: 95%;
    margin: auto;
    margin-bottom: 30px;
    gap: 10px;
  }

  a.footer-link {
    border-right: none;
    text-decoration: none !important;
    color: #333 !important;
  }

  a.footer-link:visited {
    color: #333;
  }
}

/* ヘッダー */
a.header-btn {
  background: linear-gradient(90deg, #85caee, #229fdf);
  border-radius: 50rem;
  text-decoration: none !important;
  width: 200px;
  padding: 15px;
  gap: 10px;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
/* アバウト */
.about {
  padding: 80px 0;
}

.concept-text {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.concept-text p {
  text-align: center;
  max-width: 100%;
  margin: 20px auto;
}
#content h3.about-title_jp {
  font-size: 30px;
  color: #008dd5;
}
#content h3.about-title_jp:before {
  display: none;
}

#content h3.about-title_jp span.about-title_en {
  font-size: 17px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .concept-text p {
    text-align: center;
    max-width: 85%;
    margin: 20px auto;
  }
  #content h3.about-title_jp {
      font-size: 27px;
      max-width: 90%;
      margin: auto;
  }
}
.about-text {
  margin-bottom: 150px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.marquee {
  width: 100%;
  position: relative;
  height: 120px;
  line-height: 100px;
  background: white;
  z-index: 1;
}

.marquee__inner {
  display: flex;
  white-space: nowrap;
  animation: scroll-left linear infinite;
  position: absolute;
  top: -60%;
}

.marquee__inner span {
  font-size: 150px;
  color: #fff;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #008dd5;
  padding-right: 100px;
  font-weight: bold;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* スライダーcss */
.about-slider .slider {
  position: relative;
}

.about-slider .swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.about-slider .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #333;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  line-height: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.about-slider .swiper-slide img {
  width: 50%;
}

.about-slider .swiper-text {
  width: 55rem;
  max-width: calc(100% - 37vw);
  padding-right: 4rem;
  padding-top: 4rem;
  line-height: 1.3;
}
@media screen and (max-width:1555px;) {
  .about-slider .swiper-text {
    width: 32rem;
  }
}

#content .about-slider .swiper-text h2 {
  text-align: left;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  line-height: 1.3;
  margin-top: 10px;
  font-weight: 600;
}

.about-slider .swiper-text p {
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 2;
}
.about-slider .swiper-text p {
  font-size: 20px;
  font-weight: bold;
  color: #008dd5;
}
.about-slider .swiper-text p span {
  font-size: 16px;
  margin-left: 10px;
}

.about-slider .mySwiper2 {
  height: 400px;
  width: 100%;
  max-width: 1200px;
}

.about-slider .mySwiper {
  height: 160px;
  box-sizing: border-box;
  padding: 10px 0;
  position: absolute;
  left: 55%;
  bottom: 10%;
  max-width: 500px;
}

.about-slider .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  line-height: 80px;
}

.about-slider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.about-slider .mySwiper .swiper-slide img {
  width: 100%;
  margin-left: 10px;
}

.about-slider .slider .swiper-button-prev,
.about-slider .slider .swiper-button-next {
  top: 91.5%;
}

.about-slider .slider .swiper-button-prev {
  left: 58%;
  right: auto;
}

.about-slider .slider .swiper-button-next {
  left: auto;
  right: 20%;
}

.about-slider a.slider-bottom {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 4.4rem;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 2.2rem;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 14%;
  transform: translateX(-50%);
  z-index: 10;
  color: #008dd5;
}

@media screen and (max-width: 1790px) {
  .about-slider a.slider-bottom {
    right: 31%;
    transform: translateX(50%);
  } 
}

@media screen and (max-width: 1470px) {
  .about-slider a.slider-bottom {
    right: 29%;
    transform: translateX(50%);
  }
}

@media screen and (max-width: 1390px) {
  .about-slider a.slider-bottom {
    right: 28%;
    transform: translateX(50%);
  }
}

@media screen and (max-width: 1380px) {
  .about-slider a.slider-bottom {
    right: 26%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 1300px) {
  .about-slider .swiper-text {
    width: 35rem;
    margin-left: 5rem;
  }
  .about-slider a.slider-bottom {
    right: 31%;
    transform: translateX(50%);
    gap: 15%;
  }
}

.about-slider .message-btn {
  max-width: 1200px;
  margin: auto;
}

#content .about-slider .message-btn a.link-btn {
  margin-top: 50px;
  margin-left: auto;
}

@media screen and (max-width: 769px) {
  .about-slider .slider {
    position: relative;
    width: 95%;
    margin: auto;
  }
  .about-slider .swiper-slide {
    flex-direction: column;
  }
  .about-slider .mySwiper {
    width: 100%;
    position: unset;
  }
  .about-slider .swiper-slide img {
    width: 100%;
  }
  .about-slider .swiper-text {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-top: 0;
    line-height: 0;
  }
  .about-slider a.slider-bottom {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .about-slider .slider .swiper-button-prev {
    left: 15%;
    right: auto;
  }
  .about-slider .slider .swiper-button-next {
    left: auto;
    right: 15%;
  }
  .about-slider .slider .swiper-button-prev,
  .about-slider .slider .swiper-button-next {
    top: 93.5%;
  }
  .about-slider .swiper-text {
    margin-left: 0;
  }
}

/* スライダーcssここまで */
/* アバウトここまで */
/* 代表挨拶 */
.top-message-area {
  margin: 50px 0;
  padding: 50px 0;
  background-color: #f0f9fe;
  position: relative;
}

.message-box {
  max-width: 1100px;
  width: 100%;
  justify-content: space-around;
  margin: 0 auto;
  align-items: center;
  position: relative;
}

.top-message-area .message-box::before {
  content: "TOP MESSAGE";
  position: absolute;
  left: 0;
  top: -70%;
  width: auto;
  height: 35px;
  font-size: 90px;
  font-weight: 500;
  transform: translateX(0%);
  z-index: 11;
  color: #f0f9fe;
}
.top-message-area .message-box::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -50px;
  transform: translateX(10%);
  width: 500px;
  height: 350px;
  background-image: url(../higoone/images/boss_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 11;
}

span.message-title {
  font-size: 17px;
  font-weight: 400;
  color: #008dd5;
}

.message-text p {
  margin: 15px 0;
  font-size: 23px;
  font-weight: 500;
  color: #008dd5;
}
@media screen and (max-width: 1450px) {
  .top-message-area .message-box::after {
    right: 0%;
  }
}
@media screen and (max-width: 769px) {
  .top-message-area {
    padding-bottom: 0;
  }
  .top-message-area .message-box::after {
    content: "";
    transform: unset;
    position: unset;
    display: block;
    margin: 3rem auto 0;
    position: unset;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
  }
  #content .message-btn a.link-btn {
    margin-right: 50px;
  }
  #content .message-btn a.link-btn::before {
    transform: translate(80%, -50%);
  }

  #content .message-btn a.link-btn::after {
    top: 50%;
    right: 0;
    width: 16px;
    height: 9px;
    transform: translate(1.5rem, -50%);
  }
  .top-message-area .message-box::before {
    left: 0;
    top: -15.7%;
    width: auto;
    height: 35px;
    font-size: 50px;
    font-weight: 500;
  }
  .message-text {
    padding: 0 20px;
  }
}
/* 代表挨拶ここまで */

/* TOPスクロール */
body {
  --scroll-gap: 30px;
}

@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - var(--scroll-gap) / 2));
  }
}

.scroll_wrap {
  width: 100%;
  overflow: hidden;
  display: flex;
  margin-top: 25px;
}

.scroll_track {
  width: max-content;
  animation: infiniteScroll 300s linear infinite;
}

.scroll_inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 var(--scroll-gap);
}

.scroll_cont {
  display: grid;
  place-content: center;
  flex-shrink: 0;
  min-width: 100vw;
}
#main_visual .pc-main {
  position: relative;
}
#main_visual .pc-main .main-title {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  left: 100px;
}
#main_visual .pc-main .main-title h2 {
  background-color: #ffffffeb;
  font-size: 38px;
  color: #333;
  margin-bottom: 10px;
  padding: 40px 20px;
  line-height: 0;
  width: fit-content;
  border-radius: 15px;
  font-weight: bold;
  text-align: left;
}
#main_visual .pc-main .main-title h2 span {
  color: #008dd5;
  line-height: 0;
}
/* TOPスクロール */

/* 事業一覧 */
.welfare_wrap .wel_flex_in .img_welfare {
  position: relative;
}
.welfare_wrap .wel_flex_in .img_welfare .business_icon {
  position: absolute;
  right: 30px;
  bottom: -25px;
  background: #fff;
  padding: 10px;
  border-radius: 10rem;
  box-shadow: 0 0 5px #aaa;
}
@media screen and (max-width: 768px) {
  .welfare_wrap .wel_flex_in .img_welfare .business_icon {
    right: 15px;
  }
}
/* 事業一覧 */

/* 代表挨拶 */
.greet {
  position: relative;
}
.greet-box:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../higoone/images/greet-backimg.png);
  background-size: cover;
  z-index: -1;
  width: 40%;
  height: 90%;
}
.greet-box {
  display: flex;
  max-width: 1500px;
  align-items: flex-end;
  margin-left: 7%;
  gap: 50px;
}
.greet-box :where(figure) {
  margin: 0;
}
.greet-text {
  width: 55%;
}
#content .greet-text h2 {
  font-size: 32px;
  font-weight: bold;
  color: #008dd5;
  margin-bottom: 30px;
}
.greet-text p {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  padding: 0 5px;
}
.greet-text_name {
  margin-top: 60px;
  font-size: 20px;
  text-align: right;
}
.greet-text_name span {
  font-size: 25px;
}
.greet-box .greet-img img {
    width: 100%;
    height: 550px;
    padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .greet-text {
    width: 100%;
    margin: auto;
    max-width: 85%;
  }
  .greet-box {
    flex-direction: column-reverse;
    margin: auto;
  }
  .greet-box .greet-img {
    margin: auto;
  }
  .greet-box :where(figure) img {
    width: 230px;
  }
  .greet-box .greet-img::after {
    content: "";
    position: absolute;
    top: 58px;
    right: 0;
    width: 90%;
    height: 250px;
    background-image: url(../higoone/images/greet-backimg.png);
    background-size: cover;
    z-index: -1;
  }
  .greet-box :where(figure)::after {
    margin: auto;
    width: 70%;
  }
  .greet-box:after {
    content: none;
  }
  .greet-text p {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    padding: 0;
  }
  #content .greet-text h2 {
    font-size: 28px;
  }
  .greet-box .greet-img img {
    max-width: 225px;
    width: 100%;
    height: 308px;
    padding-top: 8px;
    padding-left: 0px;
  }
}

/* 企業理念 */
.philosophy {
  margin-bottom: 40px;
}

.philosophy .introduction p.copy {
  margin: 0 auto 15px;
  color: #008dd5;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}

.mpc {
  max-width: calc(860px + 6%);
  margin: 0 auto;
  padding: 80px 0;
  border-top: 2px solid #eee;
}

.mpc:first-of-type {
  padding-top: 0;
}

.mpc:first-of-type {
  border-top: none;
}

.mpc_en {
  display: block;
  color: #008dd5;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

h2.mpc_title {
  margin-bottom: 40px;
  color: #333;
  text-align: center;
}

#content h2.mpc_title {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #008dd5;
}

.m_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mpc:first-of-type .m_box {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#content h3.mpc_sub_title {
  min-width: 410px;
  color: #008dd5;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.1;
  text-align: left;
  margin: auto;
  padding: 0;
}

#content .mpc:first-of-type .m_box h3.mpc_sub_title {
  text-align: center;
  line-height: normal;
  margin-bottom: 20px;
}

#content h3.mpc_sub_title:before {
  content: none;
}

#content .mpc:first-of-type .m_box .text {
  max-width: 100%;
  padding-left: 0;
  text-align: center;
}

.mpc .m_box .text {
  max-width: 490px;
  padding-left: 30px;
}

.mpc .text {
  margin-bottom: 0;
  padding: 0;
  color: #333;
  box-sizing: border-box;
}

.mpc .text p {
  line-height: 1.8;
  font-weight: 500;
}

#content .mpc:first-of-type .m_box .text p {
  text-align: center;
}

.mpc .text p + p {
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .philosophy .introduction p.copy {
    font-size: clamp(22px, 7.6vw, 30px);
  }
  .mpc {
      padding: 60px 0;
  }
  .mpc:last-of-type {
    padding-bottom: 0;
  }
  .mpc_en {
    font-size: 16px;
  }

  #content .mpc:first-of-type .m_box h3.mpc_sub_title {
    text-align: left;
  }

  #content .mpc:first-of-type .m_box .text p {
    text-align: left;
  }

  .m_box {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #content h3.mpc_sub_title {
    min-width: 100%;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .mpc_sub_title {
    min-width: auto;
    margin-bottom: 30px;
    padding: 0;
    font-size: clamp(18px, 0.8vw, 25px);
  }

  .mpc .m_box .text {
    max-width: 100%;
    padding: 0;
  }
}
/* サンクスページ */
.thanks-box p {
  margin-bottom: 30px;
}
#content .center.thanks-box p.thanks-text {
  color: #ffa702;
  font-size: 20px;
  font-weight: bold;
}

body.page-id-238 {
  overflow-x: hidden;
}


/* プライバシーポリシー */
.policy {
  max-width: 93%;
  margin-left: auto;
}
.policy-text {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .policy {
    padding: 0 20px;
  }
  .policy-text {
    font-size: 16px;
  }  
}


/* お問い合わせ */
.wpcf7-list-item {
  margin: 0;
}
span.wpcf7-list-item-label {
    margin-left: 5px;
}

/* 料金表 */
/* 料金表 */
.price-box {
  margin: 0 auto;
}

p.price-box_txt {
  font-size: 17px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.7;
  color: #333;
}

p.price-box_txt span {
  font-weight: 600;
  font-size: 20px;
}

h2.price-title {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3em;
  margin-top: 70px;
  margin-bottom: 30px;
  padding: 0;
  color: #333;
  text-align: center;
}

.price-item {
  max-width: 900px;
  margin: auto;
  border: 1px solid #3aacb6;
  border-radius: 30px;
  margin-bottom: 70px;
  box-shadow: 5px 5px 0 1px #3aacb6;
}

.price-item-title {
  display: flex;
  padding: 50px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dotted 2px #3aacb6;
  /* padding: 50px; */
  justify-content: space-evenly;
}

.price-amount {
  display: flex;
  font-size: 26px;
  width: 50%;
  margin-right: auto;
  text-align: right;
  justify-content: space-between;
  color: #333;
}

h3.price-subtitle {
  width: 100%;
  font-size: 22px;
  text-align: left;
  line-height: 1.3em;
  margin-bottom: 0;
  padding: 0;
  clear: both;
  color: #333;
  position: relative;
}

.price-amount span {
  font-size: 16px;
  font-weight: bold;
  background-color: #3aacb6;
  color: #fff;
  margin-right: 15px;
  border-radius: 50rem;
  padding: 5px 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

p.price-description {
  font-size: 20px;
  padding-left: 50px;
  margin-bottom: 40px;
  color: #333;
}

/* 2つ目 */
.price-item:nth-of-type(2) {
  border: 1px solid #2ba0bb;
  box-shadow: 5px 5px 0 1px #2ba0bb;
}

.price-item:nth-of-type(2) .price-item-title{
  border-bottom: dotted 2px #2ba0bb;
}

.price-item:nth-of-type(2) .price-amount span{
  background-color: #2ba0bb;
}

/* 3つ目 */
.price-item:nth-of-type(3) {
  border: 1px solid #1d93c0;
  box-shadow: 5px 5px 0 1px #1d93c0;
}

.price-item:nth-of-type(3) .price-item-title{
  border-bottom: dotted 2px #1d93c0;
}

.price-item:nth-of-type(3) .price-amount span{
  background-color: #1d93c0;
}

/* 4つ目 */
.price-item:nth-of-type(4) {
  border: 1px solid #008dd5;
  box-shadow: 5px 5px 0 1px #008dd5;
}

.price-item:nth-of-type(4) .price-item-title{
  border-bottom: dotted 2px #008dd5;
}

.price-item:nth-of-type(4) .price-amount span{
  background-color: #008dd5;
}

@media screen and (max-width: 768px) {
  .price-box {
    margin: 0 auto 80px;
    width: 95%;
  }
  p.price-box_txt {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
  }
  h2.price-title {
    margin-top: 50px;
  }
  .price-item {
    margin-right: 5px;
    margin-bottom: 40px;
  }
  .price-item-title {
    flex-direction: column;
    gap: 20px;
    padding: 40px 20px 20px;
  }
  .price-amount {
    font-size: 26px;
    width: 70%;
    margin-right: auto;
    text-align: right;
    flex-direction: row;
    justify-content: space-between;
  }
  p.price-description {
    font-size: 17px;
    padding: 20px;
    margin-bottom: 20px;
  }
}



/* TOPタイトル */
.h1-title {
    background-image: url(../higoone/images/academy/h1-bk.jpg);
    background-size: cover;
    height: 470px;
    margin: 0;
    padding: 0;
}

h1.h1-title_text {
    margin: 0;
    padding-top: 170px;
    text-align: center;
    color: #fff;
    font-size: 80px;
    letter-spacing: 0.28em;
    line-height: 1.4;
    width: auto;
    display: flex;
    flex-direction: column;
}

h1.h1-title_text span {
    font-size: 25px;
    letter-spacing: 5px;
    text-align: center;
}

.reasons_box-list {
    background: #232323;
}

.reasons_box-list_bk {
    background-color: #fbfbfb;
}

.reasons_box-list_bk:nth-of-type(2n) {
    background-color: #f2f3f5;
}

.reasons_box-list-item {
    display: flex;
    padding: 80px 0;
    max-width: 1200px;
    margin: auto;
    gap: 40px;
}

img.reasons_box-list-item_img {
    max-width: 520px;
}

.reasons_box-list_number {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

p.reasons_box-list_number-item {
    padding: 0;
    margin: 0;
    color: #3aacb6;
    font-size: 50px;
    font-weight: 500;
    border-bottom: 3px solid #2498cb;
    font-family: "Inter", sans-serif;
}

p.reasons_box-list_number-text {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
    width: 70px;
    text-align: center;
    font-family: "Inter", sans-serif;
    color: #3aacb6;
}

h2.reasons_box-list-item_content-title {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: left;
}

p.reasons_box-list-item_content-text {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.1;
    margin-bottom: 10px;
}

.reasons_box-list-item_content-title span {
    color: #3aacb6;
}

/* 卒業生の声 */
.voice {
    background: #fbfbfb;
    padding: 80px 0;
}

.voice-box_title {
    color: #333;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.35em;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    margin-bottom: 50px;
    padding: 0;
    gap: 15px;
}

.voice-box_title::first-letter {
    color: #2398cc;
}

.voice-box_title span {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.3em;
    line-height: 1.4;
}

.voice-box_list-item {
    max-width: 1500px;
    margin: auto;
    padding: 40px 0;
    background-color: #f2f3f5;
    margin-bottom: 50px;
    position: relative;
}

.voice-box_list-item_name {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.voice-box_list-item_name span {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 1rem;
}

.voice-box_list-item_text {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    padding: 20px 100px;
}

.voice-box_list-item:before {
    content: "";
    border-top: 2px solid #2398cc;
    position: absolute;
    top: 0;
    left: 50%;
    width: 7%;
    transform: translateX(-50%);
}

.contact {
    background: #f2f3f5;
    text-align: center;
    padding: 50px 0;
}

.contact-box {
    max-width: 1200px;
    margin: auto;
}

.contact_title {
    color: #333;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.4em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 1.4rem;
}

.contact_title::first-letter {
    color: #3AACB6;
}

.contact-box_list {
    display: flex;
    gap: 55px;
}

p.contact-box_list-item-text {
    width: 100%;
    background: #FBFBFB;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    margin: 0;
    margin-bottom: 40px;
    font-weight: 700;
    color: #333;
}

.contact-box_list-tel-text {
    text-align: left;
    color: #333;
    margin-bottom: 40px;
}

.contact-box_list-tel-link img {
    width: 30px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(14%) saturate(12%) hue-rotate(343deg) brightness(97%) contrast(85%);
}

a.contact-box_list-tel-link {
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    margin: 0;
    padding: 0;
    justify-content: center;
}

a.contact-box_list-tel-link:link {
  text-decoration: none;
}

span.contact-box_list-item_time {
    color: #ffffffb1;
}

a.contact-box_list-mail-link {
    display: block;
    background: #3AACB6;
    font-weight: 700;
    text-align: center;
    border-radius: 0.3rem;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    width: 80%;
    margin: auto;
}

p.contact-box_list-item_time {
    display: flex;
    flex-direction: column;
    font-size: 32px;
    font-weight: 900;
    height: auto;
    line-height: 1.4;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #333;
}

p.contact-box_list-item_time span {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    line-height: 1.4;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
}
    
@media screen and (max-width: 769px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .h1-title {
        height: 240px;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    h1.h1-title_text {
        font-size: 32px;
        padding: 0;
    }

    .reasons_box-list-item {
        display: flex;
        flex-wrap: wrap;
    }

    .contact-box_list {
        display: flex;
        gap: 55px;
        flex-direction: column;
        padding: 0 5%;
    }

    .reasons_box-list-item {
        display: flex;
        flex-wrap: wrap;
        padding: 30px 5% 50px;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    img.reasons_box-list-item_img {
        max-width: 520px;
        width: 100%;
    }

    p.contact-box_list-item-text {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        margin: 0 auto;
        margin-bottom: 40px;
        font-weight: 700;
    }

    h2.reasons_box-list-item_content-title {
        text-align: center;
    }

    .voice-box_list-item_text {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.8;
        padding: 20px 25px;
    }

    .voice-box_list-item:before {
        width: 20%;
    }

    a.contact-box_list-mail-link {
        width: 95%;
    }
    a.contact-box_list-mail-link:visited {
      text-decoration: none;
      color: #fff;
    }
    a.contact-box_list-mail-link:link {
      text-decoration: none;
    }
}
