@charset "UTF-8";
/*　変数　*/
/*　ページスクロール　*/
.for-scroll {
  height: 1500px;
}

.scroll-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 100;
  background-color: #ddd;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

.scroll-top:hover {
  cursor: pointer;
  opacity: 0.7;
}

@font-face {
  font-family: "Kiwi Maru", serif;
}
html {
  font-size: 62.5%;
}

a {
  text-decoration: none;
  color: #3C3C3C;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
a:link {
  color: #3C3C3C;
}
a:visited {
  color: #3C3C3C;
}

img {
  vertical-align: bottom;
}

body {
  font-family: "Kiwi Maru", serif;
  font-size: 1.8rem;
  line-height: 3.6rem;
  color: #362A23;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
/*　共通クラス　*/
.common__btn_jp {
  background-color: #D01A19;
  border-radius: 0px;
  padding: 2px 16px;
}
.common__btn_jp a {
  color: #fff;
}

.common__btn_en {
  background-color: #C1C1C1;
  border-radius: 0px;
  padding: 2px 16px;
}
.common__btn_en a {
  color: #fff;
}

.common__btn_contact {
  display: flex;
  justify-content: center;
}
.common__btn_contact a {
  width: 100px;
  text-align: center;
  background-color: #fff;
  color: #333;
  border-radius: 20px;
}
.common__btn_contact a:hover {
  background-color: #283c6e;
  color: #fff;
}

.common__btn_close {
  background-color: #b52424;
  border-radius: 5px;
  padding: 2px 8px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0;
}

.common__strong_new_red {
  color: #C21E42;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

.common__strong_new_black {
  color: #767676;
}

.common__sns > ul {
  display: flex;
}
.common__sns > ul > li + li {
  margin-left: 5px;
}

.wrapper__common__sns {
  display: flex;
  justify-content: flex-end;
}

.margin-10 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .margin-10 {
    margin-bottom: 0.5rem;
  }
}
.margin-20 {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .margin-20 {
    margin-bottom: 2rem;
  }
}
.margin-30 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .margin-30 {
    margin-bottom: 3rem;
  }
}
.margin-40 {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .margin-40 {
    margin-bottom: 4rem;
  }
}
.margin-50 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .margin-50 {
    margin-bottom: 2.5rem;
  }
}
.margin-60 {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .margin-60 {
    margin-bottom: 6rem;
  }
}
.margin-80 {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .margin-80 {
    margin-bottom: 4rem;
  }
}
.margin-100 {
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .margin-100 {
    margin-bottom: 5rem;
  }
}
.margin-140 {
  margin-bottom: 14rem;
}

@media screen and (max-width: 768px) {
  .margin-140 {
    margin-bottom: 7rem;
  }
}
.font-16 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 768px) {
  .font-16 {
    font-size: 1.5rem;
  }
}
.font-21 {
  font-size: 2.1rem;
}

@media screen and (max-width: 768px) {
  .font-21 {
    font-size: 1.8rem;
  }
}
.font-25 {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .font-25 {
    font-size: 2.5rem;
  }
}
.font-30 {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .font-30 {
    font-size: 3rem;
  }
}
.font-35 {
  font-size: 3.5rem;
}

@media screen and (max-width: 768px) {
  .font-35 {
    font-size: 3rem;
  }
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

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

  .sp {
    display: block !important;
  }
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.pc-text-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pc-text-center {
    text-align: left;
  }
}
.font-60 {
  font-size: 6rem;
}

.text-color-gray {
  color: #848484;
}

.text-color-white {
  color: #fff;
}

.container {
  max-width: 1080px;
  margin: auto;
}

.border-bottom {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 4rem;
}

.header {
  background: url("../images/common/header_img_bg.png") repeat-x 0 0;
  background-color: #fff;
  position: sticky;
  position: static;
  top: 0;
  z-index: 100;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 100;
    background-size: 220%;
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: initial;
  }

  .container {
    max-width: 90%;
  }

  img {
    max-width: 100%;
  }
}
.header-navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-navi__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-navi li:nth-child(1) {
  width: 11.6%;
}
.header-navi li:nth-child(2) {
  width: 10.1%;
}
.header-navi li:nth-child(3) {
  width: 14.7%;
}
.header-navi li:nth-child(4) {
  width: 26.8%;
}
.header-navi li:nth-child(5) {
  width: 13.1%;
}
.header-navi li:nth-child(6) {
  width: 11.6%;
}
.header-navi li:nth-child(7) {
  width: 11.8%;
}
.header-navi li:last-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .header-navi {
    justify-content: center;
  }
  .header-navi__logo {
    width: 60%;
    width: 53%;
  }
}
/**
 * menu
 */
.menu {
  position: relative;
  width: 100%;
  max-width: 1000px;
}

.menu > li a {
  display: block;
}

.menu > li a:hover {
  color: #999;
}

.menu__none:hover,
.menu__multi:hover,
.menu__mega:hover,
.menu__single:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.menu__second-level li {
  border-top: 1px solid #111;
}

.menu__third-level li {
  border-top: 1px solid #111;
}

.menu__second-level li a:hover {
  background: #111;
}

.menu__third-level li a:hover {
  background: #2a1f1f;
}

.menu__fourth-level li a:hover {
  background: #1d0f0f;
}

.menu__second-level li + li {
  margin-left: 0;
}

.menu:before,
.menu:after {
  content: "";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

.menu > .menu__single {
  position: relative;
}

.menu__second-level {
  position: absolute;
  top: 30px;
  width: 200px;
  background: #000;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu__second-level a {
  color: #fff;
}

.menu__second-level__item {
  padding: 10px;
}

.menu__single:hover > .menu__second-level {
  visibility: visible;
  opacity: 1;
}

/* ハンバーガーメニュー */
.hamburger-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .hamburger-menu {
    display: block;
  }

  .menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #C3CF1A;
  }

  .menu-btn strong {
    margin-top: 4rem;
    font-size: 1.2rem;
    color: #fff;
  }

  .menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #menu-btn-check {
    display: none;
  }

  #menu-btn-check:checked ~ .menu-content {
    left: 30%;
    /*メニューを画面内へ*/
  }

  .menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #C3CF1A;
    transition: all 0.5s;
    /*アニメーション設定*/
    opacity: 0.9;
  }

  .menu-content > ul {
    padding: 70px 40px 0;
  }

  .menu-content > div {
    padding: 70px 30px 0;
  }
  .menu-content > div a {
    color: #fff;
  }

  .menu-content ul li {
    list-style: none;
  }

  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 10px 10px 0;
    position: relative;
  }
}
.arrow_r_b {
  position: relative;
  padding-left: 30px;
  color: #333;
  text-decoration: none;
}

.arrow_r_b:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -9px;
}

.arrow_r_b:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #C3CF1A;
  border-right: solid 2px #C3CF1A;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -4px;
  transform: rotate(45deg);
}

/* フッター */
.footer {
  background: #DEF7FB;
  padding-top: 6rem;
}

.footer-ly__column-2 {
  display: flex;
  justify-content: space-between;
}
.footer-ly__column-2__item:first-child {
  width: 35%;
}
.footer-ly__column-2__item:last-child {
  width: 60%;
}
.footer-ly__column-2__item:last-child img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer-ly__column-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-ly__column-2__item:first-child {
    width: 100%;
    margin-bottom: 4rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-ly__column-2__item:first-child p {
    width: 100%;
    text-align: center;
  }
  .footer-ly__column-2__item:last-child {
    width: 100%;
  }
}
.footer-navi {
  background: #C3CF1A;
  margin: auto;
}
.footer-navi__menu {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  padding: 2% 10%;
}
.footer-navi__menu a:link, .footer-navi__menu a:visited {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer-navi__menu-home {
    display: flex;
    justify-content: center;
  }
  .footer-navi__menu-home img {
    width: 50%;
  }
  .footer-navi__menu {
    padding-top: 2rem;
    display: block;
    text-align: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 1.8rem;
  }
  .footer-navi__menu > li + li {
    margin-left: 0rem;
  }
  .footer-navi__item {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
  }
  .footer-navi__item-pipe::after {
    content: "";
  }
}
.link-google a, .link-google a:visited, .link-google a:link {
  text-decoration: underline;
  color: #F27F02;
}

/***トップへ戻るボタン***/
#page-top {
  display: block;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  background: #231815;
  /*背景色*/
  color: #fff;
  /*文字色*/
  transition: 0.6s;
  font-size: 3rem;
}

/***マウスオーバー時***/
#page-top:hover {
  background: #ccc;
  /*背景色*/
  color: #fff;
  /*文字色*/
}

/***トップへ戻るボタンここまで***/
.footer-copyright {
  background: #fff;
  font-size: 1.3rem;
}
.footer-copyright__menu {
  display: flex;
  justify-content: flex-end;
}
.footer-copyright__menu li + li {
  margin-left: 3rem;
}
.footer-copyright__text {
  text-align: center;
  color: #362A23;
}

@media screen and (max-width: 768px) {
  .footer-copyright {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .footer-copyright__menu {
    font-size: 1.3rem;
  }
  .footer-copyright__menu li + li {
    margin-left: 1rem;
  }
  .footer-copyright__text {
    font-size: 1rem;
  }
}
.common-ly__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-ly__column-2__item {
  width: 48%;
}
.common-ly__column-2__item img {
  width: 100%;
}
.common-ly__column-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.common-ly__column-3__item {
  width: 31%;
  background: #fff;
  border-radius: 5%;
  padding-bottom: 1rem;
}
.common-ly__column-3__item img {
  border-radius: 5% 5% 0 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .common-ly__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-2__item {
    width: 100%;
  }
  .common-ly__column-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-3__item {
    width: 100%;
  }
}
.common__icon {
  position: relative;
}
.common__icon_new {
  position: absolute;
  top: -1.5rem;
  left: 2rem;
}

img.common__icon_new {
  width: 70px;
}

.about {
  background: url("../images/index/about_img_bg.svg") repeat-y 0 0 #DEF7FB;
  padding-top: 6rem;
  padding-bottom: 11rem;
}
.about__box {
  background: #fff;
  border-radius: 10px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
.about .boy {
  position: relative;
}
.about .boy .img_boy {
  position: absolute;
  top: 0;
  left: 10%;
  width: 100px;
}
.about .girl {
  position: relative;
}
.about .girl .img_girl {
  position: absolute;
  top: 0;
  right: 10%;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .about {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  .about__box {
    background: #fff;
    border-radius: 10px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 5rem;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .about .boy {
    position: relative;
  }
  .about .boy .img_boy {
    position: absolute;
    top: -40px;
    right: 5%;
    left: auto;
    width: 140px;
    z-index: 1;
  }
  .about .boy p {
    position: absolute;
    z-index: 2;
  }
  .about .girl {
    position: relative;
    padding-top: 12rem;
  }
  .about .girl .img_girl {
    position: absolute;
    top: 0;
    right: 5%;
    width: 80px;
  }
  .about h2.text-center {
    text-align: left;
  }
  .about .xs-left {
    text-align: left;
  }
  .about .common-ly__column-3__item {
    margin-bottom: 2rem;
  }
}
.outline {
  padding-bottom: 6rem;
}

.application {
  background: #F2FFE8;
  padding-bottom: 7rem;
}
.application__box {
  background: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (max-width: 768px) {
  .application {
    background: #F2FFE8;
    padding-bottom: 7rem;
  }
  .application__box {
    background: #fff;
    padding-top: 2rem;
    padding-bottom: 0;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.day {
  background: url("../images/index/day_img_bg.svg") repeat-y 0 0 #FEE5E5;
}

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

.day-ly__column-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.day-ly__column-3__item:nth-child(1) {
  width: 8%;
  background: url("../images/index/day_img_bg.png") repeat-y 50% 0;
}
.day-ly__column-3__item:nth-child(1) img {
  width: 100%;
}
.day-ly__column-3__item:nth-child(2) {
  width: 40%;
}
.day-ly__column-3__item:nth-child(2) img {
  border-radius: 5% 5% 0 0;
  width: 100%;
}
.day-ly__column-3__item:nth-child(3) {
  width: 30%;
}
.day-ly__column-3__item:nth-child(3) img {
  border-radius: 5% 5% 0 0;
  width: 100%;
  padding-bottom: 3rem;
}
.day-ly__column-3 .bg-none {
  background: none;
}

@media screen and (max-width: 768px) {
  .day-ly__column-3 {
    flex-wrap: wrap;
  }
  .day-ly__column-3__item:nth-child(1) {
    width: 100%;
    background: none;
  }
  .day-ly__column-3__item:nth-child(1) img {
    width: 100%;
  }
  .day-ly__column-3__item:nth-child(2) {
    width: 100%;
    margin-bottom: 2rem;
  }
  .day-ly__column-3__item:nth-child(2) img {
    border-radius: 5% 5% 0 0;
    width: 100%;
  }
  .day-ly__column-3__item:nth-child(3) {
    width: 100%;
  }
  .day-ly__column-3__item:nth-child(3) img {
    border-radius: 5% 5% 0 0;
    width: 100%;
    padding-bottom: 3rem;
  }
  .day-ly__column-3 .bg-none {
    background: none;
  }
}
img.day__time {
  width: 80px !important;
}

.year-ly-f__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 760px;
  margin: auto;
}
.year-ly-f__column-2__item {
  width: 360px;
}

@media screen and (max-width: 768px) {
  .year-ly-f__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .year-ly-f__column-2__item {
    width: 100%;
  }
}
.year-ly__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 500px;
  margin: auto;
}
.year-ly__column-2__item {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .year-ly__column-2 {
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
  }
  .year-ly__column-2__item {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.year__img {
  width: 360px;
}
.year__star {
  color: #F8E521;
}
.year__box {
  border: 1px solid #362A23;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 2rem;
}
.year__box p:first-child {
  background: #362A23;
  color: #fff;
}
.year__box p:last-child {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .year__img {
    width: 100%;
  }
  .year__box {
    border: 1px solid #362A23;
    border-radius: 5px;
    width: 100%;
  }
}
.application .box {
  border: 2px solid #C3CF1A;
  border-radius: 10px;
  position: relative;
  margin-top: 1em;
}
.application .box h3 {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -5%;
}
.application .box span {
  padding: 10px 100px;
  background: #C3CF1A;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 25px;
  width: 300px;
}
.application .box .inner {
  padding: 5rem 0.5em 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.application .box .inner img {
  width: 95%;
}
.application .box .inner2 {
  padding: 7rem 0.5em 0.5em;
  display: flex;
  justify-content: flex-start;
}
.application .box .inner2 img {
  width: 70%;
}
.application-ly__column-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.application-ly__column-2__column-2__item:first-child {
  width: 70%;
}
.application-ly__column-2__column-2__item:last-child {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .application .box {
    position: relative;
    margin-top: 1em;
  }
  .application .box h3 {
    right: 0;
    left: 0;
    top: -1rem;
  }
  .application .box span {
    padding: 10px 30px;
    background: #C3CF1A;
    color: #fff;
    font-size: 2.4rem;
    border-radius: 25px;
    width: 300px;
  }
  .application .box .inner {
    padding: 5rem 0.5em 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .application .box .inner img {
    width: 50%;
  }
  .application .box .inner2 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .application .box .inner2 img {
    width: 100%;
  }
  .application-ly__column-2 {
    flex-wrap: wrap;
    align-items: center;
  }
  .application-ly__column-2 p {
    text-align: center;
  }
  .application-ly__column-2 p.text-left {
    text-align: left;
  }
  .application-ly__column-2__item:first-child {
    width: 100%;
    margin-bottom: 4rem;
  }
  .application-ly__column-2__item:last-child {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .application-ly__column-2__item:last-child img {
    width: 60%;
  }
}
.title {
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 0rem;
  color: #362A23;
  line-height: 4.2rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 2rem;
    line-height: 2.9rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.title_sec {
  font-size: 3.3rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0rem;
}

@media screen and (max-width: 768px) {
  .title_sec {
    font-size: 1.6rem;
    letter-spacing: 0rem;
  }
}
.title_sec__subtitle {
  font-size: 2.1rem;
  line-height: 1.6;
  text-align: left;
  color: #3c3c3c;
}

.paragraph {
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
  color: #767676;
  color: #000;
}

.note {
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
  color: #c50018;
  text-decoration: underline;
}

.top_note {
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: left;
  color: #c50018;
  text-decoration: underline;
}

.common__table {
  width: 100%;
}
.common__table tr {
  border-bottom: 1px dotted #707070;
}
.common__table tr:first-child {
  border-top: 1px dotted #707070;
}
.common__table th {
  width: 20%;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #F27F02;
}
.common__table td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .common__table {
    margin-bottom: 2rem;
  }
  .common__table th {
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 0rem;
    color: #F27F02;
    display: block;
  }
  .common__table td {
    padding-top: 0rem;
    padding-bottom: 1rem;
    display: block;
  }
  .common__table .xs-font-18 {
    font-size: 1.8rem;
  }
}
.common__font_small {
  font-size: 1.4rem;
}

.flow-ly__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
}
.flow-ly__column-2__item {
  width: 20%;
}
.flow-ly__column-2__item img {
  width: 100%;
}
.flow-ly__column-2__item:nth-child(even) {
  width: 76%;
}
.flow-ly__column-2__item:nth-child(even) img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .flow-ly__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flow-ly__column-2__item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1rem;
  }
  .flow-ly__column-2__item:nth-child(even) {
    width: 90%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    justify-content: center;
  }
}
.flow {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background: #F7F7F7;
}
.flow__font-name {
  font-size: 4.5rem;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 768px) {
  .flow__font-name {
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
  .flow__font-position {
    text-align: center;
  }
}
.works {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #F7F7F7;
}

.feature {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background: #D01A19;
  color: #fff;
}
.feature .title {
  color: #fff;
}
.feature__font-name {
  font-size: 4.5rem;
  font-weight: bold;
  color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.feature__desc {
  padding: 0 5% 5% 5%;
}
.feature .common-ly__column-2__item {
  background: #fff;
  color: #000;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .feature .title_sec {
    color: #fff;
  }
  .feature__font-name {
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 2rem;
  }
  .feature__font-position {
    text-align: center;
  }
}
.contact {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #D01A19;
  color: #fff;
}
.contact .title {
  color: #fff;
}
.contact__font-name {
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
}
.contact__desc {
  padding: 0 5% 5% 5%;
}
.contact .common-ly__column-2__item {
  background: #fff;
  color: #000;
  margin-bottom: 5rem;
}
.contact__table {
  width: 70%;
  margin: 0 auto 2rem;
}
.contact__table th {
  width: 40%;
  text-align: right;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2rem;
}
.contact__table td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: top;
  border-radius: 2;
}

@media screen and (max-width: 768px) {
  .contact .title_sec {
    color: #fff;
  }
  .contact__font-name {
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
  .contact__font-position {
    text-align: center;
  }
  .contact__table {
    width: 100%;
    margin: auto;
  }
  .contact__table th {
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
  }
  .contact__table td {
    display: block;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    vertical-align: top;
    border-radius: 2;
  }
}
input[type=text],
input[type=email],
textarea,
input[type=image],
select {
  font-size: 16px !important;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ContactForm7 */
.wpcf7 input[name=your-name],
.wpcf7 input[name=your-email],
.wpcf7 input[name=your-tel1] {
  width: 100%;
  height: 35px !important;
  border-radius: 5px;
}

.wpcf7 textarea[name=your-comment] {
  width: 100%;
  height: 350px !important;
  border-radius: 5px;
}

wpcf7-form-control {
  width: 10%;
  margin: 0 auto;
}

.wpcf7 input[type=submit] {
  width: 200px;
  width: 240px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 8px 30px;
  padding: 12px 30px;
  color: #333;
  border-radius: 20px;
  border-radius: 30px;
  border: none;
  font-size: 1.8rem;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .wpcf7 input[type=submit] {
    appearance: none;
    -webkit-appearance: none;
    width: 200px;
    width: 240px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 8px 30px;
    padding: 16px 30px !important;
    color: #333;
    border-radius: 20px;
    border-radius: 30px;
    border: none;
    font-size: 2rem;
  }
}
.wpcf7 input[type=submit]:hover, .wpcf7-submit:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.screen-reader-response {
  text-align: center;
  color: #000;
}
.screen-reader-response a, .screen-reader-response a:link {
  color: #000;
}

.wpcf7-response-output {
  text-align: center;
  color: #000;
}

.wpcf7-not-valid-tip {
  color: #000;
}

@media screen and (max-width: 768px) {
  .wpcf7 input[name=your-name],
.wpcf7 input[name=your-email],
.wpcf7 input[name=your-tel1] {
    width: 100%;
    height: 35px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .wpcf7 textarea[name=your-comment] {
    width: 100%;
    height: 350px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
span .wpcf7-list-item {
  display: block;
}

/* 下層ページ */
/* 澤田酒造の酒づくり */
.feature__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature__column-2__item {
  width: 48%;
  margin: 0;
  padding: 0;
}
.feature__column-2__item img {
  width: 100%;
}
.feature__column-2__p {
  padding: 2rem;
}

.reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .feature__column-2__item {
    width: 100%;
  }
}
/* 澤田酒造のこと */
.idea__box {
  border: 1px solid #b4b4b4;
}

.history__table {
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
  color: #3c3c3c;
  margin: 2rem;
  border-collapse: separate;
  border-spacing: 0 20px;
}
.history__table th {
  width: 30%;
  padding-right: 4%;
  text-align: left;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align-last: justify;
  /* Chrome・Firefox用 */
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .history__table {
    display: block;
  }
  .history__table th {
    display: block;
    width: 100%;
    text-align-last: auto;
    /* Chrome・Firefox用 */
    text-justify: none;
  }
  .history__table td {
    display: block;
  }
}
.company__table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #3c3c3c;
}
.company__table th {
  text-align: center;
  width: 30%;
  padding-right: 4%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border: 1px solid #b4b4b4;
  vertical-align: middle;
}
.company__table td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: left;
  border: 1px solid #b4b4b4;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .company__table th {
    text-align: center;
    width: 30%;
    padding-right: 0;
  }
}
section#contents {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.entry-content {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  section#contents {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .entry-content {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .entry-content img {
    max-width: 100%;
    height: auto;
  }
}
h1.page-title {
  font-size: 3.1rem;
  text-align: center;
  letter-spacing: 1.2rem;
  color: #3c3c3c;
  line-height: 1.5;
}

.blog__pager {
  display: flex;
  justify-content: center;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.works__slide__p {
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
}

.sankaku {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sankaku-red {
  display: inline-flex;
  width: 2rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #DD0011;
}
.sankaku-orange {
  display: inline-flex;
  width: 2rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #F27F02;
}
.sankaku-yellow {
  display: inline-flex;
  align-items: center;
  width: 2rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #F8E521;
}
.sankaku-green {
  display: inline-flex;
  width: 2rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #C3CF1A;
}
.sankaku-sky {
  display: inline-flex;
  width: 2rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #7BC6DD;
}
.sankaku-blue {
  display: inline-flex;
  width: 2rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #0B7AC2;
}
.sankaku-purple {
  display: inline-flex;
  width: 2rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #930C75;
}

@media screen and (max-width: 768px) {
  .sankaku {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sankaku-red {
    display: inline-flex;
    width: 1rem;
    height: 0.7rem;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background-color: #DD0011;
  }
  .sankaku-orange {
    display: inline-flex;
    width: 1rem;
    height: 0.7rem;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background-color: #F27F02;
  }
  .sankaku-yellow {
    display: inline-flex;
    align-items: center;
    width: 1rem;
    height: 0.7rem;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background-color: #F8E521;
  }
  .sankaku-green {
    display: inline-flex;
    width: 1rem;
    height: 0.7rem;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background-color: #C3CF1A;
  }
  .sankaku-sky {
    display: inline-flex;
    width: 1rem;
    height: 0.7rem;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background-color: #7BC6DD;
  }
  .sankaku-blue {
    display: inline-flex;
    width: 1rem;
    height: 0.7rem;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background-color: #0B7AC2;
  }
  .sankaku-purple {
    display: inline-flex;
    width: 1rem;
    height: 0.7rem;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background-color: #930C75;
  }
}
.about__policy {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .about__policy {
    width: 100%;
  }
}
li.img_li {
  background: url("../images/index/img_li.png") no-repeat 0 5px;
  background-size: 25px 25px;
  padding-left: 30px;
}
