@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  line-break: strict;
  word-break: break-all;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
}
@media (min-width: 946px) {
  a.tel {
    pointer-events: none;
    cursor: default;
  }
}

@media (min-width: 946px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 945px) {
  .pc {
    display: none !important;
  }
}
/*================================
	img
=================================*/
img {
  width: 100%;
}

/*================================
	body
=================================*/
body {
  background-color: #000;
}

/*================================
	.header-spac
=================================*/
.header-space {
  width: 100%;
  height: 88px;
}

/*================================
	header
=================================*/
.header {
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  width: 100%;
  background: #555;
  background-image: url(/images/common/header-bg.jpg);
  background-size: cover;
  background-position: center;
}
.header .header-inner {
  display: flex;
  align-items: center;
  padding: 20px 20px;
}
@media screen and (min-width: 1400px) {
  .header .header-inner {
    padding: 20px 40px;
  }
}
.header .header-inner .logo-container {
  margin-right: 32px;
}
.header .header-inner .logo-container .logo {
  width: 172px;
}
.header .header-inner .nav-lists-container .nav-lists {
  display: flex;
  align-items: center;
}
.header .header-inner .nav-lists-container .nav-lists li {
  margin-right: 28px;
}
@media screen and (max-width: 1400px) {
  .header .header-inner .nav-lists-container .nav-lists li {
    margin-right: 24px;
  }
}
.header .header-inner .nav-lists-container .nav-lists li a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.header .header-inner .nav-lists-container .nav-lists li a.contact-button {
  text-align: center;
  display: inline-block;
  width: 136px;
  height: 30px;
  background-image: url(/images/common/contact-button.png);
  background-size: cover;
  background-position: center;
}
.header .header-inner .nav-lists-container .nav-lists li a.contact-button .pos {
  position: relative;
  top: 1px;
  letter-spacing: -0.015em;
}
.header .header-inner .nav-lists-container .nav-lists li a .enter {
  display: block;
}
@media screen and (min-width: 1182px) {
  .header .header-inner .nav-lists-container .nav-lists li a .enter {
    display: none;
  }
}
.header .header-inner .nav-lists-container .nav-lists li.sns-lists {
  margin-right: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1400px) {
  .header .header-inner .nav-lists-container .nav-lists li.sns-lists {
    right: 40px;
  }
}
.header .header-inner .nav-lists-container .nav-lists li.sns-lists span {
  display: inline-block;
  width: 24px;
  padding: 0 18px 0 0;
}

/*================================
	footer
=================================*/
.footer {
  background-image: url(/images/common/footer-bg.jpg);
  background-size: 100%;
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
  /*.text-container
  =================================*/
  /*.logo-container
  =================================*/
  /*.copyright
  =================================*/
  /*.pc-img-area
  =================================*/
}
.footer .footer-inner {
  max-width: 960px;
  padding: 110px 0 30px 150px;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer .text-container {
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
}
.footer .text-container .text {
  font-size: 20px;
  line-height: 2;
}
@media screen and (min-width: 1100px) {
  .footer .text-container .text .pc-response {
    display: none;
  }
}
.footer .logo-container {
  position: relative;
  z-index: 1;
  position: relative;
  left: -70px;
}
.footer .logo-container .logo-area {
  padding-bottom: 70px;
}
.footer .logo-container .logo-area .logo {
  width: 130px;
  display: block;
  margin: 0 auto;
}
.footer .logo-container .sns-lists-area .sns-lists {
  display: flex;
  justify-content: center;
  gap: 38px;
}
.footer .logo-container .sns-lists-area .sns-lists li a {
  width: 38px;
  display: inline-block;
}
.footer .copyright {
  font-size: 12px;
  padding: 0 60px;
  text-align: left;
  padding-bottom: 40px;
}
.footer .pc-img-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.footer .pc-img-area .pc-img-wrap {
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .footer .pc-img-area .pc-img-wrap {
    max-width: none;
    width: 100%;
  }
}
.footer .pc-img-area .pc-img-wrap .img-pos {
  position: absolute;
}
.footer .pc-img-area .pc-img-wrap .img-pos.pc-img-01 {
  top: 0;
  right: 0;
  width: 28.2%;
  opacity: 0.4;
}
@media screen and (min-width: 1350px) {
  .footer .pc-img-area .pc-img-wrap .img-pos.pc-img-01 {
    opacity: 1;
  }
}
@media screen and (min-width: 1500px) {
  .footer .pc-img-area .pc-img-wrap .img-pos.pc-img-01 {
    width: 423px;
  }
}
.footer .pc-img-area .pc-img-wrap .img-pos.pc-img-02 {
  top: 11%;
  left: 0;
  width: 25.3333333333%;
  opacity: 0.4;
}
@media screen and (min-width: 1350px) {
  .footer .pc-img-area .pc-img-wrap .img-pos.pc-img-02 {
    opacity: 1;
  }
}
@media screen and (min-width: 1500px) {
  .footer .pc-img-area .pc-img-wrap .img-pos.pc-img-02 {
    width: 380px;
  }
}
.footer .pc-img-area .pc-img-wrap .img-pos.pc-img-03 {
  top: 52%;
  left: 1.3333333333%;
  width: 33.3333333333%;
}
@media screen and (min-width: 1500px) {
  .footer .pc-img-area .pc-img-wrap .img-pos.pc-img-03 {
    top: 48%;
    width: 500px;
  }
}
.footer .pc-img-area .pc-img-wrap .img-pos.pc-img-04 {
  top: 68%;
  left: 10.6666666667%;
  width: 20.2666666667%;
}
@media screen and (min-width: 1500px) {
  .footer .pc-img-area .pc-img-wrap .img-pos.pc-img-04 {
    width: 304px;
  }
}
.footer .pc-img-area .pc-img-wrap .img-pos.pc-img-05 {
  bottom: 0;
  right: 0;
  width: 42.6%;
}
@media screen and (min-width: 1500px) {
  .footer .pc-img-area .pc-img-wrap .img-pos.pc-img-05 {
    width: 639px;
  }
}

/*================================
	.title-container
=================================*/
.title-container {
  padding-bottom: 36px;
}
.title-container .title {
  font-size: 24px;
  color: #fff;
}

/*================================
	.inner
=================================*/
.inner {
  max-width: 1145px;
  padding: 72px 40px;
  margin: 0 auto;
}

/*================================
	.main-visual-container
=================================*/
.main-visual-container {
  aspect-ratio: 1500/750;
  position: relative;
  overflow: hidden;
}
.main-visual-container .main-visual-pos {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(60px);
  transition: all 1.8s ease 1s;
}
.main-visual-container .main-visual-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-visual-container .main-visual-img .bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
}
.main-visual-container .main-logo {
  position: absolute;
  z-index: 1;
  top: 5.2142857143vw;
  right: 10vw;
  width: 9.2857142857vw;
  transform: translateY(50px);
  opacity: 0;
  transition: all 1.8s ease 1.3s;
}
.main-visual-container.js-anime-start {
  /*.main-visual-pos
  =================================*/
}
.main-visual-container.js-anime-start .main-visual-pos {
  opacity: 1;
  transform: translateY(0);
}
.main-visual-container.js-anime-start .main-logo {
  opacity: 1;
  transform: translateY(0);
}

/*================================
	.section-video
=================================*/
.section-video {
  /*.tab-container
  =================================*/
  /*.tab-content
  =================================*/
  /*.video-lists-container
  =================================*/
}
.section-video .tab-container {
  display: flex;
  padding-bottom: 80px;
}
.section-video .tab-container .item {
  text-align: center;
  margin-right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: solid 1px #fff;
  overflow: hidden;
}
.section-video .tab-container .item a {
  width: 140px;
  font-size: 15px;
  padding: 8px 0;
  display: block;
  color: #fff;
  line-height: 1.2;
}
.section-video .tab-container .item.active {
  background-color: rgba(255, 255, 255, 0.6);
}
.section-video .tab-container .item.active a {
  color: #000;
}
.section-video .tab-content {
  display: none;
}
.section-video .tab-content.active {
  display: block;
}
.section-video .video-lists-container .video-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 15px;
}
@media screen and (min-width: 980px) {
  .section-video .video-lists-container .video-lists {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section-video .video-lists-container .video-lists .item .video-img-area {
  padding-bottom: 8px;
}
.section-video .video-lists-container .video-lists .item .article-area .title {
  padding-bottom: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  word-break: auto-phrase;
}
.section-video .video-lists-container .video-lists .item .article-area .text {
  font-size: 14px;
  color: #9fa0a0;
}

/*-- 下層ページ　---------*/
/*================================
	.section-intro
=================================*/
.section-intro {
  background-color: #fff;
  /*.intro-containe
  =================================*/
  /*.intro-video-lists-container
  =================================*/
}
.section-intro .intro-container {
  padding-bottom: 40px;
}
@media screen and (min-width: 980px) {
  .section-intro .intro-container {
    display: flex;
    justify-content: space-between;
  }
}
.section-intro .intro-container .intro-area {
  width: 100%;
  margin-bottom: -100px;
  box-sizing: border-box;
}
@media screen and (min-width: 980px) {
  .section-intro .intro-container .intro-area {
    width: calc(100% - 450px);
    padding-right: 2.1582733813%;
    margin-bottom: 0;
  }
}
.section-intro .intro-container .intro-area .title {
  width: 240px;
  padding-bottom: 30px;
}
.section-intro .intro-container .intro-area .text {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.section-intro .intro-container .intro-area .sign-text-area {
  width: 100%;
  text-align: right;
}
.section-intro .intro-container .intro-area .sign-text-area .sign-text-wrap {
  display: inline-block;
}
.section-intro .intro-container .intro-area .sign-text-area .sign-text-wrap .sign-img {
  text-align: center;
  margin-bottom: 8px;
}
.section-intro .intro-container .intro-area .sign-text-area .sign-text-wrap .sign-img img {
  width: 130px;
}
.section-intro .intro-container .intro-area .sign-text-area .sign-text-wrap .sign-text {
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
}
.section-intro .intro-container .photo-area {
  width: 45%;
}
@media screen and (min-width: 1080px) {
  .section-intro .intro-container .photo-area {
    width: 450px;
  }
}
.section-intro .intro-container .photo-area .photo {
  height: 100%;
}
.section-intro .intro-container.stock-content {
  justify-content: space-between;
}
@media screen and (min-width: 1080px) {
  .section-intro .intro-container.stock-content .intro-area {
    width: calc(100% - 620px);
    padding-right: 0 !important;
  }
}
.section-intro .intro-container.stock-content .photo-area {
  width: 60%;
}
@media screen and (min-width: 1080px) {
  .section-intro .intro-container.stock-content .photo-area {
    margin-top: 40px;
    width: 620px;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
.section-intro .intro-video-lists-container .video-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  position: relative;
}
.section-intro .intro-video-lists-container .video-lists .item .video-img-area {
  padding-bottom: 8px;
}
.section-intro .intro-video-lists-container .video-lists .item .article-area .title {
  padding-bottom: 3px;
  font-size: 16px;
  line-height: 1.5;
  word-break: auto-phrase;
}
.section-intro .intro-video-lists-container .video-lists .item .article-area .text {
  font-size: 14px;
  color: #9fa0a0;
}
.section-intro .intro-video-lists-container .video-lists .jp-map-area {
  position: absolute;
  right: -15px;
  top: -50px;
  width: 42.3580786026%;
}
@media screen and (min-width: 1400px) {
  .section-intro .intro-video-lists-container .video-lists .jp-map-area {
    width: 450px;
  }
}

/*================================
	.section-photo
=================================*/
.section-photo .photo-lists-container .photo-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

.c-anim-left {
  transform: translate(-60px, 0);
  opacity: 0;
  transition: 1.8s ease;
}

.c-anim-right {
  transform: translate(60px, 0);
  opacity: 0;
  transition: 1.8s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"], img[src$=".jpg"] {
  backface-visibility: hidden;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media (max-width: 945px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.row .col.col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

/*==================================
	リスト系
==================================*/
.news_ul {
  margin: 0 0 19px;
}
.news_ul .news_li {
  border-bottom: 1px solid #e8e8e8;
  padding: 22px 14px;
}
.news_ul .news_li > a {
  display: flex;
  align-items: center;
}
.news_ul .news_li > a .date {
  font-size: 16px;
  color: #919191;
  margin-right: 24px;
}
.news_ul .news_li > a .img_wrap {
  margin-right: 17px;
}
@media (min-width: 946px) {
  .news_ul .news_li > a .title {
    background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
    transition: background 0.4s ease;
  }
  .news_ul .news_li > a:hover .title {
    background-size: 100% 1px;
  }
}
@media (max-width: 945px) {
  .news_ul .news_li {
    padding: 14px 0;
  }
  .news_ul .news_li > a {
    display: block;
    position: relative;
    padding-left: 80px;
  }
  .news_ul .news_li > a .img_wrap {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .news_ul .news_li > a .img_wrap img {
    max-width: 57px;
  }
  .news_ul .news_li > a .date,
  .news_ul .news_li > a .title {
    display: block;
  }
  .news_ul .news_li > a .date {
    font-size: 14px;
    margin: 0 0 7px;
  }
  .news_ul .news_li > a .title {
    font-size: 16px;
    line-height: 1.3;
  }
}

/*==================================
	ページナビ
==================================*/
.page_navigation .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 50px;
}
@media (max-width: 945px) {
  .page_navigation .wp-pagenavi {
    margin: 30px 0 40px;
  }
}
.page_navigation .wp-pagenavi > .page,
.page_navigation .wp-pagenavi .current {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 5px;
}
.page_navigation .wp-pagenavi > .page:not(.current),
.page_navigation .wp-pagenavi .current:not(.current) {
  background-color: #f3f3f3;
}
@media (min-width: 946px) {
  .page_navigation .wp-pagenavi > .page:not(.current):hover,
  .page_navigation .wp-pagenavi .current:not(.current):hover {
    color: #fff;
    background-color: #000;
  }
}
.page_navigation .wp-pagenavi > .page.current,
.page_navigation .wp-pagenavi .current.current {
  background-color: #000;
  color: #fff;
}
.page_navigation .wp-pagenavi .nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink {
  position: relative;
  font-weight: 500;
  box-sizing: border-box;
}
.page_navigation .wp-pagenavi .nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 14px;
  background-image: url(../images/common/pager_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink {
  padding-left: 33px;
  margin-right: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink::before {
  left: 0;
  transform: scale(-1, 1);
}
@media (min-width: 946px) {
  .page_navigation .wp-pagenavi .nextpostslink.previouspostslink:hover::before,
  .page_navigation .wp-pagenavi .previouspostslink.previouspostslink:hover::before {
    left: -5px;
  }
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink {
  padding-right: 33px;
  margin-left: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink::before {
  right: 0;
}
@media (min-width: 946px) {
  .page_navigation .wp-pagenavi .nextpostslink.nextpostslink:hover::before,
  .page_navigation .wp-pagenavi .previouspostslink.nextpostslink:hover::before {
    right: -5px;
  }
}
.page_navigation .wp-pagenavi .list_back {
  margin-left: 58px;
  margin-right: 58px;
}
.page_navigation .wp-pagenavi .list_back > a {
  font-weight: 500;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-image: url(../img/news/list_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page_navigation > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 50px;
}
.page_navigation > ul .link_page,
.page_navigation > ul .current_page {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 5px;
}
.page_navigation > ul .link_page:not(.current_page),
.page_navigation > ul .current_page:not(.current_page) {
  background-color: #f3f3f3;
}
@media (min-width: 946px) {
  .page_navigation > ul .link_page:not(.current_page):hover,
  .page_navigation > ul .current_page:not(.current_page):hover {
    color: #fff;
    background-color: #000;
  }
}
.page_navigation > ul .link_page.current_page,
.page_navigation > ul .current_page.current_page {
  background-color: #000;
  color: #fff;
}

/*==================================
  Contact_reset
==================================*/
main#Contact {
  /*------ Reset CSS ------*/
  /*------ Reset END ------*/
}
main#Contact input {
  -webkit-appearance: none;
}
main#Contact input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
main#Contact input[type=radio] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=radio]:checked + label {
  background: #ff0000;
}
main#Contact input[type=checkbox] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=checkbox]:checked + label {
  background: #ff0000;
}
main#Contact input::placeholder {
  color: #b7b7b7;
}
main#Contact input:-ms-input-placeholder {
  color: #b7b7b7;
}
main#Contact input::-webkit-input-placeholder {
  color: #b7b7b7;
}
main#Contact button,
main#Contact input[type=button],
main#Contact input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
main#Contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}
main#Contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top {
  /*================================
  	.section-top
  =================================*/
}
#Top .section-top .inner {
  padding-bottom: 0;
}
#Top .section-top .animation-loop-container {
  background-color: #000;
}
#Top .section-top .animation-loop-container .animation-loop {
  position: relative;
  max-width: 1145px;
  padding-top: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  #Top .section-top .animation-loop-container .animation-loop {
    width: 1145px;
  }
}
#Top .section-top .animation-loop-container .animation-loop .item {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  width: 48.0349344978%;
  aspect-ratio: 1/1;
}
#Top .section-top .animation-loop-container .animation-loop .item.pos-01 {
  left: 0;
  top: 0;
}
#Top .section-top .animation-loop-container .animation-loop .item.pos-02 {
  right: 0;
  top: 0;
}
#Top .section-top .animation-loop-container .animation-loop .item.pos-03 {
  right: 0;
  bottom: 0;
}
#Top .section-top .animation-loop-container .animation-loop .item.pos-04 {
  left: 0;
  bottom: 0;
}
#Top .section-top .animation-loop-container .animation-loop .item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#Top .section-top .animation-loop-container .animation-loop .item a .article-area {
  width: 100%;
  flex: 1 1 auto;
  margin-bottom: 3.6%;
}
#Top .section-top .animation-loop-container .animation-loop .item a .article-area .logo-title {
  padding: 5.2% 0 3.2%;
  width: 100%;
  text-align: center;
}
#Top .section-top .animation-loop-container .animation-loop .item a .article-area .logo-title img {
  width: 40%;
  aspect-ratio: 220/88;
  object-fit: contain;
}
#Top .section-top .animation-loop-container .animation-loop .item a .article-area .text {
  font-size: clamp(12px, 1.5720524017vw, 18px);
  text-align: center;
  line-height: 1.5;
}
#Top .section-top .animation-loop-container .animation-loop .item a .article-area .name {
  font-size: clamp(12px, 1.5720524017vw, 18px);
  text-align: center;
}
#Top .section-top .animation-loop-container .animation-loop .item a .photo-area {
  width: 100%;
  height: 55%;
}
#Top .section-top .animation-loop-container .animation-loop .circle-img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42.8571428571vw;
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: solid 15px rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 1400px) {
  #Top .section-top .animation-loop-container .animation-loop .circle-img {
    width: 600px;
  }
}
#Top .section-top .animation-loop {
  position: relative;
}
#Top .section-top .animation-loop .item {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
}
#Top .section-top .animation-loop.is-resizing .item a {
  pointer-events: none;
}
#Top .section-top .animation-loop.is-resizing {
  opacity: 0.98;
}

/*==================================
  Frog
==================================*/
#Frog {
  /*================================
  .section-intro
  =================================*/
  /*================================
  .section-photo-custom
  =================================*/
  /*================================
  	.title-container
  =================================*/
  /*================================
  	.sign-text-area
  =================================*/
  /*================================
  .pc-photo-custom-lists-container
  =================================*/
}
#Frog .section-intro {
  /*.intro-video-lists-container
  =================================*/
}
#Frog .section-intro .intro-video-lists-container .video-lists .jp-map-area {
  right: -2.5714285714vw;
  top: -4.7142857143vw;
  width: 32.8571428571vw;
}
@media screen and (min-width: 1400px) {
  #Frog .section-intro .intro-video-lists-container .video-lists .jp-map-area {
    right: -36px;
    top: -66px;
    width: 460px;
  }
}
#Frog .section-photo-custom .inner {
  padding-bottom: 0;
}
#Frog .title-container .title {
  font-size: 20px;
}
#Frog .sign-text-area {
  width: 96%;
}
#Frog .sign-text-area .sign-text-wrap .sign-img {
  transform: translateX(-8%);
}
#Frog .sign-text-area .sign-text-wrap .sign-img img {
  width: 185px;
}
#Frog .pc-photo-custom-lists-container .pc-photo-custom-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 50px;
}
#Frog .pc-photo-custom-lists-container .pc-photo-custom-lists .item.num-07 {
  grid-row: span 2/span 2;
}
#Frog .pc-photo-custom-lists-container .pc-photo-custom-lists .item.num-10 {
  grid-column-start: 2;
}
#Frog .pc-photo-custom-lists-container .pc-photo-custom-lists .item.num-11 {
  grid-column-start: 3;
}
#Frog .pc-photo-custom-lists-container .pc-photo-custom-lists .item.num-12 {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-row-start: 5;
}
#Frog .pc-photo-custom-lists-container .pc-photo-custom-lists .item.num-13 {
  grid-column-start: 3;
  grid-row-start: 5;
}
#Frog .pc-photo-custom-lists-container .pc-photo-custom-lists .item .photo {
  padding-bottom: 8px;
}
#Frog .pc-photo-custom-lists-container .pc-photo-custom-lists .item .photo img {
  width: 100%;
}

/*==================================
  Frog
==================================*/
#Basspond {
  /*================================
  .section-intro
  =================================*/
  /*================================
  	.sign-text-area
  =================================*/
  /*================================
  .pc-photo-custom-lists-container
  =================================*/
}
#Basspond .section-intro {
  /*.intro-video-lists-container
  =================================*/
}
#Basspond .section-intro .intro-video-lists-container .video-lists .jp-map-area {
  right: -2.5714285714vw;
  top: -6.9285714286vw;
  width: 31.4285714286vw;
}
@media screen and (min-width: 1400px) {
  #Basspond .section-intro .intro-video-lists-container .video-lists .jp-map-area {
    right: -36px;
    top: -97px;
    width: 440px;
  }
}
#Basspond .sign-text-area .sign-text-wrap .sign-img img {
  width: 158px;
}
#Basspond .sign-text-area .sign-text-wrap .sign-text {
  padding: 0 10px 0 0;
}
#Basspond .pc-photo-custom-lists-container .pc-photo-custom-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 50px;
}
#Basspond .pc-photo-custom-lists-container .pc-photo-custom-lists .item.num-01 {
  grid-row: span 2/span 2;
}
#Basspond .pc-photo-custom-lists-container .pc-photo-custom-lists .item.num-04 {
  grid-column-start: 2;
}
#Basspond .pc-photo-custom-lists-container .pc-photo-custom-lists .item.num-05 {
  grid-row: span 2/span 2;
  grid-column-start: 3;
}
#Basspond .pc-photo-custom-lists-container .pc-photo-custom-lists .item.num-06 {
  grid-row-start: 3;
}
#Basspond .pc-photo-custom-lists-container .pc-photo-custom-lists .item.num-07 {
  grid-row: span 2/span 2;
  grid-row-start: 3;
}
#Basspond .pc-photo-custom-lists-container .pc-photo-custom-lists .item.num-08 {
  grid-column-start: 3;
  grid-row-start: 4;
}
#Basspond .pc-photo-custom-lists-container .pc-photo-custom-lists .item.num-09 {
  grid-row: span 2/span 2;
  grid-column-start: 1;
  grid-row-start: 4;
}
#Basspond .pc-photo-custom-lists-container .pc-photo-custom-lists .item.num-10 {
  grid-column-start: 2;
  grid-row-start: 5;
}
#Basspond .pc-photo-custom-lists-container .pc-photo-custom-lists .item .photo {
  padding-bottom: 8px;
}
#Basspond .pc-photo-custom-lists-container .pc-photo-custom-lists .item .photo img {
  width: 100%;
}

/*==================================
  Frog
==================================*/
#Tombstone {
  /*================================
  .section-intro
  =================================*/
  /*================================
  .section-photo-custom
  =================================*/
  /*================================
  	.title-container
  =================================*/
  /*================================
  	.sign-text-area
  =================================*/
  /*================================
  .pc-photo-custom-lists-container
  =================================*/
}
#Tombstone .section-intro {
  /*.intro-video-lists-container
  =================================*/
  /*.intro-video-lists-container
  =================================*/
}
#Tombstone .section-intro .intro-area .title {
  width: 220px;
}
#Tombstone .section-intro .intro-area .sign-text-area {
  margin-top: 16px;
}
#Tombstone .section-intro .intro-area .sign-text-area .sign-text-wrap .sign-img img {
  width: 255px;
}
#Tombstone .section-intro .intro-video-lists-container .video-lists .jp-map-area {
  right: 1.1428571429vw;
  top: -4.2857142857vw;
  width: 29.2857142857vw;
}
@media screen and (min-width: 1400px) {
  #Tombstone .section-intro .intro-video-lists-container .video-lists .jp-map-area {
    right: -10px;
    top: -48px;
    width: 410px;
  }
}
#Tombstone .section-photo-custom .inner {
  padding-bottom: 0;
}
#Tombstone .title-container .title {
  font-size: 20px;
}
#Tombstone .sign-text-area .sign-text-wrap .sign-img {
  transform: translateX(-18%);
}
#Tombstone .sign-text-area .sign-text-wrap .sign-img img {
  width: 253px;
}

/*==================================
  Stock
==================================*/
#Stock {
  /*================================
  .section-intro
  =================================*/
  /*================================
  .section-photo-custom
  =================================*/
  /*================================
  	.title-container
  =================================*/
  /*================================
  	.sign-text-area
  =================================*/
  /*================================
  .pc-photo-custom-lists-container
  =================================*/
}
#Stock .section-intro {
  /*.intro-video-lists-container
  =================================*/
}
#Stock .section-intro .intro-video-lists-container .video-lists .jp-map-area {
  right: -2.1428571429vw;
  top: -5.7142857143vw;
  width: 30vw;
}
@media screen and (min-width: 1400px) {
  #Stock .section-intro .intro-video-lists-container .video-lists .jp-map-area {
    right: -30px;
    top: -80px;
    width: 420px;
  }
}
#Stock .section-photo-custom .inner {
  padding-bottom: 0;
}
#Stock .title-container .title {
  font-size: 20px;
}
#Stock .sign-text-area .sign-text-wrap .sign-img img {
  width: 158px;
}
#Stock .pc-photo-custom-lists-container .pc-photo-custom-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 50px;
}
#Stock .pc-photo-custom-lists-container .pc-photo-custom-lists .item .photo {
  padding-bottom: 8px;
}
#Stock .pc-photo-custom-lists-container .pc-photo-custom-lists .item .photo img {
  width: 100%;
}

/*==================================
  #Map
==================================*/
#Map {
  background-color: #fff;
  /*================================
  	.main-visual-containe
  =================================*/
  /*================================
  	.section-address
  =================================*/
  /*================================
  	.address-lists-contianer
  =================================*/
  /*================================
  	.section-map
  =================================*/
}
#Map .main-visual-container .main-visual-pos .main-title-area .main-title .text:nth-last-child(1) {
  visibility: hidden;
}
#Map .section-address .inner {
  padding-top: 20px;
}
#Map .section-address .address-title-container {
  padding-bottom: 30px;
}
#Map .section-address .address-title-container .address-title {
  background-color: #000;
  color: #fff;
  line-height: 1;
  padding: 8px 24px;
}
#Map .address-lists-container .logo {
  width: 160px;
  padding-bottom: 25px;
}
#Map .address-lists-container .address-lists.two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 90px;
}
#Map .address-lists-container .address-lists li {
  margin-bottom: 16px;
}
#Map .address-lists-container .address-lists .place-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
#Map .address-lists-container .address-lists .address-text {
  font-size: 14px;
}
#Map .address-lists-container .mail {
  padding: 0 0 25px 0;
}
#Map .address-lists-container .mail a {
  color: #0084ce;
}
#Map .section-map {
  /*.map-container
  =================================*/
}
#Map .section-map .inner {
  padding-bottom: 0;
}
#Map .section-map .map-container .map-area .catch-copy-text {
  font-size: 20px;
  line-height: 1.8;
  padding-bottom: 50px;
}
#Map .section-map .map-container .map-area .map-img-area {
  position: relative;
}
#Map .section-map .map-container .map-area .map-img-area .map-img {
  width: 94.3231441048%;
  margin: 0 auto;
}
#Map .section-map .map-container .map-area .map-img-area .pin-logo {
  position: absolute;
  left: 43.1481481481%;
  top: 43.4301521438%;
  width: 12.962962963%;
}
#Map .section-map .map-container .map-area .map-img-area .pin-icon {
  position: absolute;
  width: 2.4074074074%;
  top: 35.9612724758%;
  right: 30.5555555556%;
}

/*==================================
  News
==================================*/
#News main#Blog .pager_wrap {
  max-width: 560px;
  margin: 80px auto 0;
}
#News main#Blog .pager_wrap ul {
  position: relative;
}
#News main#Blog .pager_wrap ul li a:hover {
  opacity: 0.7;
}
#News main#Blog .pager_wrap ul .list a {
  font-weight: 500;
  display: block;
  width: 210px;
  color: #002344;
  border: 2px solid #002344;
  letter-spacing: 0.2em;
  line-height: 34px;
  border-radius: 19px;
  font-size: 18px;
  text-align: center;
  margin: auto;
}
#News main#Blog .pager_wrap ul .prev, #News main#Blog .pager_wrap ul .next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 32px;
}
#News main#Blog .pager_wrap ul .prev a, #News main#Blog .pager_wrap ul .next a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  box-sizing: border-box;
}
#News main#Blog .pager_wrap ul .prev a::before, #News main#Blog .pager_wrap ul .next a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: all 0.3s ease;
}
#News main#Blog .pager_wrap ul .prev {
  left: 90px;
}
#News main#Blog .pager_wrap ul .prev a::before {
  border-right: 8px solid #000;
}
#News main#Blog .pager_wrap ul .next {
  right: 90px;
}
#News main#Blog .pager_wrap ul .next a::before {
  border-left: 8px solid #000;
}

/*==================================
  Contact
==================================*/
main#Contact {
  /*==================================
  	Contact_base
  ==================================*/
  /* input, textarea
  --------------------------------*/
  /* radio_button
  --------------------------------*/
  /*------ Form Base ------*/
}
@keyframes onAutoFillStart {}
main#Contact span.error {
  color: #cc0303;
  display: block;
  margin: 7px 0 0;
}
main#Contact input:-webkit-autofill {
  animation-name: onAutoFillStart;
  background: rgb(255, 255, 255) !important;
  transition: background-color 50000s ease-in-out 0s;
}
main#Contact input[type=text]:focus,
main#Contact input[type=email]:focus,
main#Contact input[type=tel]:focus,
main#Contact input[type=search]:focus,
main#Contact input[type=url]:focus,
main#Contact textarea:focus {
  color: #000;
  background-color: #dddddd;
}
main#Contact .ERR {
  color: #cc0303;
}
main#Contact input[type=text] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 12px 21px;
  border: 1px solid #dddddd;
  background: #dddddd;
  box-sizing: border-box;
  color: #000;
  width: 100%;
}
main#Contact input[type=text].zip {
  max-width: 247px;
  width: 100%;
}
main#Contact .zip-wrap {
  background: #dddddd;
  display: inline-block;
  position: relative;
  max-width: 247px;
  width: 100%;
  margin-right: 3px;
}
main#Contact .zip-wrap::before {
  content: "〒";
  font-size: 18px;
  position: absolute;
  top: 0.8em;
  left: 24px;
  margin: auto;
}
main#Contact .zip-wrap input {
  padding: 12px 21px 12px 55px;
  width: 100%;
}
main#Contact input[type=button] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #000;
  max-width: 140px;
  width: 100%;
  background: #dddddd;
  border: 3px solid #dddddd;
  padding: 10px 19px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
main#Contact input[type=button]:hover {
  background: none;
}
main#Contact input[type=checkbox] + label {
  padding-left: 29px;
  position: relative;
  margin-right: 29px;
  cursor: pointer;
}
main#Contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #dddddd;
  background: #dddddd;
  box-sizing: border-box;
}
main#Contact input[type=checkbox] + label::after {
  content: "";
  opacity: 0;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  display: block;
  height: 9px;
  left: 7px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
main#Contact input[type=checkbox]:checked + label {
  background: none;
}
main#Contact input[type=checkbox]:checked + label::after {
  opacity: 1;
}
main#Contact input[type=radio] + label {
  padding-left: 27px;
  position: relative;
  margin-right: 27px;
  cursor: pointer;
}
main#Contact input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #dddddd;
  background: #dddddd;
  box-sizing: border-box;
  border-radius: 50%;
}
main#Contact input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
}
main#Contact input[type=radio]:checked + label {
  background: none;
}
main#Contact input[type=radio]:checked + label::after {
  opacity: 1;
}
main#Contact .select-box {
  overflow: hidden;
  width: 60%;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #dddddd;
}
main#Contact .select-box select {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.035em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 38px 12px 21px;
}
main#Contact .select-box select::-ms-expand {
  display: none;
}
main#Contact .select-box::before {
  position: absolute;
  top: 1.25em;
  right: 21px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  pointer-events: none;
}
main#Contact textarea {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  border: 1px solid #dddddd;
  background: #dddddd;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 21px;
  min-height: 174px;
}
main#Contact .overscroll {
  overflow-y: scroll;
  height: 237px;
  padding: 25px 21px;
  background: #dddddd;
}
main#Contact .overscroll ul > li {
  margin-bottom: 25px;
}
main#Contact .overscroll ul > li strong {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 5px;
  color: #000;
}
main#Contact .overscroll ul > li p {
  font-size: 14px;
  line-height: 1.42;
}
main#Contact .overscroll ul > li > ol {
  margin-top: 5px;
}
main#Contact .overscroll ul > li > ol li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
main#Contact .overscroll ul > li:first-child strong {
  margin-bottom: 20px;
}
main#Contact .overscroll ul > li:last-child {
  margin-bottom: 0;
}
main#Contact .submit_area {
  margin-top: 85px;
  text-align: center;
}
main#Contact .submit_area span {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  width: 262px;
  background: #dddddd;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #dddddd;
  transition: all 0.3s ease;
}
main#Contact .submit_area span input[type=submit] {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  cursor: pointer;
  width: 100%;
  height: 58px;
  box-sizing: border-box;
}
main#Contact .submit_area span:hover {
  background: none;
}
main#Contact .submit_area span:hover input[type=submit] {
  color: #000;
}
main#Contact .submit_area ul.koumoku {
  max-width: 590px;
  margin: 20px auto 0;
}
main#Contact .submit_area ul.koumoku li {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  width: 262px;
  background: #5f4b08;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #5f4b08;
  transition: all 0.3s ease;
}
main#Contact .submit_area ul.koumoku li input[type=submit] {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  cursor: pointer;
  width: 100%;
  height: 58px;
  box-sizing: border-box;
}
main#Contact .submit_area ul.koumoku li:hover {
  background: none;
}
main#Contact .submit_area ul.koumoku li:hover input[type=submit] {
  color: #000;
}
main#Contact .submit_area ul.koumoku li:hover svg path {
  fill: #000;
}
main#Contact .btn_back {
  margin-top: 25px;
  text-align: center;
}
main#Contact .btn_back input {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #dddddd;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #dddddd;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
}
main#Contact .contact_back {
  margin-top: 25px;
  text-align: center;
}
main#Contact .contact_back a {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #dddddd;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #dddddd;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
}
main#Contact .contact_back a:hover {
  color: #000;
  background: none;
}
main#Contact .container {
  margin: auto;
}
main#Contact .container p > a {
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
  display: inline;
}
main#Contact .container p > a:hover {
  color: #704f00;
  background: linear-gradient(#704f00, #704f00) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
}
main#Contact .agree_area {
  margin: 30px 0 0;
  text-align: center;
}
main#Contact .need {
  color: #cc0303;
}
main#Contact table {
  display: block;
}
main#Contact table tbody {
  display: block;
}
main#Contact table tr {
  display: block;
  margin-bottom: 30px;
}
main#Contact table tr th {
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-bottom: 13px;
}
main#Contact table tr td {
  display: block;
}
main#Contact table tr td .text02 {
  margin-top: 8px;
}
main#Contact .check-list {
  padding-top: 5px;
  padding-left: 0;
}
main#Contact .check-list li {
  display: inline-block;
}
main#Contact .form_wrap > p {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
main#Contact.sfm2 td p {
  overflow-wrap: break-word;
}