@charset 'UTF-8';
/* CSS Document */

/* normalize css */
@import url('/common/css/normalize.css');

/* GoogleFonts css */
@import url('https://fonts.googleapis.com/css?family=Montserrat:500');
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
@import url('https://fonts.googleapis.com/earlyaccess/sawarabigothic.css');

/* FontAwesome5 css */
@import url('//use.fontawesome.com/releases/v5.0.6/css/all.css');

/* reset style */
* {
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5% /*10px*/
}
body {
  width: 100%;
  height: 100%;
  background: #444444;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1rem;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/* common style ======================================================== */
/* #container */
#container {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-family: 'Sawarabi Mincho', sans-serif;
  line-height: 2;
  text-align: center;
  box-sizing: border-box;
}
/* .wrap-width */
.wrap-width {
  width: 100%;
  max-width: 960px;
  margin: 1em auto;
  padding: 0 1.25em;
  box-sizing: border-box;
}
@media (max-width: 768px) {
}

/* header style ======================================================== */
/* header */
header {
  margin: 0;
  padding: 2em 0 4em;
  box-sizing: border-box;
}
header .wrap-width {
  padding: 0 1.25em;
  width: 100%;
  box-sizing: border-box;
}
header .wrap-width h1 {
  width: 100%;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 5rem;
  text-align: center;
  line-height: 1.25;
  box-sizing: border-box;
}
header .wrap-width p {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  header {
    background: #444444;
  }
}

/* nav style ======================================================== */
/* nav */
nav {
  margin: 0;
  padding: 1em 0;
  background: #222222;
  box-sizing: border-box;
}
nav .wrap-width {
}

/* btn style ======================================================== */
/* btn */
#container .btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
#container .btn a {
  position: relative;
  padding: 0.25em 1em;
  text-decoration: none;
  color: #444444;
  background: #cccccc;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  box-sizing: border-box;
}
#container .btn a:hover,
#container .btn a:active {
  border: 1px solid #eee;
  box-shadow: none;
}

/* article style ======================================================== */
/* article.contents */
article.contents {
  text-align: center;
}
/* section.contents-catch */
section.contents-catch {
  margin: 0;
  padding: 1em 0;
  background: #222222;
  box-sizing: border-box;
}
section.contents-catch h1 {
  font-size: 1.8rem;
  font-family: 'Sawarabi Mincho', serif;
}
/* section.contents-main */
article.contents .wrap-width {
}
section.contents-main {
  box-sizing: border-box;
}
section.contents-main h2 {
  padding: 2em 0;
  font-size: 3rem;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}
/* section.contents-main faq */
section.contents-main_faq {
  position: relative;
  box-sizing: border-box;
}
section.contents-main_faq h1 {
  transition: .75s;
}
section.contents-main_faq ul,
section.contents-main_faq p {
  transition: .5s;
  transition-delay: .5s;
}
section.faq-00,
section.faq-02,
section.faq-04,
section.faq-06,
section.faq-08,
section.faq-10 {
  background: #444444 url(/common/images/img_bg_logo.png) no-repeat fixed;
  background-size: cover;
  -webkit-background-size: cover;
}
section.faq-end {
  height: 100vh !important;
  background: #444444 url(/common/images/img_bg_logo_end.png) center center no-repeat !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}
section.contents-main_faq .wrap-width {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 8em;
  text-align: center;
  box-sizing: border-box;
}
section.contents-main_faq .wrap-width h1 {
  padding: 0 0 1em;
  font-size: 1.8rem;
  font-family: 'Sawarabi Mincho', serif;
  line-height: 1.25;
  box-sizing: border-box;
}
section.contents-main_faq .wrap-width h1 i {
  margin-right: 0.5em;
  font-size: 2.4rem;
  vertical-align: text-top;
}
section.contents-main_faq .wrap-width ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  list-style-type: none;
  box-sizing: border-box;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
}
section.contents-main_faq .wrap-width li {
  box-sizing: border-box;
}
section.contents-main_faq .wrap-width li.btn {
}
section.contents-main_faq .wrap-width li.btn a {
  font-size: 2.4rem;
  line-height: 1.25;
}
section.contents-main_faq.faq-10 .wrap-width li.btn a i.icon-style {
  margin-right: 0.15em;
  font-size: 2.25rem;
}
section.contents-main_faq .wrap-width p.btn a {
  padding: 0.15em 1em 0.35em !important;
  color: #ffffff !important;
  background: #a2764e !important;
  border: 1px solid #b48b66 !important;
  font-size: 3rem;
  line-height: 1.25;
}
section.contents-main_faq .wrap-width p.btn a i.icon-style {
  margin-right: 0.25em;
  font-size: 2.75rem;
  vertical-align: text-bottom;
}
@media (max-width: 768px) {
  section.contents-main_faq .wrap-width {
    width: 100%;
  }
  section.contents-main h2 {
    background: #444444;
    margin-block-start: 0;
    -webkit-margin-before: 0;
  }
  section.contents-main_faq {
    background: #444444;
  }
  section.faq-00,
  section.faq-02,
  section.faq-04,
  section.faq-06,
  section.faq-08,
  section.faq-10 {
    background: none;
  }
  section.faq-00::before,
  section.faq-02::before,
  section.faq-04::before,
  section.faq-06::before,
  section.faq-08::before,
  section.faq-10::before {
    content:"";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: #444444 url(/common/images/img_bg_logo.png) center center no-repeat;
    -webkit-background-size: cover;
  }
}
@media (max-width: 425px) {
  section.contents-main_faq.faq-10 .wrap-width {
    height: 11em;
  }
}
/* section.contents-main tongpoo */
section.contents-main_tongpoo {
  color: #444444;
  background: #efefef;
}
section.contents-main_tongpoo .wrap-width {
  margin: 0 auto;
  padding: 2.5em 1.25em;
  background: #efefef;
}
section.contents-main_tongpoo h1 {
  line-height: 1.25;
}
section.contents-main_tongpoo h2 {
  padding: 1em 0 0.5em;
  background: #efefef;
  font-family: 'Sawarabi Mincho', serif;
  line-height: 1.25;
  border-top: 1px solid #888888;
  margin-block-start: 1.5em;
  -webkit-margin-before: 1.5em;
  margin-block-end: 0;
  -webkit-margin-after: 0;
}
section.contents-main_tongpoo p {
  font-family: 'Sawarabi Gothic', sans-serif;
  text-align: left;
}
section.contents-main_tongpoo p img {
  width: 100%;
  height: auto;
}
section.contents-main_tongpoo .wrap-width p.btn a {
  font-size: 2.4rem;
  line-height: 1.25;
}
section.contents-main_tongpoo .wrap-width p.btn a i {
  margin-right: 0.15em;
  font-size: 2.25rem;
}
section.contents-main_tongpoo .contents-main_tongpoo-hp p.img,
section.contents-main_tongpoo .contents-main_tongpoo-bd p.img {
  float: left;
  width: 25%;
}
section.contents-main_tongpoo .contents-main_tongpoo-hp p.txt,
section.contents-main_tongpoo .contents-main_tongpoo-hp p.btn,
section.contents-main_tongpoo .contents-main_tongpoo-bd p.txt,
section.contents-main_tongpoo .contents-main_tongpoo-bd p.btn {
  float: right;
  width: 70%;
}
section.contents-main_tongpoo .contents-main_tongpoo-lp p.img {
  float: right;
  width: 25%;
}
section.contents-main_tongpoo .contents-main_tongpoo-lp p.txt,
section.contents-main_tongpoo .contents-main_tongpoo-lp p.btn {
  float: left;
  width: 70%;
}
section.contents-main_tongpoo .contents-main_tongpoo-hp p.btn,
section.contents-main_tongpoo .contents-main_tongpoo-bd p.btn,
section.contents-main_tongpoo .contents-main_tongpoo-lp p.btn {
  text-align: center;
}
section.contents-main_tongpoo .effects h1,
section.contents-main_tongpoo .effects h2 {
  transition: .75s;
}
section.contents-main_tongpoo .effects div {
  transition: .5s;
  transition-delay: .5s;
}
@media (max-width: 768px) {
  /* section.contents-main tongpoo */
}
@media (max-width: 425px) {
  /* section.contents-main tongpoo */
  section.contents-main_tongpoo p img {
    width: 95%;
    height: auto;
  }
  section.contents-main_tongpoo .wrap-width p.btn {
    margin-block-start: 1.5em;
    -webkit-margin-before: 1.5em;
  }
  section.contents-main_tongpoo .wrap-width p.btn a {
    font-size: 2.4rem;
    line-height: 1.25;
  }
  section.contents-main_tongpoo .wrap-width p.btn a i {
    margin-right: 0.15em;
    font-size: 2.25rem;
  }
  section.contents-main_tongpoo .contents-main_tongpoo-hp p.img,
  section.contents-main_tongpoo .contents-main_tongpoo-bd p.img {
    float: none;
    width: 100%;
    text-align: center;
  }
  section.contents-main_tongpoo .contents-main_tongpoo-hp p.txt,
  section.contents-main_tongpoo .contents-main_tongpoo-hp p.btn,
  section.contents-main_tongpoo .contents-main_tongpoo-bd p.txt,
  section.contents-main_tongpoo .contents-main_tongpoo-bd p.btn {
    float: none;
    width: 100%;
  }
  section.contents-main_tongpoo .contents-main_tongpoo-lp p.img {
    float: none;
    width: 100%;
    text-align: center;
  }
  section.contents-main_tongpoo .contents-main_tongpoo-lp p.txt,
  section.contents-main_tongpoo .contents-main_tongpoo-lp p.btn {
    float: none;
    width: 100%;
  }
}
/* section.contents-main #tongpoo-contact */
section#tongpoo-contact h2 {
  border-top: none;
  margin-block-start: 0;
  -webkit-margin-before: 0;
}
section#tongpoo-contact p {
  font-family: 'Sawarabi Gothic', sans-serif;
  text-align: center;
}
section#tongpoo-contact .contents-main_tongpoo-phone {
  margin: 3em 0 5em;
}
section#tongpoo-contact .contents-main_tongpoo-phone p.btn {
}
section#tongpoo-contact .contents-main_tongpoo-phone p.btn a {
  color: #ffffff !important;
  background: #a2764e !important;
  border: 1px solid #b48b66 !important;
  font-size: 3rem;
  line-height: 1.25;
}
section#tongpoo-contact .contents-main_tongpoo-phone p.btn a i.icon-style {
  margin-right: 0.25em;
  font-size: 2.75rem;
}
section#tongpoo-contact .contents-main_tongpoo-mail {
  margin: 3em 0;
}
section#tongpoo-contact .contents-main_tongpoo-mail p {
}
section#tongpoo-contact .contents-main_tongpoo-mail p.mail {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
}
section#tongpoo-contact .contents-main_tongpoo-mail p.mail i {
  margin-right: 0.125em;
  font-size: 3rem;
}
section#tongpoo-contact .contents-main_tongpoo-mail p input {
  width: 50%;
}
section#tongpoo-contact .contents-main_tongpoo-mail p textarea {
  width: 50%;
  height: 14em;
}
section#tongpoo-contact .contents-main_tongpoo-mail p input.wpcf7-submit {
  width: 25%;
  height: 3em;
}
@media (max-width: 758px) {
  section#tongpoo-contact .contents-main_tongpoo-mail p input {
    width: 80%;
  }
  section#tongpoo-contact .contents-main_tongpoo-mail p textarea {
    width: 80%;
    height: 14em;
  }
  section#tongpoo-contact .contents-main_tongpoo-mail p input.wpcf7-submit {
    width: 50%;
    height: 3em;
  }
}
@media (max-width: 425px) {
  section#tongpoo-contact .contents-main_tongpoo-mail p input {
    width: 95%;
  }
  section#tongpoo-contact .contents-main_tongpoo-mail p textarea {
    width: 95%;
    height: 14em;
  }
  section#tongpoo-contact .contents-main_tongpoo-mail p input.wpcf7-submit {
    width: 50%;
    height: 3em;
  }
}
@media (max-width: 320px) {
  section#tongpoo-contact .contents-main_tongpoo-phone p.btn a {
    font-size: 2.5rem;
  }
  section#tongpoo-contact .contents-main_tongpoo-phone p.btn a i.icon-style {
    font-size: 2.25rem;
  }
}

/* footer style ======================================================== */
/* footer */
footer {
  background: #444444;
  border-top: 1px solid #222222;
  font-family: 'Sawarabi Gothic', sans-serif;
  color: #ffffff;
  text-align: center;
}
footer .wrap-width {
  margin-bottom: 0;
  padding-bottom: 1em;
}
/* footer .copyright */
footer .copyright {
  padding: 2em 0 1em;
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
}
/* footer .create */
footer .create {
  width: 230px;
  height: auto;
  margin: auto;
  padding: 0 0 3em;
  font-size: 1rem;
}
footer .create a {
  display: inline-block;
  color: #ffffff;
}
footer .create img {
  width: 60%;
  height: auto;
  margin:0 0 0.5em;
}
/* footer #pageTop */
footer #pageTop {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 60px;
  z-index: 999px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-indent: -9999px;
  font-size: 0.1rem;
  text-decoration: none;
  color: #333333;
  background-color: #afafaf;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
footer #pageTop a {
    display: block;
}
footer #pageTop a:hover,
footer #pageTop a:active {
  text-decoration: none;
  opacity: 0.75;
}
footer #pageTop a::after {
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 9.5px;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-bottom: 14px solid #444444;
}
