@charset "UTF-8";
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*2-35*/
/*2-2.4*/
/*1.8-2*/
/*2-4*/
/*1.6-1.8*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*  reset.scss */
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, select, textarea, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {
  display: block;
}

main {
  padding: 0;
  margin: 0 !important;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  line-height: 1;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

img {
  vertical-align: bottom;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  text-align: left;
  vertical-align: top;
}

input, select, textarea {
  font-family: inherit;
}

input[type=submit] {
  cursor: pointer;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

/*--------------------------------------------------------------------------
   font
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html {
  height: 100%;
  overflow-y: scroll;
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
  height: 100%;
  color: #333;
  background: #fff;
  min-width: 320px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media only screen and (min-width: 768px) {
  body {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 1.5rem;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  a:hover {
    color: #916f44;
    /*opacity: .7;
    	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";*/
  }
  a img:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .alpha {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .alpha:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*2-35*/
/*2-2.4*/
/*1.8-2*/
/*2-4*/
/*1.6-1.8*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* layout.scss */
.base_inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.base {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .base_inner {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .base {
    max-width: 1720px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

#header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: auto;
}
#header .logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #header .logo {
    margin-left: 20px;
  }
}
#header .logo .img-logo {
  width: 120px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #header .logo .img-logo {
    width: 200px;
  }
}

.site-header {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 10px;
  position: fixed;
  transition: 0.5s;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .site-header {
    background: rgba(255, 255, 255, 0);
  }
}

.site-header.transform {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 0;
}

/**/
.menu-area .menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 40px;
  /*background-color: #456785;*/
}
@media screen and (min-width: 768px) {
  .menu-area .menu-btn {
    width: 70px;
    top: 8px;
    right: 15px;
  }
}

.menu-area .menu-btn span,
.menu-area .menu-btn span::before,
.menu-area .menu-btn span::after {
  display: block;
  width: 30px;
  height: 2px;
  transition: all 0.4s;
  background-color: #333;
}
@media screen and (min-width: 768px) {
  .menu-area .menu-btn span,
  .menu-area .menu-btn span::before,
  .menu-area .menu-btn span::after {
    width: 60px;
  }
}

.menu-area .menu-btn span {
  position: relative;
}

.menu-area .menu-btn.active span {
  background-color: transparent;
}

.menu-area .menu-btn span::before,
.menu-area .menu-btn span::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-area .menu-btn span::before {
  top: 8px;
}
@media screen and (min-width: 768px) {
  .menu-area .menu-btn span::before {
    top: 10px;
  }
}

.menu-area .menu-btn.active span::before {
  top: 0;
  transform: rotate(30deg);
}
@media screen and (min-width: 768px) {
  .menu-area .menu-btn.active span::before {
    transform: rotate(20deg);
  }
}

.menu-area .menu-btn span::after {
  bottom: 8px;
}
@media screen and (min-width: 768px) {
  .menu-area .menu-btn span::after {
    bottom: 10px;
  }
}

.menu-area .menu-btn.active span::after {
  bottom: 0;
  transform: rotate(-30deg);
}
@media screen and (min-width: 768px) {
  .menu-area .menu-btn.active span::after {
    transform: rotate(-20deg);
  }
}

.menu-area .menu-content {
  position: fixed;
  display: none;
  top: 40px;
  right: 0;
  width: 280px;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  background-color: #333;
  list-style: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .menu-area .menu-content {
    top: 50px;
  }
}

.menu-area .menu-content::-webkit-scrollbar {
  display: none;
}

.menu-area .menu-content li a {
  display: block;
  padding: 15px 15px;
  color: #fff;
  text-decoration: none;
  font-family: "Tenor Sans", sans-serif;
}
.menu-area .menu-content li a:hover {
  background: #666;
}

.language {
  margin-top: 30px;
  padding: 10px 15px;
}
.language a {
  display: block;
  padding: 15px 15px;
  color: #333;
  background: #fff;
  text-decoration: none;
  font-family: "Tenor Sans", sans-serif;
}

/*	pagetop
--------------------------------------*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  border-radius: 5px;
  width: 60px;
  height: 40px;
  /*height: 60px;*/
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/*	footer
--------------------------------------*/
#footer {
  padding-bottom: 10px;
}
#footer .ft-logo {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #footer .ft-logo {
    margin-bottom: 50px;
  }
}
#footer .ft-logo .logo {
  width: 120px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #footer .ft-logo .logo {
    width: 200px;
  }
}
#footer .ft-menu {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #footer .ft-menu {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}
#footer .ft-menu .list {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer .ft-menu .list {
    display: inline-block;
  }
}
#footer .ft-menu .list a {
  display: block;
  padding: 6px 0;
  font-family: "Tenor Sans", sans-serif;
}
#footer .copy {
  text-align: center;
  font-size: 12px;
}

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*2-35*/
/*2-2.4*/
/*1.8-2*/
/*2-4*/
/*1.6-1.8*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*--------------------------------------------------------------------------
   btn
　　<div class="btn"><a href="cream.html" class="c-btn"><span>VIEW MORE</span></a></div>
---------------------------------------------------------------------------*/
.btn {
  width: 260px;
  /*margin: 0 auto;*/
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #333;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .c-btn {
    width: 100%;
    height: 50px;
  }
}
.c-btn:hover {
  background: #44311d;
  color: #fff;
}

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*2-35*/
/*2-2.4*/
/*1.8-2*/
/*2-4*/
/*1.6-1.8*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* set.scss */
/*	hover
--------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .alpha {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .alpha:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
/*	hover img zoom
--------------------------------------*/
/* 各コンテンツの画像サイズは各自設定 */
@media only screen and (min-width: 768px) {
  .pic {
    overflow: hidden;
  }
  .pic img {
    display: block;
    transition-duration: 0.3s;
  }
  .pic img:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
  }
}
/*	tit
--------------------------------------*/
.tit-ct {
  /*position: relative;*/
  text-align: center;
  margin-bottom: 30px;
  font-size: calc(2rem + (1vw - 0.32rem) * 1.7045);
  font-weight: 500;
  font-family: "Tenor Sans", sans-serif;
  /*&::after {
  	content: '';
  	position: absolute;
  	bottom: -35px;
  	left: 50%;
  	width: 1px;
  	height: 25px;
  	background: $base_color;
  	@media screen and ($sp-first){
  	content: '';
  	position: absolute;
  	bottom: -40px;
  	height: 40px;
  	}
  }*/
}
@media screen and (min-width: 768px) {
  .tit-ct {
    margin-bottom: 50px;
  }
}

/*	content padding
--------------------------------------*/
.pad {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .pad {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.pad-btm {
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .pad-btm {
    padding-bottom: 70px;
  }
}
.pad-top {
  padding-top: 40px;
}

@media only screen and (min-width: 768px) {
  .pad-top {
    padding-top: 70px;
  }
}
.mb {
  margin-bottom: 13px;
}

@media only screen and (min-width: 768px) {
  .mb {
    margin-bottom: 28px;
  }
}
.mbl {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .mbl {
    margin-bottom: 45px;
  }
}
.ov {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .txt-c {
    text-align: center;
  }
}

.txt-ct {
  text-align: center;
}

.txt-b {
  font-weight: bold;
}

.list .item-list {
  padding-left: 1em;
  text-indent: -1em;
}

/*	bg
--------------------------------------*/
.bg-green {
  background-color: #74b5b5;
}

.bg-green-light {
  background-color: #c2e6e0;
}

@media only screen and (min-width: 768px) {
  .bg_fix {
    position: relative;
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  #home .bg-product {
    background-image: url("../image/home/bg-product.png");
  }
}
@media screen and (min-width: 768px) {
  #home .bg-story {
    background-image: url("../image/home/bg-story.png");
  }
}

/* ---------------------------------------------------------------------------
	下層メインビジュアル共通	
--------------------------------------------------------------------------- */
.mv-page {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mv-page .tit_page {
  padding: 90px 10px 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .mv-page .tit_page {
    padding: 150px 30px 50px;
  }
}
.mv-page .tit_page .en {
  font-family: "Tenor Sans", sans-serif;
  font-size: 1.8rem;
}
.mv-page .tit_page .jp {
  display: block;
}

#contact .mv-page {
  background-image: url("../image/contact/mv.png");
}

#policy .mv-page {
  background-image: url("../image/policy/mv.png");
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .ggmap {
    padding-bottom: 25%;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

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

/*	wrap
--------------------------------------*/
.wrap .item:first-child {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .wrap .item:first-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .wrap .item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .wrap .od {
    order: -1;
  }
}
/*	clum-2
--------------------------------------*/
@media screen and (min-width: 768px) {
  .clum-2 {
    display: flex;
    justify-content: space-between;
  }
}
.clum-2 .item:first-child {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .clum-2 .item:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .clum-2 .item {
    width: 46%;
  }
}

/*	clum-3
--------------------------------------*/
.clum-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
@media only screen and (min-width: 768px) {
  .clum-3 {
    gap: 20px 30px;
  }
}
.clum-3 .pict {
  width: 45%;
  width: -webki-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
}
@media only screen and (min-width: 768px) {
  .clum-3 .pict {
    width: 30%;
    width: -webki-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
  }
}

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*2-35*/
/*2-2.4*/
/*1.8-2*/
/*2-4*/
/*1.6-1.8*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
.ico_scrbtn {
  position: absolute;
  bottom: 120px;
  left: 50%;
}
.ico_scrbtn a {
  padding-top: 60px;
}
.ico_scrbtn a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.ico_scrbtn a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#home .hero {
  position: relative;
  height: 300px;
  background: url("../image/home/mv.png") center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #home .hero {
    height: 100vh;
  }
}

#home .ct-pict {
  margin: 30px 30px 0;
}
@media screen and (min-width: 768px) {
  #home .ct-pict {
    margin: 50px 60px 0;
  }
}

#home #concept .pad, #home #mission .pad, #home #feature .pad, #home #wash .pad {
  padding-top: 60px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #home #concept .pad, #home #mission .pad, #home #feature .pad, #home #wash .pad {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

#home #concept {
  border-top: 12px solid #fff;
  background: url("../image/home/concept-bg.png") bottom right no-repeat #dfecf3;
  background-size: cover;
  /*background-size: 100% auto;*/
}
#home #concept .cutch {
  font-size: calc(1.8rem + (1vw - 0.32rem) * 0.4545);
  margin-bottom: 2rem;
}
#home #concept .sub-tit {
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2273);
}
#home #concept .wrap {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #home #concept .wrap {
    margin-top: 50px;
  }
}
#home #concept .wrap .set {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #home #concept .wrap .set {
    padding: 0 0 0 20px;
    max-width: 600px;
    margin: 20px 30px 0 auto;
  }
}
@media only screen and (min-width: 960px) {
  #home #concept .wrap .set {
    margin: 10% 50px 0 auto;
  }
}

#home #mission .wrap {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #home #mission .wrap {
    margin-top: 50px;
  }
}
#home #mission .wrap .set {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #home #mission .wrap .set {
    padding: 0 20px 0 0;
    max-width: 600px;
    margin: 20px auto 0 30px;
  }
}
@media only screen and (min-width: 960px) {
  #home #mission .wrap .set {
    margin: 10% auto 0 50px;
  }
}
#home #mission .wrap .set .tit {
  font-size: calc(1.8rem + (1vw - 0.32rem) * 0.4545);
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #home #mission .wrap .set .tit {
    margin-bottom: 1rem;
  }
}

#home #feature {
  position: relative;
  z-index: 1;
  background: -moz-linear-gradient(top, #e8e8e8 0%, #a2a2a2 100%);
  background: -webkit-linear-gradient(top, #e8e8e8 0%, #a2a2a2 100%);
  background: linear-gradient(to bottom, #e8e8e8 0%, #a2a2a2 100%);
  /*background: #bdb0a3;*/
  /*background: -moz-linear-gradient(top, #cec5bb 0%, #bdb0a3 100%);
  background: -webkit-linear-gradient(top, #cec5bb 0%, #bdb0a3 100%);
  background: linear-gradient(to bottom,  #cec5bb 0%, #bdb0a3 100%);*/
}
@media screen and (min-width: 768px) {
  #home #feature .clum-3 {
    padding-top: 50px;
    display: flex;
    justify-content: space-around;
  }
}
#home #feature .clum-3 .set {
  position: relative;
  width: 60%;
  max-width: 300px;
  margin: 0 auto 50px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #home #feature .clum-3 .set {
    width: 30%;
    margin: 0 0 10%;
  }
}
#home #feature .clum-3 .set::after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 70%;
  height: 0;
  padding-top: 70%;
  border: 1px solid #F8F8F8;
  border-radius: 50%;
  margin: 0 0 0 -35%;
}
@media screen and (min-width: 768px) {
  #home #feature .clum-3 .set::after {
    margin: -30px 0 0 -35%;
  }
}
#home #feature .clum-3 .set .in {
  position: relative;
  z-index: 2;
  padding-top: 15px;
}
#home #feature .clum-3 .set .in .tit {
  text-align: center;
  margin-bottom: 12px;
}
#home #feature .clum-3 .set .in .tit .en {
  display: block;
  font-family: "Tenor Sans", sans-serif;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  #home #feature .clum-3 .set .in .tit .en {
    font-size: 2rem;
  }
}
#home #feature .clum-3 .set .in .tit .jp {
  font-size: 1.5rem;
}
#home #feature .clum-3 .set .in .txt {
  font-size: 1.4rem;
}

#home #wash, #home #gommage {
  position: relative;
  z-index: 1;
  /*background: $bg;*/
}
#home #wash .tit-point, #home #gommage .tit-point {
  font-size: calc(2rem + (1vw - 0.32rem) * 0.4545);
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #home #wash .clum-3, #home #gommage .clum-3 {
    padding-top: 50px;
    display: flex;
    justify-content: space-around;
  }
}
#home #wash .clum-3 .set, #home #gommage .clum-3 .set {
  position: relative;
  width: 60%;
  max-width: 300px;
  margin: 0 auto 50px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #home #wash .clum-3 .set, #home #gommage .clum-3 .set {
    width: 30%;
    margin: 0 0 10%;
  }
}
#home #wash .clum-3 .set::after, #home #gommage .clum-3 .set::after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 70%;
  height: 0;
  padding-top: 70%;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin: 0 0 0 -35%;
}
@media screen and (min-width: 768px) {
  #home #wash .clum-3 .set::after, #home #gommage .clum-3 .set::after {
    margin: -30px 0 0 -35%;
  }
}
#home #wash .clum-3 .set .in, #home #gommage .clum-3 .set .in {
  position: relative;
  z-index: 2;
  padding-top: 15px;
}
#home #wash .clum-3 .set .in .tit, #home #gommage .clum-3 .set .in .tit {
  text-align: center;
  margin-bottom: 12px;
}
#home #wash .clum-3 .set .in .tit .en, #home #gommage .clum-3 .set .in .tit .en {
  display: block;
  font-family: "Tenor Sans", sans-serif;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  #home #wash .clum-3 .set .in .tit .en, #home #gommage .clum-3 .set .in .tit .en {
    font-size: 2rem;
  }
}
#home #wash .clum-3 .set .in .tit .jp, #home #gommage .clum-3 .set .in .tit .jp {
  font-size: 1.5rem;
}
#home #wash .clum-3 .set .in .txt, #home #gommage .clum-3 .set .in .txt {
  font-size: 1.4rem;
}

#home #feature .wrap, #home #wash .wrap, #home #gommage .wrap {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #home #feature .wrap, #home #wash .wrap, #home #gommage .wrap {
    margin-top: 50px;
  }
}
#home #feature .wrap .set, #home #wash .wrap .set, #home #gommage .wrap .set {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #home #feature .wrap .set, #home #wash .wrap .set, #home #gommage .wrap .set {
    padding: 0 20px 0 0;
    max-width: 600px;
    margin: 20px auto 0 30px;
  }
}
@media only screen and (min-width: 960px) {
  #home #feature .wrap .set, #home #wash .wrap .set, #home #gommage .wrap .set {
    margin: 10% auto 0 50px;
  }
}
#home #feature .wrap .set .tit, #home #wash .wrap .set .tit, #home #gommage .wrap .set .tit {
  font-family: "Tenor Sans", sans-serif;
  font-size: calc(2rem + (1vw - 0.32rem) * 0.4545);
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #home #feature .wrap .set .tit, #home #wash .wrap .set .tit, #home #gommage .wrap .set .tit {
    margin-bottom: 2rem;
  }
}
#home #feature .wrap .set .glp, #home #wash .wrap .set .glp, #home #gommage .wrap .set .glp {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
#home #feature .wrap .set .glp .tit-glp, #home #wash .wrap .set .glp .tit-glp, #home #gommage .wrap .set .glp .tit-glp {
  margin-bottom: 10px;
}
#home #feature .wrap .set .glp .tit-glp .en, #home #wash .wrap .set .glp .tit-glp .en, #home #gommage .wrap .set .glp .tit-glp .en {
  display: block;
  font-family: "Tenor Sans", sans-serif;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  #home #feature .wrap .set .glp .tit-glp .en, #home #wash .wrap .set .glp .tit-glp .en, #home #gommage .wrap .set .glp .tit-glp .en {
    font-size: 2rem;
  }
}
#home #feature .wrap .set .glp .tit-glp .jp, #home #wash .wrap .set .glp .tit-glp .jp, #home #gommage .wrap .set .glp .tit-glp .jp {
  font-size: 1.5rem;
}
#home #feature .wrap .set .glp .note, #home #wash .wrap .set .glp .note, #home #gommage .wrap .set .glp .note {
  font-size: 1.2rem;
  padding: 15px;
  margin-top: 15px;
  border: 1px solid #ccc;
}

#home #feature .wrap .set .glp {
  border-bottom: 1px solid #D6D6D6;
}

#home .product .cutch {
  font-size: calc(1.8rem + (1vw - 0.32rem) * 0.4545);
  margin-bottom: 2rem;
}
#home .product .sub-tit {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  #home .product .sub-tit {
    font-size: 1.7rem;
  }
}
#home .product .wrap .item .name {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#home .product .wrap .item .name .en {
  display: block;
  font-family: "Tenor Sans", sans-serif;
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2273);
}
#home .product .wrap .item .name .jp {
  font-size: 1.5rem;
}
#home .product .note {
  border: 1px solid #949494;
  margin-top: 30px;
  padding: 15px 15px;
}
@media screen and (min-width: 768px) {
  #home .product .note {
    margin-top: 40px;
    padding: 30px 50px;
  }
}
#home .product .note .note-tit {
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2273);
  margin-bottom: 5px;
}
#home .product .wrap_second {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #home .product .wrap_second {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 0 40px;
  }
}
#home .product .wrap_second .pict {
  text-align: center;
  margin-bottom: 15px;
}
#home .product .wrap_second .item .second_tit {
  margin-bottom: 10px;
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2273);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #home .product .wrap_second .item .second_tit {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  #home #story .wrap {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #home #story .wrap-ct {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#home #story .item {
  /*.in-02 {
  	margin: 15px 0;
  	@media screen and ($sp-first){
  		margin: 40px 0;
  	}
  }
  .in-03 {
  	margin-bottom: 15px;
  	@media screen and ($sp-first){
  		margin: 40px 0 40px;
  	}
  }*/
}
@media screen and (min-width: 768px) {
  #home #story .item {
    width: 47.62%;
  }
}
#home #story .item .tit {
  font-family: "Tenor Sans", sans-serif;
  font-size: calc(2rem + (1vw - 0.32rem) * 0.4545);
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #home #story .item .tit {
    margin-bottom: 2rem;
  }
}
#home #story .item .in-01 {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #home #story .item .in-01 {
    margin: 40px 0 40px;
  }
}

#home #faq {
  background: #74b5b5;
  /*background: #13bdbb;*/
  color: #fff;
}
#home #faq .in .set {
  padding-bottom: 15px;
  margin-bottom: 15px;
  /*border-bottom: 1px solid #ccc;*/
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  #home #faq .in .set {
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 50px;
  }
}
#home #faq .in .set .que {
  position: relative;
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2273);
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  #home #faq .in .set .que {
    margin-bottom: 10px;
  }
}
#home #faq .in .set .que::before {
  position: absolute;
  content: "Q";
  top: 0;
  left: -30px;
  color: #fff;
  font-family: "Tenor Sans", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #home #faq .in .set .que::before {
    left: -50px;
    font-size: 3.6rem;
    margin-top: -2px;
  }
}
#home #faq .in .set .ans {
  position: relative;
}
#home #faq .in .set .ans::before {
  position: absolute;
  content: "A";
  top: 0;
  left: -28px;
  color: #fff;
  font-family: "Tenor Sans", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #home #faq .in .set .ans::before {
    left: -47px;
    font-size: 3.6rem;
  }
}

#home #company .tbl tr:nth-child(2n) {
  background: #f4f4f4;
}
#home #company .tbl th {
  display: block;
  width: 100%;
  padding: 10px 10px 2px;
}
@media screen and (min-width: 768px) {
  #home #company .tbl th {
    display: table-cell;
    width: 160px;
    padding: 15px 0 15px 30px;
  }
}
#home #company .tbl td {
  display: block;
  width: 100%;
  padding: 2px 10px 10px;
}
#home #company .tbl td .link-txt {
  color: #74b5b5;
  border-bottom: 1px solid #74b5b5;
}
#home #company .tbl td .link-txt:hover {
  color: #389595;
  border-bottom: 1px solid #389595;
}
@media screen and (min-width: 768px) {
  #home #company .tbl td {
    display: table-cell;
    width: auto;
    padding: 15px 0 15px 30px;
  }
}

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*2-35*/
/*2-2.4*/
/*1.8-2*/
/*2-4*/
/*1.6-1.8*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
.contact_sec01 .con_info {
  padding: 15px 25px;
  /*border: 1px solid #ccc;*/
  margin-bottom: 30px;
}
.contact_sec01 .con_info .txt {
  margin-bottom: 15px;
}
.contact_sec01 .con_info .tel_nb {
  text-align: center;
}
.contact_sec01 .con_info .tel_nb .tel-call {
  display: inline-block;
  position: relative;
  font-family: lato;
  font-size: 2.2rem;
  font-weight: 500;
  margin-left: 4rem;
  margin-bottom: 8px;
}
.contact_sec01 .con_info .tel_nb .tel-call::after {
  position: absolute;
  content: "tel";
  top: 0;
  left: 0;
  margin-left: -4rem;
  color: #333;
  font-family: lato;
}
.contact_sec01 .con_info .time {
  text-align: center;
}
.contact_sec01 .cons_form_wrap {
  padding: 15px 25px;
  /*border: 1px solid #ccc;*/
}
.contact_sec01 .cons_form_wrap .contact_tbl th {
  display: block;
  width: 100%;
  padding: 15px 15px 0;
}
.contact_sec01 .cons_form_wrap .contact_tbl th .req {
  display: inline-block;
  padding: 1px 10px 1px;
  margin-left: 5px;
  font-size: 1.3rem;
  color: #fff;
  background: #333;
}
.contact_sec01 .cons_form_wrap .contact_tbl td {
  display: block;
  width: 100%;
  padding: 15px 15px;
}
.contact_sec01 .cons_form_wrap .contact_tbl td .c-wrap {
  display: flex;
  gap: 0 8px;
  margin-bottom: 2px;
}
.contact_sec01 .cons_form_wrap .contact_tbl td .c-wrap .item {
  width: -webki-calc((100% - 16px) / 3);
  width: calc((100% - 16px) / 3);
}
.contact_sec01 .cons_form_wrap .contact_tbl td .c-wrap .item .item-sm {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .contact_sec01 .cons_form_wrap .contact_tbl td .c-wrap .item .item-sm {
    width: 80px;
  }
}
.contact_sec01 .cons_form_wrap .contact_tbl tr {
  border-bottom: 1px dashed #916f44;
}
.contact_sec01 .cons_form_wrap .approval {
  text-align: center;
  margin: 30px 0;
}
.contact_sec01 .cons_form_wrap .approval a {
  display: inline-block;
  color: #333;
  border-bottom: 1px solid #333;
}

@media only screen and (min-width: 768px) {
  .contact_sec01 .con_info {
    padding: 45px 25px;
    text-align: center;
  }
  .contact_sec01 .con_info .txt {
    margin-bottom: 30px;
  }
  .contact_sec01 .con_info .tel_nb .tel-call {
    font-size: 2.4rem;
  }
  .contact_sec01 .cons_form_wrap {
    padding: 55px 50px 65px;
  }
  .contact_sec01 .cons_form_wrap .contact_tbl th {
    display: table-cell;
    width: 30%;
    padding: 25px 30px;
    /*				.req {
    					display: inline-block;
    					background: #fc0d1b;
    					padding: 2px 15px 2px;
    					margin-left: 5px;
    					color: #fff;
    					font-family: RodinPro-DB;
    					font-size: 1.3rem;
    				}
    */
  }
  .contact_sec01 .cons_form_wrap .contact_tbl td {
    display: table-cell;
    width: 70%;
    padding: 25px 30px;
  }
  .contact_sec01 .cons_form_wrap .approval {
    margin: 60px 0 70px;
  }
  .contact_sec01 .cons_form_wrap .approval .approval_txt {
    margin-top: 40px;
  }
}
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=text], input[type=email] {
  width: 100%;
  height: 35px;
  /*background: #eee;*/
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 5px 10px 5px 15px;
  font-size: 14px;
}

input[type=tel] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 5px 10px 5px 15px;
  font-size: 14px;
}

input[type=checkbox], input[type=radio] {
  font-size: 14px;
  margin-bottom: 5px;
}

label {
  display: block;
}
@media only screen and (min-width: 768px) {
  label {
    display: inline-block;
    margin-right: 10px;
  }
}

textarea {
  width: 100%;
  height: 15em;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 10px 10px 10px 15px;
  font-size: 14px;
}

.mwform-radio-field input {
  margin-bottom: 7px;
}

input[type=submit], input[type=button] {
  display: block;
  width: 220px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #333;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  input[type=submit], input[type=button] {
    display: block;
    width: 270px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #333;
    font-size: 16px;
  }
}
input[type=submit].apbtn_right {
  display: block;
  width: 220px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #333;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  input[type=submit].apbtn_right {
    font-size: 16px;
    width: 270px;
  }
  input[type=submit], input[type=button] {
    font-size: 16px;
  }
}
input[type=submit]:hover, input[type=button]:hover {
  background: #333;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .form_policy {
    text-align: center;
    margin: 15px 0;
  }
}
/*	style info : check_field
--------------------------------------*/
@media only screen and (min-width: 768px) {
  .check_field .horizontal-item {
    display: inline-block;
    width: 50%;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}
/* 送信 */
.form_btn {
  width: 80%;
  max-width: 220px;
  margin: 0 auto 30px;
}

@media only screen and (min-width: 768px) {
  .form_btn {
    width: 80%;
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
/*.form_btn input[type=button], .form_btn input[type=submit] {
	width: 80%;
	max-width: 300px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 15px 0;
	background: #333;
	font-size: 1.4rem;
}*/
.form_btn_sc {
  width: 300px;
  margin: 30px auto 0;
}
.form_btn_sc .item_btn {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .form_btn_sc {
    width: 600px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form_btn_sc .item_btn {
    width: 280px;
  }
  .form_btn input[type=button], .form_btn input[type=submit] {
    width: 280px;
  }
}
select.sl_arrow {
  /* styling */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.sl_arrow {
  background-image: linear-gradient(45deg, transparent 50%, #ccc 50%), linear-gradient(135deg, #ccc 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select.sl_arrow:focus {
  background-image: linear-gradient(45deg, #ccc 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ccc 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #ccc;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.thanks_in {
  border: 1px solid #ccc;
  padding: 40px 15px;
}
.thanks_in .thanks_tit {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}
.thanks_in .txt {
  margin-bottom: 30px;
}
.thanks_in .thsanks_cv_in {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
.thanks_in .thsanks_cv_in .left {
  text-align: center;
  margin-bottom: 30px;
}
.thanks_in .thsanks_cv_in .right .tel_nb {
  text-align: center;
  padding-left: 30px;
}
.thanks_in .thsanks_cv_in .right .tel_nb span {
  display: inline-block;
  position: relative;
  font-size: 2.5rem;
}
.thanks_in .thsanks_cv_in .right .tel_nb span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -50px;
  display: block;
  width: 46px;
  height: 30px;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico_free_w.png);
  background-size: 46px 30px;
}
.thanks_in .thsanks_cv_in .right .txt {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .thanks_in {
    padding: 80px 130px;
  }
  .thanks_in .thanks_tit {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 100px;
  }
  .thanks_in .thanks_txtarea {
    text-align: center;
  }
  .thanks_in .thanks_txtarea .txt {
    display: inline-block;
    text-align: left;
    margin-bottom: 60px;
  }
  .thanks_in .thsanks_cv_in {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .thanks_in .thsanks_cv_in .left {
    width: 50%;
    margin-bottom: 0;
  }
  .thanks_in .thsanks_cv_in .right {
    width: 50%;
    padding-top: 10px;
  }
  .thanks_in .thsanks_cv_in .right .tel_nb {
    text-align: center;
    padding-left: 30px;
  }
  .thanks_in .thsanks_cv_in .right .tel_nb span {
    font-size: 3rem;
  }
  .thanks_in .thsanks_cv_in .right .txt {
    text-align: center;
  }
}
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*2-35*/
/*2-2.4*/
/*1.8-2*/
/*2-4*/
/*1.6-1.8*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
.policy_wrap {
  padding: 35px 0 45px;
}
.policy_wrap .policy_fst {
  margin-bottom: 35px;
}
.policy_wrap .policy_fst .policy_tit {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 15px;
}
.policy_wrap .policy_fst .policy_txt {
  margin-bottom: 10px;
}
.policy_wrap .policy_fst ul {
  margin-left: 20px;
}
.policy_wrap .policy_fst ul .li {
  padding-left: 2em;
  text-indent: -2em;
}

.policy_wrap .policy_sec {
  margin-bottom: 25px;
}
.policy_wrap .policy_sec .policy_sec_tit {
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
  margin-bottom: 17px;
}
.policy_wrap .policy_sec .policy_list ul {
  margin: 20px 0 20px 20px;
}
.policy_wrap .policy_sec .policy_list ul li {
  padding-left: 2em;
  text-indent: -2em;
}
.policy_wrap .policy_sec .sign {
  text-align: right;
  margin-top: 30px;
}

@media only screen and (min-width: 640px) {
  .policy_wrap {
    padding: 60px 0 45px;
  }
  .policy_wrap .policy_fst {
    margin-bottom: 50px;
  }
  .policy_wrap .policy_fst .policy_tit {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.25;
    margin-bottom: 15px;
  }
  .policy_wrap .policy_fst .policy_txt {
    margin-bottom: 15px;
  }
  .policy_wrap .policy_sec {
    margin-bottom: 45px;
  }
  .policy_wrap .policy_sec .sign {
    text-align: right;
    margin-top: 50px;
  }
}

/*# sourceMappingURL=common.css.map */
