@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap');

html,body {
	height:100%;
}
html {
	font-size:62.5%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, figure {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1.66rem;
	line-height: 1.5em;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#333;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd,
ol, ul, li, form, input, textarea, button,
table, tr, th, td, article, aside, footer, header,
hgroup, nav, section, a, span, img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	min-width: 1000px;
  background: #f9f9f9;
}

a {
	color: #000;
	font-size: 1.5rem;
	text-decoration: none;
}
a:hover {
	opacity: .7;
}

a, a img {
	transition: opacity 0.3s ease-out;
}
a:hover,
a:hover img {
	opacity: 0.7;
}
figure {
	text-align: center;
	line-height: 0;
}
p {
	font-size: 1.875rem;
  line-height: 2;
}
figure {
  text-align: center;
  line-height: 0;
}

.sp {
	display: none;
}

.wrap {
	width: 96%;
	max-width: 950px;
	margin: auto;
}
@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
	}
	figure {
		width: 100%;
		text-align: center;
	}
	img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}
	p {
		font-size: 4vw;
    line-height: 1.5;
	}

	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}


/* ------------------------------
    text/font
------------------------------ */
.ta_c {
	text-align: center;
}
.fwb {
	font-weight: bold;
}
.color_red {
	color: #e23728 !important;
}
.color_yel {
	color: #fbc62b !important;
}
.highlight {
  background: linear-gradient(transparent 54%, #fbc62b 54%, #fbc62b 96%, transparent 96%);
}
.udl {
  background: linear-gradient(transparent 88%, #333 88%, #333 92%, transparent 92%);
}
.mac .udl{
  border-bottom: 1px solid #333;
  padding-bottom: .1em;
  background: none;
}
:root {
  --main_font_gos: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", "Meiryo", sans-serif;
}
.font_shippori{
  font-family: 'Shippori Mincho', serif;
}
@media screen and (max-width: 767px) {
  .udl,
  .mac .udl{
    background: none;
    border-bottom: 1px solid #333;
    padding: .05em 0;
  }
}


/* ------------------------------
    flex
------------------------------ */
.flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
.justifycontent_spacebetween {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.justifycontent_center {
	-webkit-justify-content: center;
	justify-content: center;
}
.alignitems_center {
	-webkit-align-items: center;
	align-items: center;
}

/* ------------------------------
    float
------------------------------ */
.f_left {
  float: left;
}
.f_right {
  float: right;
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.clear{
  clear: both;
}

/* ------------------------------
*  main
------------------------------ */
.ttl,
.sub_ttl{
  text-align: center;
  color: #f94b0d;
}
.contents_wrap {
  position: relative;
	max-width: 907px;
	box-shadow:0 0 4px 2px rgba(102, 102 ,102, .3);
  background-color: #fff;
  margin: auto;
}
.ttl{
  font-size: 6.799rem;
  line-height: 1.5;
  font-weight: 500;
}
.ttl span{
  border-bottom: 4px solid #f94b0d;
  padding-bottom: 8px;
}
.sub_ttl{
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .contents_wrap {
    width: 100% !important;
  }
  .ttl{
    font-size: 9.6vw;
  }
  .ttl span{
    padding-bottom: 1.6%;
  }
}

/* ------------------------------
*  btn
------------------------------ */
.line_btn .btn{
  position: relative;
  flex-basis: 100%;
  width: 100%;
  max-width: 624px;
  height: 81px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  
  background: #00ba0e;
  border-radius: 4px;
  box-shadow: 0 6px 0 0 #096e1d;
  margin: auto;
}
.line_btn .btn::before{
  position: absolute;
  content: "";
  background: url("../img/ic_btn_line.png") no-repeat top  center /cover;
  width: 55px;
  height: 56px;
  top: 50%;
  transform: translateY(-50%);
  left: 28px;
}
.line_btn .btn *{
  color: #fff;
  font-family: var(--main_font_gos);
  text-align: center;
  line-height: 1.2;
}
.line_btn .btn .sub_txt{
  font-size: 1.939rem;
}
.line_btn .btn .txt{
  font-size: 3.759rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .line_btn .btn{
    width: 100%;
    max-width: inherit;
    height: auto;
    padding: 3.6% 0;
    padding-left: 4.8vw;
  }
  .line_btn .btn::before{
    width: 7.467vw;
    height: 7.733vw;
    left: 2.667vw;
  }
  .line_btn .btn .sub_txt{
    font-size: 4.2vw;
  }
  .line_btn .btn .txt{
    font-size: 6vw;
  }
}

/* ------------------------------
*  footer
------------------------------ */
#footer_yuimaru {
  position: relative;
	background: #382f2d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
#footer_yuimaru * {
  color: #fff;
  font-family: var(--main_font_gos);
  letter-spacing: .08em;
  font-weight: 300;
}
#footer_yuimaru .footer_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer_yuimaru .footer_list .item{
  position: relative;
}
#footer_yuimaru .footer_list .item:nth-of-type(n + 2)::before{
  position: absolute;
  content: "｜";
  color: #fff;
  font-weight: 300;
  top: 0;
}
#footer_yuimaru .copyright {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #footer_yuimaru {
    padding: 32px 0 35px;
  }
  #footer_yuimaru .footer_list .item a {
    font-size: 1.875rem;
  }
  #footer_yuimaru .footer_list {
    margin-top: 20px;
  }
  #footer_yuimaru .footer_list .item:nth-of-type(n + 2) {
    margin-left: 60px;
  }
  #footer_yuimaru .footer_list .item:nth-of-type(n + 2)::before{
    left: -38px;
  }
  #footer_yuimaru .copyright {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  #footer_yuimaru {
    padding: 6% 0;
  }
  #footer_yuimaru .footer_list .item a {
    font-size: 3.6vw;
    letter-spacing: .03em;
  }
  #footer_yuimaru .footer_list .item {
    text-align: center;
  }
  #footer_yuimaru .footer_list {
    margin-top: 5%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #footer_yuimaru .footer_list .item:nth-of-type(2) {
    margin-left: 4.8vw;
  }
  #footer_yuimaru .footer_list .item:nth-of-type(2)::before{
    left: -4vw;
    font-size: 3.6vw;
  }
  #footer_yuimaru .footer_list .item:nth-of-type(3){
    flex-basis: 100%;
    margin-top: 1.6%;
  }
  #footer_yuimaru .footer_list .item:nth-of-type(3)::before{
    display: none;
    margin-left: 0;
  }
  #footer_yuimaru .copyright {
    font-size: 3.6vw;
  }
}


/* ------------------------------
*  header
------------------------------ */
#mv {
  width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden;
  background: url("../img/mv_bg.jpg") no-repeat top center /cover;
}
.mv_wrap{
  box-shadow:0 0 4px 2px rgba(102, 102 ,102, .3);
  background: #fff;
  width: 100%;
  margin: auto;
}
.mv_inner{
  border: 1px solid #b49536;
}
.mv_inner .main_title img{
  margin: auto;
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #mv {
    border-top: 28px solid #b49536;
    padding: 44px 0 74px;
  }
  .mv_wrap{
    max-width: 907px;
    padding: 15px 14px;
  }
  .mv_inner{
    padding: 33px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #mv {
    border-top: 14px solid #b49536;
    padding: 5% 0 8%;
  }
  .mv_wrap{
    width: 96%;
    padding: 2%;
  }
  .mv_inner{
    padding: 5% 3%;
  }
}

/* ------------------------------
*  sec01
------------------------------ */
#sec01{
  background: #faf8e8;
	padding: 53px 0 36px;
  overflow: hidden;
}
#sec01 .contents_wrap{
  padding: 90px 30px 113px;
}
#sec01 .cont01{
  margin-bottom: 100px;
  padding: 0 40px 0 20px;
}
#sec01 .cont01 .flex{
  justify-content: space-between;
  margin-bottom: 38px;
}
#sec01 .cont01 .headline{
  color: #382f2d;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 1.8;
  border-bottom: 4px solid #b49536;
  margin-bottom: 38px;
}
#sec01 .cont01_txt{
  max-width: 460px;
}
#sec01 .cont01_txt p{
  padding-right: 20px;
}
#sec01 .cont01_txt p + p{
  margin-top: 30px;
}
#sec01 .cont02 .ttl{
  margin-bottom: 74px;
}
#sec01 .cont02 .cont02_wrap{
  max-width: 856px;
  margin: auto;
  border: 3px solid #b49536;
  padding: 30px 25px 38px 20px;
}
#sec01 .cont02 .cont02_inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 36px;
}
#sec01 .cont02 .cont02_wrap + .cont02_wrap {
  margin-top: 72px;
}
#sec01 .cont02 .cont02_txt{
  padding-right: 46px;
}
#sec01 .cont02 .cont02_txt .name_wrap{
  border-bottom: 1px solid #b49536;
  padding-bottom: 15px;
  margin-bottom: 18px;
}
#sec01 .cont02 .cont02_txt .name{
  font-size: 4.925rem;
  color: #382f2d;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
#sec01 .cont02 .cont02_txt .name_en{
  font-size: 1.875rem;
  color: #f94b0d;
  line-height: 1.28;
  text-align: center;
  font-family: var(--main_font_gos);
  letter-spacing: .05em;
}
#sec01 .cont02 .cont02_txt .txt{
  font-size: 1.875rem;
  color: #382f2d;
  line-height: 1.667;
  font-family: var(--main_font_gos);
}
#sec01 .cont02 .tag_wrap{
  margin: 0 0 18px 15px;
}
#sec01 .cont02 .tag_wrap.center{
  margin: 0 auto 18px;
  display: flex;
  justify-content: center;
}
#sec01 .cont02 .tag_wrap li + li{
  margin-left: 32px;
}
#sec01 .cont02 .tag_wrap .tag{
  display: inline-block;
  position: relative;
  height: 24px;
  font-size: 1.75rem;
  background-color: #f94b0d;
  color: #fff;
  line-height: 1.3;
  font-family: var(--main_font_gos);
  text-align: center;
  padding: 0 16px;
}
_::-webkit-full-page-media, _:future, :root #sec01 .cont02 .tag_wrap .tag {
  line-height: 1.4;
}
#sec01 .cont02 .tag_wrap .tag.w{
  padding: 0 25px;
}
#sec01 .cont02 .tag_wrap .tag::before,
#sec01 .cont02 .tag_wrap .tag::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-color: #f94b0d transparent;
  border-style: solid;
  content: '';
}
#sec01 .cont02 .tag_wrap .tag::before {
  left: -6px;
  border-width: 12px 0px 12px 6px;
}
#sec01 .cont02 .tag_wrap .tag::after {
  right: -6px;
  border-width: 12px 6px 12px 0px;
}
#sec01 .cont02 figure{
  position: relative;
  margin-top: 10px;
  width: 273px;
  height: 273px;
}
#sec01 .cont02 figure img{
  position: relative;
  display: inline-block;
}
#sec01 .cont02 figure::before{
  position: absolute;
  content: "";
  background: #e1d5af;
  width: 273px;
  height: 273px;
  top: 8px;
  right: -8px;
}

@media screen and (max-width: 767px) {
  #sec01{
    padding: 5% 0 6%;
  }
  #sec01 .contents_wrap{
    padding: 5% 3% 6%
  }
  #sec01 .cont01{
    margin-bottom: 10%;
    padding: 0 5%;
  }
  #sec01 .cont01 .flex{
    display: block;
    margin-bottom: 5%;
  }
  #sec01 .cont01 .headline{
    font-size: 8vw;
    margin-bottom: 6.2%;
  }
  #sec01 .cont01_txt{
    width: 100%;
    max-width: inherit;
  }
  #sec01 .cont01_txt p{
    padding-right: 0;
  }
  #sec01 .cont01_txt p + p{
    margin-top: 5%;
  }
  #sec01 .cont01_img{
    width: 68%;
    margin: 5% auto 3%;
  }
  #sec01 .cont02 .ttl{
    margin-bottom: 10%;
  }
  #sec01 .cont02 .cont02_wrap{
    max-width: inherit;
    width: 100%;
    padding: 5% 3% 8%;
  }
  #sec01 .cont02 .cont02_inner{
    display: block;
    margin-bottom: 6.2%;
  }
  #sec01 .cont02 .cont02_wrap + .cont02_wrap {
    margin-top: 8%;
  }
  #sec01 .cont02 .cont02_txt{
    padding-right: 0;
  }
  #sec01 .cont02 figure{
    margin: 0 auto 8%;
  }
  #sec01 .cont02 .cont02_txt .name_wrap{
    padding-bottom: 4.8%;
    margin-bottom: 6%;
  }
  #sec01 .cont02 .cont02_txt .name{
    font-size: 6.8vw;
  }
  #sec01 .cont02 .cont02_txt .name_en{
    font-size: 4.2vw;
  }
  #sec01 .cont02 .cont02_txt .txt{
    font-size: 4vw;
  }
  #sec01 .cont02 .tag_wrap{
    margin: 0 auto 5%;
    display: flex;
    justify-content: space-around;
  }
  #sec01 .cont02 .tag_wrap li + li{
    margin-left: 0;
  }
  #sec01 .cont02 .tag_wrap .tag{
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0 3% !important;
  }
  _::-webkit-full-page-media, _:future, :root #sec01 .cont02 .tag_wrap .tag {
    line-height: 1.75 !important;
  }
  #sec01 .cont02 figure{
    width: 200px;
    height: 200px;
  }
  #sec01 .cont02 figure::before{
    width: 200px;
    height: 200px;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px){
  #sec01 .cont02 .tag_wrap{
    justify-content: center
  }
  #sec01 .cont02 .tag_wrap li + li{
    margin-left: 6.8%;
  }
  #sec01 .cont02 .tag_wrap .tag{
    height: 30px;
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0 5% !important;
  }
  _::-webkit-full-page-media, _:future, :root #sec01 .cont02 .tag_wrap .tag {
    line-height: 1.85 !important;
  }
  #sec01 .cont02 .tag_wrap .tag::before {
    left: -6px;
    border-width: 15px 0px 15px 6px;
  }
  #sec01 .cont02 .tag_wrap .tag::after {
    right: -6px;
    border-width: 15px 6px 15px 0px;
  }
  #sec01 .cont02 figure{
    width: 240px;
    height: 240px;
  }
  #sec01 .cont02 figure::before{
    width: 240px;
    height: 240px;
  }
}

/* ------------------------------
*  sec02
------------------------------ */
#sec02{
  background: #fff;
	padding: 94px 0 155px;
  overflow: hidden;
}
#sec02 .ttl{
  margin-bottom: 65px;
}
#sec02 .sub_ttl{
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: .05em;
  font-family: var(--main_font_gos);
  margin-bottom: 24px;
}
#sec02 .flow_wrap{
  position: relative;
  max-width: 907px;
  margin: auto;
  background: #faf8e8;
  padding: 35px 55px 45px;
}
#sec02 .flow_wrap:nth-of-type(n + 2)::before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 14.5px 0 14.5px;
  border-color: #f94b0d transparent transparent transparent;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
}
#sec02 .flow_wrap + .flow_wrap{
  margin-top: 72px;
}
#sec02 .flow_wrap > p{
  font-size: 1.875rem;
  line-height: 1.667;
  color: #382f2d;
  font-family: var(--main_font_gos);
}
#sec02 .return_btn{
  margin-top: 57px;
}
#sec02 .return_btn .btn{
  display: block;
  margin: auto;
  background: #f94b0d;
  border-radius: 50px;
  color: #fff;
  font-family: var(--main_font_gos);
  font-weight: 500;
  letter-spacing: .01em;
  width: 447px;
  height: 59px;
  line-height: 59px;
  text-align: center;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec02{
    padding: 6.2% 0 10%;
  }
  #sec02 .ttl{
    margin-bottom: 8%;
  }
  #sec02 .sub_ttl{
    font-size: 5.2vw;
    margin-bottom: 5%;
  }
  #sec02 .flow_wrap{
    max-width: inherit;
    padding: 5% 5% 6%;
  }
  #sec02 .flow_wrap:nth-of-type(n + 2)::before{
    border-width: 3.2vw 2.533vw 0 2.533vw;
    top: -8vw;
  }
  #sec02 .flow_wrap + .flow_wrap{
    margin-top: 14%;
  }
  #sec02 .flow_wrap > p{
    font-size: 4vw;
  }
  #sec02 .return_btn{
    margin-top: 12%;
  }
  #sec02 .return_btn .btn{
    width: 90%;
    height: auto;
    padding: 3% 0;
    line-height: 1;
    font-size: 5.4vw;
  }
}


@media screen and (min-width: 769px) {
  .fixed_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    margin:0 auto;
  }
  .fixed_btn img{
    margin:0 auto;
    max-width: 636px;
  }
}

@media screen and (max-width: 768px) {
  .fixed_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    margin:0 auto;
    padding: 5% 2.9%;
  }
  .fixed_btn img{
    max-width: 636px;
  }
}