@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+Rounded+1c:wght@500;700&display=swap");
* {
  font-family: "Kosugi Maru", sans-serif;
  color: #42210b;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  overflow: hidden;
}

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

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

a {
  transition: all ease 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .container {
    width: 900px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

header {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 138px;
  position: relative;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  header {
    padding: 0 1vw;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 1vw;
    height: 28vw;
  }
}
header.fixed {
  position: fixed;
  background: #fff;
  z-index: 98;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  header.fixed {
    position: relative;
  }
}
header:after {
  background-image: url(../images/flag.jpg);
  background-repeat: repeat;
  width: 100vw;
  height: 22px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -50vw;
}
@media screen and (max-width: 767px) {
  header:after {
    background-size: cover;
    height: 4.1vw;
  }
}
header .header-inside__logo {
  margin-top: 27px;
  width: 224px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  header .header-inside__logo {
    width: 17vw;
  }
}
@media screen and (max-width: 767px) {
  header .header-inside__logo {
    margin: 0;
  }
}
header .header-inside__logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .header-inside__logo img {
    width: 45vw;
    margin: 15px 0 0 10px;
  }
}
header .header-inside__menu {
  display: flex;
  list-style-type: none;
  align-items: center;
  margin-top: 0;
  padding: 0;
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  header .header-inside__menu {
    display: block;
  }
}
header .header-inside__menu li {
  margin: 0 20px 0 15px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  header .header-inside__menu li {
    margin: 0 1.5vw 0 2vw;
  }
}
@media screen and (max-width: 767px) {
  header .header-inside__menu li {
    text-align: center;
    display: block;
    margin: 0 30px 40px 30px;
  }
}
header .header-inside__menu li.icon {
  width: 50px;
  margin: 0 2px 0 12px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  header .header-inside__menu li.icon {
    width: 4vw;
  }
}
header .header-inside__menu li.icon a:after {
  display: none;
}
header .header-inside__menu li a {
  text-decoration: none;
  font-weight: bold;
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  header .header-inside__menu li a {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  header .header-inside__menu li a {
    display: block;
    color: #FFF;
    text-align: center;
  }
  header .header-inside__menu li a span {
    text-align: center;
    color: #FFF;
  }
}
header .header-inside__menu li a:after {
  width: 1px;
  height: 54px;
  content: "";
  position: absolute;
  right: -20px;
  top: -18px;
  border-right: 1px dashed #42210b;
}
@media screen and (max-width: 767px) {
  header .header-inside__menu li a:after {
    width: 100%;
    height: 1px;
    border-right: 0;
    border-bottom: 1px dashed #FFF;
    top: unset;
    bottom: -9px;
    left: 0;
  }
}
header .header-inside__menu li a.no-line:after {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-inside__menu li a.no-line:after {
    display: block;
  }
}
header .hum {
  width: 30px;
  height: 3px;
  background-color: #792701;
  border-radius: 10px;
  position: relative;
  margin: 35px 15px 0 0;
  position: fixed;
  right: 0;
}
header .hum:before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #792701;
}
header .hum:after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #792701;
}
@media screen and (max-width: 767px) {
  header .hum-inside {
    margin: 0;
    position: fixed;
    height: 100vh;
    background: #20b1c1;
    width: 100vw;
    display: block;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 25px 20px;
    top: -100vh;
    transition: all ease 0.3s;
  }
  header .hum-inside.active {
    top: 0;
  }
  header .hum-inside .hum {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: solid 1px #FFF;
    background-color: #20b1c1;
    right: 5px;
    top: -15px;
    position: absolute;
  }
  header .hum-inside .hum:before {
    width: 40px;
    height: 1px;
    background-color: #FFF;
    transform: rotate(45deg);
    top: 24px;
    left: 4px;
  }
  header .hum-inside .hum:after {
    width: 40px;
    height: 1px;
    background-color: #FFF;
    transform: rotate(-45deg);
    top: 24px;
    left: 4px;
  }
}
header .hum-inside p {
  display: none;
}
@media screen and (max-width: 767px) {
  header .hum-inside p {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 12.5px;
    font-weight: 100;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  header .hum-inside .sns {
    display: flex !important;
    justify-content: center;
  }
  header .hum-inside .sns img {
    padding: 10px;
    width: 18vw;
  }
}
header .hum-inside .logo {
  width: 85px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.title {
  position: relative;
  margin: 0;
  padding: 30px 0 25px;
  text-align: center;
  width: 483px;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .title {
    width: 100%;
    padding: 20px 0 15px;
    font-size: 7vw;
  }
}
.title:before {
  background-image: url(../images/flag-s.png);
  width: 509px;
  height: 22px;
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  margin-left: -255px;
}
@media screen and (max-width: 767px) {
  .title:before {
    background-image: url(../images/flag-sp.png);
    background-size: contain;
    margin: 0;
    width: 71.2vw;
    left: 14.4vw;
  }
}
.title:after {
  background-image: url(../images/line_bl.png);
  width: 491px;
  height: 22px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -245px;
}
@media screen and (max-width: 767px) {
  .title:after {
    width: 100%;
    margin: 0;
    width: 71.2vw;
    left: 14.4vw;
    background-image: url(../images/line_bl-sp.png);
    background-size: contain;
  }
}
.title.title-or:after {
  background-image: url(../images/line_or.png);
}
.title.title-gr:after {
  background-image: url(../images/line_gr.png);
}

.btn {
  width: 522px;
  margin: 0 auto;
  border-radius: 120px;
  font-size: 24px;
  color: #FFF;
  background-color: #42210b;
  text-align: center;
  padding: 20px 5px;
  display: block;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.btn.btn-or {
  background-color: #f68400;
  width: 80%;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .btn.btn-or {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-or {
    margin-bottom: 10vw;
    font-size: 5vw;
    padding: 3vw;
  }
}
.btn.btn-gr {
  background-color: #4da200;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .btn.btn-gr {
    font-size: 5vw;
    padding: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}

.content-text {
  padding-top: 53px;
}

.kv {
  width: 100%;
  background-color: #fff100;
  margin-top: 138px;
}
@media screen and (max-width: 767px) {
  .kv {
    margin-top: 0;
  }
}
.kv h1 {
  margin: 0;
}
.kv img {
  width: 1200px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .kv img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kv img {
    width: 100%;
  }
}

#section01 {
  background-image: url(../images/bg.jpg);
  background-position: 0px 40px;
  position: relative;
  margin-top: 8px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #section01 {
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  #section01 {
    margin-top: 4vw;
    padding-top: 65vw;
    padding-bottom: 40vw;
    background-image: url(../images/line-sp02-2.jpg);
    background-position: 0;
    background-size: contain;
  }
}
#section01:before {
  background-image: url(../images/line_bl.jpg);
  background-repeat: repeat;
  width: 100vw;
  height: 21px;
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -50vw;
}
@media screen and (max-width: 767px) {
  #section01:before {
    display: none;
  }
}
#section01:after {
  background-image: url(../images/line_br.png);
  background-repeat: repeat;
  width: 100vw;
  height: 21px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -50vw;
}
@media screen and (max-width: 767px) {
  #section01:after {
    display: none;
  }
}
#section01 .content-text {
  font-size: 20px;
  padding: 270px 288px 160px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #section01 .content-text {
    padding: 31vw 10vw 13vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 .content-text {
    padding: 0;
  }
}
#section01 .content-text h2 {
  font-size: 30px;
  text-align: center;
  position: relative;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  #section01 .content-text h2 {
    font-size: 6.5vw;
  }
}
#section01 .content-text h2:before {
  background-image: url(../images/line-title.jpg);
  width: 490px;
  height: 20px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -245px;
}
@media screen and (max-width: 767px) {
  #section01 .content-text h2:before {
    background-image: url(../images/line-title-sp.jpg);
    background-size: contain;
    left: 5%;
    margin: 0;
    width: 90%;
  }
}
#section01 .content-text p {
  line-height: 1.8;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #section01 .content-text p {
    margin: 0 0 8vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 .content-text p {
    font-size: 4vw;
    padding: 1vw 10vw;
    line-height: 1.8;
  }
}
#section01 .content-text p span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #section01 .content-text p span {
    font-size: 3.3vw;
  }
}
#section01 .content-text p span.btm {
  vertical-align: sub;
  line-height: 1;
}

#section02 {
  position: relative;
}
#section02 .item {
  background-size: cover;
  width: 218px;
  margin-top: 57px;
  margin-bottom: 112px;
  height: 562px;
  padding: 215px 25px 0;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #section02 .item {
    width: 22%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  #section02 .item {
    width: 100%;
    background-size: 100%;
    margin-bottom: 0;
    position: relative;
  }
}
#section02 .item h3 {
  font-size: 23px;
  text-align: center;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #section02 .item h3 {
    font-size: 1.7vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #section02 .item h3 {
    display: block;
    margin: 0 0 5vw;
    line-height: 1.2;
    position: absolute;
    top: 57vw;
    text-align: center;
    width: 100%;
    left: 0;
  }
}
#section02 .item h3:before {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  border-bottom: 5px dotted #42210b;
}
@media screen and (max-width: 767px) {
  #section02 .item h3:before {
    display: none;
  }
}
#section02 .item p {
  font-size: 18px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #section02 .item p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #section02 .item p {
    margin: 2vw 0;
    font-size: 4.6vw;
    position: absolute;
    top: 79vw;
    width: 100%;
    left: 0;
    padding: 0 7vw;
  }
}
#section02 .item:first-child {
  background-image: url(../images/section3-1.png);
}
@media screen and (max-width: 767px) {
  #section02 .item:first-child {
    background-image: url(../images/section3-1-sp.jpg);
    height: 102vw;
    margin-top: 30px;
  }
}
#section02 .item:nth-child(2) {
  background-image: url(../images/section3-2.png);
}
@media screen and (max-width: 767px) {
  #section02 .item:nth-child(2) {
    background-image: url(../images/section3-2-sp.jpg);
    height: 120vw;
  }
  #section02 .item:nth-child(2) h3 {
    margin: 4vw 0 0;
  }
  #section02 .item:nth-child(2) p {
    margin: 0;
  }
}
#section02 .item:nth-child(3) {
  background-image: url(../images/section3-3.png);
}
@media screen and (max-width: 767px) {
  #section02 .item:nth-child(3) {
    background-image: url(../images/section3-3-sp.jpg);
    height: 120vw;
  }
  #section02 .item:nth-child(3) h3 {
    margin: 4vw 0 0;
  }
}
#section02 .item:last-child {
  background-image: url(../images/section3-4.png);
}
@media screen and (max-width: 767px) {
  #section02 .item:last-child {
    background-image: url(../images/section3-4-sp.jpg);
    height: 120vw;
    margin-bottom: 12vw;
  }
}
#section02 .item.arrow {
  position: relative;
}
#section02 .item.arrow:before {
  background-image: url(../images/arrow.png);
  background-size: contain;
  width: 24px;
  height: 43px;
  content: "";
  position: absolute;
  right: -34px;
  top: 50%;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  #section02 .item.arrow:before {
    top: unset;
    right: 50%;
    margin-right: -4px;
    bottom: -13.5vw;
    transform: rotate(90deg);
  }
}
#section02 .item__wrap {
  display: flex;
  justify-content: space-between;
  width: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #section02 .item__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #section02 .item__wrap {
    width: 100%;
    display: block;
    padding: 1vw 10vw;
  }
}
#section02:before {
  background-image: url(../images/line_bl.jpg);
  background-repeat: repeat;
  width: 100vw;
  height: 21px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -50vw;
}
@media screen and (max-width: 767px) {
  #section02:before {
    background-size: cover;
    left: 6px;
    margin: 0;
    height: 12px;
  }
}

#section03 .content-text {
  padding-top: 33px;
  padding-bottom: 70px;
}
#section03 .top {
  position: relative;
}
#section03 .top:before {
  background-image: url(../images/bg-stripe.png);
  background-size: cover;
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  margin-left: -50vw;
}
#section03 .top p {
  margin-bottom: 0;
}
#section03 .top .lead {
  width: 792px;
  margin: 50px auto;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  #section03 .top .lead {
    margin: 25px 17%;
    width: 66%;
  }
}
#section03 .bottom {
  position: relative;
  padding: 110px 100px 90px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #section03 .bottom {
    padding: 110px 80px 90px;
  }
}
@media screen and (max-width: 767px) {
  #section03 .bottom {
    padding: 1vw 6vw;
  }
}
#section03 .bottom:before {
  background-image: url(../images/bg-craft.png);
  background-size: cover;
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -245px;
  z-index: -1;
  margin-left: -50vw;
}
#section03 .bottom p {
  font-size: 32px;
  margin: 0;
  background-image: url(../images/otodoke.png);
  background-position: 130px 2px;
  padding: 18px 120px 70px;
  text-align: center;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #section03 .bottom p {
    background-position: 0;
    padding: 18px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  #section03 .bottom p {
    background-image: url(../images/otodoke-sp.png);
    background-position: 0 7vw;
    padding: 9vw 4vw;
    background-size: contain;
    line-height: 1.3;
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 2vw;
  }
}
#section03 .img-flex {
  display: flex;
  width: 920px;
  justify-content: space-between;
  margin: 30px auto;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #section03 .img-flex {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  #section03 .img-flex {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 3vw;
  }
}
#section03 .img-flex .item {
  display: block;
  font-size: 24px;
  text-align: center;
  line-height: 2;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #section03 .img-flex .item {
    width: 50%;
  }
}
#section03 .img-flex img {
  height: 187px;
  width: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #section03 .img-flex img {
    width: 100%;
    height: auto;
    padding: 0 5vw;
  }
}
#section03 .img-flex2 {
  display: flex;
  width: 920px;
  justify-content: space-between;
  margin: 30px auto 0;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #section03 .img-flex2 {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  #section03 .img-flex2 {
    width: 100%;
    display: block;
  }
}
#section03 .img-flex2 .item {
  font-size: 27px;
  color: #42210b;
  text-align: center;
  line-height: 1.2;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #section03 .img-flex2 .item:first-child {
    font-size: 6vw;
    margin-bottom: 30px;
  }
}
#section03 .img-flex2 .item:first-child img {
  width: 284px;
  display: block;
  margin-right: 50px;
  margin-bottom: 5px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #section03 .img-flex2 .item:first-child img {
    width: 60%;
    margin: 0 20% 20px;
  }
}
#section03 .img-flex2 .item:last-child {
  width: 80%;
  margin: 1% 5% 0 3%;
}
@media screen and (max-width: 767px) {
  #section03 .img-flex2 .item:last-child {
    margin: 0;
    margin-left: 10%;
  }
}
@media screen and (max-width: 767px) {
  #section03 h2.title {
    background-color: unset;
    padding: 4.6vw 0 4vw;
  }
  #section03 h2.title::before {
    background-image: url(../images/title-section03-sp.jpg);
    background-size: 100%;
    width: 83vw;
    height: 35vw;
    left: 9vw;
    z-index: -1;
  }
  #section03 h2.title::after {
    display: none;
  }
}

#section04 {
  width: 545px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #section04 {
    width: 100%;
  }
}
#section04 p {
  font-size: 20px;
  margin: 30px 0 45px;
}
@media screen and (max-width: 767px) {
  #section04 p {
    margin: 5vw 10vw 10vw;
    font-size: 4.2vw;
  }
}
#section04 img {
  width: 294px;
  max-width: 90%;
  text-align: center;
  margin: 50px auto 0;
  display: block;
}
@media screen and (max-width: 767px) {
  #section04 img {
    width: 50vw;
  }
}
#section04:before {
  background-image: url(../images/onigiri.jpg);
  background-size: cover;
  width: 800px;
  height: 63px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -400px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #section04:before {
    background-size: contain;
    height: 44px;
    left: 4px;
    margin: 0;
    bottom: 47px;
  }
}

#section05 {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #section05 {
    padding: 1vw 8vw;
  }
}
#section05:before {
  background-image: url(../images/bg-stripe.png);
  background-size: cover;
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  margin-left: -50vw;
}
#section05::after {
  background-image: url(../images/line_br.png);
  background-repeat: repeat;
  width: 100vw;
  height: 21px;
  content: "";
  position: absolute;
  left: 50%;
  top: 25px;
  margin-left: -50vw;
}
@media screen and (max-width: 767px) {
  #section05::after {
    height: 11px;
    background-size: cover;
  }
}
#section05 h2 {
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #section05 h2 {
    font-size: 6vw;
  }
}
#section05 p {
  text-align: center;
}
#section05 img {
  display: block;
  margin: 0 auto;
  width: 521px;
}
@media screen and (max-width: 767px) {
  #section05 img {
    width: 100%;
    padding: 1vw 6vw;
  }
}
#section05 img.gotop {
  width: 80px;
}
@media screen and (max-width: 767px) {
  #section05 img.gotop {
    width: 19vw;
    padding: 0;
    margin: 0 auto 5vw;
  }
}
#section05 .fukidashi {
  background-image: url(../images/fukidashi.png);
  width: 644px;
  margin: 0 auto;
  padding: 48px 0 100px;
  font-weight: bold;
  font-size: 29px;
}
@media screen and (max-width: 767px) {
  #section05 .fukidashi {
    width: 100%;
    background-image: url(../images/fukidashi-sp.png);
    background-position: 2vw 0;
    background-size: contain;
    padding: 6vw 1vw 15vw;
    font-size: 6vw;
  }
}
#section05 .flex {
  display: flex;
  justify-content: space-between;
  width: 980px;
  margin: 50px auto 80px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #section05 .flex {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #section05 .flex {
    margin: 5vw 0 8vw;
    width: 100%;
    display: block;
  }
}
#section05 .item {
  width: 305px;
  height: 358px;
  background-image: url(../images/frame_tel.png);
  position: relative;
}
#section05 .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #section05 .item {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  #section05 .item {
    background-image: url(../images/frame_tel-sp.png);
    padding: 2vw 3vw 5vw;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 3vw;
    background-size: cover;
    width: 85vw;
    height: 44.6vw;
    margin-bottom: 6vw;
  }
}
#section05 .item h3 {
  font-size: 29px;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  #section05 .item h3 {
    font-size: 6vw;
    margin: 4vw 0;
    width: 100%;
    height: 1em;
    margin-bottom: 4vw;
  }
}
#section05 .item h3 span {
  color: #00c565;
  font-weight: bold;
  margin-right: 5px;
  font-size: 34px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #section05 .item h3 span {
    font-size: 7vw;
    line-height: 1;
  }
}
#section05 .item p {
  font-size: 20px;
}
#section05 .item p.strong {
  color: #20b1c1;
}
@media screen and (max-width: 767px) {
  #section05 .item p.strong {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  #section05 .item p {
    width: 60%;
    margin: 0;
    font-size: 4.2vw;
  }
}
#section05 .item img {
  width: 116px;
  margin: 10px auto 30px;
}
@media screen and (max-width: 767px) {
  #section05 .item img {
    width: 40%;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0;
  }
}
#section05 .item:first-child {
  background-image: url(../images/frame_line.png);
}
@media screen and (max-width: 767px) {
  #section05 .item:first-child {
    background-image: url(../images/frame_line-sp.png);
  }
}
#section05 .item:first-child p {
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  #section05 .item:first-child p {
    margin: 0 0 2vw -3vw;
  }
}
#section05 .item:nth-child(2) h3 {
  color: #e95519;
}
#section05 .item:nth-child(2) img {
  width: 88px;
  margin: -15px auto 15px;
}
@media screen and (max-width: 767px) {
  #section05 .item:nth-child(2) img {
    width: 35%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #section05 .item:nth-child(2) p {
    font-size: 4vw;
    margin-left: 25vw;
  }
}
#section05 .item:nth-child(2) p.strong {
  font-size: 47px;
  line-height: 1;
  color: #e95519;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #section05 .item:nth-child(2) p.strong {
    font-size: 9vw;
    margin: -1vw 0 1.5vw -3vw;
  }
}
#section05 .item:nth-child(2) p.strong span {
  font-size: 39px;
  display: block;
  font-weight: bold;
  color: #e95519;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  #section05 .item:nth-child(2) p.strong span {
    font-size: 7vw;
    margin-bottom: 1vw;
  }
}
#section05 .item:nth-child(3) {
  background-image: url(../images/frame_mail.png);
}
@media screen and (max-width: 767px) {
  #section05 .item:nth-child(3) {
    background-image: url(../images/frame_mail-sp.png);
  }
}
#section05 .item:nth-child(3) img {
  width: 88px;
  margin: -15px auto 15px;
}
@media screen and (max-width: 767px) {
  #section05 .item:nth-child(3) img {
    width: 31%;
    margin: 0;
    padding: 0 2vw 4vw 7vw;
  }
}
#section05 .item:nth-child(3) p {
  width: 100%;
}
#section05 .item:nth-child(3) h3 {
  color: #20b1c1;
}

footer {
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 70px;
  }
}
footer:after {
  background-image: url(../images/flag.jpg);
  background-repeat: repeat;
  width: 100vw;
  height: 22px;
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -50vw;
}
footer > div {
  background-image: url(../images/footer.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 50px 0 10px;
}
@media screen and (max-width: 767px) {
  footer > div {
    background-image: url(../images/footer-sp.jpg);
  }
}
footer > div img {
  width: 220px;
  display: block;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  footer > div img {
    width: 40vw;
    margin: 10vw auto;
  }
}
footer > div img.instagram {
  width: 50px;
  margin: 0 auto;
}
footer > div p {
  font-size: 17px;
  color: #FFF;
  text-align: center;
}
footer > div p.tel {
  font-size: 33px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  footer > div p.tel {
    font-size: 9vw;
    margin: 0;
  }
  footer > div p.tel a {
    color: #FFF;
  }
}
footer > div p span {
  color: #FFF;
}
footer > div p span small {
  font-size: 24px;
  margin-left: -3px;
  color: #FFF;
}
footer > div p span.small {
  font-size: 15px;
  display: block;
}
footer > div .copyright {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  footer > div .copyright {
    font-size: 2.5vw;
  }
}

.fixed-menu {
  width: 100%;
  position: fixed;
  z-index: 97;
  bottom: 0;
  left: 0;
  background-color: #f29b76;
  color: #FFF;
  text-align: center;
  padding: 0.5vw 3vw 1.5vw;
  line-height: 2;
}
.fixed-menu > div {
  display: flex;
  justify-content: space-between;
}
.fixed-menu > div .item {
  width: 32%;
  background-image: url(../images/fixed-bg.png);
  padding: 1vw;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fixed-menu > div .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fixed-menu > div .item img {
  width: 30%;
  padding: 1vw;
}
.fixed-menu > div .item span {
  width: 50%;
  line-height: 1.2;
  display: inline-block;
  font-size: 3.3vw;
  color: #e95519;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.fixed-menu > div .item:first-child span {
  color: #00c565;
}
.fixed-menu > div .item:last-child span {
  color: #20b1c1;
}

.contact-wrap {
  margin: 200px auto 100px;
  width: 700px;
}
@media screen and (max-width: 767px) {
  .contact-wrap {
    margin-top: 80px;
    width: 100%;
    padding: 0 15px;
  }
}
.contact-wrap h2 {
  text-align: center;
  margin: 0 auto 50px;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .contact-wrap h2 {
    margin: 0 auto 30px;
    font-size: 8vw;
  }
}
.contact-wrap .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .item {
    margin-bottom: 6px;
    display: block;
  }
}
.contact-wrap .item .left {
  width: 30%;
  font-size: 18px;
  padding: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact-wrap .item .left {
    width: 100%;
    font-size: 4.8vw;
  }
}
.contact-wrap .item .right {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact-wrap .item .right {
    width: 100%;
  }
}
.contact-wrap .item input,
.contact-wrap .item textarea {
  width: 100%;
  font-size: 18px;
  padding: 10px;
  border: 2px solid;
  border-radius: 10px;
}
.contact-wrap .item input::-moz-placeholder, .contact-wrap .item textarea::-moz-placeholder {
  opacity: 0.2;
}
.contact-wrap .item input:-ms-input-placeholder, .contact-wrap .item textarea:-ms-input-placeholder {
  opacity: 0.2;
}
.contact-wrap .item input::placeholder,
.contact-wrap .item textarea::placeholder {
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .contact-wrap .item.radio {
    margin: -5px -5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrap .wpcf7-radio {
    display: block;
    padding: 10px 12px 3px;
  }
}
.contact-wrap .wpcf7-radio span label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .wpcf7-radio span label {
    font-size: 3.8vw;
  }
}
.contact-wrap .wpcf7-radio span label input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contact-wrap .wpcf7-submit {
  display: inline-block;
  border-radius: 100px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  padding: 20px 70px;
  background: #f68400;
  color: #ffffff;
  line-height: 1em;
  opacity: 1;
  transition: 0.3s;
  box-shadow: none;
  border: none;
  display: block;
  margin: 60px auto 0;
}
.contact-wrap .wpcf7-submit:hover {
  box-shadow: none;
  opacity: 0.8;
}

.wpcf7-response-output {
  text-align: center;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .wpcf7-response-output {
    margin-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */