@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;
  background-color: #1B347E;
}
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: 1100px;
  border-radius: 12px;
  padding: 60px 60px;
  background: #fff;
  box-shadow: 5px 5px 0 #ccc;
  margin: 0 auto 40px auto;
  border: 1px solid #ccc;
}
#hdr_inner {
  overflow: hidden;
  width: 100%;
  height: 140px;
  margin: 0 auto;
  position: relative;
}
.inner2 {
  width: 1100px;
  padding: 30px 0px;
  background: #fff;
  margin: 0 auto 40px auto;
}
.bg_box {
  background: #1B347E;
  padding: 30px 0 10px 0;
}
/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
header {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 70px;
  background: #ffffff;
}
#hdr_logo {
  position: absolute;
  width: 180px;
  top: 18px;
  left: 10px;
  font-size: 2.22rem;
  font-weight: bold;
}
#hdr_logo img {
  width: auto;
  height: 100%;
}
#hdr_description {
  position: absolute;
  width: 400px;
  top: 22px;
  left: 195px;
  font-size: 1.66rem;
  font-weight: bold;
  color: #333333;
}
#hdr_tel {
  position: absolute;
  display: block;
  width: 270px;
  top: 15px;
  right: 270px;
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: 27px;
  line-height: 1;
  text-decoration: none;
  color: #333333;
}
#hdr_tel img {
  display: block;
  width: 20px;
  height: auto;
  position: absolute;
  top: 4px;
  left: 0px;
}
#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: #1B347E;
  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;
  z-index: 100;
}
#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 header,
#thanks header {
  height: 80px;
  background: #000;
}
#confirm main,
#thanks main {
  padding-top: 20px;
}
/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#contact {
  text-align: center;
}
#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 #eee;
}
#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;
  background: #ffffff;
}
#ftr_logo {
  width: 300px;
  margin: 0 auto;
  font-size: 2.22rem;
  font-weight: bold;
}
#ftr_logo img {
  width: 90%;
  height: auto;
}
#ftr_address {
  padding-top: 10px;
  color: #333333;
}
#copyright {
  padding-top: 10px;
  color: #333333;
}

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

.btn1 {
  display: inline-block;
  background: #1B347E;
  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: #193351;
  margin: 5px auto 0 auto;
}
.h1 {
  font-size: 3rem;
  text-align: center;
  line-height: 130%;
  margin-bottom: 30px;
}
.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;
}

.box1 {
  display: flex;
  margin-bottom: 20px;
}
.box1 .item:first-child {
  width: 55%;
  font-size: 1.6rem;
  line-height: 200%;
}
.box1 .item:last-child {
  width: 45%;
}

.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 {
  max-width: 1500px;
  margin: 0 auto;
}
#mv img {
  width: 100%;
  height: auto;
}
.pointbox {
  max-width: 1500px;
  margin: 0 auto;
}
.pointbox img {
  width: 100%;
  height: auto;
}
/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/

.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: #193351;
  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: #1B347E;
  color: #fff;
  font-size: 20px;
}
.a {
  background: #E8F3FF;
  color: #000000;
  font-size: 20px;
}
/*------------------------------------------------------------
	Form
------------------------------------------------------------*/
#form {
}
#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
------------------------------------------------------------*/
#work .inner {
  background-image: url("../img/person1.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left;
}
.box_about {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
}
.box_about li {
  text-align: center;
  font-size: 15px;
}

.box_about .item:first-child {
  width: 40%;
  position: relative;
}
.box_about .item:first-child img {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: auto;
  height: 90%;
}
.box_about .item:last-child {
  width: 60%;
  padding: 0px 0 60px 0;
}
.box_about h1 {
  font-size: 2.7rem;
  border-bottom: 1px solid #333;
  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 {
}
#access iframe {
  width: 100%;
}
/*------------------------------------------------------------
	Movie
------------------------------------------------------------*/
#movie {
  background: #002253;
  padding: 20px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------------------------------
	point
------------------------------------------------------------*/
#point {
}
#point ul {
  overflow: hidden;
}
#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%;
}
#point figure img {
  width: 92%;
  height: auto;
}
.pint_txt {
  float: right;
  width: 52%;
}
.pint_txt div {
  margin: 1rem 0 2rem 0;
}
.pint_txt div img {
  width: 100px;
  height: auto;
}
/*------------------------------------------------------------
	FLOW
------------------------------------------------------------*/
#reason {
}
.h1_2 {
  text-align: center;
  font-size: 4.1rem;
  border: 2px solid #e68f02;
  padding: 30px 0 28px 0;
  border-radius: 100px;
  line-height: 1;
  color: #e68f02;
  background: #fff;
}
ul.flow_list {
}
ul.flow_list li {
  margin-bottom: 15px;
  background: #fff;
  border-radius: 8px;
  padding: 20px 40px;
  overflow: hidden;
  border: 1px solid #e68f02;
}
ul.flow_list .flow_l {
  width: 7%;
  float: left;
}
ul.flow_list .flow_r {
  width: 93%;
  float: right;
  overflow: hidden;
}
ul.flow_list h2 {
  font-size: 2.4rem;
  width: 22%;
  padding: 10px 0 0 0px;
  float: left;
  color: #e68f02;
  text-align: center;
  line-height: 120%;
}
ul.flow_list 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.flow_list .maru {
  font-size: 3.5rem;
  background: #e68f02;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 72px;
  font-weight: bold;
  height: 72px;
  line-height: 1;
  border-radius: 72px;
}
ul.flow_list 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 #e68f02;
  border-bottom: 0;
}
#manga {
  text-align: center;
  padding-top: 0rem;
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
}

.dummy {
  background: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 20rem 0;
}
#manga img {
}
.waku {
  background: #fff;
  padding: 40px;
  border-radius: 15px;

  box-shadow: 5px 5px 0 #ccc;
}
ul.list2 {
  overflow: hidden;
  margin-bottom: 0px;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  border: 3px solid #e68f02;
  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 #e68f02;
  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: #e68f02;
  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;
  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 #e68f02;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: center;
}
#works p {
  font-size: 1.6rem;
  line-height: 180%;
}

#nayami {
  padding: 3rem 0;
  background-image: url("../img/bg2.jpg");
  background-size: cover;
  background: #eee;
}
#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: #333333;
  margin-bottom: 2rem;
  border-bottom: 1px solid #333;
  margin-right: 4rem;
}
#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.3rem;
  padding: 0.5rem 0 0.5rem 4rem;
}
.list3 {
  overflow: hidden;
}
.list3 li {
  width: 33.3%;
  float: left;
  padding: 4px;
  margin-bottom: 15px;
}
.list3 li:nth-child(3n + 1) {
  clear: both;
}
.list3 figure {
  display: block;
  margin: 0 0 1rem 0;
}
.list3 figure img {
  width: 100%;
  height: auto;
}
.list3 h3 {
  font-size: 2rem;
  border-bottom: 1px solid #333;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.list3 p {
  font-size: 1.6rem;
}
.gbox {
  font-size: 1.9rem;
  padding: 3rem;
  border-radius: 10px;
  background: #e8f0e3;
  text-align: center;

  margin-bottom: 3rem;
}

.biko {
  font-size: 1.3rem;
  padding-top: 0.5rem;
}
#gallery .inner {
}
.swiper {
  width: 100%;
}
.swiper .swiper-slide {
  width: 600px;
  height: 700px;
}
.swiper .swiper-slide img {
  object-fit: cover;
}
.exp {
  font-size: 1.7rem;
  margin: 0 0 30px 0;
}
.tbox {
  overflow: hidden;
  margin-bottom: 30px;
}
.tbox li {
  float: left;
  width: 20%;
  text-align: center;
  padding-bottom: 10px;
}
.tbox li:nth-child(5n + 1) {
  clear: both;
}
.tbox li img {
  width: 94%;
  height: auto;
}
.tbox li p {
  font-size: 1.5rem;
  padding-top: 10px;
}
.ybox {
  padding: 2rem;
  background: #fcf9dc;
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  /*------------------------------------------------------------
	Stracture
------------------------------------------------------------*/
  .inner {
    width: 90%;
    padding: 20px;
    margin: 0 auto 30px auto;
  }
  .inner2 {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
  }
  #hdr_inner {
    width: 100%;
  }
  /*------------------------------------------------------------
	Header
------------------------------------------------------------*/
  header {
    min-width: 100%;
    height: 40px;
  }
  #hdr_logo {
    position: relative;
    width: 300px;
    float: left;
    left: 5px;
    top: 5px;
    font-size: 1.95rem;
    font-weight: bold;
  }
  #hdr_logo img {
    width: 100%;
    height: auto;
  }

  #hdr_tel {
    display: none;
  }
  #hdr_entry {
    width: 135px;
    font-size: 1.6rem;
    height: 40px;
    right: 0;
    top: 0;
    padding-top: 12px;
    text-align: center;
  }
  #hdr_entry img {
    width: 18px;
    height: auto;
  }
  #hdr_description {
    display: none;
  }
  #confirm header,
  #thanks header {
    height: 40px;
  }
  #confirm main,
  #thanks main {
    padding-top: 20px;
  }
  /*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
  #contact .inner {
    display: block;
  }
  #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;
    margin-bottom: 20px;
  }
  .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 {
    overflow: hidden;
  }
  #mv img {
  }
  /*------------------------------------------------------------
	About
------------------------------------------------------------*/
  .box_about {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .box_about .item:first-child {
    display: none;
  }
  .box_about .item:last-child {
    width: 100%;
  }
  /*------------------------------------------------------------
	Movie
------------------------------------------------------------*/
  #movie {
    padding: 0px;
  }
  /*------------------------------------------------------------
	流れ
------------------------------------------------------------*/

  .h1_2 {
    text-align: center;
    font-size: 3rem;
    border: 2px solid #e68f02;
    padding: 20px 0 18px 0;
    border-radius: 10px;
    line-height: 1;
    color: #e68f02;
    background: #fff;
  }
  ul.flow_list .flow_l {
    width: 23%;
    float: left;
  }
  ul.flow_list li {
    border-radius: 8px;
    padding: 20px 10px;
  }
  ul.flow_list .flow_r {
    width: 74%;
    float: right;
    overflow: hidden;
  }
  ul.flow_list h2 {
    font-size: 2em;
    text-align: left;
    width: 100%;
    padding: 0px 0 0 2rem;
    float: none;
  }
  ul.flow_list p {
    font-size: 1.6rem;
    width: 100%;
    float: none;
    padding-top: 0px;
  }
  ul.flow_list .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: #e68f02;
    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;
  }
  #work .inner {
    background: #fff;
  }
  #work h1 {
    text-align: center;
    font-size: 2.2rem;
    padding-top: 20px;
  }

  #nayami {
    padding: 1rem 0;
    background-image: url("../img/bg2.jpg");
    background-size: cover;
  }

  #nayami_cnt {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
  }
  #nayami figure {
    display: none;
  }
  #nayami_txt {
    width: 100%;
    padding: 2rem 0;
  }
  #nayami_cnt h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    line-height: 130%;
    text-align: center;
    width: 100%;
    padding-bottom: 1rem;
  }
  #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;
  }
  .list3 {
    overflow: hidden;
  }
  .list3 li {
    width: 100%;
    float: none;
    margin: 0 0 3% 0;
  }
  .list3 figure {
    display: block;
    margin: 0 0 1rem 0;
  }
  .list3 figure img {
    width: 100%;
    height: auto;
  }
  .list3 h3 {
    font-size: 2rem;
    text-align: center;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .list3 p {
    font-size: 1.7rem;
  }
  .gbox {
    font-size: 1.7rem;
    padding: 2rem;
    border-radius: 10px;
    background: #e8f0e3;
    text-align: left;

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

  .tbox li {
    float: none;
    width: 25%;
    text-align: center;
    padding-bottom: 10px;
  }

  .tbox li img {
    width: 94%;
    height: auto;
  }
  .tbox li p {
    font-size: 1.2rem;
    padding-top: 5px;
    line-height: 130%;
  }

  /*------------------------------------------------------------
	point
------------------------------------------------------------*/
  #point {
    padding-top: 0rem;
  }
  #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;
  }
  #point figure img {
    width: 100%;
    height: auto;
  }
  .pint_txt {
    float: none;
    width: 100%;
  }
  .pint_txt div {
    margin-bottom: 8px;
  }
  .pint_txt div img {
    width: 100px;
    height: auto;
  }
  .swiper {
    width: 100%;
  }
  .swiper .swiper-slide {
    width: 60%;
    height: 62vw;
  }
  .swiper .swiper-slide img {
    object-fit: cover;
  }
  #manga {
    width: 100%;
    padding: 0px 20px 20px 20px;
  }
}

#manga img {
  width: 100%;
}
