@charset "UTF-8";
/*!
Theme Name: shin-ei-tetsu
Description: 株式会社深榮工業 | 横浜市 求人 鉄骨とび 鉄骨工 デッキ工 鉄骨建方
Theme URI: https://www.shin-ei-tetsu.co.jp/
Version: 1.0
License: shin-ei-tetsu
License URI: https://www.shin-ei-tetsu.co.jp/
*/
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.eot") format("eot"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-bold.eot") format("eot"), url("../font/NotoSansJP-bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-bold.eot") format("eot"), url("../font/NotoSansJP-bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerifJP-SemiBold.eot") format("eot"), url("../font/NotoSerifJP-SemiBold.woff") format("woff");
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Lato", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  min-width: 1280px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main{
    margin: 0 auto;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
figcaption {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  figcaption {
    font-size: 1.5rem;
  }
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
  color: #4a8ec7;
  transition: 0.4s;
}
a:hover, a:active {
  text-decoration: underline;
  transition: 0.4s;
}
a img.img_opacity {
  transition: 0.4s linear;
}
a:hover img.img_opacity {
  opacity: 0.7;
  transition: 0.4s linear;
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  header {
    position: relative;
  }
  .header_box {
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    width: 100%;
    height: 110px;
    background: linear-gradient(to bottom, rgba(16, 38, 93, 0.6), rgba(16, 38, 93, 0));
    z-index: 99;
  }
  .head_logo {
    width: 24.2%;
    padding: 0 1.84%;
    transition: 0.4s ease;
  }
  .head_logo img {
    width: 100%;
    max-width: 335px;
    height: auto;
  }
  .area {
    width: 53.6%;
    max-width: 1020px;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: nowrap;
  }
  .contact_button {
    position: relative;
    width: 15.687%;
    min-width: 140px;
    max-width: 160px;
    height: 110px;
    background: #4a8ec7;
    transition: 0.4s ease;
  }
  .contact_button a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  .contact_button p {
    font-family: "EB Garamond", "Times New Roman", Georgia, serif;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    padding-top: 35px;
    letter-spacing: 0.1em;
    background: url(images/mail_icon.svg) no-repeat top center;
    background-size: 32px 23px;
    line-height: initial;
  }
  .contact_button:hover {
    filter: brightness(1.1); /* 20%明るくする */
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  #header {
    position: relative;
    width: 100%;
  }
  .head_logo{
    margin: 10px;
 
  }
  .head_logo img{
      width: 230px;
    }
  .header_box .area{
    display: none;
  }
  .header_info {
    display: none;
  }
  #toggle {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(74, 142, 199, 0.9);
    cursor: pointer;
    z-index: 9999;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    right: 8px;
    width: 23px;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 9px;
  }
  #toggle span:nth-child(2) {
    top: 18px;
  }
  #toggle span:nth-child(3) {
    top: 27px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(9px) rotate(-316deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-9px) rotate(316deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: rgba(16, 38, 93, 0.9);
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #10265d;
    background: rgba(250, 246, 242, 0.9);
  }
  #sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:active {
    color: #10265d;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: rgba(16, 38, 93, 0.5);
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi {
  width: 78.923%;
  min-width: 770px;
  margin-right: 5%;
}
#g_navi .menu {
  *zoom: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}
#g_navi .menu > li {
  position: relative;
  text-align: center;
}
#g_navi .menu > li > a {
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  font-weight: 500;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 25px 10px;
  line-height: 1;
  font-size: 1.7rem;
  text-decoration: none;
  transition: 0.3s;
  color: #fff;
  text-shadow: 1px 1px 0 #10265d, 1px 2px 0 #10265d, 1px 2px 0 #10265d;
}
#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
}
#g_navi .menu li ul li {
  letter-spacing: 0;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  min-width: 150px;
}
#g_navi .menu li ul li a {
  display: block;
  width: auto;
  padding: 12px;
  background-color: #10265d;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  visibility: hidden;
  transition: 0.3s linear;
}
#g_navi .menu li ul li a:link, #g_navi .menu li ul li a:visited {
  color: #10265d;
  background-color: white;
}
#g_navi .menu li ul li a:hover, #g_navi .menu li ul li a:active {
  color: #fff;
  background-color: #1b419e;
  transition: 0.3s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/* ナビ下線用 */
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a::before,
  .menu > li > a::after {
    position: absolute;
    bottom: 7px;
    content: "";
    width: 0;
    height: 4px;
    transition: 0.6s;
    background: #4a8ec7;
  }
  .menu > li > a::before {
    left: 50%;
  }
  .menu > li > a::after {
    right: 50%;
  }
  .menu > li > a:hover::before,
  .menu > li > a:hover::after {
    width: 50%;
  }
}
/****************************************

メインビジュアル

*****************************************/
#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider_txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #fff;
  padding-top: 130px;
  background: url(images/mv_logo.png) no-repeat top center;
}
.slider_txt .main {
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-shadow: 2px 2px 0 #10265d;
}
.slider_txt .main span {
  font-size: 4.6rem;
}
.slider_txt .sub {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  font-size: 3.2rem;
  font-weight: 400;
  text-shadow: 2px 2px 0 #10265d;
}

.metaslider {
  left: calc(50% - 960px);
  width: 1920px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

.flexslider {
  margin: 0 !important;
}

#mv {
  display: flex;
  align-items: center;
  position: relative;
  height: 470px;
  background: url(images/mv01.jpg) no-repeat center center;
}
#mv::after {
  position: absolute;
  content: "";
  width: 70%;
  min-width: 960px;
  height: 100%;
  background: url(images/blue_filter.png) repeat top left;
  left: -90px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: skewX(-20deg);
  z-index: 0;
  overflow: hidden;
}
#mv .mv_txt {
  position: absolute;
  transform: translateY(-50%);
  left: calc((100% - 1200px) / 2 + 95px);
  top: 50%;
  color: #fff;
  z-index: 9;
}
#mv .mv_txt p {
  position: relative;
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  font-size: 4.4rem;
  font-weight: 500;
  text-shadow: 0 0 8px rgba(16, 38, 93, 0.5);
  letter-spacing: 0.1em;
  z-index: 9;
}
#mv .mv_txt p span {
  position: absolute;
  left: -36%;
  top: -40px;
  z-index: -1;
}
#mv .mv_txt p span img {
  filter: drop-shadow(0 0 8px #10265d);
}

#mv.mv02 {
  background: url(images/mv02.jpg) no-repeat center center;
}
#mv.mv02 .mv_txt p span {
  left: -50%;
  top: -15px;
}

#mv.mv03 {
  background: url(images/mv03.jpg) no-repeat center center;
}
#mv.mv03 .mv_txt p span {
  left: -68%;
  top: -15px;
}

#mv.mv04 {
  background: url(images/mv04.jpg) no-repeat center center;
}
#mv.mv04 .mv_txt p span {
  left: -34%;
  top: -53px;
}

#mv.mv05 {
  background: url(images/mv05.jpg) no-repeat center center;
}
#mv.mv05 .mv_txt p {
  letter-spacing: 0.06em;
}
#mv.mv05 .mv_txt p span {
  left: -22%;
  top: -37px;
}

#mv.mv06 {
  background: url(images/mv03.jpg) no-repeat center center;
}
#mv.mv06 .mv_txt p span {
  left: -52%;
  top: -39px;
}

#mv.mv07 {
  background: url(images/mv05.jpg) no-repeat center center;
}
#mv.mv07 .mv_txt p {
  letter-spacing: 0.06em;
}
#mv.mv07 .mv_txt p span {
  left: -55%;
  top: -12px;
}

#mv.mv08 {
  background: url(images/mv05.jpg) no-repeat center center;
}
#mv.mv08 .mv_txt p span {
  left: -57%;
  top: -4px;
}

@media screen and (max-width: 767px) {
  #site-logo {
    padding-bottom: 80px !important;
  }
  #slider::before {
    background-size: cover;
    height: 10px;
  }
  #slider::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: url(images/column_bg01.jpg);
  }
  .metaslider {
    width: 180% !important;
    left: -40%;
    position: relative;
  }
  .slider_txt {
    width: 100%;
    padding: 0;
    border-radius: 8px;
    text-align: center;
    padding: 90px 0 60px;
    background-size: 60px;
  }
  .slider_txt::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 4px;
    left: 4px;
    border-radius: 6px;
  }

  .slider_txt .main{
    font-size: 2.8rem;
  }
  .slider_txt .main span{
    font-size: 2.6rem;
  }
  .slider_txt .sub{
    font-size: 1.8rem;
  }
  #mv {
    text-align: center;
    height: 180px;
    background-position: left center;
  }
  #mv::before {
    background-size: cover;
    height: 10px;
  }
  #mv .mv_txt {
    width: auto;
    min-width: 235px;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 2rem;
    height: auto;
    letter-spacing: 0.02em;
  }
  #mv .mv_txt::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 4px;
    left: 4px;
    border-radius: 6px;
  }
  #mv::after {
    display: none;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-image: url(images/top_main_logo.png), url(images/contents_bg.jpg);
  background-repeat: no-repeat, repeat;
  background-position: top 1.1% right 4.2%, top center;
}

main#page_main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 100px;
  background-image: url(images/contents_bg.jpg);
  background-repeat: repeat;
  background-position: top center;
}

main#single_main {
  width: 100%;
  margin: 0 auto;
  background: url(images/contents_bg.jpg) repeat top center;
}

.inner_contents01 {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.inner_contents02,
.single_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.inner_contents03 {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.inner_contents04 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.breadcrumb_area {
  width: 100%;
  max-width: 1200px;
  padding-top: 25px;
  margin: 0 auto 40px;
}
.breadcrumb_area .breadcrumb {
  text-align: right;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.4rem;
}
.breadcrumb_area .breadcrumb p a {
  position: relative;
  color: #4a8ec7;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #4a8ec7;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.breadcrumb_area .breadcrumb p a:hover {
  opacity: 1;
}
.breadcrumb_area .breadcrumb p a:hover::after {
  background: #4a8ec7;
  transform-origin: left top;
  transform: scale(1, 1);
}
.breadcrumb_area .breadcrumb p a::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url(images/top_subhead03.png) no-repeat top center;
  background-size: contain;
}

.single_tit {
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  font-weight: 500;
  color: #fff;
  font-size: 2.4rem;
  background: #75829f;
  padding: 20px 30px;
  margin-bottom: 35px;
  letter-spacing: 0.06em;
  line-height: 1;
  border-top: 3px solid #10265d;
}

@media screen and (max-width: 767px) {
  main#top_main{
    background-position: bottom right, top left;
  }
  main#single_main {
    padding: 0 10px;
  }
  .breadcrumb_area {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
    margin-top: 10px;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
  .inner_contents,
  .inner_contents02 {
    padding: 0 10px;
  }
  .single_tit {
    margin-bottom: 10px;
  }
  .movie_box iframe{
    aspect-ratio: 4 / 3;
    height: auto;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  position: relative;
  left: 50%;
  top: -70px;
  width: 100%;
  max-width: 1200px;
  padding: 20px 20px 20px 0;
  margin-bottom: 10px;
  background: #fff;
  z-index: 99;
  transform: translateX(-50%);
  box-shadow: 0 2px 6px rgba(16, 38, 93, 0.2);
}

.top_box02 {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.top_box02 figure {
  width: 50%;
  max-width: 960px;
  height: 660px;
}
.top_box02 .txt {
  width: 50%;
  padding: 0 4.6%;
  max-width: 960px;
}
.top_box02 .txt .btn01 {
  margin: 45px auto 0;
}

.top_box03 section {
  position: relative;
  display: flex;
  align-items: center;
}
.top_box03 section:not(:last-of-type) {
  margin-bottom: 10px;
}
.top_box03 .txt {
  position: absolute;
  width: 100%;
  max-width: 600px;
  z-index: 99;
  left: calc((100% - 1200px) / 2 + 100px);
}
.top_box03 .txt p {
  color: #fff;
  letter-spacing: 0.06em;
}
.top_box03 .txt .btn02,
.top_box03 .txt .btn03 {
  margin-top: 35px;
}
.top_box03 .area01::after,
.top_box03 .area03::after {
  position: absolute;
  content: "";
  width: 70%;
  min-width: 960px;
  height: 100%;
  background: url(images/blue_filter.png) repeat top left;
  left: -90px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: skewX(-20deg);
  z-index: 0;
}
.top_box03 .area01 figure img,
.top_box03 .area03 figure img {
  height: 470px;
}
.top_box03 .area02::after,
.top_box03 .area04::after {
  position: absolute;
  content: "";
  width: 70%;
  min-width: 960px;
  height: 100%;
  background: url(images/lightblue_filter.png) repeat top left;
  right: -90px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: skewX(-20deg);
  z-index: 0;
  overflow: hidden;
}
.top_box03 .area02 .txt,
.top_box03 .area04 .txt {
  left: auto;
  right: calc((100% - 1200px) / 2 + 40px);
}
.top_box03 .area03 .top_subhead02 span {
  top: -70px;
}
.top_box03 .area04 .txt {
  max-width: 640px;
}
.top_box03 .area04 .top_subhead02 span {
  top: -25px;
  left: -130px;
}
.top_box03 .area04 ul {
  gap: 20px;
}

.top_box04 .inner_contents01 {
  padding: 100px 0;
}
.top_box04 .manga {
  position: relative;
  z-index: 99;
}
.top_box04 .manga::after {
  position: absolute;
  content: "";
  right: -10%;
  bottom: -50px;
  width: 300px;
  height: 103px;
  background: url(images/job_info_txt.svg) no-repeat top center;
  z-index: -1;
}
.top_box04 .inner {
  padding: 100px 0;
  position: relative;
  background: url(images/job_info_bg.jpg) no-repeat top center;
}
.top_box04 .parts {
  width: 100%;
  max-width: 380px;
  box-shadow: 0 8px 10px rgba(9, 20, 51, 0.6);
}
.top_box04 .parts .txt {
  padding: 25px 26px 30px;
  text-align: center;
  background: #fff;
}
.top_box04 .tit {
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  color: #10265d;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.top_box04 .movie_box iframe{
  aspect-ratio: 3 / 2;
  height: auto;
}
.top_box04 .btn_area {
  margin-top: 70px;
  gap: 60px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    width: 95%;
    flex-direction: column;
    padding: 15px;
    top: -40px;
    margin: 0;
  }
  .top_box02 {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .top_box02 figure{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
   .top_box02 figure img{
    aspect-ratio: 3 / 2;
   }
  .top_box02 .txt{
    width: 100%;
  }
  .top_box02 .txt .btn01{
    margin-top: 30px;
}
.top_box03 .txt{
  padding: 0 10px;
  left: auto;
}
.top_box03 .txt .btn02, .top_box03 .txt .btn03{
  margin: 30px auto 0;
  
}.top_box03 .area01 figure img, .top_box03 .area03 figure img,.top_box03 .area02 figure img, .top_box03 .area04 figure img{
  height: 380px;
}
.top_box03 .area02 .txt, .top_box03 .area04 .txt{
  right: auto;
}
.top_box04 .inner{
  padding: 75px 0 50px;
  background: url(images/job_info_bg.jpg) repeat-y top -15px center;
}
.top_box04 .inner_contents01{
  padding: 40px 10px;
}
.top_box04 .parts .txt{
  padding: 15px 10px 20px;
  
}
.top_box04 .parts .txt p{
  text-align: left;
}
.top_box04 .tit{
  margin-bottom: 0;
}
.top_box04 .btn_area{
  gap: 20px;
  flex-direction: column;
  margin-top: 30px;
}
.top_box04 .btn_area .btn02{
margin: 0 auto;
}
.top_box03 .area04 ul{
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  margin: 0 auto;
}
}
/****************************************

news トップ用

*****************************************/
.news_post {
  padding: 20px 35px;
  width: 100%;
  overflow-y: scroll;
}

.news_list {
  width: 100%;
  max-width: 930px;
  gap: 35px;
  align-items: center;
}
.news_list:not(:last-child) {
  margin-bottom: 10px;
}
.news_list .data {
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
.news_list .cat {
  position: relative;
  width: 90px;
  height: 24px;
}
.news_list .cat::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #10265d;
  transform: skew(-20deg);
  z-index: 3;
}
.news_list .cat span {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  top: 50%;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  z-index: 9;
  transform: translate(-50%, -50%);
}
.news_list .cat.blog::after {
  background: #4a8ec7;
}
.news_list h3 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  color: #333;
}
.news_list h3 a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #4a8ec7;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.news_list h3 a:hover {
  opacity: 1;
}
.news_list h3 a:hover::after {
  background: #4a8ec7;
  transform-origin: left top;
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .news_post{
    padding: 15px 0px 0;
  }
  .news_post li {
    padding: 10px 0;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
  }
  .news_list .cat{
    margin-left: 15px;
  }
  .news_post li .data {
    font-size: 1.6rem;
  }
  .news_post li .data::after {
    height: 19px;
  }
  .news_post li h3 {
    font-size: 1.6rem;
    margin-bottom: 4px;
    display: block;
  }
  .news_list h3 a{
    font-size: 1.5rem;
  }
}
/****************************************

content下層用

*****************************************/
/* フレックス設定 */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.flex_s {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .flex figure,
  .flex_r figure {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/*当社について*/
.about_box01, .for_box01 {
  position: relative;
  padding-bottom: 80px;

}
.about_box01 figure, .for_box01 figure {
  width: 100%;
  max-width: 780px;
}
.about_box01 .txt, .for_box01 .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 780px;
  padding: 20px;
  background: url(images/blue_filter02.png) repeat top left;
}
.about_box01 .txt p, .for_box01 .txt p {
  color: #fff;
  font-weight: 400;
}

.about_box02 {
  text-align: center;
  padding: 80px 0;
  background: rgba(232, 236, 245, 0.6);
}

.about_box03 section {
  align-items: center;
}

/*共通*/
.frame_box01,
.frame_box02,
.tighten_box01,
.blacksmith_box01,
.blacksmith_box02 {
  align-items: center;
}

/*本締め*/
.tighten_box01 dl {
  width: 33.3333333333%;
  border-left: 1px solid #4a8ec7;
}
.tighten_box01 dl:last-child {
  border-radius: 1px solid #4a8ec7;
}
.tighten_box01 dl dt {
  position: relative;
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: #10265d;
  line-height: 1.2;
  margin-bottom: 40px;
  letter-spacing: 0.06em;
  z-index: 9;
}
.tighten_box01 dl dt::after {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  position: absolute;
  content: "01";
  right: 0;
  bottom: 0;
  color: rgba(74, 142, 199, 0.2);
  font-size: 12em;
  z-index: -1;
}
.tighten_box01 dl dt:nth-of-type(2)::after {
  content: "02";
}
.tighten_box01 dl dt:nth-of-type(3)::after {
  content: "03";
}

.tighten_box02 .flex {
  border-left: 1px solid #4a8ec7;
  border-right: 1px solid #4a8ec7;
}
.tighten_box02 dl {
  position: relative;
  width: 33.3333333333%;
  padding: 80px 55px 50px;
}
.tighten_box02 dl::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 31px;
  height: 420px;
  transform: translateY(-50%);
}
.tighten_box02 dl:nth-of-type(2)::after, .tighten_box02 dl:nth-of-type(3)::after {
  background: url(images/flow_line.svg) no-repeat center right;
}
.tighten_box02 dt {
  position: relative;
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: #10265d;
  line-height: 1.2;
  margin-bottom: 35px;
  letter-spacing: 0.06em;
  z-index: 9;
}
.tighten_box02 dt::after {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  position: absolute;
  content: "01";
  right: 0;
  bottom: -10px;
  font-size: 12rem;
  color: rgba(74, 142, 199, 0.2);
  line-height: 1;
  letter-spacing: 0.04em;
  z-index: -1;
}
.tighten_box02 dt.num02::after {
  content: "02";
}
.tighten_box02 dt.num03::after {
  content: "03";
}

/*施工実績*/
.results_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.results_box::after {
  display: block;
  content: "";
  width: 100%;
  max-width: 380px;
  height: 0;
}
.results_box .parts:not(:nth-last-child(-n+3)) {
  margin-bottom: 50px;
}
.results_box figure {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin-bottom: 30px;
}
.results_box figure a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.results_box figure::after {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 0;
  top: 0;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  z-index: 1;
  opacity: 0;
  background: rgba(13, 30, 74, 0.6); /* 初期値を追加 */
  border: 5px solid rgba(255, 255, 255, 0.6);
}
.results_box figure p {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.results_box figure:hover p {
  opacity: 1;
}
.results_box figure:hover::after {
  opacity: 1;
}
.results_box figure img {
  width: 100%;
  height: 380px;
}
.results_box h2 {
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  color: #10265d;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
.results_box h2 a {
  text-decoration: none;
  color: #10265d;
}
.results_box h2 a:hover {
  color: #4a8ec7;
}

/*工事履歴*/
.list_box:not(:last-child) {
  margin-bottom: 70px;
}

/*応募者の方へ*/
.for_box01 .subhead01 {
  font-size: 3rem;
}
.for_box01 .subhead01 span {
  color: #fff;
  font-weight: 400;
}

.for_box02,
.for_box03 {
  align-items: center;
}

/*募集要項*/
.requirements_box01 {
  text-align: center;
  padding: 60px;
  background: rgba(232, 236, 245, 0.6);
}
.requirements_box01 ul {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  gap: 40px;
}
.requirements_box01 ul .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 52.8px;
  transform: skew(-20deg);
  border: 2px solid #4a8ec7;
}
.requirements_box01 ul .tel a {
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  transform: skew(20deg);
}

.requirements_box02 .manga {
  text-align: center;
}

/*社員メッセージ*/
.message_box {
  width: 100%;
  max-width: 1100px;
  background: linear-gradient(to bottom, transparent 22%, rgba(232, 236, 245, 0.6) 22%);
}
.message_box .area01 {
  width: 100%;
  max-width: 920px;
  margin: auto;
  align-items: center;
}
.message_box .area01 .txt {
  with: 100%;
  max-width: 550px;
  padding-bottom: 50px;
}
.message_box .area02 {
  padding: 50px 70px 70px 70px;
}
.message_box .area02 dl:not(:last-child) {
  margin-bottom: 35px;
}
.message_box .area02 dl dt {
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  position: relative;
  color: #10265d;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0 0 5px 75px;
  margin-bottom: 10px;
}
.message_box .area02 dl dt::after {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  position: absolute;
  content: "Q1.";
  left: 0;
  top: 0;
  color: #92b9dc;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
.message_box .area02 dl:nth-child(2) dt::after {
  content: "Q2.";
}
.message_box .area02 dl:nth-child(3) dt::after {
  content: "Q3.";
}
.message_box .area02 dl:nth-child(4) dt::after {
  content: "Q4.";
}
.message_box .area02 dl:nth-child(5) dt::after {
  content: "Q5.";
}
.message_box .area02 dl dd {
  padding: 20px 35px;
  background: #fff;
}

/*よくある質問*/
dl.faq-container {
  border-top: 2px solid #4a8ec7;
  margin-bottom: 10px;
  /* アコーディオンが開かれたときのスタイル */
}
dl.faq-container dt {
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  color: #10265d;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 12px 85px 14px;
  background: rgba(232, 236, 245, 0.6);
  transition: 0.3s ease;
}
dl.faq-container dt::before {
  position: absolute;
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  content: "Q.";
  left: 35px;
  top: 12px;
  color: #92b8dc;
  font-size: 3.4rem;
  line-height: 1;
}
dl.faq-container dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 25px;
  height: 25px;
  background: url(images/faq_icon.svg) no-repeat;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transform: translateY(-50%);
}
dl.faq-container dt:hover {
  filter: brightness(1.1);
}
dl.faq-container.appear dt::after {
  height: 3px;
  background-image: none;
  background-color: #4a8ec7;
  transform: rotate(180deg); /* アイコンを回転させる場合 */
}
dl.faq-container dd {
  position: relative;
  margin: 0;
  padding: 15px 20px 15px 85px;
  display: none;
  background: rgba(255, 255, 255, 0.6);
  border-top: 1px dotted #92b8dc;
}
dl.faq-container dd::before {
  position: absolute;
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  content: "A.";
  left: 35px;
  top: 10px;
  color: #10265d;
  font-size: 3.4rem;
  line-height: 1;
}
dl.faq-container dd p {
  font-size: 1.6rem;
}
dl.faq-container.appear dd {
  display: block;
  animation: 0.4s fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*会社概要*/
.googlemap {
  height: 500px;
  border: 4px solid #75829f;
}

/*エントリー*/ /*お問い合わせ*/
.contact_tel {
  margin-top: 20px;
}
.contact_tel a {
  font-weight: 600;
  color: #4a8ec7;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.policy_box {
  width: 100%;
  background: #fff;
  padding: 40px;
  margin-bottom: 80px;
  text-align: center;
}
.policy_box dt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.policy_box dd {
  font-size: 1.5rem;
}

/*ブログ*/
.blog_box article:not(:last-of-type) {
  margin-bottom: 60px;
}
.blog_box .data {
  display: block;
  color: #878787;
  margin-bottom: 10px;
}
.blog_box .txt680 {
  padding-top: 22px;
}
.blog_box .btn05 {
  margin: 35px 0 0 auto;
}
.blog_box figure {
  position: relative;
  width: 360px;
  height: 300px;
  overflow: hidden;
}
.blog_box figure a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.blog_box figure::after {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 0;
  top: 0;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  z-index: 1;
  opacity: 0;
  background: rgba(13, 30, 74, 0.6); /* 初期値を追加 */
  border: 5px solid rgba(255, 255, 255, 0.6);
}
.blog_box figure p {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.blog_box figure:hover p {
  opacity: 1;
}
.blog_box figure:hover::after {
  opacity: 1;
}  .manga iframe {
    aspect-ratio: 3 / 2;
    height: auto;
  }

@media screen and (max-width: 767px) {
  .policy_box {
    padding: 20px;
  }
  .policy_box dt {
    margin-bottom: 10px;
  }
  
  .foot_logo{width: 260px;
  margin: 0 auto;}
  .about_box01 .txt, .for_box01 .txt{
    position: static;
  }
  .about_box01, .for_box01{
    padding-bottom: 10px;
  }

}
/****************************************

single.php

*****************************************/
.single_box {
  padding-bottom: 100px;
}
.single_box .date {
  display: block;
  margin-bottom: 20px;
  color: #999;
  font-size: 1.5rem;
}
.single_box img {
  max-width: 1020px;
  width: auto;
  height: auto;
  margin: 15px 15px 15px 0;
}
.tighten_box02 .flex{
  flex-direction: column;
}
.tighten_box02 dl{
  width: 100%;

}
.single_box img:last-child {
  margin: 15px 0 15px 0;
}

.nav-below {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 70px auto 0;
}
.nav-below .list {
  width: 250px;
  background: #10265d;
  transition: 0.3s;
}
.nav-below .list a {
  display: block;
  padding: 15px 5px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
}
.nav-below .list:hover {
  background: #142f73;
}
.nav-below > a {
  display: block;
  width: 140px;
  padding: 15px 5px;
  background: rgba(0, 0, 0, 0.02);
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-below > a span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #10265d;
  transition: 0.3s;
}
.nav-below > a:hover span {
  color: rgba(16, 38, 93, 0.8);
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 60px;
  padding-bottom: 100px;
}

a.page-numbers {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  padding: 8px 14px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  transition: 0.3s;
}
a.page-numbers:link, a.page-numbers:visited {
  color: #10265d;
  text-decoration: none;
  transition: 0.3s;
}
a.page-numbers:hover, a.page-numbers:active {
  color: #999;
  transition: 0.3s;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  padding: 8px 14px;
  margin: 0 3px 5px;
  font-size: 1.8rem;
  background: #10265d;
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
  .single_box .date {
    font-size: 1.4rem;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
  .nav-below {
    width: 100%;
    margin-top: 50px;
  }
  .nav-below .list {
    width: 40%;
  }
  .nav-below .list a {
    font-size: 1.3rem;
  }
  .nav-below > a {
    width: 30%;
    font-size: 1.3rem;
  }
}
/****************************************

aside

*****************************************/
aside {
  padding: 70px 0 80px;
  background: url(images/job_info_bg.jpg) no-repeat top -180px center;
}
aside .btn_area {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.aside_btn {
  margin-bottom: 60px;
}
.aside_btn li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 380px;
  height: 180px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  transition: 0.3s ease;
  box-shadow: 0 8px 10px rgba(9, 20, 51, 0.6);
}
.aside_btn li p {
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  text-shadow: 0 0 8px rgba(16, 38, 93, 0.4);
  letter-spacing: 0.1em;
  position: relative;
  z-index: 9;
}
.aside_btn li p span {
  position: absolute;
  left: -60px;
  top: -40px;
  z-index: -1;
}
.aside_btn li p span img {
  filter: drop-shadow(0 0 3px rgb(16, 38, 93));
}
.aside_btn li:nth-child(1) {
  background: url(images/job_info_bana01.jpg) no-repeat top center;
}
.aside_btn li:nth-child(2) {
  background: url(images/job_info_bana02.jpg) no-repeat top center;
}
.aside_btn li:nth-child(2) p span {
  top: -30px;
}
.aside_btn li:nth-child(3) {
  background: url(images/job_info_bana03.jpg) no-repeat top center;
}
.aside_btn li:nth-child(3) p span {
  top: -15px;
}
.aside_btn li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.aside_btn li:hover {
  filter: brightness(1.1);
}
@media print, screen and (min-width: 768px) {
  .aside_btn li:not(:last-child) {
    margin-right: 30px;
  }
}
.aside_btn li::before {
  position: absolute;
  content: "";
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
}

@media screen and (max-width: 767px) {
  aside{
    padding: 40px 10px 50px;background-size: cover;
    background-position: top center ;
  }
  .aside_tit{
    padding: 0;
    font-size: 3rem;
    padding: 0 0 0;
  } 
  .aside_tit span{
    font-size: 3rem;
  }
  .aside_tit::before,.aside_tit::after{
    display: none;
  }
  .aside_btn{
    flex-direction: column;
    gap: 15px;
  }
  .aside_btn li{
    height: 140px;
  }

  .aside_btn li p span{
    opacity: 0.6;
} aside .btn_area{
  flex-direction: column;
  gap: 20px;
}
aside .inner_contents02 {
  padding: 0;
}aside .btn_area li{
  margin: 0 auto;
}}
/****************************************

テーブル

*****************************************/
.list_table {
  border-top: 4px solid #10265d;
  width: 100%;
}
.list_table th,
.list_table td {
  width: 33.3333333333%;
  text-align: center;
  vertical-align: middle;
}
.list_table th:not(:last-of-type),
.list_table td:not(:last-of-type) {
  border-right: 1px solid #cacfdb;
}
.list_table th {
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 15px 20px;
  background: #75829f;
}
.list_table td {
  font-size: 1.6rem;
  padding: 18px 20px;
  background: #fff;
}

.requirements_table,
.overview_table {
  border-top: 4px solid #10265d;
  width: 100%;
}
.requirements_table tr,
.overview_table tr {
  border-bottom: 1px solid #cacfdb;
}
.requirements_table th,
.requirements_table td,
.overview_table th,
.overview_table td {
  width: 33.3333333333%;
  text-align: left;
  vertical-align: middle;
}
.requirements_table th,
.overview_table th {
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  width: 30%;
  font-size: 1.8rem;
  font-weight: 600;
  color: #10265d;
  letter-spacing: 0.06em;
  padding: 15px 30px;
  background: #bfc4ce;
}
.requirements_table td,
.overview_table td {
  width: 70%;
  font-size: 1.6rem;
  padding: 18px 30px;
  background: #fff;
}

/****************************************

ボタン

*****************************************/
.btn01 {
  text-align: center;
  width: 300px;
  background: #4a8ec7;
  transform: skew(-20deg);
  border: 2px solid #4a8ec7;
  transition: 0.3s ease;
}
.btn01 a {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  letter-spacing: 0.06em;
  padding: 10px 0;
  transition: 0.3s ease;
  transform: skew(20deg);
}
.btn01 a::before {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 25px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 0;
  border-left: 6px solid white; /* 矢印の色 */
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.btn01 a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  width: 24px;
  height: 1px;
  background: #fff;
  transition: 0.3s ease;
}
.btn01:hover {
  border: 2px solid #4a8ec7;
  background: none;
}
.btn01:hover a {
  color: #4a8ec7;
}
.btn01:hover a::before {
  right: 20px;
  border-left: 6px solid #4a8ec7;
}
.btn01:hover a::after {
  width: 29px;
  right: 20px;
  background: #4a8ec7;
}

.btn02 {
  text-align: center;
  width: 300px;
  background: #4a8ec7;
  transform: skew(-20deg);
  border: 2px solid #4a8ec7;
  transition: 0.3s ease;
  background: transparent;
  border: 2px solid #fff;
}
.btn02 a {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  letter-spacing: 0.06em;
  padding: 10px 0;
  transition: 0.3s ease;
  transform: skew(20deg);
}
.btn02 a::before {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 25px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 0;
  border-left: 6px solid white; /* 矢印の色 */
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.btn02 a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  width: 24px;
  height: 1px;
  background: #fff;
  transition: 0.3s ease;
}
.btn02:hover {
  border: 2px solid #4a8ec7;
  background: none;
}
.btn02:hover a {
  color: #4a8ec7;
}
.btn02:hover a::before {
  right: 20px;
  border-left: 6px solid #4a8ec7;
}
.btn02:hover a::after {
  width: 29px;
  right: 20px;
  background: #4a8ec7;
}
.btn02:hover {
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.7);
}
.btn02:hover a {
  color: #10265d;
}
.btn02:hover a::before {
  border-left: 6px solid #10265d;
}
.btn02:hover a::after {
  background: #10265d;
}

.btn03 {
  text-align: center;
  width: 300px;
  background: #4a8ec7;
  transform: skew(-20deg);
  border: 2px solid #4a8ec7;
  transition: 0.3s ease;
  background: transparent;
  border: 2px solid #fff;
}
.btn03 a {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  letter-spacing: 0.06em;
  padding: 10px 0;
  transition: 0.3s ease;
  transform: skew(20deg);
}
.btn03 a::before {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 25px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 0;
  border-left: 6px solid white; /* 矢印の色 */
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.btn03 a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  width: 24px;
  height: 1px;
  background: #fff;
  transition: 0.3s ease;
}
.btn03:hover {
  border: 2px solid #4a8ec7;
  background: none;
}
.btn03:hover a {
  color: #4a8ec7;
}
.btn03:hover a::before {
  right: 20px;
  border-left: 6px solid #4a8ec7;
}
.btn03:hover a::after {
  width: 29px;
  right: 20px;
  background: #4a8ec7;
}
.btn03:hover {
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.7);
}
.btn03:hover a {
  color: #10265d;
}
.btn03:hover a::before {
  border-left: 6px solid #10265d;
}
.btn03:hover a::after {
  background: #10265d;
}
.btn03:hover a {
  color: #387eb8;
}
.btn03:hover a::before {
  border-left: 6px solid #387eb8;
}
.btn03:hover a::after {
  background: #387eb8;
}

.btn04 {
  text-align: center;
  width: 300px;
  background: #4a8ec7;
  transform: skew(-20deg);
  border: 2px solid #4a8ec7;
  transition: 0.3s ease;
  width: 150px;
  margin: 20px auto 0;
}
.btn04 a {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  letter-spacing: 0.06em;
  padding: 10px 0;
  transition: 0.3s ease;
  transform: skew(20deg);
}
.btn04 a::before {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 25px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 0;
  border-left: 6px solid white; /* 矢印の色 */
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.btn04 a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  width: 24px;
  height: 1px;
  background: #fff;
  transition: 0.3s ease;
}
.btn04:hover {
  border: 2px solid #4a8ec7;
  background: none;
}
.btn04:hover a {
  color: #4a8ec7;
}
.btn04:hover a::before {
  right: 20px;
  border-left: 6px solid #4a8ec7;
}
.btn04:hover a::after {
  width: 29px;
  right: 20px;
  background: #4a8ec7;
}
.btn04 a {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  font-weight: 500;
  position: static;
  padding: 2px 0;
}
.btn04 a::before, .btn04 a::after {
  display: none;
}

.btn05 {
  text-align: center;
  width: 300px;
  background: #4a8ec7;
  transform: skew(-20deg);
  border: 2px solid #4a8ec7;
  transition: 0.3s ease;
  width: 250px;
}
.btn05 a {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  letter-spacing: 0.06em;
  padding: 10px 0;
  transition: 0.3s ease;
  transform: skew(20deg);
}
.btn05 a::before {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 25px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 0;
  border-left: 6px solid white; /* 矢印の色 */
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.btn05 a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  width: 24px;
  height: 1px;
  background: #fff;
  transition: 0.3s ease;
}
.btn05:hover {
  border: 2px solid #4a8ec7;
  background: none;
}
.btn05:hover a {
  color: #4a8ec7;
}
.btn05:hover a::before {
  right: 20px;
  border-left: 6px solid #4a8ec7;
}
.btn05:hover a::after {
  width: 29px;
  right: 20px;
  background: #4a8ec7;
}
.btn05 a {
  padding: 8px 0;
}

@media screen and (max-width: 767px) {
  .btn_box {
    display: block !important;
  }
  .btn_box li {
    margin: auto;
  }
  .btn_box li:not(:last-child) {
    margin: 0 auto 10px !important;
  }
  .btn02 {
    width: 300px;
  }
 }
/****************************************

テキスト設定

*****************************************/
.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

.marker {
  background: linear-gradient(transparent 75%, #fcf38f 75%);
}

.linkbd {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.linkbd::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #4a8ec7;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.linkbd:hover {
  opacity: 1;
  text-decoration: none;
}
.linkbd:hover::after {
  background: #4a8ec7;
  transform-origin: right top;
  transform: scale(0, 1);
}

.txt570 {
  width: 100%;
  max-width: 570px;
}

.txt680 {
  width: 100%;
  max-width: 680px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt35 {
  margin-top: 35px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.frame_li li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 24.4%;
  text-align: center;
  border: 1px solid #cdc0af;
  background: #fffdf0;
  padding: 15px;
  margin-bottom: 10px;
}

.circle_li li {
  position: relative;
  padding-left: 20px;
}
.circle_li li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #fac845;
}
.circle_li li:not(:last-child) {
  margin-bottom: 5px;
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.space20 {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .mb70 {
    margin-bottom: 50px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .mb20 {
    margin-bottom: 15px;
  }
  .mb25 {
    margin-bottom: 20px;
  }
  .mb30 {
    margin-bottom: 20px;
  }
  .mb40 {
    margin-bottom: 25px;
  }
  .mb45,
  .mb50 {
    margin-bottom: 25px;
  }
  .mb60 {
    margin-bottom: 25px;
  }
  .mb80,
  .mb90,
  .mb100,
  .sp80 {
    margin-bottom: 40px;
  }
  .mt35 {
    margin: 25px auto 0;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .txt_center {
    text-align: left;
  }
  .tex600,
  .txt610 {
    margin-bottom: 20px;
  }
  .txt770 {
    max-width: initial;
    min-width: initial;
  }
  .txt780 {
    width: 100%;
  }
  .frame_li {
    gap: 5px;
  }
  .frame_li li {
    font-size: 1.3rem;
    max-width: 48.6%;
    margin-bottom: 4px !important;
    padding: 12px 10px;
    justify-content: left;
    text-align: left;
  }
  .num_li dl {
    padding-left: 0;
  }
  .num_li dl::before {
    width: 46px;
    height: 46px;
    top: -5px;
  }
  .num_li dl::after {
    left: 10px;
    top: 0;
    font-size: 2.6rem;
  }
  .num_li dt {
    font-size: 2.2rem;
    padding-left: 60px;
  }
  .num_li dd::after {
    font-size: 2.6rem;
    top: -1px;
    left: 10px;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調 */
.bold {
  font-weight: bold;
}

.big {
  font-size: 1.8rem;
}

.red {
  color: #d80700;
}

.orange {
  color: #f19f4c;
}

.green {
  color: #96c451;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.6rem;
  }
}
/* 位置 */
@media print, screen and (min-width: 768px) {
  .align_center {
    text-align: center;
  }
}
/****************************************

画像

*****************************************/
.frame_img01 {
  width: 48.871%;
}
@media print, screen and (min-width: 768px) {
  .frame_img01 {
    margin-right: 2.604%;
  }
}
.frame_img01 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  width: 100%;
  height: 100%;
  border: 8px solid #FFF;
  box-shadow: 0 0 10px rgba(52, 37, 18, 0.2);
}
@media print, screen and (min-width: 768px) {
  .frame_img01 img {
    border-left: none;
  }
}

.frame_img02 {
  width: 100%;
  max-width: 540px;
}
.frame_img02 img {
  border: 8px solid #FFF;
  box-shadow: 0 0 10px rgba(52, 37, 18, 0.2);
}

.frame_img03 {
  width: 100%;
  max-width: 370px;
}
.frame_img03 img {
  border: 8px solid #FFF;
  box-shadow: 0 0 10px rgba(52, 37, 18, 0.2);
}

/* ホバー時にズーム */
.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

figure.img_zoom {
  position: relative;
  overflow: hidden;
}
figure.img_zoom a {
  display: block;
  position: relative;
  background: #1967a5;
}
figure.img_zoom a::before {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  content: "詳しく見る";
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  transition: 0.4s linear;
}
figure.img_zoom a::after {
  display: block;
  content: "";
  padding-top: 75%;
}
figure.img_zoom img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transition: 0.3s linear;
}
figure.img_zoom:hover img {
  opacity: 0.5;
  transform: scale(1.1);
}
figure.img_zoom:hover a::before,
figure.img_zoom:hover a::after {
  opacity: 1;
}

.img560 {
  width: 100%;
  max-width: 560px;
}

.img_radius {
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .img240,
  .img390 {
    margin-bottom: 15px;
  }
  .img_zoom::before {
    font-size: 1.4rem;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/****************************************

トップページタイトル

*****************************************/
.top_subhead01 {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: 500;
  color: #4a8ec7;
  letter-spacing: 0.05em;
  width: 185px;
  border-right: 1px solid #ccc;
}

.top_headline {
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  font-size: 3.6rem;
  color: #10265d;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.top_headline span {
  font-size: 3.8rem;
}

.top_subhead02 {
  position: relative;
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  letter-spacing: 0.15em;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.top_subhead02 span {
  position: absolute;
  left: -100px;
  top: -35px;
}
.top_subhead02 span img {
  filter: drop-shadow(0 0 8px #10265d);
}

.top_subhead03 {
  position: relative;
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  font-size: 3.8rem;
  font-weight: 600;
  color: #10265d;
  text-align: center;
  letter-spacing: 0.12em;
  padding: 65px 80px 0;
  background: url(images/top_subhead03.png) no-repeat top center;
}
.top_subhead03 .sub {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  display: block;
  color: #4a8ec7;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.top_subhead03::before, .top_subhead03::after {
  position: absolute;
  content: "";
  top: 100px;
  width: 240px;
  height: 1px;
  background: #10265d;
}
.top_subhead03::before {
  left: 0;
}
.top_subhead03::after {
  right: 0;
}

.font36 {
  font-size: 3.6rem;
}

.top_subhead04, .subhead08 {
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
  background-color: #bfc4ce;
}
.top_subhead04 span, .subhead08 span {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 5px 60px;
  max-width: 80%;
  text-align: center;
  line-height: 1.6;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 99;
}
.top_subhead04 span::before, .subhead08 span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  background-color: #10265d;
  transform: skewX(-20deg);
  z-index: -1;
}
.top_subhead04 span::after, .subhead08 span::after {
  position: absolute;
  content: "";
  width: calc(100% + 8px);
  height: 100%;
  left: -4px;
  right: 0;
  margin: auto;
  top: 0;
  background: url(images/contents_bg.jpg) repeat top left;
  transform: skewX(-20deg);
  z-index: -2;
}

.subhead05 {
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #10265d;
  margin-bottom: 10px;
}

/****************************************

下層ページタイトル

*****************************************/
.headline {
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  color: #10265d;
  font-weight: 600;
  font-size: 3.6rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 50px;
}
.headline span {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  display: block;
  color: #4a8ec7;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}

.subhead01 {
  position: relative;
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: 0.08em;
}
.subhead01 span {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  position: absolute;
  top: -190px;
  left: -30px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.subhead01::after {
  position: absolute;
  content: "";
  top: -110px;
  left: 80px;
  width: 1px;
  height: 80px;
  background: #4a8ec7;
}

.subhead02 {
  position: relative;
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  font-size: 3.6rem;
  font-weight: 600;
  color: #10265d;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 65px 80px 0;
  background: url(images/top_subhead03.png) no-repeat top center;
}
.subhead02 .sub {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  display: block;
  color: #4a8ec7;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.subhead02::before, .subhead02::after {
  position: absolute;
  content: "";
  top: 100px;
  width: 240px;
  height: 1px;
  background: #10265d;
}
.subhead02::before {
  left: 0;
}
.subhead02::after {
  right: 0;
}

.subhead03, .subhead04, .subhead10, .subhead05 {
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  font-size: 3rem;
  font-weight: 600;
  color: #10265d;
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}
.subhead03 span, .subhead04 span, .subhead10 span, .subhead05 span {
  display: block;
  margin-bottom: 35px;
}
.subhead03 span img, .subhead04 span img, .subhead10 span img, .subhead05 span img {
  width: auto;
}

.subhead04, .subhead10, .subhead05 {
  position: relative;
  font-size: 3.2rem;
  padding-left: 25px;
  margin-bottom: 35px;
  z-index: 9;
}
.subhead04::after, .subhead10::after, .subhead05::after {
  position: absolute;
  content: "";
  left: 0;
  top: -22px;
  width: 50px;
  height: 50px;
  background: rgba(74, 140, 197, 0.2);
  z-index: -1;
}

.subhead05 {
  margin: auto;
  text-align: center;
  padding-bottom: 40px;
  padding-left: 0;
  margin-bottom: 50px;
}
.subhead05::after {
  top: auto;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 1px;
  background: #4a8ec7;
  transform: translateX(-50%);
}

.subhead06 {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  color: #8ab6d9;
  font-size: 8rem;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 20px;
}

.subhead07 {
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  color: #10265d;
  line-height: 1.7;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
  padding-top: 30px;
}
.subhead07::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 60px;
  height: 1px;
  background: #4a8ec7;
}

.subhead08 {
  margin-bottom: 40px;
}

.subhead09 {
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  color: #10265d;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.subhead09 span {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
  padding: 5px 25px;
  margin-right: 20px;
  background: #4a8ec7;
}

.subhead10 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.subhead10::after {
  width: 46px;
  height: 46px;
}

.aside_tit {
  position: relative;
  font-family: "Noto Serif", "Times New Roman", Georgia, serif;
  font-size: 3.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0 80px 0;
}
.aside_tit .sub {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  display: block;
  color: #ffd45d;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.aside_tit::before, .aside_tit::after {
  position: absolute;
  content: "";
  top: 30px;
  width: 240px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.aside_tit::before {
  left: 0;
}
.aside_tit::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .subhead02 {
    padding: 65px 0 0;
    font-size: 3rem;
  }
  .subhead02::before,.subhead02::after{
    display: none;
  }
  .top_subhead01 {
    justify-content: left;
    font-size: 3rem;
  }
.top_subhead01{
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #ccc;
}
.top_headline {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 15px;

}
.top_headline span {
  font-size: 2.6rem;
}
.top_subhead02{
  font-size: 3rem;
  padding-left: 30px;
  margin-bottom: 10px;
}
.top_subhead02 span{
  left: -10px;
  top: -45px;
  opacity: 0.4;
  width: 180px;
}
.top_subhead03{
  font-size: 3rem;
  line-height: 1.5;
  padding: 65px 0 0;
}
.top_subhead03::before, .top_subhead03::after{
  display: none;
}
.top_subhead03 span{
  font-size: 2.6rem;
}
.top_subhead04, .subhead08{
  font-size: 2rem;letter-spacing: 0.08em;
}
.top_subhead04 span, .subhead08 span{
  padding: 10px 12px;
}
.aside_tit .sub{
  font-size: 1.6rem;
}.aside_tit{
  padding: 0;
  font-size: 3rem;
}
.headline {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.subhead01{
  font-size: 3rem;
  margin-bottom: 10px;
}
.subhead01::after{
  display: none;
}
.headline span{
  display: none;
}
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }footer{
    text-align: center;
    padding: 30px 10px 70px;
  }
  #sp_footer {
    position: relative;
    text-align: center;
  }
  #sp_footer .sp_bnr {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  #sp_footer .sp_bnr .sp_bnr_parts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: calc(100% / 3 );
    background: #4a8ec7;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #sp_footer .sp_bnr .sp_bnr_parts img {
    width: 23px;
    height: 20px;
    margin-bottom: 7px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
  }
  #sp_footer .sp_footer_box {
    padding: 15px 0 30px;
    text-align: center;
    background: url(images/column_bg01.jpg) repeat top center/contain;
  }
  #sp_footer .sp_footer_box ul {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 15px 0;
  }
  #sp_footer .sp_footer_box ul img {
    width: auto;
  }
  #sp_footer .sp_footer_box .sp_copyright {
    display: block;
    font-size: 1.3rem;
    text-align: center;
  }
}
/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  footer {
    background: url(images/contents_bg.jpg) repeat top center;
  }
  .pagetop {
    position: fixed;
    z-index: 999;
    right: 1.6%;
    bottom: 3.3%;
  }
  .pagetop a img {
    transition: 0.3s ease;
  }
  .pagetop a:hover img {
    filter: brightness(1.1); /* 20%明るくする */
  }
  #pc_footer {
    position: relative;
  }
  .pc_footer_box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .pc_footer_box .foot_logo {
    margin-bottom: 20px;
    transition: 0.3s ease;
  }
  .pc_footer_box .foot_logo:hover {
    filter: brightness(1.1); /* 20%明るくする */
  }
  .pc_footer_box .footer_info p {
    font-size: 1.5rem;
  }
  .sitemap {
    display: flex;
    justify-content: end;
  }
  .sitemap dl:not(:last-of-type) {
    margin-right: 60px;
  }
  .sitemap dl dt {
    font-family: "Noto Serif", "Times New Roman", Georgia, serif;
    position: relative;
    color: #10265d;
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 15px;
    line-height: 2;
  }
  .sitemap dl dt::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #4a8ec7;
    transform: translateY(-50%);
  }
  .sitemap dl dt a {
    text-decoration: none;
    color: #10265d;
  }
  .sitemap dl dt a:hover {
    color: #4a8ec7;
  }
  .sitemap dl dd a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
  }
  .sitemap dl dd a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #4a8ec7;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .sitemap dl dd a:hover {
    opacity: 1;
  }
  .sitemap dl dd a:hover::after {
    background: #4a8ec7;
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .sitemap dl dd ul li {
    position: relative;
    padding-left: 15px;
    line-height: 1.7;
  }
  .sitemap dl dd ul li::after {
    position: absolute;
    content: "-";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .pc_copyright {
    display: block;
    background: #10265d;
    font-size: 1.5rem;
    color: #fff;
    padding: 15px;
    text-align: center;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #10265d solid;
  border-radius: 0;
  background-color: #10265d;
  color: #fff;
  font-family: "NotoSansJP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  box-shadow: 0 0 1px 1px rgba(16, 38, 93, 0.3);
  background-color: #fff;
  color: #10265d;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #10265d solid;
  box-shadow: 0 0 2px 2px rgba(16, 38, 93, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}
.form_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 3px 7px 4px;
  background: #b20000;
  margin-right: 10px;
  border-radius: 0;
  line-height: initial;
}
.form_row .form_label .any {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 3px 7px 4px;
  background: #888888;
  margin-right: 10px;
  border-radius: 0;
  line-height: initial;
}
.form_row .form_input {
  width: calc(100% - 300px);
}
.form_row .form_input_post {
  width: 180px;
}
.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #10265d;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #10265d;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #10265d;
  border-right: 3px solid #10265d;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #002565;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #10265d;
  box-shadow: 0 0 2px 2px rgba(16, 38, 93, 0.5);
  background-color: #10265d;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}
.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  box-shadow: 0 0 2px 2px rgba(16, 38, 93, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #10265d;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #10265d;
  border-right: 1px solid #10265d;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #10265d;
  border-right: 1px solid #10265d;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #10265d;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(16, 38, 93, 0.7), rgba(16, 38, 93, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(16, 38, 93, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(16, 38, 93, 0.3);
}

.wpcf7-response-output {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .wpcf7 .tc input[type=submit] {
    font-size: 16px;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 10px;
  }
  .ajax-loader {
    width: auto;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */