@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;
  }

.single p {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 15px !important;
}

  /* ヘッダー エリア */
  #header .logo {
    width: 170px;
    height: auto;
    padding: 0;
    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 .fadeInBlock {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
	display: table;
  }

  #main_visual_in .fadeInBlock ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
	display: flex;
	justify-content: center;
  }

  #main_visual_in .fadeInBlock ul li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #main_visual_in .fadeInBlock ul li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

.fadeIn1s {
    animation-name: fadeIn1s;
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateX(-50px);
    opacity: 0;
}
@keyframes fadeIn1s {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.fadeIn1500ms {
    animation-name: fadeIn1500ms;
    animation-delay: 1500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(-50px);
    opacity: 0;
}
@keyframes fadeIn1500ms {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.fadeIn500ms {
    animation-name: fadeIn500ms;
    animation-delay: 500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateX(50px);
    opacity: 0;
}
@keyframes fadeIn500ms {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.fadeIn2s {
    animation-name: fadeIn2s;
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateX(-50px);
    opacity: 0;
}
@keyframes fadeIn2s {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

  #main_visual_in .inner {
    max-width: 1440px;
    height: auto;
    margin: auto;
    padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	display: table;
  }

  #main_visual_in .inner p {
	width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 100px;
    font-weight: 900;
	text-align: center;
	line-height: 1.4em;
	color: #ffffff;
	border-right: .08em solid;
	overflow: hidden;
	white-space: nowrap;
	animation: typing 5s steps(26, end), caret .5s step-end infinite;
}
@keyframes typing {
 from { width: 0; } 
}
@keyframes caret {
 50% { border-color: transparent; } 
}

.fadeIn4s {
    animation-name: fadeIn2s;
    animation-delay: 1000ms;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    transform: translateY(100px);
    opacity: 0;
}
@keyframes fadeIn4s {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

  .top_logo {
    margin: 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: 250px;
    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;
  }

.single #content h1 {
  padding: 0 0 30px 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: 40px;
    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: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 36px;
    color: #ffffff;
    background-color: #1b5597;
    border: 1px solid #ffffff;
    display: block;
  }

  p.pagetop a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  /* フッター エリア */
/* ENTRY改修260220 */
  #footer .footer_entry {
    width: 100%;
    min-height: 700px;
    margin: 0;
    padding: 90px 0;
    background-image: url("../../uploads/2025/02/main_visual_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #e8e9f2;
  }

  #footer .footer_entry .inner {
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: table;
  }

  #footer .footer_entry .footer_box-inner {
    width: 90%;
  }

  #footer .footer_entry .inner .box {
    padding: 104px;
    background-color: #fff;
    box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
  }

#footer .footer_entry .inner h2 {
  font-size: 60px;
  font-family: "Cinzel", serif;
  font-weight: 400;
  text-align: center;
  line-height: 0.7em;
  color: #52b7fe;
  margin-bottom: 64px;
  border-bottom: 10px solid #ffffff;
  display: block;
}

#footer .footer_entry .inner p {
  text-align: center;
  font-size: 100%;
  margin-bottom: 56px;
  line-height: 2;
  font-weight: 400;
}

#footer .footer_entry .inner .box ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}

#footer .footer_entry .inner ul li {
  position: relative;
  width: 300px;
  height: auto;
  margin-top: 4px;
  border-bottom: 1px solid #eceef4;
}

#footer .footer_entry .inner ul li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #52b7fe;
  border-radius: 8px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.3s ease;
}

#footer .footer_entry .inner ul li:hover::before {
  background-color: #d56d2e;
}

#footer .footer_entry .inner ul li::after {
  content: "";
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  right: 6px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
}

#footer .footer_entry .inner ul li a {
  display: block;
  width: 300px;
  text-decoration: none;
  height: 52px;
  line-height: 52px;
  color: #52b7fe;
  transition: all 0.3s ease;
}

#footer .footer_entry .inner ul li a:hover {
  color: #d56d2e;
}

/* ENTRY改修 ここまで */

#footer_in .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

#footer_in .inner ul:nth-child(1) {
  width: 17.741935483%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_in .inner ul:nth-child(1) li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_in .inner ul:nth-child(1) li:first-child {
  margin-bottom: 20px;
}

#footer_in .inner ul:nth-child(1) li:first-child img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_in .inner ul:nth-child(1) li:first-child a:hover img,
#footer_in .inner ul:nth-child(1) li:last-child a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#footer_in .inner ul:nth-child(1) li:last-child a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  padding: 0 0 0 2.5em;
  background-image: url("../../uploads/2025/02/footer_nav_icon.png");
  background-repeat: no-repeat;
  background-position: 1.0em center;
  background-size: 13px;
  display: block;
}

#footer_in .inner ul:nth-child(2) {
  width: 80.64516129%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

#footer_in .inner ul:nth-child(2) li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_in .inner ul:nth-child(2) li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  padding: 0 1.0em 0 2.5em;
  border-right: 1px solid #ffffff;
  background-image: url("../../uploads/2025/02/footer_nav_icon.png");
  background-repeat: no-repeat;
  background-position: 1.0em center;
  background-size: 13px;
  display: block;
}

#footer_in .inner ul:nth-child(2) li:last-child a {
  padding: 0 0 0 2.5em;
  border: none;
}

#footer_in .inner ul:nth-child(2) li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#footer_in .copyright {
  font-family: "arial", "Noto Sans JP";
  font-size: 11px;
  text-align: right;
  letter-spacing: 0.05em;
  color: #ffffff;
}

  /* ウィジェット エリア */
  #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_vision {
    padding: 150px 0 150px;
  }

  .top_vision_in {
    display: flex;
    width: 1150px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    padding: 200px 0 0;
  }

  .top_vision_in .item {
    width: 540px;
  }

  .top_vision_in .item02 {
    margin-top: 100px;
  }

  .top_vision_in .item p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 20px;
    color: #222438;
  }

  .top_vision_in .item p.img {
    margin-bottom: 30px;
  }

  .top_vision_in .item p.ttl {
    font-size: 53px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .top_vision_in .item p.ttl span {
    font-size: 80px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
  }

  .top_vision_in .item02 p.ttl {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 10px;
  }

  .top_vision_in .item p.ttl02 {
    background: #222438;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
  }

  .top_vision_in p.ttl_vision {
    position: absolute;
    top: 0;
    left: -200px;
    z-index: 10;
    width: 970px;
  }

  @media (max-width: 1600px) {
    .top_vision_in p.ttl_vision {
      left: -10%;
    }
  }

  .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(images/top_entry_bg.webp) 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: space-between;
    align-items: center;
    gap: 30px 0;
  }

  .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;
  }

  /* メッセージ */
  .message01_in {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
  }

  .message01_in .txt_box {
    width: 44%;
  }

  .message01_in .img_box {
    position: relative;
    width: 44%;
  }

  .message01_in .img_box img.img_02 {
    position: relative;
    margin: -4rem 0 0 -5rem;
    width: 60%;
    z-index: 2;
  }

  .message01_in h2#main_h2 span {
    background-color: #F5F2EC;
  }

  .message01_in p#main_p {
    background-color: #F5F2EC;
    margin-bottom: 30px;
  }

  .message01_in p.txt01 {
    margin-bottom: 30px;
  }

  .message02 {
    padding: 100px 0 0;
  }

  .message02_in {
    margin-bottom: 40px;
  }

  .message02_in,
  .message02_in02 {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 7vw;
  }

  .message02_in02 {
    flex-direction: row-reverse;
    margin-left: auto;
    justify-content: flex-start;
    gap: 0 1.3vw;
  }

  .message02_in .img_box,
  .message02_in02 .img_box {
    width: 43%;
  }

  .message02_in .txt_box {
    width: 50%;
  }

  .message02_in02 .txt_box {
    width: 43%;
  }

  #content .message02_in h2.h2_message,
  #content .message02_in02 h2.h2_message {
    font-size: 30px;
    margin-bottom: 30px;
  }

  #content .message02_in h2.h2_message span,
  #content .message02_in02 h2.h2_message span {
    font-size: 20px;
    color: #0036ac;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    padding: 0 0 0 70px;
    line-height: 3;
  }

  #content .message02_in h2.h2_message span::before,
  #content .message02_in02 h2.h2_message span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #0036ac;
    margin: auto;
    width: 3.07692rem;
    height: 1px;
  }

  .message02_in p,
  .message02_in02 p {
    margin-bottom: 30px;
  }

  .message02_in p:last-child,
  .message02_in02 p:last-child {
    margin-bottom: 0;
  }

  .point_type01 {
    position: relative;
    width: 94.5%;
    margin: 100px 0 0;
  }

  .point_type01::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 93.7%;
    z-index: -1;
    background-color: #f5fbfb;
    border-top-right-radius: 50px;
  }

  .point_type02 .point_in {
    width: 80%;
  }

  .point_type02 .point_in img {
    border-radius: 0 80px 0 0;
  }

  .point_in {
    width: 90%;
    margin: auto;
    padding: 70px 0;
  }

  .point_in ul.point_list {
    margin: 30px 0 0;
  }

  ul.point_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4vw 0vw;
  }

  ul.point_list li {
    width: 47%;
  }

  ul.point_list li p {
    margin-bottom: 10px;
  }

  ul.point_list li p:last-child {
    margin-bottom: 0;
  }

  ul.point_list li img {
    border-radius: 0 80px 0 0;
  }

  .page-template-full_page #content ul.point_list li h3.h3_point {
    margin-bottom: 0;
  }

  .page-template-full_page #content ul.point_list li h3.h3_point span {
    color: #0036ac;
    font-weight: 700;
    margin-right: 13px;
  }

  /* Vision */
  .vision01 {
    position: relative;
    padding: 110px 0;
    margin: 100px 0 0;
  }

  .vision01::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f5fbfb;
    border-top-left-radius: 3.07692rem;
    width: 90%;
    z-index: -1;
  }

  .vision01_in {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 7vw;
  }

  .vision01_in .img_box {
    width: 38%;
  }

  .vision01_in .txt_box {
    width: 54%;
  }

  .page-template-full_page #content .vision01_in .txt_box h2 {
    font-size: 30px;
    color: #0036ac;
    margin-bottom: 30px;
    font-family: "Zen Maru Gothic", sans-serif;
  }

  .vision01_in .txt_box p {
    margin-bottom: 30px;
  }

  .vision01_in .txt_box p.yers {
    color: #0036ac;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .vision01_in .txt_box p.yers strong {
    font-size: 130px;
    color: #0036ac;
  }

  .vision02_in {
    width: 90%;
    margin: 0 0 0 auto;
  }

  .vision02_in .img_box img {
    height: 38.61538rem;
    object-fit: cover;
    border-radius: 80px 0 0 0;
  }

  .vision02_in .txt_box {
    margin: -70px 0 0 130px;
  }

  .page-template-full_page #content .vision02_in .txt_box h3.h3_ttl {
    margin: 0 0 40px;
  }

  .vision02_in .txt_box p {
    margin: 0 0 30px;
  }

  .vision02_in .txt_box p:last-child {
    margin-bottom: 0;
  }

  .vision03 {
    position: relative;
    background-image: url(images/top_message_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 100px 0 0;
  }

  .vision03_in {
    width: 1000px;
    margin: 0 auto;
    padding: 180px 0;
  }

  .vision03_in .txt_box p {
    color: #fff;
    font-size: 17px;
    margin: 0 0 30px;
    text-align: center;
  }

  .vision03_in .txt_box p:last-child {
    margin: 0 0 0;
  }

  .vision03_in .txt_box p.en {
    margin: 0 0 10px;
  }

  .page-template-full_page #content .vision03_in .txt_box h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 40px;
  }

  .vision04 {
    margin: 130px 0;
  }

  .page-template-full_page #content .vision04_in h2 {
    text-align: center;
    margin: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 40px;
  }

  .vision04_in p {
    text-align: center;
  }

  .vision04_in p.note {
    color: #0036ac;
    margin: 0 0 30px;
    font-weight: 700;
  }

  .vision_future {
    position: relative;
    width: 90%;
    margin: 0 0 100px auto;
    padding: 0 0 70px 60px;
  }

  .vision_future_last {
    margin-bottom: 0;
  }

  .vision_future::before {
    content: "";
    position: absolute;
    top: 5rem;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f5fbfb;
    z-index: -2;
  }

  .vision_future_in01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .vision_future_in01 .txt_box {
    margin: 60px 0 0 0;
    width: 34%;
  }

  .vision_future_in01 .txt_box p {
    margin-bottom: 30px;
  }

  .vision_future_in01 .txt_box p:last-child {
    margin-bottom: 0;
  }

  .vision_future_in01 .txt_box p.p_point {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #0036ac;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 0;
  }

  .vision_future_in01 .txt_box p.p_point span {
    font-size: 33px;
    margin: 0 0 0 10px;
  }

  .page-template-full_page #content .vision_future_in01 .txt_box h3.h3_ttl {
    margin-bottom: 30px;
  }

  .vision_future_in01 .img_box {
    width: 55%;
  }

  .vision_future_in01 .img_box img {
    object-fit: cover;
    height: 33.46154rem;
    border-radius: 80px 0 0 0;
  }

  .vision_future_in02 {
    width: 96%;
    margin: 70px 0 0;
  }

  .vision_future_in02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .vision_future_in02 ul li {
    width: 48%;
  }

  .vision_future_in02 ul li p.img {
    margin: 0 0 30px;
  }

  .vision_future_in02 ul li p.img img {
    border-radius: 0 80px 0 0;
  }

  .page-template-full_page #content .vision_future_in02 ul li h3.h3_ttl {
    margin: 0 0 10px;
  }

  .staff_comment {
    position: relative;
    display: flex;
    align-items: stretch;
    border: 0.4rem solid #8bdbdb;
    background-color: #fff;
    margin: auto;
    padding: 1.5rem;
    width: 100%;
    max-width: 1100px;
    margin: 60px auto 0;
  }

  .staff_comment p.p_note {
    display: flex;
    align-items: center;
    border-right: 2px solid #8bdbdb;
    color: #0036ac;
    padding: 0 20px 0 0;
    font-weight: 700;
  }

  .staff_comment .txt_box {
    width: 63%;
    padding: 20px 30px;
  }

  .staff_comment .txt_box p {
    margin: 0 0 30px;
  }

  .staff_comment .txt_box p:last-chid;

    {
    margin: 0 0 0;
  }

  .staff_comment .img_box {
    width: 20%;
    margin: 0 0 0 auto;
  }

  /* 福利厚生 */
  .benefits_point_type01 {
    margin: 0 0 0;
  }

  .benefits_point_type01::before {
    height: 91.9%;
  }

  .benefits_vision {
    margin: 100px 0 0;
  }

  .benefits_comment {
    position: relative;
    display: flex;
    align-items: stretch;
    border: 0.4rem solid #8bdbdb;
    background-color: #fff;
    margin: auto;
    padding: 1.5rem;
    width: 100%;
    max-width: 1100px;
    margin: 60px auto 0;
  }

  .benefits_comment p.p_note {
    display: flex;
    align-items: center;
    border-right: 2px solid #8bdbdb;
    color: #0036ac;
    padding: 0 20px 0 0;
    font-weight: 700;
  }

  .benefits_comment .txt_box {
    width: auto;
    padding: 20px 30px;
  }

  .benefits_comment .txt_box ul {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }

  .benefits_comment .txt_box li {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 20px;
  }

  .benefits_comment .txt_box li::before {
    content: "•";
    color: red;
    position: absolute;
    left: 0;
    top: 47%;
    transform: translateY(-50%);
    font-size: 23px;
  }

  /* 数字で見る */
  .date01 {
    margin: 100px 0 100px;
  }

  .date01_in {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
  }

  .date01_in .txt_box {
    width: 53%;
  }

  .page-template-full_page #content .date01_in h2.h2_en {
    font-size: 50px;
    margin: 0 0 20px;
  }

  .date01_in .txt_box p.ttl {
    color: #0036ac;
    font-weight: 700;
    margin: 0 0 40px;
    font-size: 20px;
  }

  .date02 {
    margin: 0 0 100px;
  }

  .date02_in {
    width: 77%;
    margin: 0 auto 0;
  }

  .date02_in ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px 0px;
  }

  .date02_in ul li {
    width: 32%;
    border: #0036ac 7px solid;
    border-radius: 50px 50px 0 0;
    padding: 33px;
  }

  /* 求人条件 */
  .conditions_box01 {
    margin: 100px auto 100px;
  }

  .conditions_box01_in {
    max-width: 1200px;
    margin: 0 auto 0;
  }

  .conditions_box01_in ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
  }

  .conditions_box01_in li {
    width: 31.25%;
    margin-bottom: 30px;
    padding: 10px 0;
  }

  .conditions_box01_in li p {
    text-align: center;
  }

  .conditions_box01_in li p.ttl {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.0em;
    color: #000000;
    border: 1px solid #333333;
    display: block;
    padding: 13px 20px;
    margin-bottom: 30px;
  }

  .page-template-full_page #content .conditions_box01_in h2.h2_ttl {
    font-size: 50px;
    text-align: center;
  }

  .conditions_box02 {
    background-color: #f5fbfb;
  }

  .conditions_box02_in {
    max-width: 1200px;
    padding: 100px 0 100px;
    margin: 0 auto 0;
  }

  .page-template-full_page #content .conditions_box02_in h2.h2_ttl {
    font-size: 33px;
    text-align: center;
  }

  .page-template-full_page #content .conditions_box02_in h2.h2_ttl span {
    font-size: 40px;
  }

  .conditions_box02_in .txt_box {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .conditions_box02_in .txt_box p {
    text-align: center;
  }

  .conditions_box02_in .txt_box p.ttl {
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 20px;
  }

  .conditions_box02_in .point_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .conditions_box02_in .point_box ul li {
    width: 47%;
  }

  .conditions_box02_in .point_box ul li p {
    margin: 0 0 40px;
  }

  .conditions_box02_in .point_box ul li p.num {
    padding: 7px 0;
    background-color: #16b7fd;
    text-align: center;
    color: #fff;
  }

  .conditions_box02_in .point_box ul li p.img {}

  .conditions_box02_in .point_box ul li p.img img {
    width: auto;
    margin: auto;
  }

  .conditions_box02_in .point_box ul li p.ttl {
    text-align: center;
    font-size: 27px;
    font-weight: 700;
  }

  .conditions_box02_in .point_box ul li p:last-child {
    margin: 0 0 0;
  }

  .conditions_box03_in {
    max-width: 1200px;
    padding: 100px 0 100px;
    margin: 0 auto 0;
  }

  .page-template-full_page #content .conditions_box03_in h2.h2_ttl {
    text-align: center;
    font-size: 45px;
    margin-bottom: 40px;
  }

  .page-template-full_page #content .conditions_box03_in h3.h3_ttl {
    text-align: center;
    font-size: 33px;
    margin: 0 0 30px;
  }

  .conditions_tabs {
    display: flex;
    margin: 0 0 0 70px;
  }

  .tab-button {
    padding: 20px 80px;
    cursor: pointer;
    background-color: #333333;
    border: none;
    margin-right: 5px;
    transition: all 0.2s ease;
    color: white;
  }

  .tab-button.active {
    background-color: #16b7fd;
    color: white;
  }

  .tab-content {
    display: none;
    border-top: 3px solid #16b7fd;
    background-color: #f8f8f8;
    padding: 60px 100px;
  }

  .tab-content.active {
    display: block;
  }

  table.talbe_conditions {
    border-spacing: 0;
  }

  table.talbe_conditions th {
    width: 20%;
  }

  table.talbe_conditions th,
  table.talbe_conditions td {
    border-top: 1px solid #cccccc;
    padding: 40px 30px;
  }

  table.talbe_conditions tr:last-child th,
  table.talbe_conditions tr:last-child td {
    border-bottom: 1px solid #cccccc;
  }

  /* 人を知る */
  .know_people01 {
    margin: 0 0 60px;
  }

  .know_people01_in {
    max-width: 1200px;
    padding: 100px 0 100px;
    margin: 0 auto 0;
  }

  .know_people01_in ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 90px 0;
  }

  .know_people01_in ul li {
    width: 30%;
    position: relative;
  }

  .know_people01_in ul li p.img img {
    border-radius: 20px;
    object-fit: cover;
	object-position: top;
    width: 100%;
    height: 480px;
  }

  .know_people01_in ul li div.name_box {
    background-color: #032a7f;
    padding: 20px;
    border-radius: 10px 0px 10px 10px;
    position: absolute;
    bottom: -40px;
    right: 0;
  }

  .know_people01_in ul li div.name_box p {
    color: #fff;
  }

  .know_people01_in ul li div.name_box p span {
    font-size: 20px;
  }

  /* コンタクトフォーム7 */
  .form_box {
    max-width: 1200px;
    margin: 0 auto 0;
  }

  .form_box p {
    margin-bottom: 30px;
  }

  .form_box p.radio input[type="radio"] {
    margin-top: 20px;
  }

  .form_box p span.required {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    color: #ffffff;
    padding: 0 10px 2px 10px;
    background-color: #dd0000;
    border-radius: 4px;
  }

  .form_box p input[type="text"],
  .form_box p input[type="email"],
  .form_box p input[type="tel"] {
    width: 100%;
    height: auto;
    font-weight: 400;
    margin: 15px 0;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    background-color: #fefefe;
  }

  .form_box p input[type="checkbox"] {
    margin: 20px 0 15px 0;
    padding: 0;
  }

  .form_box p select {
    width: 30%;
    height: auto;
    margin: 15px 0;
    padding: 4px 10px;
    border: 1px solid #cccccc;
    background-color: #fefefe;
  }

  .form_box p textarea {
    width: 100%;
    height: 8.0em;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #cccccc;
    background-color: #fefefe;
  }

  .form_box p span.accept {
    font-size: 14px;
    font-weight: 400;
    color: #dc143c;
  }

  .form_box p input[type="submit"] {
    width: 40%;
    height: auto;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 50px auto 0 auto;
    padding: 10px 0;
    color: #ffffff;
    background-color: #1b5597;
    display: block;
    border: none;
  }

  .form_box p input[type="submit"]:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  .wpcf7 form .wpcf7-response-output {
    max-width: 1200px;
    margin: 0 auto 60px !important;
    display: flex;
    justify-content: 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;
}


/* トップページ（リニュー） エリア */
@media screen and (min-width: 769px) {
.top_appeal {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 100px;
  background-image: url("../../uploads/2025/02/appeal_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #e8e9f2;
  display: flex;
  align-items: center;
}

.top_appeal .inner {
  width: 100%;
  max-width: 1440px;
  height: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  background-image: url("../../uploads/2025/02/appeal_inner_bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  overflow: hidden;
  display: table;
}

.top_appeal .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_appeal .inner ul li {
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding: 0;
}

.top_appeal .inner ul li img {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_appeal .inner ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 1.8em;
  color: #000000;
}

.top_appeal .inner a {
  width: 700px;
  font-family: "arial", sans-serif;
  font-style: italic;
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin: 70px auto 0 auto;
  padding: 50px 0;
  border: 1px solid #ffffff;
  background-color: rgba(29, 83, 149, 0.6);
  display: block;
}

.top_appeal .inner a span {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin-top: 10px;
  display: block;
}

.top_appeal .inner a:hover {
  transition: 1.5s;
  background-color: rgba(29, 83, 149, 1);
}

.top_member {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 100px 0;
}

.top_member .inner {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  display: table;
}

.top_member .inner strong {
  width: 550px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  color: #000000;
  margin: 0 auto;
  display: block;
}

.top_member .inner strong span {
  font-family: "arial", sans-serif;
  font-style: italic;
  font-size: 120px;
  font-weight: bold;
  text-align: center;
  line-height: 0.7em;
  color: #000000;
  margin-bottom: 15px;
  border-bottom: 10px solid #000000;
  display: block;
}

.top_member .inner ul {
  width: 100%;
  height: auto;
  margin: 50px auto 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.top_member .inner ul li {
  width: 430px;
  height: 750px;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.top_member .inner ul li:nth-child(1) {
  background-image: url("../../uploads/2025/02/member01.png");
}

.top_member .inner ul li:nth-child(2) {
  background-image: url("../../uploads/2025/02/member02.png");
}

.top_member .inner ul li:nth-child(3) {
  background-image: url("../../uploads/2025/02/member03.png");
}

.top_member .inner ul li a {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 70px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2em;
  margin: 0;
  padding: 535px 0 49px 0;
  border: none;
  background: none;
  display: block;
}

.top_member .inner ul li:nth-child(1) a {
  color: #d56d2e;
}

.top_member .inner ul li:nth-child(2) a {
  color: #8094a2;
}

.top_member .inner ul li:nth-child(3) a {
  color: #81967d;
}

.top_member .inner ul li:hover {
  transition: 1.0s;
  opacity: 0.5;
}

.top_member .inner ul li a:hover {
  transition: 1.0s;
  opacity: 0.5;
  background: none;
}

.top_member .inner a {
  width: 700px;
  font-family: "arial", sans-serif;
  font-style: italic;
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin: 70px auto 0 auto;
  padding: 50px 0;
  border: 1px solid #ffffff;
  background-color: rgba(29, 83, 149, 1.0);
  display: block;
}

.top_member .inner a span {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin-top: 10px;
  display: block;
}

.top_member .inner a:hover {
  transition: 1.5s;
  background-color: rgba(29, 83, 149, 0.6);
}

.top_info {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 100px 0;
  background-color: #e8e9f2;
}

.top_info .inner_title {
  width: 100%;
  max-width: 1140px;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  display: table;
}

.top_info .inner_title strong {
  width: 850px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  color: #000000;
  margin: 0 auto;
  display: block;
}

.top_info .inner_title strong span {
  font-family: "arial", sans-serif;
  font-style: italic;
  font-size: 120px;
  font-weight: bold;
  text-align: center;
  line-height: 0.7em;
  color: #000000;
  margin-bottom: 15px;
  border-bottom: 10px solid #000000;
  display: block;
}

.top_info .inner {
  width: 100%;
  max-width: 1140px;
  height: auto;
  margin: 60px auto 0 auto;
  padding: 0 20px;
  overflow: hidden;
  display: table;
}

.top_info .inner ul {
  width: 100%;
  height: 400px;
  padding: 100px 0 80px 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top_info .inner ul:nth-child(1) {
  margin: 0;
  background-image: url("../../uploads/2025/02/top_info01_bg.png");
}

.top_info .inner ul:nth-child(2) {
  margin-top: 15px;
  background-image: url("../../uploads/2025/02/top_info02_bg.png");
}

.top_info .inner ul:nth-child(3) {
  margin-top: 15px;
  background-image: url("../../uploads/2025/02/top_info03_bg.png");
}

.top_info .inner ul:nth-child(4) {
  margin-top: 15px;
  background-image: url("../../uploads/2025/02/top_info04_bg.png");
}

.top_info .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.top_info .inner ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
}

.top_info .inner ul li a {
  width: 300px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0 auto;
  padding: 25px 0;
  border: 1px solid #ffffff;
  background-color: rgba(29, 83, 149, 0.6);
  display: block;
}

.top_info .inner ul li a:hover {
  transition: 1.5s;
  background-color: rgba(29, 83, 149, 1);
}

.top_info .inner ul:nth-child(4) li:nth-child(2) {
  padding: 0 200px;
  display: flex;
  justify-content: center;
}

/* 数字で見るページ（リニュー） エリア */
.page_numbers {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

.page_numbers .title {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-image: url("../../uploads/2025/02/page_numbers.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: table;
}

.page_numbers .title .inner {
  width: 100%;
  max-width: 1140px;
  height: 250px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_numbers .title .inner ul {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_numbers .title .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;  
}

.page_numbers .title .inner ul li strong {
  font-family: "arial", sans-serif;
  font-size: 90px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  color: #5a8cc8;
  display: block;
}

.page_numbers .title .inner ul li span {
  width: 70%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  color: #dc143c;
  margin: -25px auto 0 auto;
  padding: 5px 0 8px 0;
  border-radius: 3px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  display: block;
}

.page_numbers .catch {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 100px;
  display: table;
}

.page_numbers .catch .inner {
  width: 100%;
  max-width: 1140px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page_numbers .catch .inner ul {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_numbers .catch .inner ul li {
  width: 100%;
  height: auto;
  text-align: left;
  line-height: 1.0em;
  margin: 0;
  padding: 0;
}

.page_numbers .catch .inner ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  padding: 4px 15px 6px 15px;
  background-color: #1d5395;
}

.page_numbers .catch .inner ul li img {
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding: 0;
}

.page_numbers .catch .inner ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  line-height: 1.8em;
  color: #000000;
  padding-left: 80px;
}

.page_numbers .data_header {
  width: 100%;
  height: 150px;
  margin: 0;
  padding: 0;
  background-image: url("../../uploads/2025/02/data_header_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: table;
}

.page_numbers .data {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 100px;
  background-color: #d4e1f1;
  display: table;
}

.page_numbers .data .inner_title {
  width: 100%;
  max-width: 1140px;
  height: auto;
  text-align: left;
  line-height: 1.0em;
  margin: 0 auto 60px auto;
  padding: 0;
}

.page_numbers .data .inner_title strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  line-height: 1.0em;
  color: #dc143c;
  margin: 0;
  padding: 3px 12px 6px 12px;
  border-radius: 3px;
  background-color: #ffffff;
}

.page_numbers .data .inner01,
.page_numbers .data .inner02 {
  width: 100%;
  max-width: 1140px;
  height: auto;
  margin: 0 auto 50px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page_numbers .data .inner01 ul,
.page_numbers .data .inner02 ul {
  width: 47.807017543%;
  height: auto;
  margin-bottom: 50px;
  padding: 40px;
  border-radius: 20px;
  background-color: #ffffff;
}

.page_numbers .data .inner01 ul li,
.page_numbers .data .inner02 ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_numbers .data .inner01 ul:nth-child(1) {
  background-image: url("../../uploads/2025/02/data01_bg.png");
  background-repeat: no-repeat;
  background-position: right 30px top 30px;
}

.page_numbers .data .inner01 ul:nth-child(2) {
  background-image: url("../../uploads/2025/02/data02_bg.png");
  background-repeat: no-repeat;
  background-position: right 30px top 30px;
}

.page_numbers .data .inner01 ul:nth-child(3) {
  background-image: url("../../uploads/2025/02/data03_bg.png");
  background-repeat: no-repeat;
  background-position: right 15px top 60px;
}

.page_numbers .data .inner01 ul:nth-child(4) {
  background-image: url("../../uploads/2025/02/data04_bg.png");
  background-repeat: no-repeat;
  background-position: right 40px top 20px;
}

.page_numbers .data .inner02 ul:nth-child(1) {
  background-image: url("../../uploads/2025/02/data05_bg.png");
  background-repeat: no-repeat;
  background-position: right 30px top 30px;
}

.page_numbers .data .inner02 ul:nth-child(2) {
  background-image: url("../../uploads/2025/02/data06_bg.png");
  background-repeat: no-repeat;
  background-position: right 20px top 30px;
}

.page_numbers .data .inner02 ul:nth-child(3) {
  background-image: url("../../uploads/2025/02/data07_bg.png");
  background-repeat: no-repeat;
  background-position: right 20px top 65px;
}

.page_numbers .data .inner02 ul:nth-child(4) {
  background-image: url("../../uploads/2025/02/data08_bg.png");
  background-repeat: no-repeat;
  background-position: right 20px top 75px;
}

.page_numbers .data .inner01 ul li:first-child,
.page_numbers .data .inner02 ul li:first-child {
  margin-bottom: 120px;
}

.page_numbers .data .inner01 ul li strong,
.page_numbers .data .inner02 ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-align: left;
  line-height: 0.8em;
  color: #000000;
  display: block;
}

.page_numbers .data .inner01 ul li strong span,
.page_numbers .data .inner02 ul li strong span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #000000;
}

.page_numbers .data .inner01 ul li p,
.page_numbers .data .inner02 ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  line-height: 1.6em;
  color: #000000;
}

/* トップページ（再リニュー）追記 HONDA 2026.2.17 ここから */
.top_concept {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 100px 0 250px 0;
}

.top_concept .inner {
  width: 100%;
  max-width: 1240px;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  background-image: url("../../uploads/2026/02/top_concept_bg.png");
  background-repeat: no-repeat;
  background-position: right top;
  display: table;
}

.top_concept .inner ul {
  width: 58.33333333%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_concept .inner ul li {
  width: 100%;
  height: auto;
  text-align: left;
  line-height: 1.0em;
  margin: 0;
  padding: 0;
}

.top_concept .inner ul li:nth-child(1) {
  margin-bottom: 60px;
}

.top_concept .inner ul li:nth-child(2) {
  margin-bottom: 80px;
}

.top_concept .inner ul li:nth-child(3) {
  margin-bottom: 40px;
}

.top_concept .inner ul li span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-align: left;
  line-height: 1.0em;
  color: #ffffff;
  margin-bottom: 15px;
  padding: 5px 15px 10px 15px;
  background-color: #000000;
  display: inline-block;
}

.top_concept .inner ul li:nth-child(2) p {
  font-family: "arial", sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  line-height: 1.0em;
  letter-spacing: 0;
  color: #000000;
  position: relative;
}

.top_concept .inner ul li:nth-child(2) p::after {
  width: 25px;
  height: 2px;
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  background-color: #000000;
  display: inline-block;
}

.top_concept .inner ul li:nth-child(3) p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  line-height: 2.5em;
  color: #000000;
}

.top_concept .inner ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 140px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2em;
  color: #000000;
  display: block;
}

.top_messages {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}

.top_messages .slider {
  width: 100%;
  height: 240px;
  margin: 0;
  padding: 0;
  background-image: url("../../uploads/2026/02/slide_img.png");
  background-repeat: repeat-x;
  background-position: 0 0;
}

.top_messages .inner {
  width: 100%;
  max-width: 1440px;
  height: 730px;
  margin: -415px auto 0 auto;
  padding: 0 20px;
  background-image: url("../../uploads/2026/02/top_message_bg.png");
  background-repeat: repeat-y;
  background-position: 0 0;
  position: relative;
  z-index: -1;
  display: table;
}

.top_messages .cover {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.top_messages .cover ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -415px;
  left: 0;
  z-index: 1;
  display: flex;
}

.top_messages .cover ul li {
  height: auto;
  margin: 0;
  padding: 0;
}

.top_messages .cover ul li:nth-child(2) {
  width: 530px;
}

.top_messages .cover ul li:nth-child(2) {
  width: 870px;
}

.top_messages .cover ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_messages .cover ul li:nth-child(1) a:hover img {
  opacity: 0.5;
  transition: 1.0s;
}

.news {
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding: 80px 0;
  background-color: #1b5597;
}

.news .inner {
  width: 100%;
  max-width: 1260px;
  height: auto;
  margin: 0 auto;
  padding: 0 21px;
}

.news .inner .title {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 0;
}

.news .inner .title strong {
  font-family: "arial", sans-serif;
  font-style: italic;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  display: block;
}

.news .inner .title strong span {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  display: block;
}

.news .inner .detail {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  padding: 0;
}

.news .inner .detail ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.news .inner .detail ul li {
  width: 31.691297208%;
  height: auto;
  margin: 0;
  padding: 0;
}

.news .inner .detail ul li .thumbnail a,
.news .inner .detail ul li .thumbnail a img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.news .inner .detail ul li p {
  margin-top: 20px;
}

.news .inner .detail ul li p a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  text-decoration: none; 
  line-height: 1.2em;
  color: #ffffff;
  display: block;
}

.news .inner .detail ul li p span {
  font-family: "arial", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 1.0em;
  color: #ffffff;
  margin-top: 10px;
  display: block;
}

.news .inner .detail ul li .thumbnail a::after,
.news .inner .detail ul li p a::after {
  content: none;
}

.news .inner a {
  font-family: "arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none; 
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  position: relative;
  display: block;
}

.news .inner a::after {
  width: 80px;
  height: 1px;
  margin: auto;
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% / 2 + 55px);
  bottom: 0;
  background-color: #ffffff;
}

.news .inner .detail ul li .thumbnail a:hover,
.news .inner .detail ul li p a:hover,
.news .inner a:hover {
  opacity: 0.5;
  transition: 1.0s;
}

.top_reason {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 100px 0;
}

.top_reason .inner {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  display: table;
}

.top_reason .inner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_reason .inner ul {
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding-left: 7.142857142%;
  display: flex;
  justify-content: space-between;
}

.top_reason .inner ul li:nth-child(1) {
  width: 46.153846153%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_reason .inner ul li:nth-child(1) strong {
  font-family: "arial", sans-serif;
  font-style: italic;
  font-size: 115px;
  font-weight: bold;
  text-align: left;
  line-height: 1.0em;
  letter-spacing: 0;
  color: #000000;
  display: block;
}

.top_reason .inner ul li:nth-child(2) {
  width: 53.846153847%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_reason .inner ul li:nth-child(2) span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
  text-align: left;
  line-height: 1.0em;
  color: #000000;
  margin-top: 30px;
  display: block;
}

.top_reason .inner ul li:nth-child(2) p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  line-height: 1.8em;
  color: #000000;
  margin-top: 30px;
}

.top_reason .inner ul li:nth-child(2) a {
  font-family: "arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none; 
  text-align: left;
  line-height: 1.0em;
  color: #000000;
  margin-top: 30px;
  position: relative;
  display: block;
}

.top_reason .inner ul li:nth-child(2) a::after {
  width: 80px;
  height: 1px;
  margin: auto;
  content: "";
  position: absolute;
  top: 0;
  left: 105px;
  bottom: 0;
  background-color: #000000;
}

.top_reason .inner ul li:nth-child(2) a:hover {
  opacity: 0.5;
  transition: 1.0s;
}

.top_interview {
  width: 100%;
  height: auto;	
  margin-bottom: 100px;
  padding-top: 20px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 45%, #e8e9f2 45%, #e8e9f2 100%);
}

.top_interview .inner {
  width: 100%;
  max-width: 1440px;
  height: auto;	
  margin: 0 auto;
  padding: 0 20px;
}

.top_interview .inner strong {
  font-family: "arial", sans-serif;
  font-style: italic;
  font-size: 120px;
  font-weight: bold;
  text-align: left;
  line-height: 1.0em;
  letter-spacing: 0;
  color: #000000;
  display: block;
}

.top_interview .inner .custom-control {
  width: 100%;
  height: auto;	
  margin: -20px 0;
  padding: 0;
}

.top_interview .inner .custom-control a::after {
  content: none;
}

.top_interview .inner .custom-control ul {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_interview .inner .custom-control ul li:nth-child(1) {
  width: 86.071428571%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_interview .inner .custom-control ul li:nth-child(1) p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1.4em;
  color: #000000;
}

.top_interview .inner .custom-control ul li:nth-child(2) {
  width: 13.928571428%;
  height: auto;
  margin: 0;
  padding-right: 2.142857142%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_interview .inner ul.slider01 {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_interview .inner ul.slider01 li {
  width: auto;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_interview .inner ul.slider01 li a {
  text-decoration: none;
  line-height: 1.0em;
  display: block;
}

.top_interview .inner ul.slider01 li a::after {
  content: none;
}

.top_interview .inner ul.slider01 li a img {
  width: 100%;
  height: auto;	
  margin-bottom: 15px;
  padding: 0;
  display: block;
}

.top_interview .inner ul.slider01 li a strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1.4em;
  color: #000000;
  margin: 20px 0 10px 0;
  display: block;
}

.top_interview .inner ul.slider01 li a span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  line-height: 1.0em;
  color: #000000;
  display: block;
}

.top_interview .inner ul.slider01 li a p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  line-height: 1.4em;
  color: #000000;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #999999;
}

.top_interview .inner a {
  font-family: "arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none; 
  text-align: center;
  line-height: 1.0em;
  color: #000000;
  padding: 30px 0;
  position: relative;
  display: block;
}

.top_interview .inner a::after {
  width: 80px;
  height: 1px;
  margin: auto;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 205px;
  bottom: 0;
  background-color: #000000;
}

.top_interview .inner a:hover {
  opacity: 0.5;
  transition: 1.0s;
}

.information {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.information .cover_top {
  width: 100%;
  height:auto;	
  margin: 0;
  padding: 0;
  background-color: #e8e9f2;
}

.information .cover_top .top {
  width: 100%;
  max-width: 1300px;
  height: 400px;	
  margin: 0 auto;
  padding: 0 20px;
  background-image: url("../../uploads/2026/02/information_top_bg.png");
  background-repeat: no-repeat;
  background-position: right 100px center;
  display: flex;
  align-items: center;
}

.information .cover_top .top a {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.information .cover_top .top ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.information .cover_top .top ul li {
  width: 100%;
  height:auto;	
  margin: 30px 0;
  padding: 0;
}

.information .cover_top .top ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2em;
  color: #000000;
  display: block;
}

.information .cover_top .top ul li span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 600;
  text-align: left;
  line-height: 1.0em;
  color: #000000;
  display: block;
}

.information .cover_top .top ul li:nth-child(3) p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6em;
  color: #000000;
}

.information .cover_top .top ul li:nth-child(4) p {
  font-family: "arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.0em;
  color: #000000;
  position: relative;
  display: block;
}

.information .cover_top .top ul li:nth-child(4) p::after {
  width: 80px;
  height: 1px;
  margin: auto;
  content: "";
  position: absolute;
  top: 0;
  left: 105px;
  bottom: 0;
  background-color: #000000;
}

.information .cover_top .top a:hover {
  opacity: 0.3;
  transition: 1.0s;
}

.information .cover_bottom {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
  background-color: #4a84ca;
  background-image: 
  linear-gradient(to bottom, #659ee3, #1d5395),
  linear-gradient(to bottom, #1dcbb6, #083f4e);
  background-size: 50% 100%;
  background-position: left, right;
  background-repeat: no-repeat;
  display: flex;
}

.information .cover_bottom .inner {
  width: 100%;
  max-width: 1440px;
  height: auto;	
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}

.information .cover_bottom .inner .left {
  width: 50%;
  height: 400px;	
  margin: 0;
  padding: 0;
  background-image: url("../../uploads/2026/03/information_bottom_l_bg.png");
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
}

.information .cover_bottom .inner .right {
  width: 50%;
  height: 400px;	
  margin: 0;
  padding: 0;
  background-image: url("../../uploads/2026/02/information_bottom_r_bg.png");
  background-repeat: no-repeat;
  background-position: left center;
  display: flex;
}

.information .cover_bottom .inner .left a,
.information .cover_bottom .inner .right a {
  width: 100%;
  height: auto;	
  margin: 0;
  padding-top: 180px;
}

.information .cover_bottom .inner .left ul {
  width: 100%;
  height:auto;	
  margin: 0;
  padding-bottom: 20px;
}

.information .cover_bottom .inner .right ul {
  width: 100%;
  height:auto;	
  margin: 0;
  padding: 0 0 20px 30px;
}

.information .cover_bottom .inner .left ul li,
.information .cover_bottom .inner .right ul li {
  width: 100%;
  height:auto;
  margin-bottom: 15px;
  padding: 0;
}

.information .cover_bottom .inner .left ul li:nth-child(1),
.information .cover_bottom .inner .right ul li:nth-child(1) {
  text-align: left;
  line-height: 2.0em;
}

.information .cover_bottom .inner .left ul li strong,
.information .cover_bottom .inner .right ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #1d5395;
  padding: 3px 15px 6px 15px;
  background-color: #ffffff;
  display: inline-block;
}

.information .cover_bottom .inner .left ul li span,
.information .cover_bottom .inner .right ul li span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  line-height: 1.3em;
  color: #ffffff;
  display: block;
}

.information .cover_bottom .inner .left ul li:nth-child(3) p,
.information .cover_bottom .inner .right ul li:nth-child(3) p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 1.6em;
  color: #ffffff;
}

.information .cover_bottom .inner .left ul li:nth-child(4) p,
.information .cover_bottom .inner .right ul li:nth-child(4) p {
  font-family: "arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none; 
  text-align: left;
  line-height: 1.0em;
  color: #ffffff;
  position: relative;
  display: block;
}

.information .cover_bottom .inner .left ul li:nth-child(4) p::after,
.information .cover_bottom .inner .right ul li:nth-child(4) p::after {
  width: 80px;
  height: 1px;
  margin: auto;
  content: "";
  position: absolute;
  top: 0;
  left: 105px;
  bottom: 0;
  background-color: #ffffff;
}

.information .cover_bottom .inner .left a:hover,
.information .cover_bottom .inner .right a:hover {
  opacity: 0.5;
  transition: 1.0s;
}

.top_partner {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 100px 0;
}

.top_partner .shadow {
  width: 100%;
  max-width: 1240px;
  height: auto;	
  margin: 0 auto;
  padding: 10px 20px 20px 10px;
  border-radius:20px;
  background-color: #659ee3;
}

.top_partner .shadow .inner {
  width: 100%;
  max-width: 1210px;
  height: auto;	
  margin: 0;
  padding: 50px 60px;
  border-radius:20px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.top_partner .shadow .inner ul:nth-child(1) {
  width: 27.522935779%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_partner .shadow .inner ul:nth-child(1) img {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_partner .shadow .inner ul:nth-child(2) {
  width: 66.972477064%;
  height: auto;	
  margin: 0;
  padding-top: 50px;
}

.top_partner .shadow .inner ul:nth-child(2) li {
  width: 100%;
  height: auto;	
  margin-bottom: 30px;
  padding: 0;
}

.top_partner .shadow .inner ul:nth-child(2) li:list-child {
  margin: 0;
}

.top_partner .shadow .inner ul:nth-child(2) li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #1d5395;
  position: relative;
  background: linear-gradient(transparent 60%, #ffff66 60%);
  display: inline-block;
}

.top_partner .shadow .inner ul:nth-child(2) li strong.before::before {
  font-family: "arial", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #1d5395;
  content: "OFFICIAL PARTNER";
  position: absolute;
  top: -50px;
  left: 0;
}

.top_partner .shadow .inner ul:nth-child(2) li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.8em;
  color: #1d5395;
}

.top_partner .shadow .inner ul:nth-child(2) li span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8em;
  color: #dc143c;
  display: block;
}

.top_lnk {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 100px 0;
  background-color: #1b5597;
}

.top_lnk strong {
  font-family: "arial", sans-serif;
  font-style: italic;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  display: block;
}

.top_lnk strong span {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  display: block;
}

.top_lnk .inner {
  width: 100%;
  max-width: 1240px;
  height: auto;	
  margin: 40px auto 0 auto;
  padding: 0 20px;
}

.top_lnk .inner ul {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_lnk .inner ul li {
  width: 23.75%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_lnk .inner ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none; 
  text-align: center;
  line-height: 1.0em;
  color: #000000;
  padding: 25px 0;
  position: relative;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  display: block;
}

.top_lnk .inner ul li a::before,
.top_lnk .inner ul li a::after {
  width: 10px;
  height: 2px;
  content: "";
  position: absolute;
  right: 15px;
  background-color: #000000;
  display: inline-block;
}

.top_lnk .inner ul li a::before {
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
.top_lnk .inner ul li a::after {
  bottom: calc(50% - 4px);
  transform: rotate(-45deg);
}

.top_lnk .inner ul li a:hover {
  color: #ffffff;
  transition: 1.0s;
  border: 1px solid #ffffff;
  background-color: #1b5597;
}

.top_lnk .inner ul li a:hover::before,
.top_lnk .inner ul li a:hover::after {
  transition: 1.0s;
  background-color: #ffffff;
}
/* トップページ（再リニュー）追記 ここまで */

/* 教育研修制度 */

.growth01_in {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

#content .growth01_in h2 {
  color: #0036ac;
  font-weight: 900;
  font-size: 42px;
  margin: 0 0 30px;
  line-height: 1.3;
  text-align: center;
}

#content .growth01_in h2 small{
  font-size: 0.7em;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.growth01_in p.txt {
  font-size: 22px;  
  text-align: center;
  font-weight: bold;
}

.growth02_in {
  width: 90%;
  margin: 0 auto 100px;
  padding: 80px 5vw;
  background: #f5fbfb;
}

#content .growth02_in h2 {
  color: #0036ac;
  font-weight: 700;
  font-size: 34px;
  margin: 0 0 50px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
}

#content .growth02_in h2 small {
  font-family:"Zen Maru Gothic", sans-serif;
  font-size: 0.7em;
  letter-spacing: 2px;
}

.growth_content {
  display: flex;
}

.growth_content > div {
  flex: 1;
}

#content .growth02_in h3 {
  color: #fff;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  font-size: 20px;
  height: 150px;
  position: relative;
  display: flex;
  flex-direction: column;
/*  justify-content: center;*/
}

.growth_step1 h3 {
 border-radius: 10px 0 0 10px;
 background:url(../../uploads/2026/02/man_step1.png) no-repeat right bottom / 30% auto;
}
.growth_step2 h3 {
 background:url(../../uploads/2026/02/man_step2.png) no-repeat right bottom / 30% auto;
}
.growth_step3 h3 {
 background:url(../../uploads/2026/02/man_step3.png) no-repeat right bottom / 30% auto;
}
.growth_step4 h3 {
 background:url(../../uploads/2026/02/man_step4.png) no-repeat right bottom / 30% auto;
}
.growth_step5 h3 {
 border-radius: 0 10px 10px 0;
 background:url(../../uploads/2026/02/man_step5.png) no-repeat right bottom / 30% auto;
}

#content .growth02_in h3 span {
  display: block;
  background: #fff;
  padding: 5px;
  width: fit-content;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1;
}

#content .growth02_in h3:after {
  content: "";
  display: block;
  width: 12px;
  height: 150px;
  background-color: #77aff1;
  clip-path: polygon(12px 50%, 0% 0%, 0% 150px);
  position: absolute;
  top: 0;
  right: -12px;
  z-index: 1;
}
.growth_step1 h3:after {
  background-color: #F7CF1C !important;
}
.growth_step2 h3:after {
  background-color: #21AEE6 !important;
}
.growth_step3 h3:after {
  background-color: #54C9DA!important;
}
.growth_step4 h3:after {
  background-color: #31C5A3 !important;
}
.growth_step5 h3:after {
  content: none !important;
}

.bg_step1 {
  background-color: #F7CF1C !important;
}
.bg_step2 {
  background-color: #21AEE6 !important;
}
.bg_step3 {
  background-color: #54C9DA!important;
}
.bg_step4 {
  background-color: #31C5A3 !important;
}
.bg_step5 {
  background-color: #F79B1C !important;
}
.color_step1 {
  color: #F7CF1C !important;
}
.color_step2 {
  color: #21AEE6 !important;
}
.color_step3 {
  color: #54C9DA!important;
}
.color_step4 {
  color: #31C5A3 !important;
}
.color_step5 {
  color: #F79B1C !important;
}
.growth_step p.pic {
  width: 4vw;
  margin: 0 auto;
}
.growth_step p.txt {
  padding: 1rem 1rem 0 2rem;
  font-size: 14px;
  line-height: 1.5;
}

.growth03 {
  background: #f7f7f7;
}

.growth03_in {
  width: 90%;
  margin: 0 auto;
  padding: 80px 5vw;
}

#content .growth03_in h2 {
  color: #0036ac;
  font-weight: 900;
  font-size: 50px;
  margin: 0 0 50px;
  line-height: 1.5;
  text-align: center;
  font-family:"Zen Maru Gothic", sans-serif;
  letter-spacing: 1px;
}

.growth03_item {
  background: #fff;
  width: 100%;
  margin: 0 auto 50px;
}

#content .growth03_item h3{
/*  color: #fff;*/
  padding: 2.5rem 2rem;
  display: flex;
  align-items: center;
  font-size: 30px;
}

#content .growth03_item h3 span {
  display: block;
  background: #fff;
  padding: 10px 20px;
  width: fit-content;
  font-size: 14px;
  margin-right: 15px;
  font-weight: 700;
  line-height: 1;
}

.growth03_item .grows_content {
  display: flex;
  gap: 0 4vw;  
  padding: 4vw;
}

.growth03_item_step5 .grows_content {
  padding: 0 4vw 4vw;
}

.growth03_item .grows_content > *{
  flex: 1;
}

#content .growth03_item h4 {
  border: 0;
  color: #000;
  font-weight: bold;
  padding: 0 0 1rem;
  line-height: 1.5;
  font-size: 24px;
}

#content .growth03_item h4.color_step5 {
  text-align: center;
  padding: 2rem 0 1rem;
}

#content .growth03_item p {
  margin-bottom: 1.2rem;
}

.growth03_item .grows_img_box img {
  border-radius: 80px 0 0 0;
}

#content .growth03_item h5 {
  color: #000;
  border: 0;
  font-size: 16px;
}



}