@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: #333;
}
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;
}
main {
  margin-top: 70px;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.swiper-slide img {
  object-fit: contain;
}


/*------------------------------------------------------------
	Stracture
------------------------------------------------------------*/
.inner {
  width: 1100px;
  padding: 30px 0;
  margin: 0 auto;
}
/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
header {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 70px;
  min-width: 1180px;
  background: #F1F8FE;
}
#hdr_tel {
  position: absolute;
  display: block;
  width: 300px;
  top: 15px;
  right: 200px;
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: 27px;
  line-height: 1;
  text-decoration: none;
  color: #333;
}
#hdr_tel img {
  display: block;
  width: 20px;
  height: auto;
  position: absolute;
  top: 4px;
  left: 0px;
}
#hdr_tel span {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  padding-top: 5px;
}
#hdr_entry {
  display: block;
  position: absolute;
  width: 220px;
  height: 70px;
  background: #2d3f00;
  color: #fff;
  font-size: 2rem;
  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;
}
.brand {
  font-weight: bold;
  font-size: 20px;
}
.brand img {
  width: 288px;
  height: auto;
}

.description{
	position: absolute;
	left: 300px;
	font-size: 1.55rem;
	font-weight: bold;
	color: #000
}
@media (max-width: 1024px) {
  .description{
    display: none;
  }
}

.site-header {
  position: relative;
}
.site-header__wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.site-header__wrapper.bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 600px) {
  .site-header__wrapper.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 600px) {
  .nav__wrapper {
    display: flex;
  }
}
@media (max-width: 768px) {
	#mv figure {
    padding-top: 40px;
	}	
	.bottom img {
		width: 180px;
	}
}

@media (max-width: 599px) {
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #d9f0f7;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }
  .nav__wrapper.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 600px) {
  .nav__item:not(:last-child) {
    margin-right: 2rem;
  }
}

@media (max-width: 599px) {
  .nav__item a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.nav__item a {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.nav__toggle {
  display: none;
}
@media (max-width: 599px) {
  .nav__toggle {
    display: block;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
}
/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#contact {
  text-align: center;
  background: #eee;
  padding: 40px 0;
}
#contact .inner {
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
  border: 3px solid #2d3f00;
}
#contact .item {
  width: 50%;
  padding: 30px 0;
}
#contact .item:first-child h2 {
  font-size: 3rem;
  padding-bottom: 5px;
  line-height: 1;
  padding-top: 5rem;
}
#contact .item:last-child h2 {
  font-size: 3rem;
  padding-bottom: 5px;
  line-height: 1;
  padding-top: 1rem;
}
#contact .item h2 div {
  font-size: 1.5rem;
  display: block;
  padding: 1rem 0 1rem 0;
}
#contact .item img {
  width: 2.5rem;
  height: auto;
  margin-right: 0.5rem;
  display: inline-block;
}
#contact .item h3 {
  font-size: 1.6rem;
  padding-bottom: 5px;
}
#contact .item:first-child {
  float: left;
}
#contact .item:first-child p {
  padding-top: 12px;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 1px;
}
#contact .item:last-child {
  float: right;
  border-left: 3px solid #eee;
}
#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;
}
#ftr_logo {
  width: 180px;
  margin: 0 auto;
}
#ftr_logo img {
  width: 90%;
  height: auto;
}
#ftr_address {
  padding-top: 10px;
}
#copyright {
  padding-top: 10px;
}

/*------------------------------------------------------------
	Common
------------------------------------------------------------*/
.btn1,
.btn3 {
  display: inline-block;
  background: #2d3f00;
  border: none;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  width: 275px;
  padding: 21px 10px 18px 10px;
  font-size: 1.8rem;
  position: relative;
  font-weight: bold;
}
.btn3 {
  background: #13a1a1;
  font-size: 1.6rem;
}
.btn1:hover,
.btn3:hover {
  opacity: 0.9;
}
.btn1 span,
.btn2 span,
.btn3 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: #2d3f00;
  margin: 5px auto 0 auto;
}
.h1 {
  font-size: 3rem;
  text-align: center;
  padding: 20px;
  margin-bottom: 2rem;
}
.h1 p {
  font-size: 1.6rem;
}
.h2 {
  font-size: 2.5rem;
  text-align: center;
  padding: 20px;
  margin-bottom: 2rem;
}
.h3 {
  font-size: 2rem;
  text-align: center;
  padding: 20px;
  margin-bottom: 2rem;
}
.ta1 {
  width: 100%;
  margin-bottom: 20px;
}
.ta1 td,
.ta1 th {
  font-size: 1.6rem;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.ta1 th {
  background: #eeee;
  width: 25%;
}
.ta1 td {
  background: #fff;
}

.ta2 td {
  text-align: left;
}
.box1 {
  display: flex;
}
.box1 .item:first-child {
  width: 50%;
  font-size: 1.7rem;
  line-height: 220%;
}
.box1 .item:last-child {
  width: 50%;
}
.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;
}

.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: #fff;
  margin-top: -70px;
  background-image: url("../img/bg_mv.png");
  background-repeat: repeat-x;
}
#mv figure {
}

#mv img {
  width: -webkit-fill-available !important;
}
#about {
  background: url("../img/bg1.jpg");
  background-size: auto 100%;
  background-position: bottom;
  padding-bottom: 50px;
}

/*------------------------------------------------------------
	STRENGTH
------------------------------------------------------------*/
#strong,
#company {
  background: #eee;
}
#strong .inner,
#company .inner {
  border: 3px solid #2d3f00;
  border-radius: 12px;
  padding: 30px 60px;
  background: #fff;
  box-shadow: 5px 5px 0 #ccc;
}
.strong_list {
}
.strong_list .item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px dashed #ccc;
  font-size: 1.6rem;
}
.strong_list .item:last-child {
  border: none;
}
.strong_list h2 {
  font-size: 2.3rem;
  margin-bottom: 15px;
}
.qbox,
.abox {
  padding-left: 46px;
  /* position: relative; */
  display: flex;
  align-items: center;
}
.qbox {
  padding-top: 3px;
}
.qbox h2 {
  margin: 0;
}
.abox {
  padding-top: 6px;
}
.q,
.a {
  font-size: 20px;
  font-family: Arial, Helvetica, "sans-serif";
  color: #fff;
  border-radius: 100px;
  background: #2d3f00;
  display: inline-block;
  font-weight: bold;
  /* width: 3.5rem;
	height: 3.5rem; */
  text-align: center;
  line-height: 1;
  padding: 1%;
  margin-right: 5px;
}
.q {
  background: #2d3f00;
}
.a {
  background: #333;
}


/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
#faq,
#company, #price, #pack {
  background: #eee;
}
#faq .inner,
#company .inner {
  border: 3px solid #2d3f00;
  border-radius: 12px;
  padding: 30px 60px;
  background: #fff;
  box-shadow: 5px 5px 0 #ccc;
}
.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; */
  display: flex;
  align-items: center;
}
.qbox {
  padding-top: 3px;
}
.qbox h2 {
  margin: 0;
}
.abox {
  padding-top: 6px;
}
.q,
.a {
  font-size: 20px;
  font-family: Arial, Helvetica, "sans-serif";
  color: #fff;
  border-radius: 100px;
  background: #2d3f00;
  display: inline-block;
  font-weight: bold;
  /* width: 3.5rem;
	height: 3.5rem; */
  text-align: center;
  line-height: 1;
  padding: 1%;
  margin-right: 5px;
}
.q {
  background: #2d3f00;
}
.a {
  background: #333;
}
/*------------------------------------------------------------
	Form
------------------------------------------------------------*/
#form {
  background: #eee;
}
#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: #333;
}
.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: #eee;
}
#flow {
  background: #eee;
}
/*------------------------------------------------------------
	Movie
------------------------------------------------------------*/
#movie {
  padding: 20px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------------------------------
	Reason
------------------------------------------------------------*/

#manga {
  text-align: center;
  background: #eee;
}

#manga img {
  width: 90%;
  height: auto;
}
.waku {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  border: 3px solid #2d3f00;
  box-shadow: 5px 5px 0 #ccc;
}
ul.list2 {
  overflow: hidden;
  margin-bottom: 0px;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  border: 3px solid #2d3f00;
  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;
}
#boshu {
  background: #eee;
}
#ceo {
  background: #eee;
}
#ceo .inner {
  border: 3px solid #2d3f00;
  border-radius: 12px;
  padding: 20px 20px;
  background: #fff;
  box-shadow: 5px 5px 0 #ccc;
}
#ceo_box {
  display: flex;
}
#ceo_box .item1 {
  width: 60%;
}
#ceo_box .item2 {
  width: 40%;
  padding-left: 10px;
  text-align: center;
}
#ceo_box img {
  margin-bottom: 10px;
}
#ceo_box p {
  font-size: 1.6rem;
  line-height: 200%;
}
.txt1 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 180%;
  margin-bottom: 2rem;
}
.exp {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.mbox {
  display: flex;
  margin-bottom: 40px;
}
.mbox figure {
  display: block;
  width: 50%;
}
.mbox_txt {
  width: 50%;
  padding-left: 3%;
}
.mbox_txt p {
  font-size: 1.6rem;
  line-height: 200%;
  margin-bottom: 20px;
}
.seko_rei {
  font-size: 1.5rem;
  background: #fff4d1;
  padding: 20px;
  line-height: 150%;
}
.seko_rei h3 {
  margin-bottom: 10px;
}
.t5 {
  color: #fff;
  background-color: #2d3f00;
  background-image: url("../img/bdr_wh.png");
  background-repeat: repeat-x;
  background-position: left 0 bottom 10px;
  font-size: 2.9rem;
  margin-bottom: 30px;
  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;
  background: #eee;
}
#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 #2d3f00;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: center;
}
#works p {
  font-size: 1.6rem;
  line-height: 180%;
}
#works .inner {
  border: 3px solid #2d3f00;
  border-radius: 12px;
  padding: 30px 60px;
  background: #fff;
  box-shadow: 5px 5px 0 #ccc;
}
#yakusoku {
  width: 1100px;
  margin: 0 auto 40px auto;
}
#yakusoku .inner {
  border: 3px solid #2d3f00;
  border-radius: 12px;
  padding: 0px !important;
  background: #fff;
  box-shadow: 5px 5px 0 #ccc;
}
#yakusoku h1 {
  background: #2d3f00;
  color: #fff;
  text-align: center;
  font-size: 3.3rem;
  padding: 20px;
}
#yakusoku ul {
  overflow: hidden;
  padding: 40px 40px 0 40px;
}
#yakusoku li {
  float: left;
  width: 50%;

  padding: 0 20px 40px 20px;
}
#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 img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#yakusoku h2 span {
  color: #2d3f00;
}
#yakusoku p {
  font-size: 1.6rem;
  padding: 0 0 20px 0;
  line-height: 180%;
}
#nayami {
  padding: 3rem 0;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  margin-bottom: 30px;
}
#nayami_cnt {
  display: flex;
  background: #fff;
  border: 1px solid #ccc;
}
#nayami figure {
  display: block;
  width: 35%;
  position: relative;
}
#nayami figure img {
  position: absolute;
  bottom: 0;
  right: 3rem;
}
#nayami_txt {
  width: 65%;
  padding: 4rem 0;
}
#nayami_cnt h2 {
  font-size: 3.8rem;
  color: #2d3f00;
  margin-bottom: 1rem;
}
#nayami_cnt ul {
}
#nayami_cnt li {
  background-image: url("../img/icn_check.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.5rem auto;
  font-weight: bold;
  font-size: 2.6rem;
  padding: 0.5rem 0 0.5rem 4rem;
}
#service {
  border: 4px solid #2d3f00;
  padding: 4rem 5rem 3rem 5rem;
  border-radius: 10px;
  width: 1100px;
  margin: 0 auto 3rem auto;
}
#service h2 {
  text-align: center;
  font-size: 4.7rem;
  line-height: 130%;
  position: relative;
  margin-bottom: 2.5rem;
}
#service h2 img {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 230px;
  height: auto;
}
#service p {
  font-size: 1.7rem;
  line-height: 200%;
  margin-bottom: 2rem;
}
#service ul {
  display: flex;
}
#service li {
  width: 33%;
  margin: 0 1%;
  background: #eeeeee;
}
#service li h4 {
  width: 80%;
  color: #fff;
  background: #2d3f00;
  border-radius: 100px;
  line-height: 1;
  text-align: center;
  font-size: 1.8rem;
  padding: 1.2rem;
  margin: -2rem auto 1rem auto;
  position: relative;
  z-index: 2;
}
#service li figure {
  display: block;
}
#service li figure img {
  width: 100%;
  height: auto;
}
#service li h3 {
  font-size: 3.3rem;
  text-align: center;
  color: #2d3f00;
  margin-bottom: 1rem;
}
#service li div {
  font-size: 1.6rem;
  line-height: 180%;
  padding: 0 9% 8% 9%;
}

/*------------------------------------------------------------
	point
------------------------------------------------------------*/
#point {
}
#point ul {
}
#point li {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#point h3 {
  font-size: 2.6rem;
  margin: 0 0 1rem 0;
}
#point p {
  font-size: 1.7rem;
  line-height: 200%;
}
#point figure {
  display: block;
  float: left;
  width: 48%;
}
.pint_txt {
  float: right;
  width: 52%;
}
.pint_txt div {
  margin-bottom: 8px;
}
.pint_txt div img {
  width: 100px;
  height: auto;
}
.h1_2 {
  text-align: center;
  font-size: 4.1rem;
  border: 2px solid #2d3f00;
  padding: 30px 0 28px 0;
  border-radius: 100px;
  line-height: 1;
  color: #2d3f00;
  background: #fff;
}
ul.list1 {
}
ul.list1 li {
  margin-bottom: 15px;
  background: #fff;
  border-radius: 8px;
  padding: 20px 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
ul.list1 .point {
  width: 7%;
  float: left;
}
ul.list1 .point_r {
  width: 93%;
  float: right;
  overflow: hidden;
  display: flex;
  align-items: center;
}
ul.list1 h2 {
  font-size: 2.4rem;
  width: 22%;
  float: left;
  color: #2d3f00;
  text-align: center;
}
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 #eee;
  padding-left: 20px;
}
ul.list1 .maru {
  font-size: 3.5rem;
  background: #2d3f00;
  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 #2d3f00;
  border-bottom: 0;
}
.txt2 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.tabox {
  display: flex;
  padding-top: 1rem;
}
.tabox .item1 {
  width: 75%;
  position: relative;
}
.tabox .item1 table {
  position: absolute;
  left: 0;
  bottom: 0;
}
.tabox .item2 {
  width: 25%;
  text-align: right;
}
.gbox {
  text-align: center;
}
.gbox img {
  width: 70%;
  height: auto;
  padding-top: 30px;
}
.dummy {
  background: #fff;
  padding: 200px 0;
  font-size: 2vw;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 30px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  /*------------------------------------------------------------
	Stracture
------------------------------------------------------------*/
  .inner {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
  }
  .waku {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    border: 3px solid #2d3f00;
    box-shadow: 5px 5px 0 #ccc;
  }
  /*------------------------------------------------------------
	Header
------------------------------------------------------------*/
  header {
    min-width: 100%;
    background: #F1F8FE;
  }
  #hdr_inner {
    width: 100%;
  }
  #hdr_logo {
    position: relative;
    width: 210px;
    float: left;
    left: 5px;
    top: 8px;
  }
  #hdr_logo img {
    width: 100%;
    height: auto;
  }
  #hdr_description,
  #hdr_tel {
    display: none;
  }
  #hdr_entry {
    width: 145px;
    font-size: 1.4rem;
    height: 50px;
    right: 0;
    top: 0;
    padding-top: 12px;
    text-align: center;
  }
  #hdr_entry img {
  }

  /*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
  #contact .inner {
    width: 90%;
    padding: 20px 0;
  }
  #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;
  }
  #contact .item h3 {
    font-size: 1.6rem;
    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 img {
    object-fit: cover;
  }

  /*------------------------------------------------------------
	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 #2d3f00;
    padding: 20px 0 18px 0;
    border-radius: 10px;
    line-height: 1;
    color: #2d3f00;
    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;
  }
  ul.list1 .maru {
    margin: 0 auto;
  }
  /*------------------------------------------------------------
	CEO
------------------------------------------------------------*/

  #ceo .inner {
    border: 3px solid #2d3f00;
    border-radius: 12px;
    padding: 20px 20px;
    background: #fff;
    box-shadow: 5px 5px 0 #ccc;
  }
  #ceo_box {
    display: block;
  }
  #ceo_box .item1 {
    width: 100%;
    padding-bottom: 15px;
  }
  #ceo_box .item2 {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
  #ceo_box img {
    margin-bottom: 10px;
  }
  #ceo_box p {
    font-size: 1.6rem;
    line-height: 200%;
  }
  /*------------------------------------------------------------
	strong
------------------------------------------------------------*/
  #strong .inner {
    padding: 10px 15px;
  }
  .q {
    font-size: 1.3rem;
    padding: 1.6%;
    /* margin-bottom: 15px; */
  }
  .strong_list h2 {
    font-size: 1.8rem;
    /* margin-bottom: 15px; */
  }

  /*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
  #faq .inner {
    padding: 10px 15px;
  }
  .q {
    font-size: 1.3rem;
    padding: 1.6%;
    /* margin-bottom: 15px; */
  }

	.qbox {
		padding: 0;
		text-align: justify;
    margin-bottom: 15px;
  }

	.abox {
		padding: 0;
		text-align: justify;
    /* margin-bottom: 15px; */
  }

  .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 {
    text-align: left;
  }
  .t5 {
    color: #fff;
    background-color: #2d3f00;
    background-image: url("../img/bdr_wh.png");
    background-repeat: repeat-x;
    background-position: left 0 bottom 0.6rem;
    font-size: 1.9rem;
    line-height: 120%;
    margin-bottom: 20px;
    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;
    background: #eee;
  }
  #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 #2d3f00;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center;
  }
  #works p {
    font-size: 1.6rem;
    line-height: 180%;
  }
  #works .inner {
    border: 3px solid #2d3f00;
    border-radius: 12px;
    padding: 30px 3rem;
    background: #fff;
    box-shadow: 5px 5px 0 #ccc;
  }
  #yakusoku {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  #yakusoku .inner {
    border: 3px solid #2d3f00;
    border-radius: 12px;
    padding: 0px !important;
    background: #fff;
    box-shadow: 5px 5px 0 #ccc;
  }
  #yakusoku h1 {
    background: #2d3f00;
    color: #fff;
    text-align: center;
    font-size: 2.5rem;
    padding: 1.5rem;
  }
  #yakusoku ul {
    overflow: hidden;
    padding: 40px 1.5rem 0 1.5rem;
  }
  #yakusoku li {
    float: none;
    width: 100%;
    padding: 0 20px 2rem 20px;
  }

  #yakusoku h2 {
    font-size: 2.2rem;
    padding: 10px 10px 10px 7.5rem;
    position: relative;
    line-height: 130%;
    margin-bottom: 10px;
  }
  #yakusoku img {
    display: block;
    position: absolute;
    left: 0;
    bottom: 1rem;
    width: 7rem;
    height: auto;
  }
  #yakusoku h2 span {
    color: #2d3f00;
  }
  #yakusoku p {
    font-size: 1.6rem;
    padding: 0 0 20px 0;
    line-height: 180%;
  }

  #manga img {
    width: 100%;
    height: auto;
  }
  #nayami {
    padding: 1rem 0;
    background-image: url("../img/bg.jpg");
    background-size: cover;
  }
  #nayami_cnt {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
  }
  #nayami figure {
    display: none;
  }
  #nayami figure img {
    position: absolute;
    bottom: 0;
    right: 3rem;
  }
  #nayami_txt {
    width: 100%;
    padding: 2rem 0;
  }
  #nayami_cnt h2 {
    font-size: 2.5rem;
    color: #2d3f00;
    margin-bottom: 1rem;
    line-height: 130%;
    text-align: center;
  }
  #nayami_cnt ul {
    padding: 0 2rem;
  }
  #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 0.5rem 2.5rem;
  }

  /*------------------------------------------------------------
	point
------------------------------------------------------------*/
  #point {
  }
  #point ul {
  }
  #point li {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #point h3 {
    font-size: 2.2rem;
    margin: 0 0 0.7rem 0;
  }
  #point p {
    font-size: 1.7rem;
    line-height: 200%;
  }
  #point figure {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .pint_txt {
    float: none;
    width: 100%;
  }
  .pint_txt div {
    margin-bottom: 8px;
  }
  .pint_txt div img {
    width: 100px;
    height: auto;
  }
  #service {
    border: 3px solid #2d3f00;
    padding: 4rem 2rem 1rem 2rem;
    border-radius: 5px;
    width: 96%;
    margin: 0 auto 3rem auto;
  }
  #service h2 {
    font-size: 2.7rem;
    line-height: 130%;
    position: relative;
    margin-bottom: 2.5rem;
  }
  #service h2 img {
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 20%;
    height: auto;
    display: none;
  }
  #service p {
    text-align: left;
    font-size: 1.7rem;
    line-height: 200%;
    margin-bottom: 2rem;
  }
  #service ul {
    display: block;
  }
  #service li {
    width: 100%;
    padding: 0rem 0 2rem 0;

    margin-bottom: 2rem;
  }
  #service li:last-child {
    border: none;
  }
  #service li h4 {
    width: 85%;
    color: #fff;
    background: #2d3f00;
    border-radius: 100px;
    line-height: 1;
    text-align: center;
    font-size: 1.8rem;
    padding: 1.2rem;
    margin: -2rem auto 1rem auto;
    position: relative;
    z-index: 2;
  }
  #service li figure {
    display: block;
  }
  #service li figure img {
    width: 100%;
    height: auto;
  }
  #service li h3 {
    font-size: 3.3rem;
    text-align: center;
    color: #2d3f00;
    margin-bottom: 1rem;
  }
  #service li div {
    font-size: 1.6rem;
    line-height: 180%;
  }
  #company .inner {
    border: 3px solid #2d3f00;
    border-radius: 12px;
    padding: 2rem;
    background: #fff;
    box-shadow: 5px 5px 0 #ccc;
  }
  .tabox {
    display: block;
  }
  .tabox .item1,
  .tabox .item2 {
    width: 100%;
  }
  .tabox .item2 {
    display: none;
  }
  .tabox .item1 table {
    position: relative;
  }
  .sp_none {
    display: none;
  }
  .swiper {
    position: relative;
    width: 100%;
    height: 135vw;
    overflow: hidden;
  }
}

.flow_design01 ul {
  font-size: 1.8rem;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 8px;
  padding: 20px 40px;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  margin-left: 0;

}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #2d3f00;
  border-radius: 10px;
  position: relative;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #2d3f00;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
  margin-bottom: 2.2%;
}

.flow01 > li dl dt .icon01 {
  font-size: 0.6em;
  color: #fff;
  background: #2d3f00;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

@media(max-width: 768px) {
  .flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .flow01 > li dl {
    display: block;
    padding: 10px 15px;
  }

  .flow01 > li dl dt {
    margin-right: 0;
  }

  .flow01 > li dl dt .icon01 {
    font-size: .7em;
  }
}


.swiper-wrapper {
  height: auto!important;
}

#price td {
  text-align: center;
}
.table-desc {
  font-size: 1.3rem;
}