@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  font: 500 16px/1.8 "Noto Sans JP", sans-serif;
  color: #424242;
  text-align: left;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: #424242;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

::-moz-selection {
  background-color: #fff800;
  color: #424242;
}

::selection {
  background-color: #fff800;
  color: #424242;
}

#container_wrap {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner, .inner_s, .inner_l {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner, .inner_s, .inner_l {
    padding: 0 8%;
  }
}

.inner_l {
  max-width: 1340px;
}

.inner_s {
  max-width: 1020px;
}

#main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

#sub {
  float: left;
  width: 19%;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

#top_main {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}

#top_left {
  width: 50%;
  float: left;
}

#top_right {
  width: 50%;
  float: right;
}

.section_wrap {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 3.5rem 0;
  }
}

header {
  margin: 0 auto 30px;
}

.header_box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 0 8%;
  }
}

.header_ttl {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 50px;
}
.header_ttl a {
  display: inline-block;
}
.header_ttl img.logo {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 200px;
  }
}

#gnavi ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin: auto;
}
#gnavi ul li {
  margin-bottom: 20px;
}
#gnavi ul li:last-of-type {
  margin-bottom: 0;
}
#gnavi ul li > a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #gnavi ul li > a {
    font-size: 1.125rem;
  }
}
#gnavi ul li > a:hover {
  color: #FF407D;
}

.menu-trigger {
  top: 30px;
  left: auto;
  right: 5.5%;
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: fixed;
  width: 88px;
  height: 88px;
  z-index: 10000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  background: #FF407D;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    top: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
  }
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  z-index: 4;
  left: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .menu-trigger span {
    width: 24px;
  }
}
.menu-trigger span:nth-of-type(1) {
  top: 26%;
}
.menu-trigger span:nth-of-type(2) {
  top: 37%;
  opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
  top: 49%;
}
@media screen and (max-width: 767px) {
  .menu-trigger.active {
    background: none;
  }
}
.menu-trigger.active span {
  width: 36px;
}
@media screen and (max-width: 767px) {
  .menu-trigger.active span {
    width: 50px;
    background: #fff;
  }
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
  top: 25%;
}
@media screen and (max-width: 767px) {
  .menu-trigger.active span:nth-of-type(1) {
    transform: translate(-3px, 8px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(-45deg);
  top: 45%;
}
@media screen and (max-width: 767px) {
  .menu-trigger.active span:nth-of-type(3) {
    top: 48%;
    transform: translate(-3px, -9px) rotate(-45deg);
  }
}
.menu-trigger .txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .menu-trigger .txt {
    font-size: 0.75rem;
  }
}

#overlay {
  text-align: left;
  width: 100%;
  height: 0;
  padding: 0;
  position: fixed;
  left: 0;
  z-index: 9999;
  background-color: #424242;
  box-sizing: border-box;
  overflow-y: scroll;
  transition: 0.5s;
  color: #FF407D;
  scrollbar-width: none;
}
#overlay.active {
  visibility: visible;
  box-shadow: none;
  height: 100%;
}
#overlay::-webkit-scrollbar {
  display: none;
}

#footer {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 30px 0;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 60px 8% 0;
  }
}

.f_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.f_navi li {
  display: inline-block;
  margin: 0 0.5em;
  text-align: center;
}
.f_navi li a {
  display: block;
  padding: 0 0.5em;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .f_navi li a {
    padding: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .f_navi li a:hover {
    background: #e7e7e7;
  }
}

.f_logo {
  margin: 0 0 15px;
}

.copy {
  padding: 50px 0 30px;
  font-size: 0.94em;
  text-align: center;
}

.footer_txt_01 {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 20px;
}

.section_side {
  margin-bottom: 15%;
}
.section_side:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_side {
    margin-bottom: 10%;
  }
}

#searchform div {
  display: flex;
  align-items: center;
}
#searchform div input#search {
  border: 1px solid #424242;
  padding: 0.5em;
  border-radius: 20px;
  margin-right: 5%;
}
#searchform div input#search_btn {
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  padding: 0;
  background: url(../images/icon_search.svg) no-repeat center/100%;
  font-size: 0;
}

.list_cat li {
  margin-bottom: 1em;
}
.list_cat li:last-child {
  margin-bottom: 0;
}
.list_cat li a {
  position: relative;
  padding-left: 13px;
}
.list_cat li a:before {
  position: absolute;
  content: "";
  background: url(../images/right_b.svg) no-repeat center/cover;
  width: 5px;
  height: 7px;
  left: 0;
  top: 7px;
}
.list_cat li a:hover {
  color: #9fa0a0;
}

.list_side li {
  margin-bottom: 7%;
}
.list_side li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_side li {
    font-size: 1em;
    margin-bottom: 5%;
  }
}
.list_side li a {
  display: flex;
  justify-content: space-between;
}
.list_side li a .side_img {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_side li a .side_img {
    width: 100px;
    height: 100px;
  }
}
.list_side li a .side_img .wpp-thumbnail {
  width: 100%;
}
.list_side li a .side_desc {
  width: calc(100% - 70px);
}
@media screen and (max-width: 767px) {
  .list_side li a .side_desc {
    width: calc(100% - 120px);
  }
}
.list_side li a .side_desc .day {
  margin-bottom: 0.5em;
  font-size: 0.9375em;
}

.main_img {
  width: 100%;
}

.main_img {
  position: relative;
  width: 100%;
  height: 100vh;
}
.main_img .text_1 {
  text-align: center;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  letter-spacing: 4px;
  display: none;
}

.mainImg, .mainImg_2 {
  position: relative;
  width: 100%;
  height: 100vh;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.mainImg::before, .mainImg_2::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/main_img_01.jpg");
  background-size: cover; /*--背景画像のサイズ--*/
  background-repeat: no-repeat; /*--背景画像の繰り返し--*/
  background-position: center center; /*--背景画像の位置--*/
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .mainImg::before, .mainImg_2::before {
    background-position: center left 18%; /*--背景画像の位置--*/
  }
}
@media screen and (max-width: 767px) {
  .mainImg::before, .mainImg_2::before {
    background-image: url("../images/main_img_01_sp.jpg");
  }
}

.mainImg_2::before {
  background-image: url("../images/main_img_02.jpg");
}
@media screen and (max-width: 1200px) {
  .mainImg_2::before {
    background-position: center right 18%; /*--背景画像の位置--*/
  }
}
@media screen and (max-width: 767px) {
  .mainImg_2::before {
    background-image: url("../images/main_img_02_sp.jpg");
  }
}

.img_1 {
  position: absolute;
  max-width: 70%;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .img_1 {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .img_1 {
    max-width: 120%;
    width: 120%;
  }
}
.img_1 img {
  width: 100%;
}

.img_2 {
  position: absolute;
  max-width: 26%;
  width: 100%;
  right: 3%;
  bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .img_2 {
    max-width: 46%;
    right: 3%;
    bottom: auto;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .img_2 {
    bottom: auto;
    top: 9%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80%;
  }
}
.img_2 img {
  width: 100%;
}

.img_4 {
  position: absolute;
  max-width: 26%;
  width: 100%;
  left: 3%;
  bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .img_4 {
    max-width: 46%;
    left: 3%;
    bottom: auto;
    top: 55%;
  }
}
@media screen and (max-width: 767px) {
  .img_4 {
    bottom: auto;
    top: 9%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80%;
  }
}
.img_4 img {
  width: 100%;
}

.img_1 {
  z-index: 2;
}

.img_2 {
  z-index: 3;
}

.img_4 {
  z-index: 3;
}

.img_3 {
  position: absolute;
  max-width: 45%;
  width: 100%;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  z-index: 4;
}
@media screen and (max-width: 1200px) {
  .img_3 {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .img_3 {
    max-width: 95%;
    bottom: 5%;
  }
}
.img_3 img {
  width: 100%;
}

.img_5 {
  position: absolute;
  max-width: 35%;
  width: 100%;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  z-index: 4;
}
@media screen and (max-width: 1200px) {
  .img_5 {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .img_5 {
    max-width: 95%;
    bottom: 5%;
  }
}
.img_5 img {
  width: 100%;
}

.map {
  position: relative;
  overflow: hidden;
}
.map::before {
  content: "";
  display: block;
  height: 330px;
}
@media screen and (max-width: 767px) {
  .map::before {
    height: 100vw;
  }
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
}

.section_article {
  font-size: 0.9375em;
}
.section_article .date {
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .section_article .date {
    font-size: 0.8em;
  }
}
.section_article img {
  margin: 3% 0;
  display: block;
  max-height: 500px;
  width: auto;
}

.sub_img {
  width: 100%;
  height: 260px;
  background: url(../images/sub_header_01.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sub_img {
    background: url(../images/sub_header_01.jpg) no-repeat center right 35%/cover;
  }
}

.blog_ttl_wrap {
  position: relative;
  margin-bottom: 50px;
}
.blog_ttl_wrap .data {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
.blog_ttl_wrap .category {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 10px;
}
.blog_ttl_wrap .ttl {
  font-size: clamp(1.75rem, 0.864rem + 1.85vw, 2.25rem);
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.article {
  font-size: 1rem;
  line-height: 2;
}
.article img {
  margin: 40px auto;
}

.list_top_news > li {
  padding-bottom: 30px;
  border-bottom: solid 1px #F0EDE6;
  margin-bottom: 50px;
}
.list_top_news > li:last-of-type {
  margin-bottom: 40px;
}
.list_top_news > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_top_news > li > a .img_wrap {
  width: 16%;
  display: block;
  overflow: hidden;
  aspect-ratio: 170/100;
}
@media screen and (max-width: 767px) {
  .list_top_news > li > a .img_wrap {
    width: 30%;
    aspect-ratio: 100/66;
  }
}
.list_top_news > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.list_top_news > li > a .contents_wrap {
  width: 79%;
}
@media screen and (max-width: 767px) {
  .list_top_news > li > a .contents_wrap {
    width: 62.2%;
  }
}
.list_top_news > li > a .contents_wrap .date {
  display: block;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.08em;
  font-size: clamp(0.75rem, 0.529rem + 0.46vw, 0.875rem);
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.5;
}
.list_top_news > li > a .contents_wrap .ttl {
  font-size: clamp(0.875rem, 0.764rem + 0.23vw, 0.938rem);
  line-height: 1.5;
}
.list_top_news > li > a:hover {
  opacity: 0.6;
}
.list_top_news > li > a:hover .img_wrap img {
  transform: scale(1.2);
}

.list_sanka > li {
  padding-bottom: 50px;
  border-bottom: solid 1px #F0EDE6;
  margin-bottom: 50px;
}
.list_sanka > li:last-of-type {
  margin-bottom: 0;
}

.list_news > li {
  border-bottom: solid 1px #F0EDE6;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .list_news > li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_news > li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.list_news > li:last-of-type {
  margin-bottom: 45px;
}
.list_news > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .list_news > li > a {
    align-items: flex-start;
  }
}
.list_news > li > a .img_wrap {
  width: 29%;
  display: block;
  overflow: hidden;
  aspect-ratio: 290/194;
}
@media screen and (max-width: 767px) {
  .list_news > li > a .img_wrap {
    width: 30%;
    aspect-ratio: 1/1;
  }
}
.list_news > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.list_news > li > a .contents_wrap {
  width: 67%;
  font-size: clamp(0.75rem, 0.529rem + 0.46vw, 0.875rem);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .list_news > li > a .contents_wrap {
    width: 62.2%;
  }
}
.list_news > li > a .contents_wrap .date {
  display: block;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.08em;
  font-size: clamp(0.75rem, 0.529rem + 0.46vw, 0.875rem);
  line-height: 1.5;
}
.list_news > li > a .contents_wrap .category {
  display: block;
  letter-spacing: 0.08em;
  font-size: clamp(0.75rem, 0.529rem + 0.46vw, 0.875rem);
  margin-bottom: 5px;
  line-height: 1.5;
}
.list_news > li > a .contents_wrap .ttl {
  font-size: clamp(1rem, 0.336rem + 1.39vw, 1.375rem);
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .list_news > li > a .contents_wrap .ttl {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_news > li > a .contents_wrap .txt {
    display: none;
  }
}
.list_news > li > a:hover {
  color: #FF407D;
  opacity: 0.6;
}

.dlist_policy {
  border-top: 1px solid #424242;
  border-bottom: 1px solid #424242;
  padding: 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .dlist_policy {
    padding: 5vw 0;
    margin-bottom: 10vw;
  }
}
.dlist_policy dt {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt {
    font-size: 1.125em;
  }
}
.dlist_policy dd {
  font-size: 0.8125em;
}

.table_company {
  width: 100%;
  border-top: 1px solid #000;
}
.table_company th {
  font-weight: 700;
  padding: 0.8em 1em;
  border-bottom: 1px solid #000;
}
.table_company td {
  padding: 0.8em 1em;
  border-bottom: 1px solid #000;
}

.top_ttl > span, .top_ttl_w > span, .top_ttl_blue > span, .top_ttl_blue_center > span, .top_ttl_center > span {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
  z-index: 3;
  color: #000;
}
.top_ttl::before, .top_ttl_w::before, .top_ttl_blue::before, .top_ttl_blue_center::before, .top_ttl_center::before {
  content: attr(data-en);
  width: 100%;
  font-size: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  display: block;
  line-height: 1;
  color: #FF407D;
}
.top_ttl_center {
  text-align: center;
}

.top_ttl_blue::before, .top_ttl_blue_center::before {
  color: #344CB7;
}

.top_ttl_blue_center {
  text-align: center;
}

.top_ttl_w > span {
  color: #fff;
}
.top_ttl_w::before {
  color: #fff;
}

.sub_ttl, .sub_ttl_blue {
  font-weight: bold;
  color: #FF407D;
  font-size: clamp(1.125rem, 0.461rem + 1.39vw, 1.5rem);
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 20px;
}
.sub_ttl::before, .sub_ttl_blue::before {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 100%;
  background-color: #FF407D;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sub_ttl::before, .sub_ttl_blue::before {
    width: 5px;
  }
}

.sub_ttl_blue {
  color: #344CB7;
}
.sub_ttl_blue::before {
  background-color: #344CB7;
}

.heading_01 {
  font-size: clamp(1rem, 0.779rem + 0.46vw, 1.125rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.text_bold {
  font-weight: bold;
}

a.link {
  color: #FF407D;
  text-decoration: underline;
}
a.link:hover {
  opacity: 0.6;
}

a.link_blue {
  color: #344CB7;
  text-decoration: underline;
}
a.link_blue:hover {
  opacity: 0.6;
}

.bg_gray {
  background: #efefef;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}
.bg_lpink {
  background: #FFE3E3;
}
.bg_lblue {
  background: #F2F9FF;
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}
.txt_clr_red {
  color: red;
}

a.more, a.more_center_blue, a.more_center, a.more_blue {
  width: 255px;
  height: 58px;
  display: grid;
  place-items: center;
  border: solid 2px #424242;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.more, a.more_center_blue, a.more_center, a.more_blue {
    margin: auto;
  }
}
a.more:hover, a.more_center_blue:hover, a.more_center:hover, a.more_blue:hover {
  background-color: #FF407D;
  border: solid 2px #FF407D;
  color: #fff;
}
a.more_blue:hover {
  background-color: #344CB7;
  border: solid 2px #344CB7;
}
a.more_center {
  margin: auto;
}
a.more_center_blue {
  margin: auto;
}
a.more_center_blue:hover {
  background-color: #344CB7;
  border: solid 2px #344CB7;
}
a.btn, a.btn_blue_center, a.btn_center, a.btn_blue {
  max-width: 350px;
  width: 100%;
  height: 68px;
  background-color: #FF407D;
  display: grid;
  place-items: center;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  color: #fff;
  border: solid 2px #FF407D;
}
@media screen and (max-width: 767px) {
  a.btn, a.btn_blue_center, a.btn_center, a.btn_blue {
    width: 100%;
    font-size: 1rem;
  }
}
a.btn:hover, a.btn_blue_center:hover, a.btn_center:hover, a.btn_blue:hover {
  background-color: #424242;
  color: #fff;
  border: solid 2px #fff;
}
a.btn_blue {
  background-color: #344CB7;
  border: solid 2px #344CB7;
}
a.btn_center {
  margin: auto;
}
a.btn_blue_center {
  margin: auto;
  background-color: #344CB7;
  border: solid 2px #344CB7;
}

.grecaptcha-badge {
  visibility: hidden;
}

#list_breadcrumb {
  font-size: 0.87em;
  padding: 1em 0;
  margin: 0;
}

.wp-pagenavi {
  margin: 60px -15px 15px 0;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 10vw;
    font-size: 1em;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 1em 1em 0;
  background: #FF407D;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: #424242;
}
.wp-pagenavi .current {
  background: #424242;
}

.yarpp-related {
  margin: 0 !important;
}
.yarpp-related a {
  font-weight: 400 !important;
}

.text_wrap {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .text_wrap {
    font-size: 0.9375rem;
  }
}

/* 配置 */
.left {
  text-align: left !important;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .left_sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .center_sp {
    text-align: center !important;
  }
}

.f_sns {
  display: block;
  width: 30px;
  margin: 30px auto 0;
}
.f_sns:hover {
  opacity: 0.6;
}

.contactform {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 1em;
  }
}
.contactform tr th {
  padding: 20px 1em 10px 0;
  text-align: left;
  vertical-align: top;
  width: 30%;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    width: 100%;
    display: block;
    padding: 0 0 1em;
    font-size: 1em;
  }
}
.contactform tr td {
  width: 70%;
  padding: 10px 0;
  text-align: left;
  font-size: 1.0625em;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    width: 100%;
    display: block;
    padding: 0 0 2em;
    font-size: 1em;
  }
}

input, textarea, select {
  width: 100%;
  padding: 1em;
  border-radius: 10px;
  border: none;
  background: #f7f7f7;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

select {
  width: 70%;
}
@media screen and (max-width: 767px) {
  select {
    width: 100%;
  }
}

textarea {
  height: 250px;
}

input#zip, input#zip1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  input#zip, input#zip1 {
    width: 35% !important;
  }
}

span.mwform-tel-field input {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  span.mwform-tel-field input {
    width: 28% !important;
  }
}

.submit, .backBtn {
  max-width: 345px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5em;
  display: block;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #424242;
  transition: 0.3s;
  border-radius: 0;
  font-size: 1.3125em;
}
@media screen and (max-width: 767px) {
  .submit, .backBtn {
    font-size: 1.1em;
  }
}
.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

.backBtn {
  background: #2b87cb;
  margin-top: 1.5em;
}

.required {
  font-size: 0.6em;
  display: inline-block;
  margin-left: 2em;
  line-height: 1;
  background: #424242;
  color: #fff;
  padding: 0.5em 1em;
  vertical-align: middle;
}

.policy_p {
  text-align: center;
  font-size: 0.9375em;
  margin-bottom: 50px;
}
.policy_p input[type=checkbox] {
  width: 38px;
  height: 35px;
  border-radius: 10px;
  vertical-align: middle;
}

.m0 {
  margin-bottom: 0 !important;
}

.m10 {
  margin-bottom: 0.625rem;
}

.m15 {
  margin-bottom: 0.9375rem;
}

.m20 {
  margin-bottom: 1.25rem;
}

.m25 {
  margin-bottom: 1.5625rem;
}

.m30 {
  margin-bottom: 1.875rem;
}

.m35 {
  margin-bottom: 2.1875rem;
}

.m40 {
  margin-bottom: 2.5rem;
}

.m45 {
  margin-bottom: 2.8125rem;
}

.m50 {
  margin-bottom: 3.125rem;
}

.m55 {
  margin-bottom: 3.4375rem;
}

.m60 {
  margin-bottom: 3.75rem;
}

.m70 {
  margin-bottom: 4.375rem;
}

.m80 {
  margin-bottom: 5rem;
}

.m90 {
  margin-bottom: 5.625rem;
}

.m100 {
  margin-bottom: 6.25rem;
}

.m110 {
  margin-bottom: 6.875rem;
}

.m120 {
  margin-bottom: 7.5rem;
}

.m130 {
  margin-bottom: 8.125rem;
}

.m140 {
  margin-bottom: 8.75rem;
}

.m160 {
  margin-bottom: 10rem;
}

.m190 {
  margin-bottom: 11.875rem;
}

@media screen and (max-width: 767px) {
  .m0_sp {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .m5_sp {
    margin-bottom: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .m10_sp {
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .m20_sp {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .m30_sp {
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .m35_sp {
    margin-bottom: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .m40_sp {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m50_sp {
    margin-bottom: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .m60_sp {
    margin-bottom: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .m70_sp {
    margin-bottom: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .m80_sp {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .m90_sp {
    margin-bottom: 5.625rem;
  }
}

@media screen and (max-width: 767px) {
  .m100_sp {
    margin-bottom: 6.25rem;
  }
}

.list_pagination {
  width: 100%;
  margin: 120px auto 100px;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #969595;
  font-size: 0.875em;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    margin: 100px auto 30px;
  }
}
.list_pagination li.prev {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .list_pagination li.prev {
    width: 100%;
  }
}
.list_pagination li.prev > a {
  padding-left: 40px;
}
.list_pagination li.prev > a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 13px;
  background: url(../images/icon_arrow_blog.svg) no-repeat center top/100%;
  top: 7px;
  left: 10px;
}
.list_pagination li.middle {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_pagination li.middle {
    width: 100%;
    display: none;
  }
}
.list_pagination li.next {
  width: 35%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .list_pagination li.next {
    width: 100%;
  }
}
.list_pagination li.next > a {
  padding-right: 40px;
}
.list_pagination li.next > a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 13px;
  background: url(../images/icon_arrow_blog.svg) no-repeat center top/100%;
  top: 7px;
  right: 10px;
  transform: scale(-1, 1);
}
.list_pagination li a {
  position: relative;
  display: inline-block;
  font-weight: 400;
}
.list_pagination li a:hover {
  opacity: 0.5;
}

.sp_blog_list {
  display: block;
  text-align: center;
}

.fade-in-mv3,
.fade-in,
.fade-in-left,
.fade-in-right {
  opacity: 0;
}

.anm-fade-in-mv3 {
  animation: anm-fade-in 0.5s 0.5s ease-in-out forwards;
}

.anm-fade-in {
  animation: anm-fade-in 1s ease-in-out forwards;
}

.anm-fade-in-left {
  animation: anm-fade-in-left 1.5s ease-in-out forwards;
}

.anm-fade-in-right {
  animation: anm-fade-in-right 2s ease-in-out forwards;
}

@keyframes anm-fade-in {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes anm-fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes anm-fade-in-right {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*ローディング
------------------------------------------------------------
*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: #FF407D;
  text-align: center;
  display: grid;
  place-items: center;
  overflow: hidden;
}
#loading .ld_img {
  width: 30%;
  z-index: 99999;
}
@media screen and (max-width: 1200px) {
  #loading .ld_img {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #loading .ld_img {
    width: 70%;
  }
}

/* サムネイル画像を横並びにするスタイル */
.thumbnail-container {
  display: flex;
  justify-content: space-between;
}

.img_wrap {
  width: 47%;
  height: 100%;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .img_wrap::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
  }
  .img_wrap:hover::after {
    display: none;
  }
}

/* モーダル（ポップアップ）の基本スタイル */
.modal {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: grid;
  place-content: center;
}

/* showクラスでフェードイン */
.modal.show {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  display: block;
  /* 画面幅・高さを超えないようにする */
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}/*# sourceMappingURL=layout.css.map */