@charset "utf-8";

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
* {
  box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
  font-family: sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  color: #fff;
  background: #000000;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 4px;
  width: 100%;
  outline: none;
  font-size: 1.6rem
}

.sp {
  display: none
}

.pc {
  display: block
}

/*------------------------------------------------------------
	Stracture
------------------------------------------------------------*/
.inner {
  width: 1200px;
  padding: 40px;
  margin: 0 auto;
  border: 3px solid #f2eddd;
  border-radius: 15px;
  background: #FFF;
}

.inner2 {
  width: 1200px;
  padding: 20px;
  margin: 0 auto;

}

#wrapper {
  background: #BDB194
}

/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
header {
  z-index: 1;
  color: #fff;
  background: #000000;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  position: relative
}

#header-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative
}

#hdr_logo {
  position: absolute;
  width: 85px;
  top: 10px;
}

#hdr_logo img {
  width: 100%;
  height: auto
}

#hdr_description {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 120px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

#hdr_tel {
  position: absolute;
  display: block;
  width: 300px;
  top: 25px;
  right: 200px;
  font-size: 2.5rem;
  font-weight: bold;
  padding-left: 27px;
  line-height: 1;
  text-decoration: none;
  color: #fff;

}

#hdr_tel img {
  display: block;
  width: 30px;
  height: auto;
  position: absolute;
  top: 0px;
  left: -10px;
}

#hdr_tel span {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  padding-top: 3px;
}

#hdr_entry {
  display: block;
  position: absolute;
  width: 220px;
  height: 70px;
  background: #01BE23;
  color: #FFF;
  font-size: 2.0rem;
  line-height: 1;
  text-decoration: none;
  padding-left: 0px;
  right: 0;
  top: 0;
  font-weight: bold;
  padding-top: 24px;
  text-align: center
}

#hdr_entry img {
  vertical-align: middle;
  width: 27px;
  height: auto;
  margin-right: 3px
}

#hdr_entry:hover {
  opacity: 0.95;
}

#confirm #hdr_entry,
#thanks #hdr_entry {
  display: none
}

#confirm main,
#thanks main {

  padding: 20px 0
}

/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#contact {
  text-align: center;
  padding: 40px 0;
  color: #000;
}

#contact .inner {
  overflow: hidden
}

#contact .item {
  width: 50%;
  padding: 50px 0;
}

#contact .item h2 {
  font-size: 3rem;
  padding-bottom: 5px;
}

#contact .item h2 div {
  font-size: 1.5rem;
  display: block;
  padding-bottom: 5px;
}

#contact .item:first-child {
  float: left;
  border-right: 3px solid #f2eddd;
}

#contact .item:first-child p {
  padding-top: 12px
}

#contact .item:last-child {
  float: right;
}

#contact .item p {
  font-size: 1.6rem;
  margin-bottom: 20px
}

#contact .bdr {
  width: 80px;
}

.btn_contact {}

footer {
  text-align: center;
  font-size: 1.6rem;
  padding: 30px 0;
  color: #fff;
  background: #000000;

}

#ftr_logo {
  width: 65%;
  margin: 0 auto;
}

#ftr_logo img {
  width: 40%;
  height: auto;

}

#ftr_address {
  padding-top: 10px;
  color: #fff;
}

#copyright {
  padding-top: 10px;
  color: #fff;
}


/*------------------------------------------------------------
	Common
------------------------------------------------------------*/

.box1 {
  display: flex;
}

.box1 .item:first-child {
  width: 50%;
  font-size: 1.7rem;
  line-height: 220%;
}

.box1 .item:last-child {
  width: 50%
}

.btn1 {
  display: inline-block;
  background: #01BE23;
  border: none;
  border-radius: 7px;
  color: #FFF;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  width: 265px;
  padding: 21px 10px 18px 10px;
  font-size: 1.8rem;
  position: relative;
  font-weight: bold
}

.btn1:hover {
  opacity: 0.9;
}

.btn1 span,
.btn2 span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 8px;
  height: 20px;
  position: absolute;
  top: 18px;
  right: 15px;
  background-image: url("../img/arrow_wh.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.bdr {
  display: block;
  width: 200px;
  height: 3px;
  background: #f2eddd;
  margin: 5px auto 0 auto
}

.h1 {
  font-size: 3rem;
  text-align: center;
  padding: 20px;
}

.ta1 {
  width: 100%;
  margin-bottom: 20px;
}

.ta1 td,
.ta1 th {
  font-size: 1.6rem;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.ta1 th {
  background: #f2eddd;
  width: 25%
}

.ta1 td {
  background: #FFF;
}

.ta2 {
  width: 100%;
  margin-bottom: 20px;
}

.ta2 td,
.ta2 th {
  font-size: 1.5rem;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

.ta2 th {
  background: #f2eddd;

}

.ta2 td {
  background: #FFF;
}

.txt2 {
  font-size: 14px;
  padding-bottom: 30px;
}

.box1 {
  display: flex;
}

.box1 .item:first-child {
  width: 47%;

}

.box1 .item:last-child {
  width: 47%;
  font-size: 1.9rem;
  line-height: 220%;
}

.img1 {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 0 0 5%;
}

.w100 {
  width: 100%;
  height: auto
}

.edit_btn {
  font-size: 1.6rem;
}

.center {
  text-align: center
}

.txt1 {
  font-size: 1.6rem
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.mb50 {
  margin-bottom: 50px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.error {
  color: red;
}

/*------------------------------------------------------------
	MV
------------------------------------------------------------*/
#mv {
  text-align: center;
  background-image: url("../img/bg_mv.png");
  background-size: cover;
  margin-bottom: 15px;
  padding-top: 30px;
}

#mv img {
  width: 1200px;
  height: auto
}

#about {
  background: #FFF;
  padding-bottom: 3rem;
}

/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
#faq {
  margin-bottom: 40px;
  color: #000;
}

.faq_list {}

.faq_list .item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px dashed #ccc;
  font-size: 1.6rem;
}

.faq_list .item:last-child {
  border: none;
}

.faq_list h2 {
  font-size: 2.3rem;
  margin-bottom: 15px;
}

.qbox,
.abox {
  padding-left: 46px;
  position: relative;
}

.qbox {
  padding-top: 3px;
}

.abox {
  padding-top: 6px;
}

.q,
.a {
  font-size: 20px;
  font-family: Arial, Helvetica, "sans-serif";
  color: #FFF;
  border-radius: 100px;
  background: #01BE23;
  display: inline-block;
  font-weight: bold;
  padding: 8px 0 0 0;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}

.q {
  background: #000;
}

.a {
  background: #01BE23;
  color: #FFF
}

/*------------------------------------------------------------
	Form
------------------------------------------------------------*/
#form {
  margin-bottom: 30px;
  color: #000;
}

#privacy {
  font-size: 1.4rem;
  height: 300px;
  overflow-y: auto;
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 30px
}

#privacy p {
  padding-bottom: 15px;
}


/*------------------------------------------------------------
	Work
------------------------------------------------------------*/

.box_about {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #FFF;
}

.box_about .item:first-child {
  width: 40%;
  position: relative
}

.box_about .item:first-child img {
  position: absolute;
  bottom: 0;
  right: 30px;
}

.box_about .item:last-child {
  width: 60%;
  padding: 42px 0 60px 0;
}

.box_about h1 {
  font-size: 2.7rem;
  border-bottom: 1px solid #FFF;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.box_about p {
  font-size: 1.6rem;
  line-height: 200%;
}

.work_detail {
  background: #FDFFD5;
  padding: 15px;
}

.work_detail p,
.work_detail h2 {
  color: #fff
}

.work_detail h2 {
  font-size: 2rem;
}

.box_about ul {
  padding: 15px 0 10px 0;
  display: flex;
}

.box_about li {
  width: 100%;
  padding: 0 3px;
}

/*------------------------------------------------------------
	Access
------------------------------------------------------------*/
#access {
  background: #f2eddd;
}

#access iframe {
  width: 100%;
}

/*------------------------------------------------------------
	Movie
------------------------------------------------------------*/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px
}

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

/*------------------------------------------------------------
	Reason
------------------------------------------------------------*/
#reason {
  background: #f2eddd
}

.h1_2 {
  text-align: center;
  font-size: 4.1rem;
  border: 2px solid #f2eddd;
  padding: 30px 0 28px 0;
  border-radius: 100px;
  line-height: 1;
  color: #000;
  background: #FFF
}

ul.list1 {}

ul.list1 li {
  margin-bottom: 15px;
  background: #FFF;
  border-radius: 8px;
  padding: 20px 40px;
  overflow: hidden;
  border: 1px solid #f2eddd;
  color: #000;
}

ul.list1 .point {
  width: 7%;
  float: left;
}

ul.list1 .point_r {
  width: 93%;
  float: right;
  overflow: hidden
}

ul.list1 h2 {
  font-size: 2.4rem;
  width: 22%;
  padding: 10px 0 0 0px;
  float: left;
  color: #000;
  text-align: center;
  line-height: 120%;
}

ul.list1 p {
  font-size: 1.8rem;
  width: 78%;
  float: right;
  padding-top: 5px;
  display: table-cell;
  visibility: middle;
  vertical-align: middle;
  border-left: 2px solid #f2eddd;
  padding-left: 20px;
}

ul.list1 .maru {
  font-size: 3.5rem;
  background: #01BE23;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  width: 72px;
  font-weight: bold;
  height: 72px;
  line-height: 1;
  border-radius: 72px;
}

ul.list1 span {
  font-size: 1rem;
  display: block;
  padding-top: 15px;
  padding-bottom: 4px
}

.triangle {
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto 20px auto;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 25px solid #f2eddd;
  border-bottom: 0;
}

#manga {
  text-align: center;
  margin-bottom: 30px;
}

#manga img {
  width: 1000px;
  height: auto;
}

.dummy {
  background: #FFF;
  text-align: center;
  font-size: 2rem;
  padding: 200px 0;
}

.waku {
  background: #FFF;
  padding: 40px;
  border-radius: 15px;
  border: 3px solid #F58A00;
  box-shadow: 5px 5px 0 #ccc;
}

ul.list2 {
  overflow: hidden;
  margin-bottom: 0px;
  background: #FFF;
  padding: 40px;
  border-radius: 15px;
  border: 3px solid #f2eddd;
  box-shadow: 5px 5px 0 #ccc;
}

ul.list2 li {
  float: left;
  width: 33%;
  padding: 0 8px 25px 8px;
}

ul.list2 h3 {
  font-size: 2.1rem;
  margin-bottom: 6px;
  text-align: center
}

ul.list2 figure {
  padding-bottom: 10px;
}

ul.list2 p {
  font-size: 1.7rem
}

.txt1 {
  text-align: center;
  font-size: 1.7rem;
  line-height: 180%;
  margin-bottom: 20px;
}

.mbox {
  display: flex;
  margin-bottom: 40px;
  background: #FFF;
  padding: 2rem;
  border: 3px solid #f2eddd;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.mbox figure {
  display: block;
  width: 50%;
}

.mbox_txt {
  width: 50%;
  padding-left: 3%
}

.mbox_txt p {
  font-size: 1.7rem;
  line-height: 200%;
  margin-bottom: 20px;
}

.seko_rei {
  font-size: 1.7rem;
  background: #FFF4D1;
  padding: 20px;
  line-height: 150%
}

.seko_rei h3 {
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.t5 {
  color: #FFF;
  background-color: #f2eddd;
  background-image: url("../img/bdr_wh.png");
  background-repeat: repeat-x;
  background-position: left 0 bottom 7px;
  font-size: 3rem;
  text-align: center;
  padding: 20px;
  position: relative;
}

.t5 span {
  position: absolute;
  display: block;
  width: 168px;
  height: 168px;
  right: 0;
  bottom: 0;
  background-image: url("../img/person1.png");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat
}

#works {
  margin-bottom: 40px;

}

#works ul {
  overflow: hidden;
}

#works li {
  float: left;
  width: 50%;
  padding: 0 2%;
  margin-bottom: 30px;
}

#works li:nth-child(3) {
  clear: both
}

#works figure {
  display: block;
  margin-bottom: 30px;
}

#works h3 {
  font-size: 1.8rem;
  line-height: 180%;
  border-bottom: 1px solid #F58A00;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: center
}

#works p {
  font-size: 1.6rem;
  line-height: 180%
}

#yakusoku,
#flow {
  margin: 0 0 30px 0;
  color: #000;
}

#yakusoku h1 {
  background: #f2eddd;
  color: #000;
  text-align: center;
  font-size: 3.3rem;
  padding: 20px;
  background-image: url("../img/border.png");
  background-repeat: repeat-x;
  background-position: left bottom 7px;
  position: relative;
}

#yakusoku h1 img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 140px;
  height: auto
}

#yakusoku ul {
  overflow: hidden;
  padding: 1rem 40px 0 40px;

}

#yakusoku li {
  float: left;
  width: 50%;
  padding: 4rem 3rem 2rem 3rem;
}

#yakusoku li:nth-child(1),
#yakusoku li:nth-child(2) {
  border-bottom: 2px solid #ccc;
}

#yakusoku li:nth-child(1),
#yakusoku li:nth-child(3) {
  border-right: 2px solid #ccc;
}

#yakusoku li:nth-child(3) {
  clear: both
}

#yakusoku h2 {
  font-size: 2.8rem;
  padding: 10px 10px 10px 140px;
  position: relative;
  line-height: 130%;
  margin-bottom: 10px;
}

#yakusoku ul img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

#yakusoku h2 span {
  color: #f2eddd;
}

#yakusoku p {
  font-size: 1.6rem;
  padding: 0 0 20px 0;
  line-height: 180%;
}

#nayami {
  padding: 3rem 0;
}

#nayami_cnt {
  display: flex;
  background: #FFF;
}

#nayami figure {
  display: block;
  width: 35%;
  position: relative;
}

#nayami figure img {
  position: absolute;
  bottom: 0;
  right: 3rem;
}

#nayami_txt {
  width: 65%;
  padding: 1rem 0 2rem 0;
}

#nayami h2 {
  font-size: 3.8rem;
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-right: 4rem;
  padding-left: 35%
}

#nayami_cnt ul {}

#nayami_cnt li {
  background-image: url("../img/icn_check.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 3rem auto;
  font-weight: bold;
  font-size: 2.3rem;
  padding: 0.5rem 0 0.5rem 4rem;
  color: #000;

}

.list3 {
  overflow: hidden
}

.list3 li {
  width: 100%;
  padding: 4px;
  margin-bottom: 15px;
  overflow: hidden
}

.list3 figure {
  display: block;
  margin: 0 0 1rem 0;
  width: 35%;
  float: left
}

/* .list3 li:nth-child(2n+1) figure {
  float: right;
} */

.list3 figure img {
  width: 100%;
  height: auto
}

.list3 h3 {
  font-size: 2rem;
  border: 1px solid #fff;
  line-height: 1;
  padding: 20px 20px 17px 20px;
  margin-bottom: 22px
}

.list3 p {
  font-size: 1.6rem;
  width: 63%;
  float: right;
  line-height: 180%
}

/* .list3 li:nth-child(2n+1) p {
  float: left;
} */

.gbox {
  font-size: 1.9rem;
  padding: 3rem;
  border-radius: 10px;
  background: #f2eddd;


  margin-bottom: 3rem
}

.t2 {
  background: rgba(25, 26, 77, 1.00);
  color: #FFF;
  padding: 16px;
  font-size: 17px;
}

#service {
  padding: 4rem 0;
  color: #000;

}

#service h1 {
  padding-left: 310px;
  margin-bottom: 2rem;
  text-align: left;
  font-size: 3.6rem;
  color: #000;
  position: relative;

}

#service h1 img {
  position: absolute;
  bottom: 0;
  left: 25px;
}

.pmt1 {
  padding-top: 2rem !important;
}


#point {
  height: 167px;
  background: #382003;
  position: relative
}

#maru {
  width: 163px;
  margin-top: 13px;
}

#maru h2 p {
  color: #f2eddd !important;
  font-size: 3rem !important;
  line-height: 110%;
  padding-top: 2rem !important;
}

#gallery {
  margin-bottom: 40px;
}

#point figure {
  height: 167px;
  display: block;
  width: 328px;
  position: relative
}

#point figure img {
  position: absolute;
  right: 60px;
  bottom: 0;
}

#point ul {
  width: 500px;
  padding-top: 15px;
  margin-top: 13px;
  margin-left: 20px
}

#point h2 {
  width: 143px;
  height: 143px;
  border-radius: 100px;
  text-align: center;
  background: #FFF;
  padding-top: 28px;

}

#point h2 p {
  font-size: 1.8rem;
  line-height: 1;
  color: #6B4C1A;
  padding-bottom: 5px;
}

#point h2 span {
  font-size: 4.8rem;
  line-height: 1;
  color: #6B4C1A;
}

#point ul li {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: bold;
  padding-left: 3.6rem;
  letter-spacing: 2px;
  background-image: url("../img/check.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 26px 21px
}

.maker_box {
  padding-top: 2rem
}

#sononayami {
  background: #01BE23;
  color: #FFF;
  font-size: 2.3rem;
  text-align: center;
  line-height: 1;
  width: 444px;
  position: absolute;
  top: -32px;
  left: 345px;
  font-weight: bold;
  padding: 1.4rem;
}

.biko {
  font-size: 1.3rem;
  padding-top: 0.5rem
}

.swiper {
  width: 85%;


}

.swiper .swiper-slide {}

.swiper .swiper-slide img {
  width: 100%;
  height: auto
}

.exp {
  text-align: center;
  font-size: 1.7rem;
  margin: 0 0 30px 0;
}

.menulist {
  overflow: hidden;
  margin-bottom: 15px;
}

.menulist li {
  width: 50%;
  float: left;
  text-align: center
}

.menulist li img {
  width: 98%;
  height: auto
}

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

  .menulist li {
    width: 100%
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .exp {
    text-align: center;
  }

  /*------------------------------------------------------------
	Stracture
------------------------------------------------------------*/
  .inner {
    width: 90%;
    padding: 20px;
    margin: 0 auto;
    border: 3px solid #f2eddd;
    border-radius: 15px;
    background: #FFF;
  }

  .inner2 {
    width: 100%;
    padding: 0px;
    margin: 0 auto;

  }

  /*------------------------------------------------------------
	Header
------------------------------------------------------------*/
  header {
    min-width: 100%;
    height: 50px;
  }

  #header-inner {
    width: 100%
  }

  #hdr_logo {
    position: relative;
    width: 333px;
    float: left;
    left: 12px;
    top: 10px
  }

  #hdr_logo img {
    width: 15%;
    height: auto
  }

  #hdr_tel {
    display: none
  }

  #hdr_entry {
    width: 135px;
    font-size: 1.6rem;
    height: 50px;
    right: 0;
    top: 0;
    padding-top: 18px;
    text-align: center
  }

  #hdr_entry img {
    width: 18px;
    height: auto
  }

  #hdr_description {
    display: none
  }

  /*------------------------------------------------------------
	Footer
------------------------------------------------------------*/

  #contact .item {
    width: 100%;
    padding: 10px 0;
  }

  #contact .item:first-child {
    padding: 0px 0 0px 0;
    border: none
  }

  #contact .item:last-child {
    padding: 0px 0 15px 0;
  }

  #contact .item h2 {
    font-size: 2.3rem;
    padding-bottom: 5px;
  }

  /*------------------------------------------------------------
	Common
------------------------------------------------------------*/
  .h1 {
    font-size: 2.2rem;
    text-align: center;
    padding: 15px;
    margin-bottom: 10px
  }

  .box1 {
    flex-wrap: wrap;
  }

  .box1 .item:first-child {
    width: 100%;
    font-size: 1.7rem;
    line-height: 220%;
  }

  .box1 .item:last-child {
    width: 100%;
    padding-top: 15px;
  }

  .img1 {
    padding: 0;
  }

  /*------------------------------------------------------------
	MV
------------------------------------------------------------*/
  #mv {
    margin: 0;
    padding: 0;
    z-index: 0;
  }

  #mv img {
    object-fit: contain;
    width: auto;
    padding: 0 5px;
  }

  /*------------------------------------------------------------
	About
------------------------------------------------------------*/
  .box_about {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #FFF;
  }

  .box_about .item:first-child {
    display: none;
  }

  .box_about .item:last-child {
    width: 100%
  }

  /*------------------------------------------------------------
	Movie
------------------------------------------------------------*/
  #movie {
    padding: 0px;
  }

  /*------------------------------------------------------------
	Reason
------------------------------------------------------------*/

  .h1_2 {
    text-align: center;
    font-size: 3rem;
    border: 2px solid #f2eddd;
    padding: 20px 0 18px 0;
    border-radius: 10px;
    line-height: 1;
    color: #000;
    background: #FFF
  }

  ul.list1 .point {
    width: 23%;
    float: left;
  }

  ul.list1 li {
    border-radius: 8px;
    padding: 20px 10px;
  }

  ul.list1 .point_r {
    width: 74%;
    float: right;
    overflow: hidden
  }

  ul.list1 h2 {
    font-size: 2em;
    text-align: left;
    width: 100%;
    padding: 0px 0 0 2rem;
    float: none;

  }

  ul.list1 p {
    font-size: 1.6rem;
    width: 100%;
    float: none;
    padding-top: 0px;
    border: none;

  }

  ul.list1 .maru {
    margin: 0 auto
  }


  /*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/

  .faq_list h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  ul.list2 {
    overflow: hidden;
    margin-bottom: 0px;
    padding: 15px
  }

  ul.list2 li {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
  }

  ul.list2 h3 {
    font-size: 2.1rem;
    margin-bottom: 6px;
  }

  ul.list2 figure img {
    width: 100%;
    height: auto
  }

  .txt1 {}

  .t5 {
    color: #FFF;
    background-color: #f2eddd;
    background-image: url("../img/bdr_wh.png");
    background-repeat: repeat-x;
    background-position: left 0 bottom 0.3rem;
    font-size: 1.9rem;
    line-height: 120%;

    padding: 1rem 10rem 1.6rem 1rem;
    position: relative;
  }

  .t5 span {
    position: absolute;
    display: block;
    width: 10rem;
    height: 10rem;
    right: 0;
    bottom: 0;
    background-image: url("../img/person1.png");
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat
  }

  .mbox {
    display: block;
    margin-bottom: 20px;
  }

  .mbox figure {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .mbox_txt {
    width: 100%;
    padding-left: 0%
  }

  .mbox_txt p {
    font-size: 1.6rem;
    line-height: 200%;
    margin-bottom: 20px;
  }

  #works {
    margin-bottom: 30px;

  }

  #works ul {
    overflow: hidden;
  }

  #works li {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  #works figure {
    display: block;
    margin-bottom: 2rem;
  }

  #works h3 {
    font-size: 1.8rem;
    line-height: 180%;
    border-bottom: 1px solid #f2eddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center
  }

  #works p {
    font-size: 1.6rem;
    line-height: 180%
  }

  #yakusoku {
    width: 100%;
    margin: 0 auto 20px auto;

  }

  #yakusoku h1 {
    background: #f2eddd;
    color: #FFF;
    text-align: left;
    font-size: 2.1rem;
    padding: 1.5rem;
    line-height: 130%;
  }

  #yakusoku h1 img {
    width: 28%;
    height: auto
  }

  #yakusoku ul {
    overflow: hidden;
    padding: 40px 0 0 0;

  }

  #yakusoku li {
    float: none;
    width: 100%;
    padding: 0 0px 2rem 0px;
    border: none !important;

  }

  #yakusoku h2 {
    font-size: 2.2rem;
    padding: 10px 10px 10px 7.5rem;
    position: relative;
    line-height: 130%;
    margin-bottom: 10px;

  }

  #yakusoku ul img {
    display: block;
    position: absolute;
    left: 0;
    bottom: 1rem;
    width: 7rem;
    height: auto;
  }

  #yakusoku h2 span {
    color: #f2eddd;
  }

  #yakusoku p {
    font-size: 1.6rem;
    padding: 0 0 20px 0;
    line-height: 180%;
  }

  #nayami {
    padding: 0;
  }
  #nayami_cnt {
    width: 100%;
    position: relative;
  }

  #nayami figure {
    display: none;
    width: 28%;
    position: relative;
  }

  #nayami figure img {
    position: absolute;
    bottom: 0;
    right: 1rem;
  }

  #nayami_txt {
    width: 100%;
    margin: auto;
    padding: 10px 0;
  }

  #nayami h2 {
    font-size: 25px;
    margin-bottom: 0rem;
    line-height: 130%;

    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
    padding-left: 0
  }

  #nayami_cnt ul {
    padding: 0;
  }

  #nayami_cnt li {
    background-image: url("../img/icn_check.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 2.2rem auto;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 0.5rem 0 0px 2.5rem;
    color: #000;
  }

  .list3 {
    overflow: hidden
  }

  .list3 li {
    width: 100%;
    padding: 4px;
    margin-bottom: 15px;
    overflow: hidden
  }

  .list3 figure {
    display: block;
    margin: 0 0 1rem 0;
    width: 100%;
    float: none
  }


  .list3 figure img {
    width: 100%;
    height: auto
  }

  .list3 h3 {
    font-size: 2rem;
    border: 1px solid #fff;
    line-height: 1;
    padding: 20px 20px 17px 20px;
    margin-bottom: 22px
  }

  .list3 p {
    font-size: 1.6rem;
    width: 100%;
    float: none;
    line-height: 180%
  }

  .gbox {
    font-size: 1.7rem;
    padding: 2rem;
    border-radius: 10px;
    background: #f2eddd;
    text-align: left;

    margin-bottom: 3rem;
    line-height: 130%;
  }

  #service {
    padding: 4rem 0;

  }

  #service h3 {
    text-align: center
  }

  #service h1 {
    padding-left: 0px;
    padding-top: 10px;
    margin-bottom: 1.6rem;
    text-align: left;
    font-size: 2.4rem;
    color: #000;
    position: relative;
    line-height: 130%
  }

  #service h1 img {
    position: absolute;
    bottom: 0;
    left: 25px;
    display: none
  }

  .pmt1 {
    padding-top: 0rem !important;
  }

  #point {
    height: 10rem;
    background: #f2eddd;
    display: block;
    margin-bottom: 2rem;
  }

  #maru {
    width: 163px;
    margin-top: 0;
    position: absolute;
    left: 1rem;
    top: 1rem;
  }

  #point figure {
    width: 10rem;
    height: 10rem;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0px;
  }

  #point figure img {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  #point ul {
    width: 75%;
    padding-top: 2rem;
    margin-top: 0px;
    padding-left: 7rem;
    padding-right: 0rem;
    height: 187px;
  }

  #point h2 {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    text-align: center;
    background: #FFF;
    padding-top: 1px;

  }

  #point h2 p {
    font-size: 1.6rem !important;
    line-height: 1;
    color: #6B4C1A;
  }

  #point ul li {
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    padding-left: 2.4rem;
    letter-spacing: 0px;
    line-height: 120%;
    padding-bottom: 6px;
    background-image: url("../img/check.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 17px auto
  }

  #sononayami {
    background: #01BE23;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1;
    width: 94%;
    position: absolute;
    top: -19px;
    left: 18px;
    font-weight: bold;
    padding: 0.9rem;
  }

  .swiper {
    width: 100%;

    margin-bottom: 10px;
  }

  .swiper .swiper-slide {}


}