@charset "utf-8";
/*
Theme Name: toyojin
Theme URI:
Description:
Author: s.t
Author URI:
License:
License URI:
Version: 10000.0
*/
/**
/* CSS RESET START
----------------------------------------------- */
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;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
  outline: none;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
caption, th {
  text-align: left;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.both {
  clear: both;
}
/**
/* CSS START
----------------------------------------------- */
html, body {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  html, body {
    font-size: 3.6vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html, body {
    font-size: 14px;
  }
}
*:focus {
  outline: none !important;
}
#Wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  word-break: break-all;
}
a {
  text-decoration: none;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  color: #222222;
}
a:hover {
  opacity: .8;
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
[class*=-bgImg] > img {
  visibility: hidden;
  width: 100%;
}
.Com {
  zoom: 1;
}
.Com:before, .Com:after {
  content: "";
  display: table;
}
.Com:after {
  clear: both;
}
br.pc_br, .pc_img, .pc {
  display: none;
}
br.sp_br, .sp_img, .sp {
  display: block;
}
.roma {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 736px) {
  br.sp_br, .sp_img, .sp {
    display: none;
  }
  .pc_img {
    display: inline-block;
  }
  br.pc_br, .pc {
    display: block;
  }
}
/**
/* flex CSS
----------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_row {
  webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex_between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex_center {
  -webkit-justify-content: center;
  justify-content: center;
}
.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .flex {
    display: block;
  }
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn {
  text-align: center;
}
.block_btn li {
  display: inline-block;
  width: 100%;
  max-width: 340px;
}
.block_btn .btn {
  position: relative;
  display: block;
  width: 100%;
  line-height: 3.72;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.block_btn .blue {
  color: #ffffff;
  background: rgb(95, 157, 200);
  background: linear-gradient(270deg, rgba(95, 157, 200, 1) 0%, rgba(0, 85, 144, 1) 100%);
}
.block_btn .border_b {
  color: #005590;
  background: #ffffff;
  border: 1px solid #005590;
}
.block_btn .border_b:hover {
  color: #ffffff;
  background: rgb(95, 157, 200);
  background: linear-gradient(270deg, rgba(95, 157, 200, 1) 0%, rgba(0, 85, 144, 1) 100%);
  opacity: 1;
  border-color: #fff;
}
.block_btn .border_w {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.block_btn .border_w:hover {
  background: #ffffff;
  color: #005590;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .block_btn li {
    max-width: inherit;
  }
  .block_btn .btn {
    font-size: 3.4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .block_btn .btn {
    font-size: 15px;
    line-height: 3;
  }
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header .header-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.global-header .header_logo {
  line-height: 0;
  padding: 14px 16px;
}
.global-header .header_logo img {
  max-width: 260px;
}
.global-header .header-contact {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.global-header .header-contact .tel_btn {
  margin-top: 13px;
  margin-right: 32px;
}
.global-header .header-contact .tel_btn dt {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  text-align: right;
}
.global-header .header-contact .tel_btn dd a {
  font-family: 'Montserrat', sans-serif;
  display: block;
  color: #333333;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}
.global-header .header-contact .tel_btn dd a span {
  display: inline-block;
  width: 18px;
  margin-right: 4px;
}
.global-header .header-contact .contact-btn a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 21px 37px;
}
.global-header .header-contact .contact-btn .btn_b {
  background: rgb(0, 85, 144);
  background: linear-gradient(135deg, rgba(0, 85, 144, 1) 0%, rgba(95, 157, 200, 1) 100%);
}
.global-header .header-contact .contact-btn .btn_g {
  background: rgb(0, 145, 124);
  background: linear-gradient(135deg, rgba(0, 145, 124, 1) 0%, rgba(91, 196, 181, 1) 100%);
}
.global-header .header-contact .contact-btn span {
  display: inline-block;
  width: 22px;
  margin-right: 15px;
}
.global-header .header-view {
  position: relative;
  margin-top: 90px;
}
.global-header .header-view .view-Img {
  height: 644px;
}
.global-header .header-view .view-Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.global-header .header-view .view-ttl {
  position: absolute;
  width: 420px;
  top: -120px;
  right: 64px;
}
.global-header .header-view .arrows-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  margin-left: 16px;
}
.global-header .header-view .arrows-box.sp {
  display: none;
}
.global-header .header-view .arrows {
  position: relative;
  width: 50px;
  margin-left: 16px;
}
.global-header .header-view .arrows .slick-prev, .global-header .header-view .arrows .slick-next {
  width: 20px;
  height: 20px;
  z-index: 20;
}
.global-header .header-view .arrows .slick-prev {
  left: 0;
}
.global-header .header-view .arrows .slick-next {
  right: 0;
}
.global-header .header-view .slick-prev:before, .global-header .header-view .slick-next:before {
  content: "";
  display: block;
  position: absolute;
  background: url(image/icon/arrows.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  transition: all .2s cubic-bezier(0.19, 1, 0.22, 1);
}
.global-header .header-view .slick-next:before {
  transform: rotate(175deg);
}
.global-header .header-view .slick-dots {
  position: relative;
  width: auto;
  height: 20px;
  bottom: 8px;
  z-index: 10;
}
.global-header .header-view .slick-dots li {
  width: 128px;
  height: 2px;
  margin: 0 2px;
}
.global-header .header-view .slick-dots li button {
  width: 128px;
  height: 2px;
  padding: 0;
}
.global-header .header-view .slick-dots li button:before {
  content: "";
  background: #CCCCCC;
  width: 128px;
  height: 2px;
}
.global-header .header-view .slick-dots li.slick-active button:before {
  background: rgb(95, 157, 200);
  background: linear-gradient(270deg, rgba(95, 157, 200, 1) 0%, rgba(0, 85, 144, 1) 100%);
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .global-header .global-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 767px) {
  .global-header .header_logo {
    padding: 5px 10px;
  }
  .global-header .header_logo img {
    max-width: 200px;
  }
  .global-header .header-top .header-contact {
    display: none;
  }
  .global-header .header-contact .tel_btn {
    margin-top: 13px;
    margin-right: 32px;
  }
  .global-header .header-contact .tel_btn dt {
    font-size: 14px;
  }
  .global-header .header-contact .tel_btn dd a {
    font-size: 28px;
  }
  .global-header .header-contact .tel_btn dd a span {
    width: 18px;
    margin-right: 4px;
  }
  .global-header .header-contact .contact-btn a {
    font-size: 16px;
    padding: 21px 37px;
  }
  .global-header .header-contact .contact-btn span {
    width: 22px;
    margin-right: 15px;
  }
  .global-header .header-view {
    margin-top: 90px;
  }
  .global-header .header-view .view-Img {
    height: 320px;
  }
  .global-header .header-view .view-ttl {
    width: 50%;
    max-width: 260px;
    top: -20px;
    right: 5vw;
  }
  .global-header .header-view .arrows-box {
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .global-header .header-view .arrows-box.pc {
    display: none;
  }
  .global-header .header-view .arrows-box.sp {
    display: block;
  }
  .global-header .header-view .arrows {
    width: 100%;
    margin-top: 3%;
    margin-left: 0;
  }
  .global-header .header-view .slick-dots {
    height: auto;
    bottom: 8px;
  }
  .global-header .header-view .slick-dots li {
    width: 18%;
    margin: 0 1%;
  }
  .global-header .header-view .slick-dots li button {
    width: 100%;
  }
  .global-header .header-view .slick-dots li button:before {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .global-header .header_logo {
    padding: 5px 10px;
  }
  .global-header .header_logo img {
    max-width: 200px;
  }
  .global-header .header-contact {
    margin-right: 60px;
  }
  .global-header .header-contact .tel_btn {
    margin-top: 10px;
    margin-right: 20px;
  }
  .global-header .header-contact .tel_btn dt {
    font-size: 12px;
  }
  .global-header .header-contact .tel_btn dd a {
    font-size: 22px;
  }
  .global-header .header-contact .tel_btn dd a span {
    width: 18px;
    margin-right: 4px;
  }
  .global-header .header-contact .contact-btn a {
    font-size: 14px;
    padding: 19.5px 20px;
  }
  .global-header .header-contact .contact-btn span {
    width: 22px;
    margin-right: 15px;
  }
  .global-header .header-view {
    margin-top: 140px;
  }
  .global-header .header-view .view-Img {
    height: 480px;
  }
  .global-header .header-view .view-ttl {
    width: 320px;
    top: -50px;
    right: 30px;
  }
  .global-header .header-view .arrows-box {
    margin-bottom: 7px;
    margin-left: 10px;
  }
  .global-header .header-view .arrows {
    width: 45px;
    margin-left: 10px;
  }
  .global-header .header-view .arrows .slick-prev, .global-header .header-view .arrows .slick-next {
    width: 20px;
    height: 20px;
  }
  .global-header .header-view .slick-prev:before, .global-header .header-view .slick-next:before {
    width: 20px;
    height: 20px;
  }
  .global-header .header-view .slick-dots {
    height: 20px;
    bottom: 8px;
  }
  .global-header .header-view .slick-dots li {
    width: 60px;
  }
  .global-header .header-view .slick-dots li button {
    width: 60px;
  }
  .global-header .header-view .slick-dots li button:before {
    width: 60px;
  }
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-nav #nav {
  margin-top: 10px;
  margin-left: 16px;
}
.global-nav .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
.global-nav .recruit-nav {
  gap: 32px;
}
.global-nav .nav li {
  position: relative;
}
.global-nav .nav li.menu-item-has-children {
  position: inherit;
}
#nav li a {
  position: relative;
  display: block;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 52px;
}
#nav li a:hover {
  color: #005590;
}
#nav .menu-item-has-children .sub-menu {
  display: none;
  padding: 5px 10px 0px 10px;
}
#nav .menu-item-has-children > a:before {
  content: "";
  position: absolute;
  top: 22px;
  right: -25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: .2s;
}
#nav .header-contact {
  display: none;
}
@media screen and (min-width: 1025px) {
  #nav .menu-item-has-children .sub-menu {
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    left: -9999px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: opacity .3s ease-in-out;
    white-space: normal;
    width: 225px;
    z-index: 10;
    padding: 0;
    width: 20em;
    max-width: none;
  }
  .menu-box {
    position: relative;
  }
  #nav .menu-item-has-children:hover .sub-menu {
    left: 0;
    opacity: 1;
    z-index: 100;
    background: linear-gradient(#005590 0%, #5f9dc8 100%);
    box-shadow: 0px 0px 30px rgba(32, 37, 41, 0.4);
    width: 100vw;
    display: flex;
    padding: 30px 20px;
  }
  #nav .menu-item-has-children .sub-menu li {
    width: 300px;
    margin-right: 20px;
  }
  #nav .menu-item-has-children .sub-menu li a {
    border: 1px solid #fff;
    line-height: 1.6;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #fff;
    width: 100%;
    text-align: center;
  }
  #nav .menu-item-has-children .sub-menu li a:hover {
    background: #fff;
    color: #005590;
  }
}
@media only screen and (max-width: 1024px) {
  #menu_btn {
    top: 0;
    right: 0;
    transition: .3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 145, 124, 1) 0%, rgba(91, 196, 181, 1) 100%);
    padding: 10px;
  }
  .menu-trigger {
    width: 30px;
    height: 30px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all .5s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 7px;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 100%;
    top: 18px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(23px) rotate(-30deg);
    background-color: #fff;
    top: -7px;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-23px) rotate(30deg);
    background-color: #fff;
    bottom: -10px;
  }
  .global-nav #nav {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 20px 0;
    background: linear-gradient(135deg, rgba(0, 145, 124, 1) 0%, rgba(91, 196, 181, 1) 100%);
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 100;
    transform: translate(100%);
    transition: all .5s;
    margin: 0;
  }
  .recruit-menu #menu_btn {
    background: #005590;
  }
  .recruit-menu #nav {
    background: #005590;
  }
  #nav.open {
    transform: translateZ(0);
  }
  #nav .nav {
    display: block;
  }
  #nav li {
    padding: 0 20px;
  }
  #nav li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    line-height: 3;
    letter-spacing: 0.2em;
  }
  #nav .menu-item-has-children > a:before {
    top: 20px;
    right: 0;
  }
  #nav .menu-item-has-children > a.open:before {
    top: 20px;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
  }
  #nav .menu-item-has-children > a.open:after {
    background: transparent;
  }
  #nav .menu-item-has-children > a:first-of-type {
    position: relative;
  }
  #nav .menu-item-has-children .sub-menu {
    display: none;
    padding: 5px 0px 10px 20px;
  }
  #nav .menu-item-has-children .sub-menu li a {
    font-size: 16px;
    line-height: 2.4;
  }
  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #nav .header-contact {
    display: block;
  }
}
/**
/* Common CSS
----------------------------------------------- */
.inner-wrap {
  width: 94%;
  max-width: 1216px;
  margin: auto;
}
.inner {
  width: 92%;
  max-width: 1008px;
  margin: auto;
}
.pageWrap {
  padding: 50px 0;
}
.page-guide {
  padding: 50px 0;
}
.page-guide .flex .guide-content {
  width: 73%;
}
@media only screen and (max-width: 767px) {
  .pageWrap {
    padding: 5% 0;
  }
  .inner-wrap {
    width: 92%;
  }
  .inner {
    width: 90%;
  }
  .page-guide {
    padding: 5% 0;
  }
  .page-guide .flex .guide-content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pageWrap {
    padding: 30px 0;
  }
  .page-guide {
    padding: 30px 0;
  }
  .page-guide .flex .guide-content {
    width: 73%;
  }
}
/**
/* ページヘッダー CSS
----------------------------------------------- */
.page-header-view .header-view {
  position: relative;
}
.page-header-view .header-view:after {
  background: url(image/header_bg.png) no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  display: inline-block;
  width: 600px;
  height: 525px;
  top: 0;
  right: 0;
  z-index: -1;
}
.page-header-view .header-view {
  align-items: flex-end;
  padding: 48px 0 31px 0;
}
.page-header-view .view-ttl .roma {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
}
.page-header-view .view-ttl h1 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.47;
}
.page-header-view .header-view-bgImg {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 100vh;
  height: 320px;
}
.page-header-view .header-view-bgImg > img {
  visibility: hidden;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-header-view .header-view {
    margin-top: 90px;
    padding: 5% 0 3% 0;
  }
  .page-header-view .view-ttl {
    text-align: center;
    margin-bottom: 8%;
  }
  .page-header-view .view-ttl .roma {
    font-size: 8.4vw;
  }
  .page-header-view .view-ttl h1 {
    font-size: 4.1vw;
  }
  .page-header-view .header-view-bgImg {
    height: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-header-view .header-view {
    margin-top: 90px;
    padding: 30px 0 20px 0;
  }
  .page-header-view .view-ttl .roma {
    font-size: 42px;
  }
  .page-header-view .view-ttl h1 {
    font-size: 16px;
  }
  .page-header-view .header-view-bgImg {
    height: 240px;
  }
}
/**
/* 見出し CSS
----------------------------------------------- */
.page-guide .flex .guide-ttl {
  width: 22%;
}
.page-guide .guide-ttl .roma {
  font-family: 'Noto Sans JP', sans-serif;
  color: #005590;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 4px;
}
.page-guide .guide-ttl h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
}
.page-guide .h3_ttl {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 36px;
}
.page-guide .h3_ttl:before {
  background: url(image/icon/ttl-icon.png) no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 25px;
  top: 8px;
  left: 0;
}
.page-guide .ttlArea {
  text-align: center;
  margin-bottom: 32px;
}
.page-guide .ttlArea .roma {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}
.page-guide .ttlArea h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .page-guide .flex .guide-ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
  }
  .page-guide .guide-ttl .roma {
    font-size: 3.4vw;
  }
  .page-guide .guide-ttl h2 {
    font-size: 5.6vw;
  }
  .page-guide .h3_ttl {
    font-size: 4.4vw;
    padding-left: 8vw;
  }
  .page-guide .h3_ttl:before {
    width: 6.7vw;
    height: 6vw;
    top: 0.5vw;
  }
  .page-guide .ttlArea {
    margin-bottom: 5%;
  }
  .page-guide .ttlArea .roma {
    font-size: 5.2vw;
  }
  .page-guide .ttlArea h2 {
    font-size: 3.6vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-guide .flex .guide-ttl {
    width: 25%;
  }
  .page-guide .guide-ttl .roma {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .page-guide .guide-ttl h2 {
    font-size: 26px;
  }
  .page-guide .h3_ttl {
    font-size: 20px;
  }
  .page-guide .h3_ttl:before {
    top: 4px;
  }
  .page-guide .ttlArea {
    margin-bottom: 20px;
  }
  .page-guide .ttlArea .roma {
    font-size: 26px;
  }
  .page-guide .ttlArea h2 {
    font-size: 14px;
  }
}
/**
/* table CSS
----------------------------------------------- */
table.tbl-r th, table.tbl-r td {
  vertical-align: top;
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
}
table.tbl-r th, table.tbl-r td {
  font-size: 16px;
  line-height: 1.5;
  padding: 24px 0;
}
table.tbl-r th {
  width: 200px;
  font-weight: 700;
}
dl.dl_table {
  width: 100%;
  display: table;
}
dl.dl_table dt, dl.dl_table dd {
  display: table-cell;
}
@media only screen and (max-width: 767px) {
  table.tbl-r th, table.tbl-r td {
    font-size: 3.6vw;
    padding: 5% 0;
  }
  table.tbl-r th {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  table.tbl-r th, table.tbl-r td {
    font-size: 14px;
    padding: 20px 0;
  }
  table.tbl-r th {
    width: 140px;
  }
}
/**
/* ページネーション CSS
----------------------------------------------- */
.wp-pagenavi {
  text-align: center;
  margin-top: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #F5F5F5;
  color: #333333;
  border: none;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 15px 9px 15px;
  margin: 0 5px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #005590;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 8%;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 3.6vw;
    padding: 4px 10px 6px 10px;
    margin: 0 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}
/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumb .breadcrumb-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}
.breadcrumb .breadcrumb-list li a {
  display: inline-block;
  color: #005590;
  text-decoration: underline;
}
.breadcrumb .breadcrumb-list li span {
  font-size: 10px;
  padding: 0 8px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-list li {
    font-size: 3.4vw;
  }
  .breadcrumb .breadcrumb-list li span {
    font-size: 3vw;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .breadcrumb .breadcrumb-list li {
    font-size: 12px;
  }
  .breadcrumb .breadcrumb-list li span {
    font-size: 10px;
    padding: 0 6px;
  }
}
/**
/* バナー・お問い合わせ CSS
----------------------------------------------- */
/* ナビ CSS */
.bottom-nav-guide .imgArea {
  width: 50%;
  height: 400px;
}
.bottom-nav-guide .imgArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bottom-nav-guide .contentArea {
  background: rgb(0, 85, 144);
  background: linear-gradient(135deg, rgba(0, 85, 144, 1) 0%, rgba(95, 157, 200, 1) 100%);
  width: 50%;
  display: flex;
  align-items: center;
}
.bottom-nav-guide .content-inner {
  width: 94%;
  max-width: 520px;
  margin: auto;
}
.bottom-nav-guide .contentArea h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 30px;
}
.bottom-nav-guide .contentArea p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.bottom-nav-guide .contentArea .block_btn li {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .bottom-nav-guide .imgArea {
    width: 100%;
    height: auto;
  }
  .bottom-nav-guide .contentArea {
    width: 100%;
    padding: 5%;
  }
  .bottom-nav-guide .content-inner {
    width: 100%;
    max-width: inherit;
  }
  .bottom-nav-guide .contentArea h2 {
    font-size: 5.6vw;
    text-align: center;
    margin-bottom: 3%;
  }
  .bottom-nav-guide .contentArea p {
    font-size: 3.6vw;
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bottom-nav-guide .imgArea {
    height: 280px;
  }
  .bottom-nav-guide .contentArea h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .bottom-nav-guide .contentArea p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/* お問い合わせ CSS */
.bottom-guide {
  background: url(image/bottom_bg.png) center top;
  background-size: cover;
  padding: 100px 0;
}
.bottom-guide .ttl-grid {
  align-items: center;
  margin-bottom: 15px;
}
.bottom-guide .ttlArea {
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.bottom-guide .ttl-grid p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}
.bottom-guide .contact-btn li {
  background: #ffffff;
  width: calc(50% - 1px);
}
.bottom-guide .contact-btn li span {
  display: block;
  margin-bottom: 24px;
}
.bottom-guide .contact-btn li span img {
  max-width: 48px;
  transition: 0.8s;
}
.bottom-guide .contact-btn li span img:last-child {
  margin-left: -52px;
}
.bottom-guide .contact-btn li a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  padding: 32px 30px;
}
.bottom-guide .contact-btn li.contact a {
  color: #00917C;
}
.bottom-guide .contact-btn li.contact a:hover {
  background: linear-gradient(#00917c 0%, #5bc4b5 100%);
  color: #fff;
}
.bottom-guide .contact-btn li.contact a:hover span img:last-child {
  opacity: 0;
}
.bottom-guide .contact-btn li.entry a {
  color: #005590;
}
.bottom-guide .contact-btn li.entry a:hover {
  background: linear-gradient(#005590 0%, #5f9dc8 100%);
  color: #fff;
}
.bottom-guide .contact-btn li.entry a:hover span img:last-child {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .bottom-guide {
    padding: 10% 0;
  }
  .bottom-guide .ttl-grid {
    margin-bottom: 3%;
  }
  .bottom-guide .ttlArea {
    text-align: center;
    margin-bottom: 5%;
  }
  .bottom-guide .ttl-grid p {
    font-size: 3.6vw;
  }
  .bottom-guide .contact-btn li {
    width: calc(50% - 1px);
  }
  .bottom-guide .contact-btn li span {
    margin-bottom: 6%;
  }
  .bottom-guide .contact-btn li span img {
    max-width: 10vw;
  }
  .bottom-guide .contact-btn li span img:last-child {
    margin-left: -41px;
  }
  .bottom-guide .contact-btn li a {
    font-size: 3.4vw;
    padding: 8% 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bottom-guide {
    padding: 60px 0;
  }
  .bottom-guide .ttl-grid {
    margin-bottom: 10px;
  }
  .bottom-guide .ttl-grid p {
    font-size: 14px;
  }
  .bottom-guide .contact-btn li span {
    margin-bottom: 16px;
  }
  .bottom-guide .contact-btn li span img {
    max-width: 42px;
  }
  .bottom-guide .contact-btn li a {
    font-size: 12px;
    padding: 20px 15px;
  }
}
/**
/* フッター CSS
----------------------------------------------- */
.footer {
  margin-top: auto;
  padding: 32px 0;
}
.footer .footer-bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
.footer .footer-bnr .widget-container {
  margin: 0 32px;
}
.footer .footer-left {
  width: 32%;
}
.footer .footer-logo {
  margin-bottom: 8px;
}
.footer .footer-logo img {
  width: 100%;
  max-width: 240px;
}
.footer .footer-address p {
  font-size: 16px;
  line-height: 1.5;
}
p.kohyo {
  text-decoration: underline;
  margin-top: 15px;
}
.footer .footer-nav {
  width: 65%;
}
.footer .footer-nav .nav-items h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.6;
}
.footer .footer-nav .nav-items ul {
  margin-bottom: 32px;
}
.footer .footer-nav .nav-items ul li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.2;
}
.footer .copy, .footer .copy a {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 5% 0 3% 0;
  }
  .footer .footer-bnr {
    margin-bottom: 8%;
  }
  .footer .footer-bnr .widget-container {
    width: 29%;
    margin: 2% 3%;
  }
  .footer .footer-left {
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
  }
  .footer .footer-logo {
    margin-bottom: 2%;
  }
  .footer .footer-logo img {
    max-width: 40vw;
  }
  .footer .footer-address p {
    font-size: 3.6vw;
  }
  .footer .footer-nav {
    width: 100%;
    margin-bottom: 5%;
  }
  .footer .footer-nav .nav-items {
    width: 50%;
  }
  .footer .footer-nav .nav-items h4 {
    font-size: 3.4vw;
  }
  .footer .footer-nav .nav-items ul {
    margin-bottom: 5%;
  }
  .footer .footer-nav .nav-items ul li a {
    font-size: 3.4vw;
  }
  .footer .copy, .footer .copy a {
    font-size: 3.4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding: 20px 0 15px 0;
  }
  .footer .footer-bnr {
    margin-bottom: 40px;
  }
  .footer .footer-bnr .widget-container {
    margin: 0 20px;
  }
  .footer .footer-left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer .footer-logo {
    margin-bottom: 5px;
  }
  .footer .footer-logo img {
    max-width: 200px;
  }
  .footer .footer-address p {
    font-size: 14px;
  }
  .footer .footer-nav {
    width: 100%;
  }
  .footer .footer-nav .nav-items h4 {
    font-size: 13px;
  }
  .footer .footer-nav .nav-items ul {
    margin-bottom: 20px;
  }
  .footer .footer-nav .nav-items ul li a {
    font-size: 13px;
  }
  .footer .copy, .footer .copy a {
    font-size: 12px;
  }
}
.sitemap-nav .nav-items h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.6;
}
.sitemap-nav .nav-items ul {
  margin-bottom: 32px;
}
.sitemap-nav .nav-items ul li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .sitemap-nav {
    width: 100%;
    margin-bottom: 5%;
  }
  .sitemap-nav .nav-items {
    width: 50%;
  }
  .sitemap-nav .nav-items h4 {
    font-size: 3.4vw;
  }
  .sitemap-nav .nav-items ul {
    margin-bottom: 5%;
  }
  .sitemap-nav .nav-items ul li a {
    font-size: 3.4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sitemap-nav {
    width: 100%;
  }
  .sitemap-nav .nav-items h4 {
    font-size: 13px;
  }
  .sitemap-nav .nav-items ul {
    margin-bottom: 20px;
  }
  .sitemap-nav .nav-items ul li a {
    font-size: 13px;
  }
}
.ninteilink a {
  width: 200px;
  display: inline-block;
  text-decoration: underline;
}
.nav-guide .block_btn .border_w {
  pointer-events: auto;
}
.nav-guide .nav-list .nav-items {
  transition: 0.8s;
}
.nav-guide .nav-list .nav-items:hover {
  filter: brightness(130%);
}
.news-guide .news-list .news-items h3 a:hover {
  opacity: .4;
}
.news-guide .news-list .news-items .imgArea a {
  cursor: pointer;
  max-width: 278px;
  overflow: hidden;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .news-guide .news-list .news-items .imgArea a {
    max-width: none;
  }
}
.news-guide .news-list .news-items .imgArea a img {
  height: auto;
  transition: transform .6s ease;
}
.news-guide .news-list .news-items .imgArea a:hover {
  opacity: 1;
}
.news-guide .news-list .news-items .imgArea a:hover img {
  transform: scale(1.1);
}
.menu-box {
  position: relative;
}
.contentArea-menubox {
  display: none;
}
.sptel {
  display: none;
}
@media only screen and (max-width: 767px) {
  .contentArea-menubox {
    display: block;
    padding: 20px;
  }
  p.ninteilink {
    font-size: 12px;
  }
  .ninteilink a {
    width: auto;
  }
  .sptel {
    display: block;
    position: absolute;
    top: 10%;
    right: 18%;
    width: 49px;
  }
}
.bottom-bnr-guide {
  max-width: 1216px;
  margin: 30px auto 15px;
  width: 90%;
}
.bottom-bnr-guide .page-grid {
  display: flex;
}
.bottom-bnr-guide .page-grid > div a img {
  width: 100%;
}
.bottom-bnr-guide .page-grid > div {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .bottom-bnr-guide .page-grid > div {
    width: 50%;
    margin: 0 auto;
  }
}
.bottom-bnr-txt {
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
.comment p {
  margin-bottom: 10px;
}
.preserve-guide--block {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.drive-items:has(.preserve-guide--block) {
  flex-wrap: wrap;
}
/*-----------------------------------------------追加CSS-----------------------------------------------*/
.sdgs-a {
  padding: 150px 0;
}
.sdgs_text {
  width: 72%;
  margin-left: 2vw;
}
.sdgs_items {
  padding-top: 0;
}
.sdgs_05-img {
  margin-top: 30px;
}
.sdgslogo_items {
  text-align: center;
  margin: 100px 0 80px 0;
}
.sdgslogo_items p {
  margin-top: 1vw;
}
.sdgs_icon {
  width: 21%;
}
.sdgslogo_items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sdgslogo_items p {
  margin-top: 10px;
}
.footer_sdgslogo {
  width: 43%;
  margin: 0 auto;
}
.footer_sdgslogo-aichi {
  width: 93%;
  margin: 0 auto;
}
.footer_sdgslogo-items {
  width: 33%;
}
.footer_sdgslogo-aichi-items {
  width: 31%;
}
@media (max-width:767px) {
  .sdgs-a {
    padding: 24vw 0;
  }
  .sdgslogo_items {
    margin: 13vw 0 11vw 0;
  }
  .sdgslogo_items p {
    font-size: 3vw;
    margin-top: 3vw;
  }
  .sdgs_icon {
    width: 23%;
  }
  .sdgs_text {
    width: 100%;
    margin-left: 0;
  }
  .sdgs_text {
    margin-top: 3vw;
  }
  .sdgslogo_items {
    flex-direction: column;
    gap: 40px;
  }
  .footer_sdgslogo {
    width: 44%;
  }
  .footer_sdgslogo-aichi {
    width: 72%;
  }
  .footer_sdgslogo-items {
    width: 100%;
  }
  .footer_sdgslogo-aichi-items {
    width: 100%;
  }
}
/*----- 20251029 -----*/
.blue_color {
  color: #00538f;
  font-weight: 500;
}
.recycle-wrap .recycle-guide .recycle-list .mb_m {
  margin-bottom: 120px;
}
@media (max-width:767px) {
  .sp_w img {
    width: 100%;
  }
  .recycle-wrap .recycle-guide .recycle-list .mb_m {
    margin-bottom: 100px;
  }
}