@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* -----------------------------------------
	common 
-----------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #292929;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}
.clear {
  overflow: hidden;
}
.clear:after {
  clear: both;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin: auto;
}
.alignleft {
  float: left;
}
.txtcenter {
  text-align: center;
}
.txtright {
  text-align: right;
}
a {
  color: #030000;
}
.bold {
  font-weight: bold;
}
.red {
  color: #ff0b44;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  width: 100%;
}
.l_continar {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.l980_continar {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.l_flex {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.btn {
  max-width: 280px;
  width: 100%;
}
.btn a {
  width: 100%;
  display: block;
  align-items: center;
  background: #ffffff;
  color: #009C9C;
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.3s;
  position: relative;
}
.btn a::after {
  content: "";
  background: url("../images/common/icon-arrow-green.svg")no-repeat;
  background-size: contain;
  width: 9.09px;
  height: 9.25px;
  position: absolute;
  top: 42%;
  right: 5%;
  transform: translateX(-50%);
}
.green-bg {
  background: #F4FCFB;
}
#header {
  padding: 10px 5px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  align-content: center;
  box-shadow: 0 3px 6px 0 rgba(00, 00, 00, 0.05);
  color: #54422F;
  background: #fff;
}
#header a {
  color: #2D2D2D;
}
#header .header_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#header .header_inner .box {
  align-items: end;
}
#header .title-h p {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}
#header .company {
  max-width: 155px;
  width: 100%;
  height: 57px;
  position: relative;
  top: 0;
  left: 0%;
}
#header #menu {
  width: 82.48%;
  vertical-align: middle;
  align-items: center;
  display: flex;
  flex-direction: column;
}
#header #menu .tel-area {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 1000;
  letter-spacing: 0.2rem;
  margin: 0 0 0 auto;
}
#header #menu .tel-area a {
  align-items: center;
}
#header #menu .tel-area span {
  display: block;
  width: 27px;
  height: 27px;
  margin-right: 5px;
}
#header #menu .tel-area span img {
  vertical-align: top;
}
#header #menu .menu_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 0 auto
}
#header #menu .menu_inner ul {
  display: flex;
  align-items: center;
}
#header #menu .l_flex.language {
  margin-left: 35px;
}
#header #menu .l_flex.language a {
  width: 45px;
  height: 45px;
}
#header #menu .l_flex.language a:first-child {
  margin-right: 10px;
}
#header #menu .l_flex.language a img {
  width: 100%;
  height: 100%;
}
#header #menu ul li {
  display: inline-block;
  margin-right: 40px;
}
#header #menu ul li:last-child {
  margin-right: 0px;
}
#header #menu ul li.cv-btn a {
  padding: 8px 15px;
  background: #00B1B1;
  color: #fff;
}
#header #menu ul li.menu_parent {
  position: relative;
}
#header #menu ul li.menu_pc:hover:before {
  -webkit-transform: translateY(-50%) translateX(-50%) rotateX(180deg);
  transform: translateY(-50%) translateX(-50%) rotateX(180deg);
}
#header #menu ul li.menu_pc:hover .menu_child {
  display: block;
}
#header #menu ul li a, #header #menu ul li p span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  align-items: center;
}
#header #menu ul li.contact_btn a {
  padding: 38% 5px;
  background: #008F47;
}
#header #menu ul li a.assessment_btn {
  background: linear-gradient(45deg, #09D8B2, #28B674);
  border-radius: 5px;
  padding: 10px;
}
#header #menu ul li:last-child a.assessment_btn {
  background: linear-gradient(45deg, #09D1D8, #289EB6);
}
#header #menu ul li a.assessment_btn img {
  margin-right: 5px;
  vertical-align: top;
}
#header #menu ul li a.assessment_btn span {
  font-size: 11px;
}
#header #menu .menu_child {
  display: none;
  width: calc(1920 / 1920 * 100vw);
  border-top: 1px solid #F1D8A5;
  position: absolute;
  top: 150%;
  left: 120%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
#header #menu .menu_child .menu_child_inner {
  background-color: #fff;
  padding: 30px 5px;
  position: relative;
  justify-content: center;
}
#header #menu li:nth-child(5) .menu_child .menu_child_inner::before {
  top: -22%;
}
#header #menu .menu_child .ichiran {
  width: 12.29%;
  border-right: 1px solid #DCDAD7;
}
#header #menu .menu_child .ichiran p {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}
#header #menu .menu_child .ichiran a {
  display: flex;
  justify-content: flex-start;
  font-size: 18px;
  font-size: 1.8rem;
}
#header #menu .menu_child .ichiran a span {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  display: block;
}
#header #menu .menu_child .mene-s {
  width: 22.29%;
  padding: 0 30px;
  border-right: 1px solid #DCDAD7;
}
#header #menu .menu_child .mene-s:nth-child(3) {
  width: 12.86%;
}
#header #menu .menu_child .mene-s:nth-child(4) {
  width: 13.64%;
}
#header #menu .menu_child .mene-s:last-child {
  width: 13.69%;
  border-right: none;
}
#header #menu .menu_child .mene-s p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
}
#header #menu .menu_child .mene-s a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
  margin-bottom: 15px;
  display: block;
}
#header #menu .menu_child .mene-s a:last-child, #header #menu .menu_child .menu_child_inner .mene-s .l_flex a:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
#header #menu .menu_child .menu_child_inner .mene-s .l_flex a {
  width: calc(50% - 10px);
}
#header #menu .menu_child .mene-s a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #F1A100;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateX(-50%);
}
#header #menu .menu_child .menu_child_left {
  width: 148px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
#header #menu .menu_child .menu_child_right {
  border-left: 1px solid #fff;
  width: 624px;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 5px 20px;
}
#header #menu .menu_child .menu_child_right a {
  display: block;
  width: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
#header #menu .menu_child .menu_child_right a span {
  padding-left: 14px;
}
#footer {
  padding: 50px 0 20px;
  background: #EBF7F7;
}
#footer a {
  color: #0A0A0A;
  width: 100%;
  display: block;
}
#footer .logo-f {
  width: 229.48px;
}
#footer .name-area {
  width: 36.08%;
  justify-content: flex-start;
  align-items: end;
  margin-bottom: 35px;
}
#footer .name-area p.address {
  margin-top: 30px;
}
#footer .copyright {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 40px;
}
#footer .footer_in {
  width: 63.91%;
  letter-spacing: 0.1rem;
}
#footer .footer_in .footer_menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#footer .footer_in .footer_menu ul {
  justify-content: flex-end;
  border-left: 1px solid #C2D5D4;
  padding: 0 20px;
}
#footer .footer_in .footer_menu ul:last-child {
  border-right: 1px solid #C2D5D4;
}
#footer .contents {
  position: relative;
  padding: 20px 10px;
}
#footer .footer_in .footer_menu li {
  width: 100%;
  margin-bottom: 25px;
}
#footer .footer_in .footer_menu li:last-child {
  margin-bottom: 0;
}
#footer .footer_in .footer_menu ul.small_list li a {
  font-size: 13px;
  font-size: 1.3rem;
}
#footer .footer_in .footer_menu ul .col {
  width: calc(33.33% - 10px);
}
#footer .footer_in .footer_menu ul .col p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 500;
}
#footer .footer_in .footer_menu ul .col p.top {
  margin-top: 45px;
}
#footer .footer_in .footer_menu ul .col a {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 500;
  color: #47423f;
  display: block;
  position: relative;
  text-indent: -0.5em;
  padding-left: 1.5em;
}
#footer .footer_in .footer_menu ul .col a::before {
  content: "";
  background: #F9A803;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  position: absolute;
  top: 42%;
  left: 4%;
  transform: translateX(-50%);
}
#footer .footer_in .footer_menu ul li.cv {
  width: 80%;
}
#footer .footer_in .footer_menu ul li.cv a {
  background: #fff;
  border: 1px solid #8E867D;
  border-radius: 20px;
  padding: 5px;
  text-align: center;
  display: block;
}
#footer .footer_in .footer_menu ul li.cv a span {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 2px;
}
#footer .footer_in .footer_menu ul li.cv a span img {
  padding-top: 8px;
}
#header #menu .tel-area.pc {
  display: block;
}
#header #menu .tel-area.sp {
  display: none;
}
#breadcrumb {
	font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#breadcrumb ul {
  font-size: 0;
}
#breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
#breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
#breadcrumb ul li:last-child:after {
  display: none;
}
#breadcrumb ul li a {
  color: #000;
}
#eyecatch {
  position: relative;
  background: url("../images/common/eyecatch.webp") center center no-repeat;
  background-size: cover;
  height: 315px;
}
#eyecatch p, #eyecatch h1 {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-55%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.3rem;
  display: inline-block;
  z-index: 2;
	display: block;
	width: 90%;
}
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 95px;
  height: 95px;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.wp-pagenavi {
  padding: 20px 0 50px 0;
  clear: both;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  color: #202020;
  padding: 3px 8px;
  margin: 2px;
  background-color: #fff;
  border: 1px solid #202020;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
#thanks {
  padding: 100px 0;
}
#thanks p {
  line-height: 34px;
  letter-spacing: 0.1rem;
}
.menu_pc {
  display: block;
}
.menu_sp {
  display: none;
}
#notfound {
  margin: 100px auto;
  text-align: center;
}
#notfound h2 {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 01.rem;
}
#notfound a {
  font-size: 18px;
  font-weight: 600;
  background: #00b1b1;
  color: #fff;
  padding: 5px 30px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width: 1655px) {
  #header #menu .menu_child .menu_child_inner .ichiran {
    width: 17.29%;
  }
}
@media screen and (max-width: 1475px) {
  #header #menu .menu_child {
    width: calc(2090 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1400px) {
  #footer .privacy {
    margin: 30px 10% 5px 0;
  }
}
@media screen and (max-width: 1366px) {
  #header .header_inner {
    margin: 0;
  }
  #header .title-h {
    display: none;
  }
  #eyecatch {
    height: 260px;
  }
  #eyecatch p, #eyecatch h1 {
    top: 65%;
  }
  .menu_pc {
    display: none !important;
  }
  .menu_sp {
    display: block;
    width: 100%;
  }
  #header {
    width: 100%;
    padding: 0 20px;
    height: 55px;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
  }
  #header .company {
    width: 13%;
    height: 100%;
  }
  #header #menu_trigger {
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url("../images/common/icon_open.svg") 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
  }
  #header #menu_trigger.is-open {
    background: url("../images/common/icon_close.svg") 0 0 no-repeat;
    background-size: 100% auto;
  }
  #header #menu {
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #fff;
    text-align: center;
  }
  #header #menu .menu_inner {
    padding: 80px 10px;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
  }
  #header #menu ul {
    padding-bottom: 0;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #fff;
    width: 100%;
  }
  #header #menu ul li {
    display: block;
    padding-right: 0px;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 15px 5px;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  #header #menu ul li.menu_parent.menu_pc {
    display: none;
  }
  #header #menu ul li.menu_parent p.menu_parent_a {
    display: block;
    width: 100%;
    cursor: pointer;
  }
  #header #menu ul li.contact_btn {
    width: 100%;
    border-bottom: none;
  }
  #header #menu ul li.contact_btn a {
    padding: 15px 0;
    border: none;
    width: 20%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #header #menu ul li.menu_parent {
    position: relative;
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #header #menu .menu_child {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    left: 50%;
    position: inherit;
    text-align: left;
  }
  #header #menu .menu_child .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /*矢印の位置と向き*/
  #header #menu ul li.menu_parenti.has-child::before {
    content: none;
  }
  #header #menu ul li.menu_parent.has-child .menu_parent_a::before {
    content: '';
    position: absolute;
    width: 13.49px;
    height: 5.22px;
    background: url("../images/common/menu-arrow.svg") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 24%;
  }
  #header #menu ul li.menu_parent.has-child .menu_parent_a::before, #header #menu ul li.menu_parent.has-child .menu_parent_a:hover::before {
    left: auto;
    top: 24px;
    right: 10px;
    transform: rotate(0deg);
  }
  #header #menu ul li.menu_parent.has-child .menu_parent_a.is-open::before, #header #menu ul li.menu_parent.has-child:hover::before {
    transform: rotate(180deg);
  }
  #header #menu ul li.menu_parent.has-child.active::before {
    transform: rotate(-180deg);
    left: auto;
    top: 30px;
    right: 10px;
  }
  #header #menu .menu_child .ichiran, #header #menu .menu_child .mene-s, #header #menu .menu_child .mene-s:nth-child(3), #header #menu .menu_child .mene-s:nth-child(4), #header #menu .menu_child .mene-s:last-child {
    width: 20%;
    padding: 10px 15px;
  }
  #header #menu .menu_child .ichiran a span {
    display: inline-block;
  }
  #header #menu .menu_child .ichiran a span img {
    padding-top: 7px;
  }
  #header #menu .menu_link {
    width: 100%;
    margin-top: 20px;
  }
  #header #menu .menu_link a {
    margin-bottom: 5px;
    display: block;
    border-radius: 0;
    background: #fff;
    color: #172C55;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
  }
  #header #menu .menu_link a span {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
  }
  #header #menu .menu_link p {
    font-size: 16px;
    color: #000;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }
  #header #menu .menu_link a .icon_system {
    padding-left: 38px;
  }
  #header #menu .menu_link a img, #header #menu ul li a.assessment_btn img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    vertical-align: text-top;
  }
  #header #menu ul li a, #header #menu ul li p span {
    display: block;
    width: 100%;
  }
  #header #menu .l_flex.language {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  #header #menu .l_flex.language a {
    width: 12.13%;
  }
  #header #menu .l_flex.language a:first-child {
    margin-right: 10px;
  }
  #header #menu ul li.cv-btn {
    display: block;
  }
  #header #menu .tel-area {
    width: 60%;
    margin: 0 auto;
  }
  #header #menu .tel-area.pc {
    display: none;
  }
  #header #menu .tel-area.sp {
    display: block;
  }
  #header #menu .tel-area a {
    justify-content: center;
  }
}
@media screen and (max-width: 1315px) {
  #header .company {
    left: 0%;
  }
  #header .company {
    width: 110px;
  }
}
@media screen and (max-width: 1265px) {
  .l_continar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1240px) {
  #footer .footer_in {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1190px) {
  #header #menu .menu_child .ichiran {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    border-right: none;
  }
  #header #menu .menu_child .mene-s, #header #menu .menu_child .mene-s:nth-child(3), #header #menu .menu_child .mene-s:nth-child(4), #header #menu .menu_child .mene-s:last-child {
    width: 25%;
  }
  #header #menu .menu_child .ichiran p {
    margin-right: 20px;
  }
  #header #menu .menu_child .ichiran a {
    display: contents;
  }
}
@media screen and (max-width: 1155px) {
  #footer .footer_in .footer_menu ul .col1, #footer .footer_in .footer_menu ul .col2 {
    width: 100%;
    padding-left: 1em;
    text-indent: -1.2em;
  }
  #footer .footer_in .footer_menu ul .col {
    width: calc(50% - 5px);
  }
  #footer .footer_in .footer_menu ul .col:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1060px) {
  #footer .footer_in .footer_menu li.ttl.pc {
    display: none;
  }
  #footer .footer_in .footer_menu li.ttl.sp {
    display: block;
    width: 100%;
    position: relative;
  }
  #footer .footer_in .footer_menu li.ttl.sp::before {
    content: '';
    position: absolute;
    width: 13.49px;
    height: 5.22px;
    background: url("../images/common/menu-arrow.svg") 0 0 no-repeat;
    background-size: contain;
    left: auto;
    top: 24px;
    right: 10px;
    transform: rotate(0deg);
  }
  #footer .footer_in .footer_menu li.ttl.sp.is-open::before {
    transform: rotate(180deg);
  }
  #footer .footer_in .footer_menu .group {
    display: none;
  }
  #footer .footer_in .footer_menu ul .col {
    width: 100%;
  }
  #footer .footer_in .footer_menu ul .col1, #footer .footer_in .footer_menu ul .col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0em;
    text-indent: 0em;
  }
  #footer .footer_in .footer_menu ul:nth-child(2) .col1 li:nth-last-child(-n + 2), #footer .footer_in .footer_menu ul:nth-child(2) .col2 li:nth-last-child(-n + 2) {
    border-bottom: 1px solid #fff;
  }
  #footer .footer_in .footer_menu ul:nth-child(2) {
    width: 100%;
    display: block;
    cursor: pointer;
  }
  #footer .footer_in .footer_menu ul:nth-child(2) li:last-child {
    border-bottom: none;
  }
  #footer .footer_in .footer_menu ul:nth-child(2) .col1 li:nth-child(-n + 2) {
    border-top: 1px solid #fff;
  }
  #footer .footer_in .footer_menu ul:nth-child(2) .col2 li:last-child {
    border-bottom: none;
  }
  #footer {
    padding: 30px 15px 30px;
  }
  #footer .footer_in {
    padding: 0;
    margin-bottom: 0;
  }
  #footer .footer_in .footer_info {
    width: 100%;
    padding-bottom: 20px;
  }
  #footer .footer_in .footer_info .footer_logo {
    left: -2%;
  }
  #footer .footer_in .footer_info .name {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #footer .footer_in .footer_menu > div {
    width: 100%;
    border-left: none;
    padding-left: 0%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #footer .footer_in .footer_menu > div:first-of-type {
    border-left: none;
    width: 100%;
    border-bottom: 0;
  }
  #footer .footer_in .footer_menu > div span, #footer .footer_in .footer_menu > div a {
    display: block;
    padding: 10px 15px;
  }
  #footer .footer_in .footer_menu > div ul li {
    padding-top: 0px;
    border-bottom: 1px solid #043281;
    text-align: center;
  }
  #footer .footer_in .footer_menu > div ul li > ul li {
    border: none;
    position: relative;
    padding-left: 15px;
  }
  #footer .footer_in .footer_menu > div ul li > ul li:last-child {
    border-bottom: none;
  }
  #footer .footer_in .footer_menu > div ul li > ul li a:before {
    top: 20px;
  }
  #footer .menu .ttl-menu, #footer .menu .ttls-menu {
    width: 50%;
    margin: 0;
    padding: 10px 5px;
  }
  #footer .footer_in .footer_menu ul .col, #footer .footer_in .footer_menu ul .col:first-child {
    margin-bottom: 30px;
    border-bottom: 1px solid #eae7e1;
    padding-bottom: 30px;
  }
  #footer .footer_in .footer_menu ul .col:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  #footer .footer_in .footer_menu ul .col:nth-child(2) .l_flex:nth-child(2) {
    border-bottom: 1px solid #eae7e1;
    padding-bottom: 30px;
  }
  #footer .footer_in .footer_menu ul .col p.top {
    margin-top: 30px;
  }
  #footer .footer_in .footer_menu ul .col .l_flex {
    justify-content: flex-start;
  }
  #footer .footer_in .footer_menu ul .col p {
    margin: 15px 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #footer .footer_in .footer_menu .menu-f li {
    width: calc(33.33% - 5px);
    margin: 0 5px 0 0;
  }
  #footer .footer_in .footer_menu ul .col a {
    text-indent: 0em;
    padding-left: 0.5em;
    margin-bottom: 0;
  }
  #footer .footer_in .footer_menu ul .col a::before {
    left: 0;
  }
  #footer .footer_in .footer_menu ul li.cv a {
    border-radius: 30px;
    padding: 10px 5px;
    margin: 10px 0;
  }
  #footer .menu {
    display: block;
    width: 100%;
  }
  #footer .menu:nth-child(2) {
    display: block;
  }
  #footer .menu .ttls-menu {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
  }
  #footer .menu .ttl-menu {
    width: 100%;
  }
  #footer .menu .ttls-menu a {
    display: block;
    margin-bottom: 20px;
    width: calc(50% - 5px);
  }
  #footer .menu .ttls-menu a:last-child, #footer .menu .ttls-menu a:nth-last-child(2) {
    margin-bottom: 0;
  }
  #footer .footer_in .footer_menu .small_list {
    margin-top: 30px;
  }
  #footer .footer_in .footer_menu .small_list li {
    border: 0;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  #footer .contents:nth-child(-n + 2) ::before {
    content: none;
  }
  #footer .group {
    display: none;
  }
  #footer .box {
    display: none;
  }
  #footer .privacy {
    text-align: left;
  }
}
@media screen and (max-width: 1040px) {
  .l980_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 940px) {
	#footer .name-area {
		width: 29.08%;
	}
	#footer .logo-f {
		width: 100%;
	}
	#footer .footer_in {
		width: 67.91%;
	}
	 #footer .l_continar {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 0px;
  }
  .l_flex {
    display: block;
  }
  .l_continar {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header #menu .menu_child .menu_child_inner .mene-s, #header #menu ul li.contact_btn a {
    width: 100%;
  }
  #pagetop {
    position: fixed;
    right: 10px;
    z-index: 10;
    width: 72px;
    height: 72px;
  }
  #pagetop img {
    width: 80px;
  }
  #eyecatch {
    background: url("../images/common/eyecatch_sp.webp") center center no-repeat;
    background-size: cover;
    height: 200px;
  }
      #eyecatch p, #eyecatch h1 {
        top: 65%;
        display: block;
        width: 90%;
		  font-size: 25px;
    }
  #breadcrumb {
    padding-bottom: 0;
  }
  #privacy h3 {
    font-size: 27px;
    margin-bottom: 23px;
    margin-top: 45px;
    line-height: 38px;
  }
  #footer {
    padding: 40px 0 0;
  }
  #footer .footer_in .footer_menu ul.contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    padding: 10px 0;
  }
  #footer .footer_in .footer_info .footer_logo {
    width: 100%;
  }
  #footer .logo-f {
    width: 62%;
  }
  #header #menu .menu_child .mene-s, #header #menu .menu_child .mene-s:nth-child(3), #header #menu .menu_child .mene-s:nth-child(4), #header #menu .menu_child .mene-s:last-child {
    width: 50%;
    padding: 10px;
    margin-bottom: 30px;
  }
  #header #menu .menu_child .ichiran {
    display: block;
  }
  #header #menu .menu_child .ichiran p {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  #menu .menu_child .mene-s:nth-child(4), #header #menu .menu_child .mene-s:last-child {
    margin-bottom: 0;
  }
  #footer .footer_in .footer_menu ul .col {
    display: flex;
  }
  #footer .footer_in .footer_menu ul .col {
    width: 100%;
    display: block;
  }
  #footer .footer_in .footer_menu ul .col .l_flex {
    display: flex;
    justify-content: flex-start;
  }
  #footer .menu .ttl-menu, #footer .menu .ttls-menu {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
  #footer .footer_in .footer_menu ul .col, #footer .footer_in .footer_menu ul .col:first-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #footer .footer_in .footer_menu ul .col:nth-child(2) .l_flex:nth-child(2) {
    padding-bottom: 10px;
  }
  #footer .footer_in .footer_menu .menu-f .col li {
    width: calc(50% - 5px);
    margin: 0 5px 15px 0;
  }
  #footer .footer_in .footer_menu ul li.cv a {
    padding: 5px;
  }
  #footer .footer_in .footer_menu ul {
    border-top: 1px solid #C2D5D4;
    border-left: none;
  }
  #footer .footer_in .footer_menu ul:last-child {
    border-bottom: 1px solid #C2D5D4;
    border-right: none;
  }
  #footer .copyright {
    text-align: center;
    padding: 30px 0 10px;
    margin: 0;
  }
  #footer .name-area {
    width: 100%;
  }
  #footer .logo-f {
    width: 50%;
  }
  #footer .name-area p.address {
    margin-top: 20px;
  }
  #footer .footer_in {
    width: 100%;
  }
  #footer .footer_in .footer_menu {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  #footer .footer_in .footer_menu ul:last-child li {
    margin-bottom: 0;
  }
  #footer .footer_in .footer_menu li {
    margin-bottom: 5px;
  }
  #header #menu ul li.cv-btn {
    width: 100%;
  }
  #header #menu .tel-area {
    width: 90%;
    font-size: 31px;
    font-size: 3.1rem;
  }
  #header #menu .tel-area a {
    display: flex;
  }
}
#blog .blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#blog .blog-item .img-wrapper {
  border: 1px solid #CBCBCB;
  margin-bottom: 10px;
  aspect-ratio: 337 / 224;
  width: 100%;
  height: auto;
}
#blog .blog-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog .post-title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #17120E;
  font-weight: 500;
}
#blog .time {
  font-size: 14px;
  font-size: 1.4rem;
  color: #17120E;
}
@media (max-width: 768px) {
	#blog .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
  #blog .post-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    margin-bottom: 8px;
  }
}