@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: https://www.seo-amaterasu.com/
*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
/* ヘッダー エリア */
#header_in .inner_left {
  width: 280px;
  height: auto;
  margin: 0;
  padding: 7px 9px;
  float: left;
}

#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: #f29900;
  background-color: #ffffff;
  transition: 1s;
}
#header_in .inner_right ul li.common_btn a:after {
  width: 60%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 24px;
  left: 20%;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
  background-color: #f29900;
}

#header_in .inner_right ul li.common_btn a:hover:after {
  transform: scale(1, 1);
}
#header_in .inner_right ul li.menu-item-1320,
#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-1320 {
  padding: 0 8px 0 10px;
}
#header_in .inner_right ul li.menu-item-1320 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-1320 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, #f4872a, #ffa60b);
}
#header_in .inner_right ul li.menu-item-1320 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-1320 a:before {
  content: "\f15c";
}
#header_in .inner_right ul li.contact_btn a:before {
  content: "\f0e0";
}
#header_in .inner_right ul li.menu-item-1320 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: #f29900;
  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: #ff9c3a;
  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: #ff9c3a;
}
.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: #f29800;
}

#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;
}

#content .post {
  padding-bottom: 100px;
}
.page-id-244 #content .post {
  padding-bottom: 0;
}
.page-id-848 #content .post {
  padding-bottom: 70px;
}
.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;
  letter-spacing: 1.5px;
  color: #ffffff;
  margin: 0 auto;
  padding: 13px 0;
  background-color: #f29900;
  border: 2px solid #f29900;
  display: block;
  transition: 0.5s;
}

.top01 .inner_bottom a:hover {
  background-color: #ffffff;
  color: #f29900;
}

.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: #f29900;
}

.top02 .inner ul li strong {
  font-size: 40px;
  line-height: 1.4em;
  color: #f29900;
  display: block;
}

.top02 .inner ul li a {
  width: 27.27272727%;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  color: #ffffff;
  margin: 0;
  padding: 13px 0;
  background-color: #f29900;
  border: 2px solid #f29900;
  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: #ff9c3a;
  transition: 0.5s;
}
#wrapper a.link_arrow.w_btn:hover::after {
  color: #fff;
}
#wrapper a.link_arrow:hover::after {
  color: #f29900;
}
.top02 .inner ul li a:hover {
  color: #f29900;
  background-color: #ffffff;
  border: 2px solid #f29900;
}

.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: #ff9600;
  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: 30px 0;
}

.welfare .inner02 strong {
  font-size: 46px;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  color: #ff9600;
  display: block;
}

.welfare .inner02 p {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1.8em;
  color: #555555;
  margin-top: 50px;
  padding: 0 3%;
}

.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: #ff9600;
}

.welfare .inner03 .inner p.title strong {
  font-size: 90px;
  color: #ffffff;
  margin: 0 10px;
  padding: 22px 30px 30px;
  background-color: #ffa60b;
  box-shadow: 2px 2px 4px #aaa;
  display: inline-block;
  line-height: 90px;
}

.welfare .inner03 .inner p {
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.04em;
  color: #555555;
  margin: 0;
}

.welfare .inner03 .inner p span {
  font-size: 80px;
  color: #ffa60b;
}

.welfare .inner03 .inner ul,
.welfare .inner04 .inner ul,
.welfare .inner05 .inner ul {
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding: 40px;
  background-color: #ffa60b;
}

.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: 30px;
  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: #f29900;
}

.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: #333;
  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: #f29900;
}

.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: #f29900;
}

.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: #f29900;
  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: #f29900;
}

.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 #f29900;
  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: #f29900;
}

.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;
  color: #333;
}

.pc-menu {
  background-color: unset;
  overflow: hidden;
  border-top: 2px solid white;
}

.pc-menu ul {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  display: flex;
}

.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: #f29900;
}

.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%;
  margin: 0 auto 30px;
}

.footer-menu ul {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  table-layout: fixed;
  display: flex;
  justify-content: center;
}

.footer-menu ul li {
  display: table-cell;
  margin: 0;
}

.footer-menu ul li a {
  display: block;
  color: #222222;
  padding: 10px 15px;
  text-decoration: none;
  transition: 0.2s;
  text-align: center;
}

.footer-menu ul li a:hover {
  background-color: #f29900;
  color: white;
}

.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;
}

#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 #333; /*線の変更*/
  -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;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #efefef solid;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
ul.contact-form:nth-child(9) {
  border-bottom: none;
}

li.contact-title {
  width: 30%;
  /* margin-bottom: 10px; */
  /* padding-bottom: 10px; */
  /* border-bottom: 2px dotted #ccc; */
  font-weight: bold;
}

li.contact-title span {
  display: inline-block;
  background-color: #cc0000;
  color: white;
  padding: 2px 4px;
  margin-right: 10px;
  font-weight: normal;
}

.soushin input {
  display: block;
  width: 50%;
  max-width: 310px;
  padding: 15px;
  background-color: #ff9641;
  color: white;
  text-align: center;
  margin: auto;
  border-radius: 0;
  border: none;
  font-size: 20px;
  letter-spacing: 5px;
}

#content .center p {
  margin: 1em 0;
}
li.contact-form-main {
  width: 70%;
  padding: 5px 10px;
}
@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%;
  }
}
/*募集要項*/
.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;
  color: #333;
}
.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%;
}
/*代表挨拶*/

.top_inner {
  background-image: url(images/bg.jpg);
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease 0s;
}
.greet .inner02 .inner .flex_wrap {
  display: flex;
  padding: 0 30px;
  margin-bottom: 6.5em;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.greet .inner02 .inner .flex_wrap div {
  width: 60%;
  padding-left: 5%;
}
.greet .inner02 .inner .flex_wrap figure {
  width: 416px;
}
#content .greet .inner02 .inner .flex_wrap div p {
  text-align: left;
  padding: 0;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: normal;
}
#content .greet .inner02 .inner .flex_wrap div h2 {
  text-align: left;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 8px;
  margin-bottom: 0;
  margin-top: 16px;
}
#content .greet .inner02 .inner .flex_wrap div h2 b {
  font-size: 1.6em;
  color: #f29900;
  padding: 5px;
  margin-right: 6px;
  letter-spacing: 2.5px;
}
#content .greet .inner02 .inner .flex_wrap div h2 span {
  color: #f29900;
  font-size: 15px;
  font-weight: bold;
}
#content .greet .inner02 .inner .flex_wrap div table th,
#content .greet .inner02 .inner .flex_wrap div table td {
  border-bottom: dotted 2px #ccc;
  color: #333;
  padding: 14px 8px;
  font-size: 18px;
}
#content .greet .inner02 .inner .flex_wrap div table th {
  width: 135px;
}

#content .greet .inner02 .inner .flex_wrap div table {
  width: 100%;
}
#content .greet .inner02 .inner .flex_wrap div p.career_tit {
  border-bottom: double 4px #f29900;
  display: block;
  padding: 4px 8px;
  font-size: 22px;
}
#content .greet .inner02 .inner .flex_wrap div table.career_table th,
#content .greet .inner02 .inner .flex_wrap div table.career_table td {
  font-size: 17px;
  padding: 8px 4px;
}
/**お客様の声**/
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: #eb4751;
  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-1320 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;
  }
}
/*メインイメージ調整*/
@media screen and (max-width: 768px) {
  .sp-main {
    display: block;
    padding-top: 20px;
  }
  .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;
  }
  .tab-main,
  .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) {
  .tab-main {
    display: block;
    background-image: url("images/main-pc-back.png");
    background-position: bottom 15px right 19px;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-size: 450px auto;
  }
  #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: 70px 100px;
  align-content: center;
  background-image: linear-gradient(35deg, #fdb358, #f08200, #ffa93f, #fdb358);
  position: relative;
  width: 93%;
  margin: 30px 0 70px;
  border-radius: 0 35px 35px 0;
  overflow: hidden;
}
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: column;
  max-width: unset;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: nowrap;
  color: #fff;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 0 15vw;
  z-index: 20;
}
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: 65px;
  letter-spacing: 2px;
  padding: 12px 0 0 0;
  position: relative;
  font-weight: 700;
}
/*
  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: 25px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.25em;
  margin: 0px 0 0px 5px;
}
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: 6.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: 7% 7%;
    margin: 3% 0 7% 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: 1080px;
  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: 1px solid #999999;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
}

.about_info_box .about_info_inner ul li:nth-child(1) {
  padding-top: 28px;
  margin-top: 0;
  border-top: 3px solid #606060;
}

.about_info_box .about_info_inner ul li span {
  width: 28%;
  font-weight: 500;
  font-size: 1.15em;
  line-height: 1.85em;
  padding-left: 1.5em;
  color: #333;
}

.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 .about_info_inner {
    padding: 8% 5%;
  }
  .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,
  .about_info_box .about_info_inner ul li strong,
  .about_info_box .about_info_inner ul li ul.allowance {
    width: 100%;
    display: block;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 15px;
  }
  .about_info_box .about_info_inner ul li span {
    border-bottom: 2px solid #e7e7e7;
    padding: 2%;
    padding-left: 0;
    font-size: 1.15em;
    margin-bottom: 2.5%;
    color: #333;
    position: relative;
  }
  .about_info_box .about_info_inner ul li span::before {
    border-bottom: 2px solid #f29900;
    position: absolute;
    content: "";
    width: 70px;
    bottom: -2px;
  }

  .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 ul.about_history li b.allowance_line {
    position: absolute;
    right: 0.75em;
    display: none !important;
  }

  .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;
  }
}
div#contact_box_entry,
div#contact_box_contact {
  background: url("images/contact_back_s.png");
  padding: 80px 0;
  background-position: center;
  background-size: cover;
}

div#contact_box_entry .inner,
div#contact_box_contact .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

div#contact_box_entry .inner h2,
div#contact_box_contact .inner h2 {
  border-bottom: none;
}

div#contact_box_entry .inner h2,
div#contact_box_contact .inner h2 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #333;
  padding-bottom: 0.8em;
  letter-spacing: 1.3px;
  line-height: 1.2em;
}

div#contact_box_entry .inner h2 span,
div#contact_box_contact .inner h2 span {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  display: block;
}

div#contact_box_entry .inner h2 img,
div#contact_box_contact .inner h2 img {
  margin: 0 auto 0.9em;
  width: 50px;
}

div#contact_box_entry .inner h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  border-bottom: none;
  /* background: red; */
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
div#contact_box_contact .inner h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #333;
  position: absolute;
  border-bottom: none;
  /* background: red; */
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
div#contact_box_entry .inner figure,
div#contact_box_contact .inner figure {
  display: block;
  width: 96%;
  text-align: center;
  margin: 0 auto 1em;
}
div#contact_box_entry .inner figure a,
div#contact_box_contact .inner figure a {
  display: inline-block;
  margin: 0 auto;
}
div#contact_box_entry .inner ul,
div#contact_box_contact .inner ul {
  display: flex;
  gap: 30px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
div#contact_box_entry .inner ul li,
div#contact_box_contact .inner ul li {
  width: 32.333333333333%;
}
div#contact_box_entry .inner p,
div#contact_box_contact .inner p {
  font-size: 20px;
  letter-spacing: 1.5px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  div#contact_box_entry .inner ul li img,
  div#contact_box_contact .inner ul li img {
    margin: 0 auto;
  }

  div#contact_box_entry .inner h2,
  div#contact_box_contact .inner h2 {
    font-size: 16px;
  }

  div#contact_box_entry .inner h2 span,
  div#contact_box_contact .inner h2 span {
    font-size: 32px;
  }

  div#contact_box_entry .inner h2 img,
  div#contact_box_contact .inner h2 img {
    width: 42px;
    margin-bottom: 3px;
  }
  div#contact_box_entry .inner ul,
  div#contact_box_contact .inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  div#contact_box_entry .inner ul li,
  div#contact_box_contact .inner ul li {
    width: 96%;
    margin: 0;
  }
  div#contact_box_entry .inner ul li img,
  div#contact_box_contact .inner ul li img {
    margin: 0 auto;
  }
  div#contact_box_entry,
  div#contact_box_contact {
    padding: 8% 1.5%;
    margin-top: 0%;
  }
  div#contact_box_entry .inner p,
  div#contact_box_contact .inner p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  div#contact_box_entry .inner p,
  div#contact_box_contact .inner p {
    font-size: 3.9vw;
  }
  #content h1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 6vw;
  }
}
div#contact_box_contact.main_bottom_contact {
  background: url("images/contact_back_s.png");
  background-position: center;
  background-size: cover;
}
div#contact_box_contact.main_bottom_contact p,
div#contact_box_contact .inner p.contact_txt {
  font-weight: 600;
  color: #333;
}

div#contact_box_contact.main_bottom_contact h2,
div#contact_box_contact.main_bottom_contact h2 span {
  color: #333;
}

div#contact_box_contact.main_bottom_contact .inner h2::after {
  background-color: #333;
}

/**/

div#contact_box_entry.main_bottom_entry {
  background: none;
  overflow: hidden;
  background-image: url(images/bg02.jpg);
  background-size: 100% auto;
  background-position: center;
  background-attachment: scroll;
}
div#contact_box_entry.main_bottom_entry .inner h2,
div#contact_box_entry.main_bottom_entry .inner p {
  color: #ffffff;
}
div#contact_box_entry.main_bottom_entry .inner p {
  font-size: 18px;
  font-weight: 500;
}

div#contact_box_entry.main_bottom_entry .inner p.entry_btn {
  max-width: 380px;
  height: 68px;
  margin: 0 auto;
  line-height: 55px;
  width: 96%;
}
div#contact_box_entry.main_bottom_entry .inner p.entry_btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #f29900;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 6px 0 6px 5px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
div#contact_box_entry.main_bottom_entry .inner p.entry_btn a::before {
  border-color: #fff;
  border-style: solid;
  border-width: 3px 0 0 3px;
  content: "";
  height: 10px;
  position: absolute;
  right: 22px;
  top: 28px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 10px;
}
div#contact_box_entry.main_bottom_entry .inner p.entry_btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 21px;
  font-size: 32px;
  top: 16px;
}
@media screen and (max-width: 480px) {
  div#contact_box_entry.main_bottom_entry .inner p.entry_btn a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  div#contact_box_entry.main_bottom_entry .inner p {
    font-size: clamp(15px, 4.6vw, 16px);
    margin-bottom: 3.5%;
    padding: 0 2%;
  }
  div#contact_box_entry.main_bottom_entry .inner p.entry_btn {
    margin-bottom: 1em;
  }
  #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: #f29900;
    border: 1px solid #f29900;
    padding: 0;
  }
  .voice_btn p.voice_btn_txt a {
    color: #ff9c3a;
    padding: 10px;
    padding-right: 27px;
  }
  .voice_btn.sp p.voice_btn_txt a:visited {
    color: #f29900;
    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: #f29900;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .voice_btn p.voice_btn_txt a span {
    color: #ff9c3a;
  }
}

.data-slide {
  max-width: 700px;
  padding: 0 25px;
}
.data-slide img {
  width: 100%;
}
.top04 .top-data-swiper-wrap {
  max-width: 700px;
  padding: 0;
  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: #f29900;
}

.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: center;
  padding: 3% 0 5%;
  gap: 25px;
}

li.btn-li a:link {
  text-decoration: none;
}

div#contact_box_entry li.btn-li .btn p,
div#contact_box_contact li.btn-li .btn p {
  margin: 0;
  font-weight: 400;
}

#contact_box_contact.main_bottom_contact .btn-li .btn p {
  color: #fff;
}

.tel-link.btn,
.web-link.btn,
.line-link.btn {
  padding: 19px 0;
  max-height: 70px;
}
.tel-link.btn {
  background: linear-gradient(78.65deg, #f4872a, #ffa60b);
}

.web-link.btn {
  background: linear-gradient(78.65deg, #0062b0, #348fd7);
}
.line-link.btn {
  background: linear-gradient(78.65deg, #10a71b, #47b924);
}

.footer-popup .footer_btn .tel-link.btn,
.footer-popup .footer_btn .web-link.btn,
.footer-popup .footer_btn .line-link.btn {
  max-height: 60px;
  padding: 15px 0;
  display: flex;
  justify-content: center;
}

.btn span {
  font-size: 23px;
  font-weight: 400;
}

.footer-popup .footer_btn .btn span {
  font-size: 15px;
  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.line-link::before {
  content: "";
  background-image: url("images/line_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: 1.5em;
  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: #fff5e8;
}
#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: #f29800;
  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: #f29900;
}
.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: #f29900;
  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: 30%;
}
/*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: #f29900;
  }
  .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;
  }
}

/*企業理念*/

.philosophy {
  margin-bottom: 40px;
}
.philosophy .introduction p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #333;
}
.philosophy .introduction p.copy {
  margin: 0 auto 15px;
  color: #ffa60b;
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.philosophy .introduction p.copy-sab {
  margin-bottom: 70px;
}
.philosophy .introduction img {
  margin: auto;
  margin-bottom: 40px;
  max-width: calc(860px + 6%);
}
.mpc {
  max-width: calc(860px + 6%);
  margin: 0 auto;
  padding: 70px 0;
  border-top: 2px solid #eee;
}
.mpc_en {
  display: block;
  color: #ffa60b;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

h2.mpc_title {
  margin-bottom: 40px;
  color: #333;
  text-align: center;
}

.m_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mpc_sub_title {
  min-width: 410px;
  color: #ffa60b;
  font-size: 25px;
  font-weight: bold;
  line-height: 2.1;
}

.mpc .m_box .text {
  max-width: 530px;
  padding-left: 30px;
  width: 50%;
}

.mpc .text {
  margin-bottom: 0;
  padding: 0;
  color: #333;
  box-sizing: border-box;
}

.mpc .text p {
  line-height: 1.8;
}

.mpc .text p + p {
  margin-top: 2em;
}

#content h3.mpc_sub_title {
  min-width: 410px;
  color: #ffa60b;
  font-size: 25px;
  font-weight: bold;
  line-height: 2.1;
  width: 50%;
  text-align: center;
  margin: auto;
}
#content .mpc:last-of-type h3.mpc_sub_title {
  text-align: center;
  margin: 40px auto;
}
#content h3.mpc_sub_title::before {
  content: unset;
}
ul.workers {
  display: flex;
  gap: 5%;
  justify-content: center;
  margin: 40px auto;
}
ul.workers li {
  width: 30%;
}
ul.workers li img {
  margin-bottom: 20px;
}
ul.workers li p {
  font-size: 20px;
  color: #333;
  text-align: center;
}
a:hover {
  opacity: 0.7;
}
ul.workers {
  display: flex;
  gap: 5%;
  justify-content: center;
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  .welfare .inner02 p {
    font-size: 4.2vw;
  }
  .philosophy .introduction p.copy {
    font-size: clamp(22px, 7.6vw, 30px);
  }

  .mpc {
    padding: 60px 6%;
  }

  .mpc_en {
    font-size: clamp(22px, 7.6vw, 30px);
  }

  .m_box {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .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;
    width: 100%;
  }
  .philosophy .introduction p.copy {
    font-size: 27px;
  }
  #content h3.mpc_sub_title {
    min-width: 100%;
    font-size: 23px;
    width: 100%;
    text-align: center;
    margin: auto;
  }
  ul.workers {
    display: flex;
    gap: 5%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  ul.workers li {
    width: 100%;
    margin-bottom: 40px;
  }
  ul.workers li img {
    width: 65%;
    margin: 0 auto 20px;
  }
  .philosophy .introduction img {
    max-width: 100%;
  }
  .welfare .inner03 .inner p.title {
    margin: 50px 0;
  }
}

/*企業理念*/
