@charset "UTF-8";
/* ==================================================
	basic layout
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  color: #000000;
  overflow: hidden;
  font-size: 1.4rem;
  max-width: 480px;
  margin: 0 auto;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  overflow-y: auto;
  line-height: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.ov_hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

a {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

a:hover {
  text-decoration: none;
}

.container {
  width: 100%;
  padding: 0 2%;
}

/* =========== title ========== */
.title-section01 {
  text-align: center;
}

.title-section01 span {
  display: inline-block;
}

.title-section01 span img {
  max-height: 30px;
  width: auto;
}

.title-section02 {
  text-align: center;
}

.title-section02 span {
  display: inline-block;
}

.title-section02 span img {
  max-height: 22px;
  width: auto;
}

.base-title span {
  display: inline-block;
}

.base-title span img {
  width: auto;
}

.link-blue {
  text-decoration: none !important;
  color: #024d8d;
  padding-bottom: 3px;
  border-bottom: 1px solid #024d8d;
}

.link-red {
  color: #ff0000;
  word-break: break-all;
}

@media only screen and (max-width: 330px) {
  .title-section01 span img {
    max-height: 25px;
  }
  .title-section02 span img {
    max-height: 20px;
  }
}

/*============ buttons ==========*/
a.btn01,
.btn01 {
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 12px 40px 12px 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  background: #0064a4 url("./../common_img/arrow01.png") no-repeat right 5% center/25px 25px;
}

a.btn01:focus,
.btn01:focus {
  outline: none;
}

a.btn01.full-width,
.btn01.full-width {
  display: block;
  width: 100%;
}

a.btn01.small,
.btn01.small {
  font-size: 12px;
  padding: 7px 15px;
}

a.btn01.medium,
.btn01.medium {
  font-size: 16px;
  padding: 18px 40px;
}

a.btn02,
.btn02 {
  border: 1px solid #000000;
  outline: none;
  cursor: pointer;
  display: inline-block;
  max-width: 340px;
  width: 100%;
  text-decoration: none;
  padding: 13px 40px 12px 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: normal;
  background: #ffffff url("./../common_img/arrow02.png") no-repeat right 16px center/21px 21px;
}

a.btn02:focus,
.btn02:focus {
  outline: none;
}

a.btn02.btn02-news,
.btn02.btn02-news {
  min-width: 167px;
  padding: 9px 52px 9px 15px;
  background-position: right 20px center;
  background-size: 24px 24px;
}

a.btn02.full-width,
.btn02.full-width {
  display: block;
  width: 100%;
}

a.btn02.small,
.btn02.small {
  font-size: 12px;
  padding: 7px 15px;
}

a.btn02.medium,
.btn02.medium {
  font-size: 16px;
  padding: 18px 40px;
}

a.btn-mail,
.btn-mail {
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  max-width: 240px;
  width: 100%;
  text-decoration: none;
  padding: 14px 10px 14px 45px;
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  background: #f8b837 url("./../common_img/cm_mail.png") no-repeat left 16px center/30px 30px;
}

a.btn-mail:focus,
.btn-mail:focus {
  outline: none;
}

a.btn-mail.full-width,
.btn-mail.full-width {
  display: block;
  width: 100%;
}

a.btn-mail.small,
.btn-mail.small {
  font-size: 12px;
  padding: 7px 15px;
}

a.btn-mail.medium,
.btn-mail.medium {
  font-size: 16px;
  padding: 18px 40px;
}

@media only screen and (max-width: 420px) {
  a.btn01,
  .btn01 {
    padding: 10px 22px 10px 8px;
  }
  a.btn01.btn-mainmv,
  .btn01.btn-mainmv {
    font-size: 12px;
    background-size: 19px 19px;
    background-position: right 4% center;
  }
  a.btn02,
  .btn02 {
    padding: 10px 45px 10px 12px;
    background: #ffffff url("./../common_img/arrow02.png") no-repeat right 15px center/21px 21px;
  }
  a.btn02.btn02-news,
  .btn02.btn02-news {
    min-width: 150px;
    background-position: right 10px center;
  }
  a.btn02.full-width,
  .btn02.full-width {
    display: block;
    width: 100%;
  }
  a.btn02.small,
  .btn02.small {
    font-size: 12px;
    padding: 7px 15px;
  }
  a.btn02.medium,
  .btn02.medium {
    font-size: 16px;
    padding: 18px 40px;
  }
}

@media only screen and (max-width: 375px) {
  a.btn01,
  .btn01 {
    padding: 10px 22px 10px 6px;
  }
  a.btn01.btn-mainmv,
  .btn01.btn-mainmv {
    font-size: 11px;
    background-size: 18px 18px;
  }
}

@media only screen and (max-width: 330px) {
  a.btn01,
  .btn01 {
    padding: 10px 15px 10px 8px;
  }
  a.btn01.btn-mainmv,
  .btn01.btn-mainmv {
    font-size: 9px;
    background-size: 15px 15px;
  }
  a.btn02, .btn02 {
    padding: 10px 40px 10px 10px;
    background-position: right 10px center;
  }
}

/* =========== common ========== */
.action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.action-item {
  width: calc(50% - 5px);
}

.action-item__heading {
  display: block;
  margin-top: 2px;
  padding: 10px 15px;
  background: #fab937 url("./../common_img/arrow02.png") no-repeat right 15px center/16px 16px;
}

.action-item__heading h4 {
  line-height: 1;
}

.action-item__heading h4 span {
  display: inline-block;
}

.action-item__heading h4 span img {
  max-height: 16px;
  width: auto;
}

@media only screen and (max-width: 420px) {
  .action-item__heading {
    padding: 8px 10px;
    background-position: right 10px center;
  }
  .action-item__heading h4 span img {
    max-height: 14px;
  }
}

@media only screen and (max-width: 330px) {
  .action-item__heading {
    padding: 7px 10px;
  }
  .action-item__heading h4 span img {
    max-height: 12px;
  }
}

/* =========== component ========== */
.common {
  background: url("./../common_img/cm_bg.jpg") no-repeat center center/cover;
}

.common__desc p {
  text-align: center;
}

.common__desc p img {
  max-height: 39px;
}

.common__tel {
  text-align: center;
}

.common__tel-text01 {
  color: #ffffff;
  font-size: 14px;
}

.common__tel-num a {
  display: inline-block;
}

.common__tel-num a img {
  width: auto;
  max-height: 32px;
}

.common__tel-text02 {
  color: #ffffff;
  font-size: 17px;
}

@media only screen and (max-width: 330px) {
  .common__desc p {
    text-align: center;
  }
  .common__desc p img {
    max-height: 39px;
  }
  .common__tel {
    text-align: center;
  }
  .common__tel-text01 {
    color: #ffffff;
    font-size: 14px;
  }
  .common__tel-num a img {
    max-height: 29px;
  }
  .common__tel-text02 {
    color: #ffffff;
    font-size: 15px;
  }
}

/* =========== header ========== */
.header {
  position: relative;
  z-index: 999;
  width: 100%;
  max-width: 480px;
}

.header .header-inner {
  padding: 3% 0;
}

.header__logo {
  width: 43%;
}

.header .header-action {
  margin-left: auto;
}

.header .header-action__item {
  margin-right: 8px;
  width: 52px;
  height: 52px;
}

.header .header-action .hamburger {
  position: relative;
  display: inline-block;
  z-index: 1000;
  margin-right: 0;
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.header .header-action .hamburger.open .hamburger__icon span {
  height: 2px;
}

.header .header-action .hamburger.open .hamburger__icon span:first-child {
  top: 17px;
  -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

.header .header-action .hamburger.open .hamburger__icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.header .header-action .hamburger.open .hamburger__icon span:last-child {
  top: 18px;
  -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

.header .header-action .hamburger__icon {
  position: relative;
}

.header .header-action .hamburger__icon span {
  display: block;
  position: absolute;
  opacity: 1;
  left: 0px;
  height: 4px;
  width: 33px;
  background: #000000;
  -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.header .header-action .hamburger__icon span:first-child {
  top: 6px;
}

.header .header-action .hamburger__icon span:nth-child(2) {
  top: 15px;
  -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
      transform-origin: left center;
}

.header .header-action .hamburger__icon span:last-child {
  top: 24px;
}

.header .gnav {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  padding-top: 65px;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .gnav.show {
  left: 0;
}

.header .gnav__list {
  padding: 0px 4% 4% 4%;
}

.header .gnav__item {
  border-bottom: 1px solid #b2b2b2;
}

.header .gnav__item:last-child {
  border-bottom: 0;
}

.header .gnav__item-link {
  display: block;
  padding: 12px 3%;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

@media only screen and (max-width: 420px) {
  .header .header-action__item {
    width: 48px;
    height: 48px;
    margin-right: 5px;
  }
  .header .header-action .hamburger {
    padding: 8px 9px;
  }
  .header .header-action .hamburger.open .hamburger__icon span:first-child {
    top: 14px;
  }
  .header .header-action .hamburger.open .hamburger__icon span:nth-child(2) {
    top: 14px;
  }
  .header .header-action .hamburger.open .hamburger__icon span:last-child {
    top: 14px;
  }
  .header .header-action .hamburger__icon span {
    width: 28px;
  }
  .header .header-action .hamburger__icon span:first-child {
    top: 5px;
  }
  .header .header-action .hamburger__icon span:nth-child(2) {
    top: 14px;
  }
  .header .header-action .hamburger__icon span:last-child {
    top: 23px;
  }
}

/* =========== footer ========== */
.footer .container {
  padding: 40px 2% 26px 2%;
}

.footer__logo a {
  display: inline-block;
}

.footer__logo a img {
  max-height: 52px;
  width: auto;
}

.footer .footer-box {
  margin-top: 21px;
  max-width: 345px;
  width: 100%;
}

.footer .footer-box__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer-box__line a {
  text-decoration: none;
}

.footer .footer-box__value {
  min-width: 135px;
}

.footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.footer .footer-nav__list {
  width: 48%;
}

.footer .footer-nav__item {
  margin-bottom: 10px;
}

.footer .footer-nav__item a {
  text-decoration: none;
}

.footer .footer-copyright p {
  font-size: 14px;
  text-align: center;
  padding: 10px 0px;
  color: #000000;
  background-color: #e5e5e5;
}

.footer .footer-pc {
  background-color: #0064a4;
}

.footer .footer-pc a {
  padding: 8px 0;
  display: block;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.footer .footer-pc a img {
  max-height: 24px;
  margin-right: 5px;
}

/* =========== back to top ========== */
#toTop {
  position: fixed;
  bottom: 30px;
  right: 2%;
  z-index: 200;
  opacity: 0;
  -webkit-transform: translateY(60px);
          -ms-transform: translateY(60px);
      transform: translateY(60px);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#toTop a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #ffffff;
  background-color: #0064a4;
}

#toTop a img {
  padding-top: 8px;
}

#toTop.is-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
      transform: translateY(0px);
}

/*============ ■02.CLEAR FLOAT ==============*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.media,
.media-body {
  overflow: hidden;
}

.media > .pull-left {
  margin-right: 20px;
}

.media > .pull-right {
  margin-left: 20px;
}

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}