html,
body {
  background-color: #fff; 
  font-family: dinosaur, ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 62.5%;
  color: #142950;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body.hidden {
  overflow: hidden;
}

.col3 {
  width: calc(100% - 80px);
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col3 .box {
  width: calc((100% / 3) - 40px);
  margin: 0 20px 30px;
}

.col2 {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col2 .box {
  width: calc(50% - 40px);
  margin: 0 20px 40px;
}

.col4 {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col4 .box {
  width: calc(25% - 40px);
  margin: 0 20px 40px;
}

/*共通css*/
p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #142950;
}

a {
  color: #1A1A1A;
  text-decoration: none;
}

a:hover {
  color: #1A1A1A;
  opacity: 0.5;
  text-decoration: none;
}

.btn {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 20px 0;
  padding: 20px 120px;
  border: 1px solid #222;
  transition: .2s ease-out;
  text-align: center;
}

.btn.reverse {
  border: 1px solid #142950;
  background-color: #142950;
  color: #fff;
}

.btn:hover {
  opacity: 0.5;
}

img {
  width: 100%;
}

h1{ 
  font-size: 4.8rem;
  letter-spacing: 0.5rem;
  text-align: center;
  font-feature-settings: "palt";
}

h1.page-title {
  margin: 40px 0 0;
}

h2 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
  font-feature-settings: "palt";
}

h2.border {
  border: 3px solid #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 0 50px 5px;
  margin-bottom: 40px;
}

h2.border.reverse {
  background-color: #142950;
  color: #fff;
}

h2.border.blue {
  border: 3px solid #142950;
}

h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px;
  font-feature-settings: "palt";
}

header {
  width: 100vw;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

header .menu_btn {
  width: 35px;
  height: 15px;
  position: absolute;
  top: 30px;
  right: 30px;
  pointer-events: auto;
  transition: .3s ease-out;
}

header .menu_btn.hide {
  opacity: 0;
  pointer-events: none;
}

header .menu_btn span {
  width: 35px;
  height: 3px;
  border-radius: 2px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s ease-out;
} 

header .menu_btn span:nth-of-type(2) {
  top: auto;
  left: 0;
  bottom: 0;
}

header .menu_btn.active span {
  transform: rotate(45deg);
  top: 8px;
}

header .menu_btn.active span:nth-of-type(2) {
  transform: rotate(-45deg);
  bottom: 7px;
  margin: auto;
}

menu {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease-out;
}

menu.active {
  pointer-events: auto;
  z-index: 900;
  opacity: 1.0;
}

menu a {
  font-size: calc(25px + 0.4vw);
  letter-spacing: 0.2rem;
  color: #333;
  margin: 15px 0;
}

menu a:hover {
  color: #F4D324;
  opacity: 1.0;
}

/*個別css*/
#top {
  width: 100vw;
  text-align: center;
}

#top .title-logo {
  width: 60vw;
  margin: 0 auto 7%;
  padding-top: 6%;
}

#top h1 {
  font-size: 2.2vw;
  margin-bottom: 6%;
}

#top .main_image{
  display: block;
  width: 85vw;
  height: 31vw;
  margin: 0 auto;
  background: no-repeat center center / contain url(img/main_image.png?var=21091516);
  position: relative;
}

.float-circle {
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  position: absolute;
  top: 5vw;
  right: 2.5vw;
  background-color: #F4D324;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(15deg);
}

.float-circle h4 {
  font-size: 2.4vw;
  line-height: 1.25;
  margin-top: 1vw;
  margin-bottom: 0.25vw;
}

.float-circle p {
  font-size: 1.6vw;
  line-height: 1.5;
  margin: 0;
}

.reel {
  width: 20vw;
  height: 20vw;
  position: absolute;
}

.reel.left {
  top: 12.5%;
  left:3.5%;
  animation: rotateReelLeft 10s linear infinite;
}

.reel.right {
  top: 12.5%;
  right: 3.6%;
  animation: rotateReelRight 10s linear infinite;
}

@keyframes rotateReelLeft{
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-90deg);
  }
  25% {
    transform: rotate(-90deg);
  }
  40% {
    transform: rotate(-180deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  65% {
    transform: rotate(-270deg);
  }
  75% {
    transform: rotate(-270deg);
  }
  90% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes rotateReelRight{
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(90deg);
  }
  25% {
    transform: rotate(90deg);
  }
  40% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  65% {
    transform: rotate(270deg);
  }
  75% {
    transform: rotate(270deg);
  }
  90% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



#top .swiper-container {
  display: none;
}

.top_btn {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 30px;
  right: 30px;
}

content {
  width: calc(100% - 80px);
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}

#philosophy {
  width: calc(100% - 80px);
  max-width: 730px;
  margin: 3% auto 80px;
}

#philosophy h2 {
  font-size: 6.6rem;
  letter-spacing: 0.6rem;
}

#philosophy p {
  width: 98%;
  margin: 0 auto;
  font-size: 3.0rem;
}

.fb-wrapper {
  width: calc(100% - 80px);
  max-width: 700px;
  text-align: center;
  margin: 0 auto 60px;
}

.fb-wrapper .news-list a {
  display: block;
  text-align: left;
  margin-bottom: 20px;
}

.fb-wrapper .news-list time {
  font-size: 1.5rem;
  display: block;
  color: #142950;
}

#commit {
  width: 100%;
  background-color: #142950;
  text-align: center;
  padding: 80px 0;
}

#commit h2,
#commit h3 {
  color: #fff;
}

#commit h3 {
  margin-bottom: 20px;
}

#commit .box {
  width: 280px;
}

#commit .info-circle {
  width: 100%;
  height: 280px;
  border-radius: 50%;
  background-color: #fff;
  color: #142950;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#commit .info-circle h4 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.item_wrapper {
  width: 100vw;
  margin: 80px 0 40px;
  position: relative;
}

#info_wrapper {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0 0;
  background-color: #F4D324;
}

#info_wrapper .info_box {
  width: calc(50% - 120px);
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#info_wrapper .info_box h3 {
  display: inline-block;
  border-bottom: 2px solid #1a1a1a;
}

#info_wrapper .info_box:nth-of-type(odd) {
  align-items: center;
}

#info_wrapper .info_box:nth-of-type(odd) .image_box img {
  width: 100%;
  max-width: 400px;
}

#info_wrapper .info_box h2{
  color: #fff;
  line-height: 1.5;
  text-align: left;
  font-weight: 700;
}

#info_wrapper .info_box h2 span{
  font-size: 5.2rem;
  line-height: 1.0;
  vertical-align: -3px;
  margin: 0 2px;
}

#info_wrapper .info_box p span{
  display: block;
  font-size: 1.2rem;
  margin: 10px 0 0;
}

#info_wrapper .info_box:nth-of-type(odd) .image_box img {
  width: 100%;
  max-width: 300px;
}

#use_content {
  text-align: center;
  margin: 80px auto;
}

#use_content #info_wrapper {
  max-width: 1160px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#use_content #info_wrapper .info_box {
  width: calc(50% - 60px);
  padding: 60px 30px;
  text-align: left;
}

#use_content #info_wrapper .info_box .step {
  font-size: 2.4rem;
}

#use_content #info_wrapper .info_box h2 {
  font-size: 3.6rem;
  color: #142950;
}

#use_content #info_wrapper .info_box p {
  font-size: 2.8rem;
}

#use_content #info_wrapper .info_box p span {
  font-size: 0.6em;
}

#use_content #info_wrapper .info_box p .line {
  font-size: 2.8rem;
  display: inline-block;
  border-bottom: 2px solid;
}

#delivery {
  width: calc(100% - 80px);
  max-width: 730px;
  margin: 40px auto 60px;
}

#delivery h2.yellow {
  background-color: #F4D324;
  color: #142950;
  letter-spacing: 0.5rem;
  padding: 5px;
  text-align: center;
}

#delivery p {
  font-size: 2.8rem;
  font-weight: 700;
}

.delivery-list {
  margin-bottom: 80px;
  text-align: center;
}

.delivery-list .box img {
  margin-bottom: 20px;
}

.delivery-list .box h3 {
  font-size: 3.2rem;
  margin-bottom: 20px;
  line-height: 1.25;
}

.delivery-list .box h3 span {
  font-size: 1.6rem;
}

.delivery-list.col4 .box h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

.delivery-list.col4 .box h3 span {
  font-size: 1.2rem;
}

.delivery-list a {
  display: inline-block;
  padding: 0 10px 5px;
  font-size: 1.6rem;
  border-bottom: 2px solid #142950;
  color: #142950;
}

#concept {
  text-align: center;
}

#concept .intro-container {
  background-color: #f4d223;
  padding: 0;
  margin-bottom: calc(5vw + 60px);
}

#concept .intro-container h3 {
  font-size: 3.2rem;
  transform: translateY(50px);
}

#concept .intro-container img {
  width: 90%;
  transform: translateY(5vw);
}

#concept .inquiry-intro {
  width: calc(100% - 80px);
  max-width: 820px;
  margin: 60px auto 0;
}

#concept .inquiry-intro p {
  margin-bottom: 40px;
}

#voice_wrapper {
  width: calc(100% - 80px);
  max-width: 850px;
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
}

.voice_box {
  margin: 0 20px;
}

.voice_box .btn {
  margin: 0;
  padding: 5px 40px;
}

.voice_box p {
  width: calc(100% - 270px);
  margin: 0 0 30px 30px;
}

.voice_box p span {
  display: inline;
  background: linear-gradient(transparent 70%, #F4D324 70%);
  font-weight: 700;
/*
  color: #F4D324;
*/
}

.voice_box .balloon_title {
  width: 320px;
  height: 320px;
  background-image: url(img/balloon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
}

.voice_box .balloon_title h3 {
  font-size: 2.8rem;
  letter-spacing: 0.5rem;
  line-height: 1.5;
  color: #F4D324;
  display: flex;
  flex-direction: column;
  margin: -30px 0 0;
}

.voice_box .balloon_title h3 span {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0;
  margin-top: 5px;
}

.voice_box .balloon_title p {
  font-size: 1.2rem;
  width: 100%;
  color: #fff;
  margin: 10px 0 0;
  text-align: center;
}

#member_wrapper {
  width: calc(100% - 80px);
  max-width: 850px;
  margin: 80px auto 0;
}

.member_container {
  display: flex;
  flex-wrap: wrap;
}

.member_box {
  width: 130px;
  margin: 0 20px;
  text-align: center;
}

.member_box img {
  width: 130px;
  border-radius: 50%;
}

.member_box p {
  font-size: 1.4rem;
  color: #808080;
}

#support_wrapper,
#jichitai_wrapper {
  width: calc(100% - 80px);
  max-width: 760px;
  margin: 80px auto 0;
}

.support_container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 20px; 
}

.support_container img {
  width: 150px;
  border-radius: 50%;
  margin: 0 20px;
}

.support_text_container {
  text-align: left;
}

#join_wrapper {
  width: calc(100% - 80px);
  max-width: 850px;
  margin: 80px auto 0;
}

.join_container {
  width: 100%;
  margin: 0 0 20px;
}

.join_number {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}

.join_number p {
  font-size: 2.1rem;
  font-weight: 700;
  margin: 0 20px;
}

.join_number p span {
  font-size: 5.2rem;
  margin: 0 5px 0 20px;
  vertical-align: -3px;
}
 
footer {
  width: calc(100% - 80px);
  max-width: 960px;
  margin: 0 auto;
}

footer p {
  font-size: 1.2rem;
  text-align: center;
  margin: 40px 0 0;
}

footer img {
  display: block;
  width: 500px;
  margin: 0 auto;
  margin-top: 50px;
}

.contact_info {
  width: 100%;
  display: flex;
  justify-content: center;
}

.contact_info.top {
  width: calc(100% - 80px);
  max-width: 960px;
  margin: 0 auto;
}

#info {
  width: calc(100% - 80px);
  max-width: 250px;
  margin: 80px auto 0;
}

#info img {
  width: 250px;
}

#info .f_logo {
  margin: 0 0 25px;
}

#info h3 {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 1.8rem;
  color: #1A1A1A;
  margin-bottom: 5px;
}

#info p {
  font-size: 1.4rem;
  margin: 0 0 20px;
}

#copyright {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin: 30px 0;
}

/*voice_page*/
#top_cover {
  width: 100vw;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F4D324;
}

#top_cover .balloon_title {
  width: 240px;
  height: 240px;
  background-image: url(img/balloon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
}

#top_cover .balloon_title h1 {
  width: auto;
  height: auto;
  font-size: 2.8rem;
  color: #F4D324;
  letter-spacing: 0.5rem;
  margin: 0 auto 30px;
  padding: 0;
}

#top_cover h2 {
  color: #fff;
  font-size: 4.2rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 20px;
}

#intro {
  width: calc(100% - 80px);
  max-width: 850px;
  margin: 70px auto 0;
}

.page_wrapper {
  width: calc(100% - 80px);
  max-width: 850px;
  margin: 80px auto 0;
}

.page_wrapper .section_container {
  width: 100%;
  margin: 0 0 80px;
}

.page_wrapper .section_container p {
  margin-bottom: 20px;
}

.page_wrapper .section_container .head_title {
  width: calc(100vw - 80px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F7F3ED;
  padding: 80px 40px;
  margin: 0 0 60px;
}

.page_wrapper .section_container .head_title:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 20%;
  bottom: -40px;
  margin: 0;
  border-style: solid;
  border-color: #F7F3ED #F7F3ED transparent transparent;
  border-width: 20px; 
}

.page_wrapper .section_container .head_title h2 {
  color: #162A53;
  margin: 0;
}

.page_wrapper .section_container p {
  margin-bottom: 30px;
}

.page_wrapper .section_container .avater_box {
  width: 100%;
  display: flex;
}

.page_wrapper .section_container .avater_box .text {
  width: calc(100% - 180px);
  margin-left: 30px;
}

.page_wrapper .section_container .question {
  margin-bottom: 20px;
  margin-left: 35px;
  position: relative;
}

.page_wrapper .section_container .question p {
  font-weight: 700;
  display: inline;
  background: linear-gradient(transparent 70%, #F4D324 70%);
}

.page_wrapper .section_container .question:before {
  content: "Q";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  left: -35px;
  bottom: 0;
  margin: auto;
  color: #F4D324;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 0;
}

.page_wrapper .section_container .avater_box .avater_image {
  width: 150px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.page_wrapper .section_container .avater_box .avater_image img {
  width: 150px;
  height: 150px;
}


.page_wrapper .section_container .avater_box .avater_image p {
  width: 100%;
  margin: 0;
  text-align: center;
}

.page_wrapper .section_container .avater_box p span {
  width: auto;
  display: inline-block;
  font-size: 3.2rem;
  color: #F4D324;
  margin: 0 5px 0 0;
  line-height: 0;
}

#top_cover.corp {
  background-color: #fff;
  height: auto;
  padding: 50px 0 0;
}

#top_cover.corp img {
  width: 80%;
  max-width: 500px;
  margin-bottom: 50px;
}

#top_cover.corp .corp-intro {
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 5px solid #162a52;
  border-bottom: 5px solid #162a52;
  padding: 20px 20px;
}

#top_cover.corp .corp-intro .info {
  width: 100%;
  max-width: 350px;
}

#top_cover.corp .corp-intro .info h4 {
  font-size: 2rem;
  letter-spacing: 0.5rem;
  border-radius: 30px;
  border: 2px solid #162a52;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 10px;
}

#top_cover.corp .corp-intro img {
  width: 150px;
  margin-left: 30px;
  margin-bottom: 0;
}

content.corp {
  width: 100%;
  max-width: 100%;
  display: block;
  background-color: #F4D324;
  padding: 0;
}

.corp .page_wrapper {
  width: calc(100% - 240px);
  background-color: #fff;
  margin: 0 auto;
  padding: 40px 80px 60px;
  text-align: center;
}

.corp .page_wrapper h2 {
  display: inline-block;
  font-size: 4.2rem;
  border-bottom: 5px solid #162a52;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-align: left;
  line-height: 1.25;
}

.corp .page_wrapper h2 span {
  display: inline-block;
  font-size: 1.1em;
}

.corp .page_wrapper h3 {
  font-size: 3.2rem;
}

.corp .page_wrapper img {
  width: 100%;
  max-width: 500px;
  margin-bottom: 40px;
}

.corp .page_wrapper h4 {
  font-size: 2.1rem;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.corp .page_wrapper h4:after {
  content: '';
  width: 15px;
  height: 2px;
  background-color: #162a52;
  position: absolute;
  top: 17px;
  left: 0;
}

.corp .page_wrapper p {
  text-align: left;
  margin-bottom: 60px;
}

.corp .item-wrapper h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.corp .item-wrapper h3 span {
  font-size: 0.7em;
}

.corp .page_wrapper .corp-info {
  border-left: 2px solid #162a52;
  padding-left: 20px;
}

.corp .page_wrapper .corp-info h4 {
  padding-left: 0;
}

.corp .page_wrapper .corp-info h4:after {
  display: none;
}

.corp .page_wrapper .corp-info p {
  margin-bottom: 0;
}

.corp-inquiry-intro {
  width: calc(100% - 40px);
  background-color: #162a52;
  text-align: center;
  padding: 40px 20px;
}

.corp-inquiry-intro p {
  color: #fff;
  margin-bottom: 30px;
}

.corp-inquiry-intro .btn {
  background-color: #fff;
  display: inline-block;
}

.marche {
  width: 100%;
  max-width: 100%;
}

.marche .section-wrapper {
  width: calc(100% - 80px);
  max-width: 740px; 
  margin: 0 auto;
}

.marche-top {
  background-color: #f4d223;
  text-align: center;
  padding: 40px 0 13vw;
  margin-bottom: 10vw;
  position: relative;
}

.marche-top .logo {
  width: 350px;
  margin-bottom: 10px;
}

.marche-top .info {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.marche-top .info h4 {
  font-size: 2.1rem;
  margin-bottom: 20px;
}

.marche-top .info p {
  font-size: 2.8rem;
  font-weight: 600;
}

.marche-top .info p br {
  display: none;
}

.marche-top .main-illust {
  width: 90vw;
  position: absolute;
  top: 230px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.marche .result {
  margin-bottom: 80px;
}

.result.section-wrapper {
  text-align: center;
}

.marche .result img {
  /*width: 92%;
  margin-left: 8%;*/
  width: 100%;
}

.marche .result p.midtext{
  font-size: 2.4rem;
  margin-top: 40px;
  font-weight: 600;
  text-align: left;
}

.number-list {
  padding: 80px 0;
  background-color: #f4d223;
}

.number-list .col2 {
  align-items: center;
  margin-bottom: 20px;
}

.number-list .col2:nth-of-type(even) {
  flex-direction: row-reverse;
}

.number-list .col2 .circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.number-list .col2 .circle span {
  display: block;
  font-size: 2.4rem;
}

.number-list .col2 .circle h4 {
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 10px;
}

.number-list .col2 .circle h4 span {
  display: inline-block;
  font-size: 0.3em;
  transform: translateY(-3px);
}

.number-list .col2 img {
  width: 300px;
}

.number-list .col2:nth-of-type(1) img,
.number-list .col2:nth-of-type(3) img {
  transform: translateX(-20px);
}

/*メーター用のスタイル*/
.number-list .col2:nth-of-type(3) {
  position: relative;
  justify-content: flex-start;
}

.number-list .col2:nth-of-type(3) img {
  width: 400px;
  position: absolute;
  right: 0;
}

.number-list .col2:nth-of-type(3) img {
  transform: translateX(0);
}

.facility-list {
  background-color: #162a52;
  padding: 80px 0;
}

.facility-list .section-wrapper,
.support-wrapper .section-wrapper {
  width: calc(100% - 160px);
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
  text-align: center;
}

.facility-list .section-wrapper .delivery-list {
  width: 100%;
  margin-bottom: 0;
}

.ranking-wrapper {
  padding: 80px 0;
  text-align: center; 
}

.ranking-wrapper .col2 {
  width: 100%;
  justify-content: space-between;
}

.ranking-wrapper .box {
  width: calc(50% - 20px);
  margin: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}

.ranking-wrapper .box .circle {
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: #f4d223;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ranking-wrapper .box .circle h4 {
  font-size: 3.8rem;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

.ranking-wrapper .box .circle span {
  font-size: 0.5em;
}

.ranking-wrapper .box h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  line-height: 1;
}

.ranking-wrapper .box h2 span {
  font-size: 2em;
  font-weight: 300;
  transform: translateY(-0.7rem);
  margin: 0 5px;
}

.ranking-wrapper .box h3 {
  font-size: 1.7rem;
  margin-bottom: 20px;
}

.ranking-wrapper .box.no1 {
  width: 100%;
}

.ranking-wrapper .box.no1 .circle {
  position: absolute;
  width: 130px;
  height: 130px;
}

.ranking-wrapper .box.no1 .circle h4 {
  font-size: 5rem;
}

.ranking-wrapper .box.no1 h2 {
  font-size: 4rem;
}

.ranking-wrapper .box.no1 h3 {
   font-size: 2.4rem;
}

.support-wrapper {
  background-color: #162a52;
  padding: 80px 0 40px;
}

.support-wrapper .section-wrapper .support-illust {
  display: block;
  width: 150px;
  margin: 40px auto 20px;
}

.support-wrapper .section-wrapper .supporters-image {
  display: block;
  width: cacl(100% - 40px);
  max-width: 400px;
  margin: 40px auto 20px;
}

.support-wrapper .section-wrapper .support_container {
  margin: 0 auto;
}

.marche .corp-inquiry-intro {
  padding-bottom: 80px;
}

.marche .corp-inquiry-intro h2 {
  font-size: 4rem;
  color: #fff;
}

@media screen and (max-width:1060px) {
  #commit .box {
    width: 260px;
  }

  #commit .info-circle {
    height: 260px;
  }

  #commit h3 {
    font-size: 2.1rem;
  }

  #philosophy h2 {
    font-size: 5.2rem;
  }

  #philosophy p {
    font-size: 2.8rem;
  }
}

@media screen and (max-width:860px) {
  .btn {
    width: 50%;
    padding: 15px 30px;
    margin: 0 20px 20px; 
  }

  .catchcopy h2 {
    font-size: 2.4rem;
  }

  .catchcopy h2 span{
    font-size: 1.6rem;
  }

  .catchcopy h2 span br{
    display: block;
  }

  .top_btn {
    width: 150px;
    height: 150px;
    top: 100px;
  }

  .voice_box {
    flex-direction: column;
  }

  .voice_box .balloon_title {
    margin: 0 auto;
  }

  .voice_box p {
    width: calc(100% - 40px);
    margin: 20px 0 30px;
  }

  .voice_box .btn {
    width: auto;
  }

  #info_wrapper {
    flex-direction: column;
  }

  #info_wrapper .info_box {
    width: calc(100% - 60px);
    padding: 30px 30px;
  }

  #info_wrapper .info_box h2 {
    text-align: center;
  }

  .contact_info {
    flex-direction: column;
    align-items: center;
  }

  #use_content #info_wrapper {
    flex-direction: row;
  }

  #use_content  #info_wrapper .info_box h2 {
    text-align: left;
  }

  /*メーター用のスタイル*/
  .number-list .col2:nth-of-type(3) img {
    width: 350px;
  }
}

@media screen and (max-width:768px) {
  #use_content h2.border.reverse {
    margin-bottom: 0;
  }
}

@media screen and (max-width:560px) {
  p {
    font-size: 1.4rem;
  }

  .btn{
    font-size: 1.4rem;
  }

  h2.border {
    margin-bottom: 20px;
    padding: 0 50px 3px;
  }

  .fb-wrapper {
    margin-bottom: 30px;
  }

  #top_cover {
    height: auto;
    padding: 40px 0;
  }

  #top_cover .balloon_title {
    width: 180px;
    height: 180px;
  }

  #top_cover .balloon_title h1 {
    font-size: 2.1rem;
    margin: 0 auto 15px;
  }

  #top_cover h2 {
    font-size: 2.8rem;
  }

  #intro,
  .page_wrapper {
    margin: 20px auto 0;
  }

  .page_wrapper .section_container {
    margin: 0 0 40px;
  }

  .page_wrapper .section_container .head_title {
    padding: 40px;
  }

  .page_wrapper .section_container .avater_box {
    flex-direction: column;
    align-items: center;
  }

  .page_wrapper .section_container .avater_box .avater_image {
    margin-bottom: 15px; 
  }

  .page_wrapper .section_container .avater_box span {
    margin: 0 0 20px;
  }

  .page_wrapper .section_container .avater_box .text {
    width: 100%;
    margin-left: 0;
  }

  #top {
    margin-top: 20px;
  }

  #top .title-logo {
    width: 85%;
    margin-bottom: 5%;
  }

  #top h1 {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    margin-bottom: 10%;
  }

  .float-circle {
    width: 100%;
    height: auto;
    border-radius: 0;
    position: static;
    top: 0;
    right: 0;
    padding: 10px 0;
    transform: rotate(0deg);
    margin-bottom: 10%;
  }

  .float-circle h4 {
    font-size: 2.1rem;
    margin-top: 0;
  }

  .float-circle p {
    font-size: 1.5rem;
    margin-bottom: 3px;
  }

  .float-circle p br {
    display: none;
  }

  #top .main_image{
    display: none;
  }

  .reel {
    width: 60vw;
    height: 60vw;
    position: absolute;
  }

  .reel.left {
    top: 15%;
    left: 15%;
  }

  .reel.right {
    top: 15%;
    right: 15%;
  }

  #top .swiper-container {
    width: 85vw;
    height: 100vw;
    display: block;
    margin-bottom: 20px;
  }

  #top .swiper-container .swiper-slide {
    width: 100%;
    background: no-repeat center center / contain;
  }

  #philosophy {
    width: calc(100% - 30px);
    margin-bottom: 40px;
  }

  #philosophy h2 {
    font-size: 2.8rem;
  }

  #philosophy p {
    font-size: 1.6rem;
    width: 100%;
    text-align: left;
  }

  #commit {
    padding: 40px 0 0;
  }

  #commit .info-circle h4 {
    font-size: 2.4rem;
  }

  #use_content {
    margin: 40px auto 0;
  }

  #use_content #info_wrapper {
    flex-direction: column;
  }

  #use_content #info_wrapper .info_box {
    width: 50%;
    padding: 0;
    margin-bottom: 20px;
  }

  #use_content #info_wrapper .info_box:nth-of-type(even) {
    width: calc(100% - 40px);
  }

  #use_content #info_wrapper .info_box:nth-of-type(odd) {
    padding: 20px 0;
    margin-bottom: 0;
  }

  #use_content #info_wrapper .info_box h2 {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }

  #use_content #info_wrapper .info_box p {
    font-size: 1.8rem;
  }

  #use_content #info_wrapper .info_box p .line {
    font-size: 2.1rem;
  }

  #use_content #info_wrapper .info_box p span {
    font-size: 0.7em;
  }

  #use_content #info_wrapper .info_box p span br {
    display: none;
  }

  #delivery,
  .col2,
  .col3 {
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }

  #delivery p {
    font-size: 1.8rem;
    text-align: left;
  }

  .col2 .box {
    width: 100%;
    margin: 0 0 30px;
  }

  .col4 {
     width: calc(100% - 30px);
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .col4 .box {
    width: calc(50% - 10px);
    margin: 0 0 30px;
  }

  .delivery-list .box h3 {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }

  .delivery-list.col4 .box h3 {
    font-size: 1.2rem;
  }

  #concept .intro-container {
    margin-bottom: calc(5vw + 30px)
  }

  #concept .intro-container h3 {
    width: 275px;
    font-size: 2.1rem;
    margin: 0 auto;
    padding-top: 20px;
    transform: translateY(0);
  }

  #concept .inquiry-intro {
    width: calc(100% - 40px);
    margin-top:10px;
  }

  #concept .inquiry-intro h2 {
    text-align: center;
  }

  #concept .inquiry-intro p {
    text-align: left;
  }

  #voice_wrapper {
    width: calc(100% - 30px);
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .voice_box .balloon_title {
    width: 280px;
    height: 280px;
    margin-bottom: 20px;
  }

  #commit h3 {
    margin-bottom: 10px;
  }

  #commit .box {
    width: 220px;
  }

  #commit .info-circle {
    height: 220px;
  }

  .info-circle p {
    width: 100%;
  }

  .fb-wrapper,
  #support_wrapper,
  #jichitai_wrapper,
  #join_wrapper,
  #intro,
  .page_wrapper {
    width: calc(100% - 40px);
  }

  h1.page-title {
    font-size: 2.8rem;
  }

  #top_cover.corp {
    padding-top: 70px;
  }

  #top_cover.corp .corp-intro {
    flex-direction: column;
  }

  #top_cover.corp .corp-intro img {
    margin-top: 20px;
    margin-left: 0;
  }

  .corp .page_wrapper {
    width: calc(100% - 80px);
    padding: 20px 20px 40px;
  }

  .corp .page_wrapper h2 {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }

  .corp .page_wrapper h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .corp .page_wrapper h4:after {
    top: 16px;
  }

  .corp .page_wrapper img,
  .corp .page_wrapper p {
    margin-bottom: 20px;
  }

  .corp .page_wrapper .item-wrapper h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .corp .item-wrapper {
    margin-top: 40px;
  }

  .corp-inquiry-intro {
    padding: 20px;
  }

  .corp-inquiry-intro p {
    text-align: left;
  }

  .corp-inquiry-intro p br {
    display: none;
  }

  .corp-inquiry-intro .btn {
    width: 50%;
  }

  /*MARCHE*/
  .marche h2.border {
    padding: 3px 30px 3px;
    text-align: center;
  }

  .marche .result {
    margin-bottom: 40px;
  }

  .marche .section-wrapper {
    width: calc(100% - 40px);
  }

  .facility-list .section-wrapper,
  .support-wrapper .section-wrapper {
    width: calc(100% - 80px);
    padding: 20px;
  }

  .marche-top .logo {
    width: 200px;
  }

  .marche-top .info h4 {
    font-size: 1.8rem;
  }

  .marche-top .info p {
    font-size: 2.4rem;
  }

  .marche-top .info p br {
    display: block;
  }

  .marche .result p.midtext {
    font-size: 1.8rem;
    margin-top: 20px;
  }

  .number-list,
  .facility-list,
  .ranking-wrapper {
    padding: 40px 0;
  }

  .number-list .col2 {
    width: 100%;
  }

  .number-list .col2 .circle {
    width: 160px;
    height: 160px;
  } 

  .number-list .col2 .circle span {
    font-size: 1.4rem;
  }

  .number-list .col2 .circle h4 {
    display: flex;
    align-items: flex-end;
    font-size: 3rem;
  }

  .number-list .col2 img {
    width: 160px;
  }

  .number-list .col2:nth-of-type(3) img {
    width: 200px;
  }

  .facility-list .delivery-list .box img {
    margin-bottom: 10px;
  }

  .ranking-wrapper .col2 {
    margin-bottom: 0;
  }

  .ranking-wrapper .box {
    margin-bottom: 30px;
  }

  .ranking-wrapper .box:nth-last-of-type(1) {
    margin-bottom: 0px;
  }

  .ranking-wrapper .box.no1 h2 {
    font-size: 2rem;
  }

  .ranking-wrapper .box.no1 h3 {
    font-size: 1.7rem;
  }

  .ranking-wrapper .box.no1 .circle {
    width: 90px;
    height: 90px;
  }

  .ranking-wrapper .box.no1 .circle h4 {
    font-size: 3.8rem;
  }

  .support-wrapper {
    padding: 40px 0 20px;
  }

  .support-wrapper h2 {
    text-align: center;
  }

  .marche .corp-inquiry-intro {
    padding-bottom: 40px;
  }

  .marche .corp-inquiry-intro h2,
  .marche .corp-inquiry-intro p {
    text-align: center;
  }

  .marche .corp-inquiry-intro .contact_info {
    align-items: center;
  }
}