@charset "UTF-8";
.wf-sawarabimincho {
  font-family: "Sawarabi Mincho", sans-serif; }

.logo {
  width: 280px; }

.logo-left {
  position: absolute;
  left: 35px;
  top: 20px; }

.logo-container {
  margin-top: 1rem; }

.is-hide {
  display: none; }

.menu {
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  background: #fff;
  transition: all 0.1s ease-out; }
  .menu.show {
    visibility: visible;
    opacity: 0.9; }
  .menu-nav {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    line-height: 5rem;
    overflow: hidden;
    font-size: 25px;
    list-style: none; }
    .menu-nav .nav-link {
      text-transform: uppercase;
      color: #fce57d;
      font-family: "Noto Sans", sans-serif; }

.menu-btn {
  position: absolute;
  z-index: 3;
  right: 35px;
  top: 2rem;
  cursor: pointer;
  transition: all 0.5s ease-out; }
  .menu-btn .btn-line {
    width: 28px;
    height: 2px;
    margin: 0 0 3px 0;
    background: #444;
    border-radius: 3px;
    transition: all 0.5s ease-out; }
  .menu-btn.close {
    transform: rotate(180deg); }
    .menu-btn.close .btn-line:nth-child(1) {
      transform: rotate(45deg) translate(5px, 4px); }
    .menu-btn.close .btn-line:nth-child(2) {
      opacity: 0; }
    .menu-btn.close .btn-line:nth-child(3) {
      transform: rotate(-45deg) translate(4px, -3px); }

.menu-btns {
  position: absolute;
  right: 35px;
  font-family: "Noto Sans", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: right;
  font-size: 12px; }
  .menu-btns a {
    color: #444;
    margin: 0 0.5rem;
    transition: all 0.1s ease-out;
    text-decoration: none;
    background: #fff;
    transition: all 0.1s ease-out; }
    .menu-btns a:hover {
      color: black; }

.other-btn {
  font-weight: 800; }

.btn-fa {
  cursor: pointer; }

.navbar {
  background-color: transparent;
  border: none;
  padding: 30px 65px; }

.navbar-default .navbar-nav .active a {
  background-color: #fff; }
  .navbar-default .navbar-nav .active a:hover {
    background-color: #fdea96; }

.btn-en {
  display: block;
  padding: 15px 8px;
  margin-left: 10px;
  background-color: #fdefaf; }
  .btn-en:hover {
    background-color: #fce57d !important; }

* {
  box-sizing: border-box; }

body {
  background: #fffad7;
  color: #444;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibilitys; }

main {
  max-width: 1180px;
  margin: 0 auto;
  margin-bottom: 5rem;
  padding: 2rem; }

.center {
  text-align: center; }

section {
  margin: 0 auto; }

.top h2 {
  font-size: 22px;
  letter-spacing: 0.3rem;
  margin: 80px 0 40px 0; }

.top h2.less-tm {
  margin-top: 40px; }

.top h2.en {
  letter-spacing: 0; }

.p-default {
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin: 0 auto 20px auto;
  max-width: 700px; }

.p-default-full {
  max-width: 1180px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-right: 40px; }

.p-default-flex {
  line-height: 1.8;
  letter-spacing: 0.1rem;
  width: 90%;
  margin: 0 auto; }

.flex-left-30 {
  width: 30%; }

.top-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 4rem; }

.top-nav-box {
  background: #fce57d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 1rem;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1rem;
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  transition: all 0.1s ease-out; }
  .top-nav-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 4; }
  .top-nav-box .link-arrow {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    color: #fff; }
  .top-nav-box:hover {
    background: #fce57d; }

.top-nav-box-border {
  padding: 3rem 2rem;
  background: #fff;
  border: solid 4px #fce57d;
  border-radius: 5px;
  transition: all 0.1s ease-out; }
  .top-nav-box-border .link-arrow {
    color: #fce57d; }
  .top-nav-box-border:hover .link-arrow {
    color: #fff; }

.top-nav-box-current:hover {
  background: #fff; }

.top-nav-box-border-current {
  padding: 3rem 2rem;
  background: #fff;
  border: solid 4px #ccc;
  border-radius: 5px; }
  .top-nav-box-border-current .link-arrow {
    display: none; }

.text-u {
  position: relative; }
  .text-u:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #fce57d;
    z-index: -1; }

.text-u-white {
  position: relative; }
  .text-u-white:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1rem;
    background: #fff;
    z-index: -1; }

.list-default {
  margin: 0 auto;
  list-style: none;
  margin-bottom: 40px; }
  .list-default li {
    font-size: 16px;
    margin: 20px;
    font-weight: 800;
    letter-spacing: 0.3rem; }
    .list-default li:before {
      content: "✓ ";
      color: #fad119; }

.list-en li {
  letter-spacing: 0; }

.section-flex {
  display: flex;
  justify-content: center;
  align-items: center; }

.image-default {
  width: 90%;
  max-width: 800px;
  display: block;
  margin: 2rem auto; }

.image-default-full {
  width: 100% !important;
  max-width: 1000px; }

.image-default-md {
  width: 50%;
  display: block;
  margin: 35px auto;
  border: solid #fff 8px;
  box-shadow: 2px 2px 4px #ccc; }

.image-circle-wrap {
  background-color: #fff;
  margin-bottom: 40px;
  border-radius: 50%;
  border: 10px solid #fff;
  width: 400px;
  overflow: hidden;
  height: 400px;
  background-image: url(../images/jisshu1.jpg);
  background-position: center; }
  .image-circle-wrap .image-circle {
    display: block;
    margin: 0 auto; }

.flex-wrap {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: left;
  flex-wrap: wrap; }

.flex-wrap-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.flex-wrap-left {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: flex-start; }

.flex-left,
.flex-right {
  width: 50%; }

.mt2 {
  margin-top: 2rem; }

.image-left {
  display: block;
  width: 300px;
  margin-right: 3rem;
  height: auto; }

.image-round {
  border-radius: 10px;
  border: solid #fff 10px; }

.ul-default {
  list-style: none;
  margin-left: 0; }
  .ul-default h4 {
    margin-left: 0 !important; }

.h3-default {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
  background: #fff;
  padding: 2rem 0 2rem 3.5rem;
  margin: 3.5rem 0;
  position: relative; }

.h3-en {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px; }

.h3-yellow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fce57d;
  width: 15px;
  height: 100%; }

.h3-blue:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #7ccdf8;
  width: 15px;
  height: 100%; }

.h3-gray:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ddd;
  width: 15px;
  height: 100%; }

a {
  color: #2ea7db;
  transition: all 0.1s ease-out; }
  a:hover {
    color: #85ccea; }

.note {
  font-size: 12px; }

.div-default h4 {
  margin: 40px 0;
  margin-left: 2em;
  position: relative;
  font-size: 20px;
  width: 100%; }

.div-default p {
  margin-left: 3rem; }

.div-default b {
  background-color: #fce57d; }

.ul-default h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 45px;
  height: 2px;
  background-color: #999; }

.div-border-bgwhite {
  background-color: #fff;
  border: dotted 1px #ccc;
  border-radius: 15px;
  padding: 20px 30px 20px 0;
  margin: 0 55px 0 35px; }
  .div-border-bgwhite table {
    margin-left: 3rem;
    margin-bottom: 20px; }
    .div-border-bgwhite table th {
      border-right: 1px solid #ccc;
      padding: 20px 20px 20px 0; }
    .div-border-bgwhite table td {
      padding: 20px; }
  .div-border-bgwhite table.contacttbl {
    font-size: 13px;
    margin-left: 3rem;
    margin-bottom: 20px; }
    .div-border-bgwhite table.contacttbl td.tableh {
      border-right: 1px solid #ccc;
      padding: 5px 5px 5px 0; }
    .div-border-bgwhite table.contacttbl td {
      padding: 5px;
      padding-left: 20px; }

.banner {
  width: 100%;
  height: 374px;
  background: url(../images/banner_2.jpg) no-repeat center #fff;
  background-size: contain;
  margin-top: 2rem; }

.h4-contact {
  font-size: 16px !important;
  margin: 20px 20px 20px 30px !important; }

footer {
  background: #fff;
  color: #444;
  text-align: center;
  padding: 2rem 0;
  position: relative;
  bottom: 0;
  width: 100%; }
  footer h4 {
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 5px;
    margin: 20px 0; }
  footer .info {
    font-size: 12px;
    line-height: 1.75;
    text-align: left; }
  footer .copy {
    font-size: 9px;
    margin: 20px 0 20px 0;
    color: #aaa; }

.info-small {
  display: block;
  font-size: 10px;
  margin-top: 10px; }

.contact-info {
  margin-bottom: 10px; }

.contact-info-small {
  display: block;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px; }

.footer-info-flex {
  display: flex;
  justify-content: center; }
  .footer-info-flex .info {
    margin: 20px;
    /*border-left: 1px solid #ddd;*/
    padding-left: 40px; }

.dl-default {
  margin: 2em auto;
  max-width: 1000px;
  padding: 0;
  font-family: georgia, times, serif;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.dl-default dt {
  width: 250px;
  font-weight: bold; }

.dl-default dd {
  border-left: 1px solid #000;
  padding: 20px 50px;
  line-height: 1.75; }

.qa-list {
  list-style: none;
  background-color: #fff;
  margin-bottom: 40px;
  border: 4px solid #fce57d;
  border-radius: 12px;
  padding: 20px 40px; }
  .qa-list li {
    margin: 5px 0 15px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px #ccc dotted; }

.qa-row {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 20px; }

.qa-q {
  background-color: #fce57d;
  padding: 20px 30px;
  font-weight: 800;
  border-left: 8px #f4c906 solid; }

.qa-a {
  background-color: #fff;
  padding: 20px 50px 20px 50px; }

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #a98b04;
  background: rgba(169, 139, 4, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 17px;
  top: 13px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top:hover {
  background: rgba(169, 139, 4, 0.9); }

#return-to-top:hover i {
  color: #fff;
  top: 5px; }

@media screen and (min-width: 769px) and (max-width: 1170px) {
  .navbar {
    padding: 30px 40px; }
  .nav li a {
    padding: 15px 8px;
    font-size: 12px; }
  .logo {
    width: 200px; } }

@media screen and (max-width: 768px) {
  .logo {
    width: 200px; } }

@media screen and (max-width: 500px) {
  .logo {
    width: 200px; } }
