@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }

  /* ヘッダー エリア */
  #header .logo {
    width: 280px;
    height: auto;
    margin: 10px 0 0;
    padding: 20px 20px 20px 25px;
    float: left;
  }

  #header .logo img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #header .logo a:hover img {
    transition: 1.0s;
    opacity: 0.3;
  }

  #header .inner_right {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
  }

  #header .inner_right .btn_nav {
    width: 160px;
    height: auto;
    margin-left: 20px;
    padding: 0;
    float: right;
  }

  #header .inner_right .btn_nav ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #header .inner_right .btn_nav ul li {
    width: 100%;
    height: auto;
    margin:0;
    padding: 0;
  }

  #header .inner_right .btn_nav ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    color: #ffffff;
    padding: 42px 0;
    background-color: #1b5597;
    display: block;
  }

  #header .inner_right .btn_nav ul li a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  #header .inner_right .nav {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
  }

  #header .inner_right .nav ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #header .inner_right .nav ul li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #header .inner_right .nav ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    color: #333333;
    padding: 40px 25px;
    display: block;
  }

  #header .inner_right .nav ul li a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  /* メインヴィジュアル エリア */
  #main_visual_in img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_logo {
    margin: 10px 0 0;
    padding: 20px 20px 20px 25px;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
  }

  .top_logo img {
    width: 280px;
    margin: 0;
    padding: 0;
  }

  .top_logo a:hover img {
    transition: 1.0s;
    opacity: 0.3;
  }

  /* パンくずリスト エリア */
  #breadcrumb {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 20px 0 20px;
  }

  #breadcrumb div {
    font-size: 12px;
    display: inline-block;
  }

  /* コンテンツ エリア */
  #content h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: #000000;
    padding: 70px 0;
  }

  #content h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: #ffffff;
    margin-bottom: 25px;
    padding: 0.35em 0;
    background-color: #1b5597;
    border-radius: 5px;
  }

  #content h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 1.3em;
    margin-bottom: 20px;
    padding: 0 0 0.15em 0.20em;
    border-bottom: 5px solid #cccccc;
    position: relative;
  }

  #content h3::before {
    width: 15%;
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    border-bottom: 5px solid #1b5597;
  }

  #content h4,
  #content h5,
  #content h6 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 1.0em;
    margin-bottom: 20px;
    padding-left: 0.3em;
    color: #666666;
    border-left: 5px solid #1b5597;
  }

  #content .post {
    padding-bottom: 20px;
  }

  #content .eye_catch img {
    margin: 0 10px 20px 0;
    float: left;
  }

  /* 1カラム用 h2 h3 p */
  .page-template-full_page #content h2 {
    background: none;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #000000;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.7;
  }

  .page-template-full_page #content h2.h2_ttl {
    font-size: 37px;
    margin-bottom: 20px;
  }

  .page-template-full_page #content h2.h2_ttl span {
    font-size: 55px;
    color: #0036ac;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    line-height: 1.9;
  }

  .page-template-full_page #content h2.h2_en {
    color: #0036ac;
    font-size: 80px;
    margin: 0 0 40px;
  }

  .page-template-full_page #content h3 {
    border: none;
    margin: 0;
    padding: 0;
    font-weight: 700;
  }

  .page-template-full_page #content h3:before {
    display: none;
  }

  .page-template-full_page #content h3.h3_ttl {
    color: #0036ac;
    font-size: 27px;
    line-height: 1.7;
    font-family: "Zen Maru Gothic", sans-serif;
  }

  .page-template-full_page #content h3.h3_ttl span {
    padding-bottom: 20px;
    border-bottom: 2px solid #0036ac;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
  }

  .page-template-full_page #content p.p_ttl {
    color: #0036ac;
    font-weight: 700;
  }

  /* 続きを読む エリア */
  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 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    display: none;
  }

  p.pagetop a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    color: #ffffff;
    background-color: #1b5597;
    border: 1px solid #ffffff;
    display: block;
  }

  p.pagetop a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  /* フッター エリア */
  #footer_in .inner01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    gap: 10px 0;
  }

  #footer_in .inner01 p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 600;
    gap: 10px 0;
  }

  #footer_in .inner01 p.logo img {
    width: 240px;
  }

  #footer_in .inner01 .access_box {
    border-top: solid 1px #818285;
    border-bottom: solid 1px #818285;
    padding: 20px 0;
    line-height: 1.3;
    width: 100%;
    margin: 40px 0 0;
  }

  #footer_in .inner01 .access_box p {
    font-size: 13px;
    text-align: center;
  }

  #footer_in .inner02 {
    height: auto;
    margin: 0;
    padding: 0;
  }

  #footer_in .inner02 ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 530px;
    margin: auto;
    gap: 20px 30px;
  }

  #footer_in .inner02 ul li {
    height: auto;
    padding: 0;
  }

  #footer_in .inner02 ul li:last-child {
    margin: 0;
  }

  #footer_in .inner02 ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.0em;
    color: #000;
    display: block;
  }

  #footer_in .inner02 ul li a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    font-weight: 900;
    color: #000;
  }

  #footer_in .inner02 ul li a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  #copyright p {
    font-family: "arial", "Noto Sans JP";
    font-size: 12px;
    text-align: center;
    color: #000;
  }

  /* ウィジェット エリア */
  #sidebar #widget-area {
    width: 100%;
    height: auto;
    display: table;
  }

  #sidebar #widget-area .widget-container {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
  }

  #sidebar #widget-area .widget-container img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 0;
  }

  #sidebar #widget-area .widget-container a img:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  #sidebar #widget-area .widget-container .side_menu {
    margin-bottom: 25px;
  }

  #sidebar #widget-area .widget-container .side_menu p a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    color: #ffffff;
    margin: 0;
    padding: 1.0em 0;
    transform: rotate(.03deg);
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: block;
  }

  #sidebar #widget-area .widget-container .side_menu p a {
    background-color: #1b5597;
  }

  #sidebar #widget-area .widget-container .side_menu p a:hover {
    color: #ffffff;
  }

  #sidebar #widget-area .widget-container .side_menu p a::after {
    width: 100%;
    height: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
  }

  #sidebar #widget-area .widget-container .side_menu p a::after {
    background-color: #08356c;
  }

  #sidebar #widget-area .widget-container .side_menu p a:hover:after {
    height: 100%;
  }

  #sidebar #widget-area .widget-container ul {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 0 10px;
    border: 1px solid #cccccc;
    border-top: none;
  }

  #sidebar #widget-area .widget-container ul li {
    width: 100%;
    height: auto;
    line-height: 1.2em;
    margin: 0;
    padding: 1.2em 0 1.0em 1.0em;
    border-bottom: 1px dotted #666666;
    background-image: url("http://bestmedical-group.com/recruitsite/wp-content/uploads/2024/05/side_nav_icon.png");
    background-position: 0 center;
    background-repeat: no-repeat;
  }

  #sidebar #widget-area .widget-container ul li:last-child {
    border: none;
  }

  #sidebar #widget-area .widget-container ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.0em;
    color: #333333;
    margin: 0;
    padding: 0;
    transform: rotate(.03deg);
    display: inline-block;
    position: relative;
    float: none;
  }

  #sidebar #widget-area .widget-container ul li a::after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
    background-color: #1b5597;
  }

  #sidebar #widget-area .widget-container ul li a:hover::after {
    transform: scale(1, 1);
  }

  #sidebar #widget-area .widget-container form#searchform {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 11px 0 11px;
    display: table;
    background-color: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
  }

  #sidebar #widget-area .widget-container form#searchform label.screen-reader-text {
    margin-top: -3px;
  }

  #sidebar #widget-area .widget-container form#searchform input[type=text] {
    width: 100%;
    border: 1px solid #cccccc;
  }

  #sidebar #widget-area .widget-container form#searchform input[type=submit] {
    width: auto;
    font-size: 12px;
    margin: 5px 0 10px 0;
    padding: 0 15px;
    float: right;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
  }

  #sidebar #widget-area .widget-container form#searchform input[type=submit]:hover {
    color: #cc0000;
  }

  #sidebar #widget-area .widget-container #calendar_wrap {
    width: auto;
    margin-bottom: 20px;
    padding: 0 15px 0 0;
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar {
    width: 100%;
    margin-top: 10px;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th {
    font-weight: bold;
    text-align: right;
    color: #333333;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td {
    text-align: right;
    color: #333333;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
    color: #dc143c;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
    color: #999999;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 10px;
    color: #333333;
  }

  #sidebar #widget-area .widget-container h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: #ffffff;
    margin: 0;
    padding: 1.0em 0;
    background-color: #1b5597;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  #sidebar #widget-area .widget-container .tagcloud {
    margin-bottom: 20px;
  }

  #sidebar #widget-area .widget-container .rss-widget-icon {
    margin: 0 5px 20px -5px;
    float: left;
  }

  /* コメント エリア */
  #comments {
    width: auto;
    height: auto;
    margin: 20px 0 10px 0;
  }

  #respond h3 a {
    color: #ffffff;
  }

  #respond h3 a:hover {
    color: #dc143c;
  }

  #respond {
    width: auto;
    height: auto;
    margin-top: 20px;
  }

  #respond a {
    font-weight: bold;
  }

  .commentlist {
    list-style-image: none;
    list-style-type: none;
  }

  .reply {
    margin-bottom: 20px;
  }

  #commentform textarea {
    width: 99%;
    height: auto;
    margin: 10px 0;
    border: 1px solid #cccccc;
  }

  #commentform input[type=text] {
    margin-bottom: 5px;
    border: 1px solid #cccccc;
  }

  #commentform input[type=submit] {
    margin-bottom: 20px;
    padding: 5px;
    color: #333333;
    background-color: #eeeeee;
    /* [if lt IE 9] */
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        color-stop(0, #eeeeee),
        color-stop(1, #cccccc));
    background: -o-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
    background: -moz-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
    background: -webkit-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
    background: -ms-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    border: 1px solid #bbbbbb;
  }

  p.nocomments {
    display: none;
  }

  /* 検索結果 エリア */
  #content h4.not_found {
    font-size: 24px;
    padding-left: 25px;
    background-image: url("images/not_found.png") !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    background: none;
    border: none;
  }

  #content p.not_found {
    font-size: 14px;
    color: #dc143c;
  }

  #content dl.search_box {
    width: 100%;
    height: auto;
    padding: 15px;
    display: table;
    background-color: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
  }

  #content dl.search_box dt input[type=text] {
    width: 70%;
    height: 25px;
    float: left;
    border: 1px solid #cccccc;
  }

  #content dl.search_box dd input[type=submit] {
    width: 100px;
    height: auto;
    font-size: 14px;
    text-align: center;
    padding: 2px 0;
    float: right;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
  }

  #content dl.search_box dd input[type=submit]:hover {
    color: #cc0000;
  }

  #content h4.search_result_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #333333;
    background: none;
    background-image: url("images/search_result.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    border: none;
    border-bottom: 3px dotted #000000;
  }

  #content p.search_result {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #content p.search_result_txt {
    font-size: 14px;
    color: #dc143c;
    margin-bottom: 20px;
  }

  /* ページャー エリア */
  #content .pager {
    text-align: center;
  }

  #content .pager a,
  #content .pager span {
    font-size: 14px;
    padding: 0 3px;
  }

  #content .pager span {
    color: #dc143c;
  }

  #content .pager a {
    color: #000000;
  }

  #content .pager a:hover {
    color: #dc143c;
  }

  /* 404 エリア */
  #content a.reverse_lnk {
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    text-decoration: underline;
  }

  /* トップページ エリア */
  a.link {
    padding-right: 27px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    display: block;
    width: fit-content;
    position: relative;
    color: #222438;
    text-decoration: none;
    transition: 0.3s;
  }

  a.link::before {
    position: absolute;
    top: -3px;
    right: 0;
    bottom: 0;
    width: 21px;
    height: 5px;
    background: url(images/link_arrow.svg) center / contain no-repeat;
    display: block;
    margin: auto;
    content: "";
    filter: invert(8%) sepia(69%) saturate(523%) hue-rotate(196deg) brightness(96%) contrast(86%);
  }

  a.link:hover {
    opacity: 0.7;
  }

  .top_message {
    position: relative;
    background-image: url(images/top_message_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .top_message_in {
    width: 1000px;
    margin: 0 auto;
    padding: 180px 0;
  }

  .top_message_in p {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 60px;
  }

  .top_message_in p.p_ttl {
    font-size: 40px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 2;
  }

  .top_message_in p.p_ttl span {
    font-size: 50px;
    font-family: "Zen Maru Gothic", sans-serif;
  }

  .top_message_in p.p_last {
    margin-bottom: 0;
  }

  .top_contribute {
    width: 1440px;
    height: auto;
    margin: 30px auto 130px auto;
    padding: 0;
    display: table;
  }

  .top_contribute img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_contribute ul {
    width: 900px;
    height: auto;
    margin: 65px auto 0 auto;
    padding: 0;
    overflow: hidden;
  }

  .top_contribute ul li {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
    padding: 0;
    background: none;
  }

  .top_contribute ul li:first-child {
    width: auto;
    margin: 0 0 25px 0;
    padding: 10px 40px;
    /*     background-color: #f8f8f8; */
    display: inline-block;
  }

  .top_contribute ul li:last-child {
    margin: -40px 0 0 0;
  }

  .top_contribute ul li strong {
    font-family: "Noto Serif JP", serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.0em;
    display: block;
  }

  .top_contribute ul li strong span {
    font-family: "Noto Serif JP", serif;
    font-size: 48px;
    font-weight: 500;
    color: #1b5597;
    display: inline-block;
  }

  .top_contribute ul li strong span::before {
    content: none;
  }

  .top_contribute ul li span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.0em;
    color: #1b5597;
    display: flex;
    align-items: center;
  }

  .top_contribute ul li span::before {
    width: 4em;
    content: "";
    margin-right: 1em;
    border-top: 1px solid #6598a3;
  }

  .top_contribute ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.4em;
    color: #373144;
  }

  .top_contribute ul li a {
    float: right;
  }

  .top_message02 {
    padding: 200px 0 100px;
  }

  .top_message02_in {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: flex-start;
    position: relative;
  }

  .top_message02_in .txt_box {
    width: 740px;
    position: relative;
    z-index: 2;
  }

  .top_message02_in .txt_box p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 30px;
  }

  .top_message02_in .txt_box p.p_ttl {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 67px;
    line-height: 1.3;
    letter-spacing: 6px;
    color: #222438;
  }

  .top_message02_in .txt_box p.p_ttl02 {
    margin-bottom: 0;
  }

  .top_message02_in .txt_box p.p_ttl02 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 23px;
    line-height: 2;
    font-weight: 500;
  }

  .top_message02_in p.en {
    position: absolute;
    top: -160px;
    right: -100px;
    width: 800px;
  }

  .top_message02_in .img_box {
    width: 600px;
    position: absolute;
    right: 0;
    bottom: 60px;
  }

  .top_message02_in .img_box img {
    position: relative;
  }

  .top_people_in {
    display: flex;
    width: 1300px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 180px 0 100px;
    align-items: center;
  }

  .top_people_in p.ttl_people {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: -1;
    width: 970px;
  }

  @media (max-width: 1600px) {
    .top_people_in p.ttl_people {
      left: -3%;
    }
  }

  .top_people_in .txt_box {
    width: 320px;
  }

  .top_people_in .txt_box p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 20px;
    color: #222438;
  }

  .top_people_in .txt_box p.ttl {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
  }

  .top_people_in .txt_box p.ttl02 {
    background: #222438;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
  }

  .top_people_in .img_box {
    width: 950px;
    display: flex;
    justify-content: space-between;
  }

  .top_people_in .img_box .item_box {
    width: 300px;
  }

  .top_people_in .img_box .item_box p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 20px;
    color: #222438;
  }

  .top_people_in .img_box .item_box p.txt {
    font-size: 23px;
    font-weight: 600;
  }

  .top_people_in .img_box .item_box p.name {
    border-bottom: 1px solid #222438;
  }

  .top_people_in .img_box .item_box p.ttl {
    background: #777777;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    font-size: 13px;
    border-radius: 4px;
  }

  .top_people_in .img_box .item_box p.btn {
    margin-bottom: 0;
    text-align: right;
  }

  .top_entry {
    padding: 70px 0 770px;
    background: url(https://linkwin-client.pecori.jp/hashimoto-recruit-test/wp-content/uploads/footer.png) no-repeat;
    background-position: center bottom;
    background-size: contain;
  }

  .top_entry_in {
    width: 1200px;
    margin: auto;
  }

  .top_entry_in .txt_box p {
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 20px;
    color: #222438;
    text-align: center;
  }

  .top_entry_in .txt_box p.ttl {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 80px;
    letter-spacing: 7px;
    color: #222438;
    line-height: 1.3;
    margin-bottom: 30px;
  }

  .top_entry_in .txt_box p.txt {
    margin-bottom: 40px;
  }

  .top_entry_in .txt_box p.btn {
    margin-bottom: 0;
  }

  .top_entry_in .txt_box p.btn a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    font-weight: 600;
    background-color: #CA1328;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    padding: 10px 50px;
    display: inline-block;
  }

  .top_entry_in .txt_box p.btn a:hover {
    background-color: #000;
  }

  .top_entry_in .btn_box {
    margin-top: 60px;
  }

  .top_entry_in .btn_box ul {
    display: flex;
    justify-content: space-between;
  }

  .top_entry_in .btn_box ul li {
    position: relative;
  }

  .top_entry_in .btn_box ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 600;
    background-color: #0036ac;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    padding: 20px 0;
    width: 380px;
    display: inline-block;
    text-align: center;
  }

  .top_entry_in .btn_box ul li a span {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
  }

  .top_entry_in .btn_box ul li.list02 a {
    background-color: #fff;
    color: #0036ac;
  }

  .top_entry_in .btn_box ul li a:hover {
    background-color: #fff;
    color: #0036ac;
  }

  .top_entry_in .btn_box ul li.list02 a:hover {
    background-color: #0036ac;
    color: #fff;
  }

  .top_entry_in .btn_box ul li::before {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 1000;
    width: 0;
    height: 0;
    border-width: 3.5px 0 3.5px 6.1px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
  }

  .top_entry_in .btn_box ul li.list02::before {
    border-color: transparent transparent transparent #0036ac;
  }

  .top_entry_in .btn_box ul li:hover::before {
    border-color: transparent transparent transparent #0036ac;
  }

  .top_entry_in .btn_box ul li.list02:hover::before {
    border-color: transparent transparent transparent #fff;
  }

  .top_menu {
    margin: 70px 0;
  }

  .top_menu_in {
    width: 1200px;
    margin: auto;
    position: relative;
  }

  .ul_top_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .ul_top_menu li {
    background: #222438;
    color: #fff;
    width: 30%;
    position: relative;
    text-align: center;
    transition: 0.3s;
  }

  .ul_top_menu li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    bottom: auto;
    width: 21px;
    height: 5px;
    background: url(images/link_arrow_white.svg) center / contain no-repeat;
  }

  .ul_top_menu li:hover {
    opacity: 0.7;
  }

  .ul_top_menu li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 30px;
    display: block;
    margin: auto;
    text-align: center;
  }

  /* 投稿ページ エリア */
  .single p {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 1.6em;
    color: #666666;
    margin-bottom: 1.5em;
  }

  .single img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  /* カテゴリ・アーカイブ・検索結果ページ エリア */
  .post_inner {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 15px;
    float: left;
    border-bottom: 1px dotted #1b5597;
  }

  .post_inner .thum {
    width: 17.14285714%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
  }

  .post_inner .show_post {
    width: 80%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
  }

  .post_inner .show_post li {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
    float: left;
  }

  .post_inner .show_post li.cat_mark_box p.cat_mark {
    width: auto;
    height: auto;
    line-height: 1.0em;
    margin: 0;
    padding: 2px 5px;
    float: left;
    background-color: #1b5597;
  }

  .post_inner .show_post li.cat_mark_box p.cat_mark a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
  }

  .post_inner .show_post li.cat_mark_box p.cat_date {
    width: auto;
    height: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    line-height: 1.4em;
    float: right;
  }

  .post_inner .show_post li.cat_title_box p.cat_title {
    font-weight: bold;
    line-height: 1.2em;
  }

  .post_inner .show_post li.cat_title_box p.cat_title a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1b5597;
    text-decoration: none;
  }

  .post_inner .show_post li.cat_text_box {
    margin: 0;
  }

  .post_inner .show_post li.cat_text_box p.cat_text {
    line-height: 1.3em;
  }

  .post_inner .show_post li.cat_text_box p.cat_text a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    text-decoration: none;
  }

  .post_inner .show_post li.cat_title_box p.cat_title a:hover,
  .post_inner .show_post li.cat_text_box p.cat_text a:hover,
  .post_inner .show_post li.cat_mark_box p.cat_mark a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  /* インタビューページ エリア */
  .s-contsWrap {
    margin: 0 auto;
    margin-top: 100px;
    width: 1000px;
  }

  .MainLabel.recruit {
    position: relative;
    margin-left: calc(50% - 50vw);
    height: 340px;
  }

  .MainLabel.recruit span.MainLabel__main {
    position: absolute;
    font-size: 200px;
    left: 0;
    right: 0;
    margin: auto;
    color: #FCF1E0 !important;
  }

  .MainLabel.recruit span.MainLabel__sub {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #54312a;
    font-size: 32px;
  }

  .MainLabel span {
    display: block;
    font-size: 16px;
    font-weight: 700;
  }

  .InterviewDetail__head {
    padding: 0 20px;
    position: relative;
    margin-bottom: 90px;
  }

  .InterviewDetail__head__img {
    position: relative;
    overflow: hidden;
  }

  .InterviewDetail__head__name--jp {
    position: absolute;
    background: rgba(255, 255, 255, .9);
    padding: 30px 40px 40px;
    left: 50px;
    top: 50%;
    min-width: 280px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .InterviewDetail__head__name--jp::before {
    position: absolute;
    content: '';
    border: 1px solid #339fd1;
    width: 100%;
    height: 100%;
    left: -10px;
    top: -10px;
  }

  .InterviewDetail__head__name--jp h3 {
    font-size: 32px;
  }

  .InterviewDetail__head__name--jp h3, .InterviewDetail__head__name--jp span {
    color: #339fd1;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    z-index: 9;
  }

  .InterviewDetail__head__name--jp span {
    font-size: 20px;
    display: block;
  }

  .InterviewDetail__head__name--en {
    line-height: 0.7;
    bottom: -15px;
  }

  .InterviewDetail__head__name--en {
    position: absolute;
    right: 0;
    bottom: -45px;
    color: #0036ac;
    font-size: 100px;
    font-weight: 100;
    line-height: normal;
    font-family: 'Lato', sans-serif;
    z-index: 99;
    text-align: right;
  }

  .InterviewDetail__block {
    align-items: center;
  }

  .InterviewDetail__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    margin-top: 30px;
  }

  .InterviewDetail__block__imgRight .InterviewDetail__block__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .InterviewDetail__block__img {
    height: initial;
  }

  .InterviewDetail__block__img, .InterviewDetail__block__desc {
    width: 80%;
    margin: 0 auto;
  }

  .InterviewDetail__block__img {
    width: 460px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 325px;
  }

  .InterviewDetail__block__desc {
    padding: 35px !important;
  }

  .InterviewDetail__block__desc p, .RecruitPanel__cont__head h4 {
    line-height: 1.6;
    text-align: justify;
  }

  .InterviewDetail__block__desc h3.titans {
    position: relative !important;
    padding: 15px 20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.8 !important;
  }

  .faq_item:not(:last-child) {
    margin-bottom: 8px;
  }

  .faq_item {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 40px 40px 40px 112px;
    box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
  }

  .bg-light, .bg-alternate:nth-child(odd) {
    background-color: #eceef4;
  }

  .section_pdg {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .pos_rel {
    position: relative;
  }

  .pos_rel {
    position: relative;
    z-index: 0;
  }

}




/* 人財教育education追加 */
.education{
	width: 100%;
}
.education .box {
  background: #d4dbde;
  padding: 50px 0 0;
  position: relative;
  margin: 0 0 20px;
  overflow: hidden;
  z-index: 2;
}
.education .box2 {
  background: #f3f3f3;
}
.education .box__edu img {
  width: 100px;
  height: 100px;
}

.education .box__inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.education .box__edu {
  position: absolute;
  z-index: 3;
  left: 35px;
  top: 5px;
}

.education .box__ttl {
  font-size: 37px;
  line-height: 20px;
  color: #404040;
  text-align: center;
  font-weight: 500;
  padding: 16px 0;
  letter-spacing: 2px;
}

.education .box__txt {
  font-size: 20px;
  line-height: 25px;
  color: #404040;
  text-align: center;
  font-weight: 700;
  margin: 20px 0 44px;
  letter-spacing: 1px;
}

.education .box__img {
  margin: 0 auto 21px;
  position: relative;
  z-index: 3;
}

.education .box__area {
/*   background: #ffffff; */
  padding: 10px 44px 28px;
  box-sizing: border-box;
  margin: 3px auto 25px;
  position: relative;
  z-index: 3;
}

.education .main01 .box__tit {
  color: #808080;
}

.education .box__tit {
  font-size: 37px;
  color: #808080;
  text-align: center;
  position: relative;
  font-weight: 300;
  margin: 0 auto 7px;
}

.education .box__tit span {
  padding: 0 20px 5px;
  position: relative;
}

.education .main01 .box__tit span::after {
  background: #808080;
}

.education .box__tit span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #808080;
}

.education .box__sub {
  font-size: 21px;
  color: #404040;
  text-align: center;
  font-weight: 300;
  margin: 7px auto 17px;
  letter-spacing: 0.5px;
}

.education .main01 .box__head {
  background: #808080;
  width: 1000px;
	margin: 0 auto;
	align-items: center;
    display: flex;
    justify-content: center;
}

.education .box__head {
  font-size: 22px;
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #808080;
  text-align: center;
  line-height: 27px;
  padding: 2px 0 2px 10px;
  letter-spacing: 1px;
  height: 60px;
}

.education .box__cont {
  display: flex;
  background: #eaeeef;
  margin: 0 0 16px;
  padding: 20px;
  width: 1000px;
    margin: 0 auto;
}

.education .box__img1 img {
  max-width: 700px;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

.education .box__des {
  font-size: 18px;
  text-align: justify;
  width: 100%;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 1.6px;
  font-feature-settings: "palt";
}

.education .main02 .box__tit {
  color: #0036ac;
}

.education .main02 .box__tit span::after {
  background: #0036ac;
}

.education .main02 .box__head {
  background: #0036ac;
}

.education .main03 .box__tit {
  color: #eb7284;
}

.education .main03 .box__tit span::after {
  background: #eb7284;
}

.education .main03 .box__head {
  background: #eb7284;
}

.education .box__culture {
  position: absolute;
  z-index: 3;
  right: 34px;
  top: 5px;
}

.education .box__culture img {
  width: 100px;
  height: 100px;
}

.education .box__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  left: -2px;
  width: 1000px;
  margin: 0 auto;
}

.education .box__img2 {
  margin: 22px auto 15px;
  padding: 0 25px 0;
}
/* .box__img2 img{
  border-radius: 0 80px 0 0;
}
.box__img1 img{
  border-radius: 0 80px 0 0;
} */

.education .box__item {
  background: #f6f6f6;
  margin: 16px 0 27px;
  position: relative;
  z-index: 3;
}
.education .box__item .color-gray {
    background: #eaeeef;
    margin: 16px 0 27px;
    position: relative;
    z-index: 3;
}
.education .box__txt1 {
  font-size: 18px;
  line-height: 23px;
  color: #404040;
  text-align: justify;
  font-weight: 500;
  margin: 8px 24px 18px;
  letter-spacing: 1.8px;
  font-feature-settings: "palt";
}

.education .box__line {
  font-size: 22px;
  color: #ffffff;
  background: #0036ac;
  text-align: center;
  line-height: 26px;
  letter-spacing: 3px;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 47px;
}
.education .box__line-text{
	font-size: 14px;
}
.education .box__line02 {
    font-size: 22px;
    color: #ffffff;
    background: #808080;
    text-align: center;
    line-height: 26px;
    letter-spacing: 3px;
    font-feature-settings: "palt";
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    height: 45px;
}
.education .box__line span {
  font-size: 29px;
  font-size: 1.9rem;
  display: block;
  width: 100%;
}

.education .box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  top: 107px;
  left: 0;
  z-index: 1;
}

.education .box__inner::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 115%;
  background-color: #ffffff;
  top: -50px;
  left: 83px;
  z-index: 2;
}

.box__child {
  width: 52%;
  margin: 0 auto;
}

.education .box:nth-child(2) .box__inner::after {
  left: auto;
  right: 83px;
  top: -65px;
}

.education .box:nth-child(3) .box__inner::after {
  left: auto;
  right: 83px;
  top: -85px;
}

.education .box__img {
  border: 5px solid #fff;
  box-sizing: border-box;
}

.education .box__item {
  width: 480px;
}

.education .box__line span {
  line-height: 45px;
}
/* ワーク働き方ページ */
.list-page__header {
    text-align: center!important;
    padding-bottom: 40px;
}
.list-page__header .title {
    position: relative;
    font-size: 64px;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #0036ac;
    letter-spacing: 3px;
    margin-top: 9px;
    text-transform: uppercase;
	text-align: center!important;
	padding: 0 0 40px;
}
.list-page__header .subtitle {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
	text-align: center;
	color: #333;
}
.list-page .work h3.post-title {
    text-align: center!important;
    font-size: 36px!important;
    font-weight: 700!important;
    margin-bottom: 40px!important;
    line-height: 1.5!important;
    color: #0036ac!important;
}
.list-page .work__visual {
    margin-bottom: 50px;
	    margin-top: 50px;
}
.list-page .work01 .post-text {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 150px;
    text-align: center;
    line-height: 1.9;
	font-weight: 400;
}
.list-page .work02__wrap {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 130px;
}


.list-page .work-list .work-list__item {
    display: flex;
    margin-bottom: 135px;
    align-items: center;
	width: 90%;
    margin: 0 auto;
}
.list-page .work-list.-type-2 .work-list__image {
    order: 2;
}
.work-list__image {
    width: 50%;
}
.list-page .work-list.-type-2 .work-list__textarea {
    order: 1;
}
.list-page .work-list .work-list__item .work-list__textarea {
    width: 70%;
    padding: 0.5em 50px;
}
.list-page .work-list.-type-2 .work-list__textarea .work-list__txt {
    margin-left: auto;
    margin-right: 0;
}
.list-page .work-list .work-list__item .work-list__textarea .work-list__txt {
    max-width: 550px;
    line-height: 1.9;
	margin-left: auto;
}

.work02__photo{
	margin-bottom: 40px;
}
.list-page .work04 .career-list {
    max-width: 1200px;
    margin: 0 auto;
}
.list-page .work04 .career-list__item {
    display: flex;
    justify-content: center;
    width: 100%;
    border: 2px solid #CECECE;
    padding: 50px;
    margin-bottom: 50px;
}
.list-page .work04 .career-list__image {
    width: 40%;
}
.l-work .list-page .work04 .career-list__box {
    width: 100%;
}
.list-page .work04 .career-list__textarea {
    margin-left: 40px;
    margin-bottom: 20px;
}
.list-page .work04 .career-list__name {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
}
.l-work .list-page .work04 .career-list__name span {
    font-size: 70%;
    display: inline-block;
    margin-left: 10px;
}
.list-page .work04 .career-list__name-sub {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 600;
}
.list-page .work04 .career-list__textarea h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
    color: #0036ac;
}
.l-work .list-page .work04 .career-list__textarea h4:before {
    position: absolute;
    content: "";
    background: #0036ac;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
.work-list__textarea {
    order: 1;
    padding-left: 2.5%;
}
.work-list__points {
    margin-left: auto;
    margin-right: 0;
    max-width: 550px;
}
.work-list__points {
    font-size: 65px;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    color: #CECECE;
    opacity: 0.5;
}
.work-list__heading {
    margin-left: auto;
    margin-right: 0;
    max-width: 550px;
}

.work-list__heading {
    font-size: 32px;
    line-height: 1.32;
    font-weight: bold;
    margin-bottom: 0.8em;
    color: #0036ac;
}
.l-main{
	padding-top: 20px;
}

/* 追記 HONDA 2025.12.20 ここから */
@media screen and (min-width: 769px) {

/* 募集要項 */
.requirements {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 60px 0 100px 0;
  background-color: #efefef;
}

.requirements strong {
  font-family: "arial", sans-serif;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  line-height: 1.0em;
  color: #000000;
  display: block;
}

.requirements strong span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  color: #000000;
  margin-top: 10px;
  display: block;
}

.requirements .inner {
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin: 40px auto 0 auto;
  padding: 80px;
  background-color: #ffffff;
  display: table;
}

.requirements .inner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.requirements .inner span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  line-height: 1.0em;
  color: #000000;
  margin-top: 50px;
  padding-bottom: 20px;
  border-bottom: 4px solid #e4962a;
  display: block;
}

.requirements .inner ul {
  width: 100%;
  height: auto;
  margin-top: 35px;
  padding: 0;
}

.requirements .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.requirements .inner ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-align: left;
  line-height: 1.0em;
  color: #000000;
  display: block;
}

.requirements .inner ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8em;
  color: #000000;
  margin-top: 15px;
  display: block;
}

.requirements .inner table {
  width: 100%;
  height: auto;
  margin: 40px 0;
  padding: 0;
  border-collapse: collapse;
  border: 0;
}

.requirements .inner table th {
  width: 20%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6em;
  color: #000000;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #e4962a;
  background-color: #fffdfa;
}

.requirements .inner table td {
  width: 80%;
  height: auto;
  margin: 0;
  padding: 0 10px 0 20px;
  border: 1px solid #e4962a;
  background-color: #ffffff;
}

.requirements .inner table td p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 1.6em;
  color: #000000;
  margin: 15px 0;
}

.requirements .inner table td p span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6em;
  color: #000000;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}

.requirements .inner a {
  width: 80%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0 auto;
  padding: 1.0em 0;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  background-color: #cc5424;
  background-image: url("../../uploads/contact_area_line_icon.png");
  background-position: calc(50% - 110px) center;
  background-repeat: no-repeat;
  background-size: 20px;
  display: block;
}

.requirements .inner a:hover {
  transform: scale(0.95);
  transition: 1.0s;
  opacity: 1.0;
}

/* 独立開業制度 */
.independence {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 60px;
}

.independence .under_visual {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  padding: 0;
}

.independence .under_visual img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.independence strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #cc5424;
  display: block;
}

.independence .inner {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 90px auto 0 auto;
  padding: 60px 80px 40px 80px;
  background-color: #f4efec;
}

.independence .inner span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #000000;
  margin-bottom: 70px;
  position: relative;
  display: block;
}

.independence .inner span::after {
  width: 36px;
  height: 2px;
  content: '';
  position: absolute;
  bottom: -30px;
  left: calc(50% - 36px / 2);
  background-color: #000000;
  display: inline-block;
}

.independence .inner ul {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding: 40px;
  background-color: #ffffff;
}

.independence .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.independence .inner ul li:nth-child(1) {
  text-align: center;
  line-height: 1.0em;
  margin-bottom: 30px;
}

.independence .inner ul li:nth-child(1) p {
  padding: 17px 7px 7px 10px;
  background-color: #cc5424;
  display: inline;
}

.independence .inner ul li p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
}

.independence .inner ul li:nth-child(2) p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8em;
  color: #000000;
  margin-top: 15px;
  display: block;
}

/* 当院で学べる技術 */
.skill {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 60px 0 100px 0;
}

.skill strong {
  font-family: "arial", sans-serif;
  font-size: 70px;
  font-weight: 700;
  text-align: left;
  line-height: 1.0em;
  color: #000000;
  transform: scale(1,1.4);
  display: block;
}

.skill strong span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  line-height: 1.0em;
  color: #000000;
  transform: scale(1,0.7);
  margin-top: 10px;
  display: block;
}

.skill .inner_menu {
  width: 100%;
  height: auto;
  margin-top: 80px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.skill .inner_menu a {
  width: 18.66666666%;
  height: auto;
  text-decoration: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}

.skill .inner_menu a::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 8px);
  border: 8px solid transparent;
  border-top: 8px solid #aaaaaa;
}

.skill .inner_menu a:hover {
  opacity: 0.5;
  transition: 1.0s;
}

.skill .inner_menu a ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.skill .inner_menu a ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.skill .inner_menu a ul li span {
  font-family: "arial", sans-serif;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #000000;
  transform: scale(1,1.2);
  display: block;
}

.skill .inner_menu a ul li img {
  width: 100%;
  height: auto;
  margin: 30px 0 15px 0;
  padding: 0;
}

.skill .inner_menu a ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
  color: #000000;
}

.skill .inner {
  width: 100%;
  height: auto;
  margin-top: 70px;
  padding: 40px;
  background-color: #efefef;
  display: table;
}

.skill .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.skill .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.skill .inner ul li:nth-child(1) span {
  font-family: "arial", sans-serif;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #000000;
  transform: scale(1,1.2);
  display: block;
}

.skill .inner ul li:nth-child(2) {
  text-align: center;
  line-height: 1.0em;
  margin: 35px 0 30px 0;
}

.skill .inner ul li:nth-child(2) p {
  padding: 17px 10px 10px 10px;
  background-color: #000000;
  position: relative;
  display: inline;
}

.skill .inner ul li:nth-child(2) p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  transform: none;
  display: inline-block;
}

.skill .inner ul li:nth-child(2) p::after {
  width: 30px;
  height: 2px;
  content: '';
  position: absolute;
  bottom: -30px;
  left: calc(50% - 30px / 2);
  background-color: #000000;
  display: inline-block;
}

.skill .inner .outer {
  width: 100%;
  height: auto;
  margin-top: 70px;
  padding: 0;
  display: block;
}

.skill .inner .forward {
  width: 100%;
  height: auto;
  margin-top: 70px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.skill .inner .nega_mgn {
  margin-top: 30px;
}

.skill .inner .reverse {
  width: 100%;
  height: auto;
  margin-top: 70px;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.skill .inner .outer .forward {
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.skill .inner .outer .reverse {
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.skill .inner .forward img,
.skill .inner .reverse img,
.skill .inner .outer .forward img,
.skill .inner .outer .reverse img {
  width: 60%;
  height: auto;
  margin: 0;
  padding: 0;
}

.skill .inner .forward ul,
.skill .inner .reverse ul {
  width: 36.607142857%;
  height: auto;
  margin: 0;
  padding: 0;
}

.skill .inner .outer .forward ul,
.skill .inner .outer .reverse ul {
  width: 39.464285714%;
  height: auto;
  margin: 0;
  padding: 0;
}

.skill .inner .forward ul li,
.skill .inner .reverse ul li,
.skill .inner .outer .forward ul li,
.skill .inner .outer .reverse ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.skill .inner .outer .forward ul li:first-child,
.skill .inner .outer .reverse ul li:first-child {
  margin-bottom: 6px;
}

.skill .inner .forward ul li p,
.skill .inner .reverse ul li p,
.skill .inner .outer p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8em;
  color: #000000;
  margin: 10px 0;
}

.skill .inner .outer .forward ul li img,
.skill .inner .outer .reverse ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
}
/* 追記 ここまで */



.whitearea .inner {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 90px auto 0 auto;
  padding: 60px 80px 40px 80px;
  background-color: #fff;
}

.whitearea .inner span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #000000;
  margin-bottom: 70px;
  position: relative;
  display: block;
}

.whitearea .inner span::after {
  width: 36px;
  height: 2px;
  content: '';
  position: absolute;
  bottom: -30px;
  left: calc(50% - 36px / 2);
  background-color: #000000;
  display: inline-block;
}

.whitearea .inner ul {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding: 40px;
  background-color: #ffffff;
}

.whitearea .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.whitearea .inner ul li:nth-child(1) {
  text-align: center;
  line-height: 1.0em;
  margin-bottom: 30px;
}

.whitearea .inner ul li:nth-child(1) p {
  padding: 17px 7px 7px 10px;
  background-color: #cc5424;
  display: inline;
}

.whitearea .inner ul li p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
}

.whitearea .inner ul li:nth-child(2) p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8em;
  color: #000000;
  margin-top: 15px;
  display: block;
}


/* コンタクトフォーム7 */
.contact-form-box{
  max-width: 800px;
  margin: auto;
}
.contact-form-box table{
  width: 100%;
  border-collapse:collapse
}
.contact-form-box table tr{

}
.contact-form-box table tr th{
  width: 35%;
}
.contact-form-box table tr th p{
  display: flex;
  justify-content: space-between;
}
.contact-form-box table tr th span{
  background: #e72626;
  color: #fff;
  display: inline-block;
  padding: 0 8px;
  font-size: 15px;
  border-radius: 3px;
}
.contact-form-box table tr td{
  width: 65%;
}
.contact-form-box table tr th,
.contact-form-box table tr td{
  padding: 17px;
  border-bottom: solid 1px #d5d5d5;
}
.contact-form-box table tr:last-child th,
.contact-form-box table tr:last-child td{
  border-bottom: none;
}
.contact-form-box input,
.contact-form-box textarea{
  width: 100%;
  border: solid 1px #c5c5c5;
  padding: 10px;
}
.contact-form-box input[type="checkbox"],
.contact-form-box input[type="radio"]{
  width: auto;
  border: none;
  margin: 0 3px 0 0;
}
.contact-form-box p.submit_btn{
  text-align: center;
  margin: 30px 0 0;
}
.contact-form-box p.submit_btn input{
  width: auto;
  padding: 15px 60px;
  background: #e72626;
  color: #fff;
  border: none;
}

@media screen and (max-width: 768px){
  .contact-form-box table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-form-box table tr th{
    width: 100%;
    background: #ededed;
  }
  .contact-form-box table tr th span{
    font-size: 13px;
  }
  .contact-form-box table tr td{
    width: 100%;
  }
  .contact-form-box table tr th,
  .contact-form-box table tr td{
    padding: 17px 13px;
    border: 0;
  }
  .contact-form-box p.submit_btn{
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}