@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* html{
    scroll-behavior: smooth;
} */
/*■01.RESET HTML*/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}

html {
  overflow-y: auto;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  max-width: 480px;
  min-width: 320px;
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
  word-wrap: break-word;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  line-height: 1.6;
  font-size: 14px;
}

.container {
  padding: 0 3%;
  margin: 0 auto;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

/*■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;
}

.hidden {
  display: none;
}

/*■03.USE MEDIA*/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

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

/*■05.FLEX*/
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex_jus_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex_jus_between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_jus_end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/*align-items*/
.flex_align_item_start {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex_align_item_end {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.flex_align_item_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blue-clr {
  color: #0022a0;
}

.dis-375 {
  display: block;
}

.dis-n-375 {
  display: none;
}

@media screen and (max-width: 375px) {
  .dis-375 {
    display: none;
  }

  .dis-n-375 {
    display: block;
  }
}
a[href*="tel:"] {
  text-decoration: none;
}

/*========================================================================= COMMON CSS =========================================================================*/
.cm-title {
  font-size: 32px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .cm-title {
    font-size: 25px;
  }
}
.cm-title:after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  margin: auto;
  height: 1px;
  width: 45px;
  background: #0056ab;
}
.cm-title span {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .cm-title span {
    font-size: 14px;
  }
}
.cm-title.text_center:after {
  right: 0;
}
.cm-title.white {
  color: #fff;
}
.cm-title.white:after {
  background: #fff;
}

.cm-title02 {
  background: #fff;
  font-size: 24px;
  border-left: 10px solid #0056ab;
  padding: 3px 0;
  padding-left: 25px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .cm-title02 {
    font-size: 20px;
  }
}
.cm-title02:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #0056ab;
}

.cm-phone-number {
  color: #fff;
  display: inline-block;
  background: url(../common_img/ico-tel.png) center left 5px no-repeat;
  background-size: 25px;
  padding-left: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 5px;
}
@media screen and (max-width: 414px) {
  .cm-phone-number {
    font-size: 30px;
  }
}
.cm-phone-number.blue {
  color: #0056ab;
  background: url(../common_img/ico-tel-blue.png) center left 5px no-repeat;
  background-size: 25px;
}
.cm-phone-number.blue a {
  color: #0056ab;
}

.cm-btn {
  margin-top: 25px;
}
.cm-btn a {
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  font-size: 15px;
  padding: 12px;
  min-width: 220px;
  line-height: 1.5;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  position: relative;
  background: #28a2de;
  background: -webkit-gradient(linear, left top, right top, from(#28a2de), to(#076eb9));
  background: -o-linear-gradient(left, #28a2de 10%, #076eb9 90%);
  background: linear-gradient(to right, #28a2de 10%, #076eb9 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28a2de', endColorstr='#076eb9', GradientType=1);
}
.cm-btn .cm-arrow {
  background: #fff;
}
.cm-btn .cm-arrow:after {
  background: #fff;
}
.cm-btn.white a {
  background: none;
  border: 1px solid #fff;
}

.cm-arrow {
  width: 23px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cm-arrow:after {
  content: '';
  width: 7px;
  height: 1px;
  background: #000;
  position: absolute;
  top: -2px;
  right: 0;
  margin: auto;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
}
.cm-arrow.white {
  background: #fff;
}
.cm-arrow.white:after {
  background: #fff;
}

.cm-contact {
  background: #28a2de;
  background: -webkit-gradient(linear, left top, right top, from(#28a2de), to(#076eb9));
  background: -o-linear-gradient(left, #28a2de 0%, #076eb9 100%);
  background: linear-gradient(to right, #28a2de 0%, #076eb9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28a2de', endColorstr='#076eb9', GradientType=1);
}
.cm-contact .container {
  background: url(../common_img/contact-bg.png) bottom left no-repeat;
  background-size: 50%;
  padding: 40px 3%;
}
.cm-contact .cm-phone {
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}
.cm-contact .cm-phone a {
  color: #fff;
}
.cm-contact time {
  display: block;
  color: #fff;
}
@media screen and (max-width: 414px) {
  .cm-contact time {
    font-size: 11px;
  }
}

.cm-contact-txt {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 30px 0 20px;
}

.cm-sns {
  padding: 35px 0;
}
.cm-sns li {
  width: 80%;
  margin: 10px auto;
}
.cm-sns li a {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
}
.cm-sns li a .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 414px) {
  .cm-sns li a .ico {
    left: 20px;
  }
}
.cm-sns li a p {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.cm-sns li .cm-arrow {
  right: 35px;
}
@media screen and (max-width: 414px) {
  .cm-sns li .cm-arrow {
    right: 20px;
  }
}
.cm-sns li img {
  width: 35px;
}

.mail-btn a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 10px;
  display: inline-block;
  width: 310px;
  text-align: center;
  line-height: 1.5;
  border-radius: 100px;
}
.mail-btn span {
  display: inline-block;
  background: url(../common_img/ico-mail.png) top 5px left no-repeat;
  background-size: 20px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
}
.mail-btn small {
  font-size: 14px;
  display: block;
  font-weight: normal;
}

.contact-btn a {
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  padding: 10px 15px;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  background: #28a2de;
  background: -webkit-gradient(linear, left top, right top, from(#28a2de), to(#076eb9));
  background: -o-linear-gradient(left, #28a2de 10%, #076eb9 90%);
  background: linear-gradient(to right, #28a2de 10%, #076eb9 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28a2de', endColorstr='#076eb9', GradientType=1);
}
.contact-btn a:hover {
  opacity: 0.8;
}
.contact-btn span {
  display: inline-block;
  background: url(../common_img/ico-mail.png) top 5px left no-repeat;
  background-size: 20px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
}

.logo-rakuten-yahoo {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  gap: 4%;
}
.logo-rakuten-yahoo li {
  max-width: 48%;
}
.back_pc a{
    background: #000;
    display: block;
    padding: 10px;
    text-align: center;
}
/*========================================================================= COMMON HEADER=========================================================================*/
#cm-header .inner {
  flex-wrap: nowrap;
  align-items: center;
  padding: 15px 0;
}
#cm-header .logo {
  width: 110px;
  margin-right: 10px;
}
#cm-header .header-btn {
  flex-wrap: nowrap;
}
#cm-header .header-btn li {
  width: 50px;
  height: 50px;
  margin-left: 7px;
  position: relative;
  z-index: 2;
}
#cm-header .header-btn li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  border-radius: 11px;
}
#cm-header .header-btn li.mail-btn a {
  background: url(../common_img/ico-mail.png) center center no-repeat #2298d7;
  background-size: 25px;
}
#cm-header .header-btn li.navTrigger {
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  display: block;
  position: relative;
  background: #000;
  border-radius: 11px;
}
#cm-header .header-btn li.navTrigger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 25px;
  background: #fff;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: .25s ease-in-out;
}
#cm-header .header-btn li.navTrigger span:nth-child(1) {
  top: 15px;
  transform-origin: left center;
}
#cm-header .header-btn li.navTrigger span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: left center;
}
#cm-header .header-btn li.navTrigger span:nth-child(3) {
  bottom: 15px;
  transform-origin: left center;
}
#cm-header .header-btn li.navTrigger.active span:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 9px;
  top: 15px;
}
#cm-header .header-btn li.navTrigger.active span:nth-child(2) {
  opacity: 0;
}
#cm-header .header-btn li.navTrigger.active span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 9px;
  bottom: 14px;
}
@media screen and (max-width: 460px) {
  #cm-header .header-btn li {
    width: 45px;
    height: 45px;
  }
  #cm-header .header-btn li.navTrigger span:nth-child(1) {
    top: 12px;
  }
  #cm-header .header-btn li.navTrigger span:nth-child(3) {
    bottom: 12px;
  }
  #cm-header .header-btn li.navTrigger.active span:nth-child(1) {
    top: 13px;
  }
  #cm-header .header-btn li.navTrigger.active span:nth-child(3) {
    bottom: 12px;
    left: 8px;
  }
}
#cm-header .gnav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 30px 0 50px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#cm-header .gnav.opened {
  opacity: 1;
  visibility: visible;
}
#cm-header .gnav a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
  letter-spacing: 2px;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}

/*========================================================================= COMMON FOOTER=========================================================================*/
#cm-footer {
  background: #fff;
  padding: 40px 0 0;
}
#cm-footer .logo-rakuten-yahoo {
  width: 80%;
  margin-bottom: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 414px) {
  #cm-footer .logo-rakuten-yahoo {
    width: 100%;
  }
}

.cm-footer-logo {
  width: 125px;
  margin-bottom: 20px;
}

.cm-footer-infor {
  margin-bottom: 20px;
}
.cm-footer-infor .address strong {
  font-size: 16px;
}

.cm-footer-sitemap .sdgs {
  width: 90%;
  margin: auto;
}
.cm-footer-sitemap .sdgs figure {
  margin-bottom: 10px;
}
.cm-footer-sitemap .sdgs a {
  border: 1px solid #ccc;
  padding: 20px 20px 10px;
  text-decoration: none;
  display: inline-block;
}

.cm-footer-menu {
  margin-bottom: 15px;
}
.cm-footer-menu ul {
  margin-left: 80px;
}
@media screen and (max-width: 460px) {
  .cm-footer-menu ul {
    margin-left: 30px;
  }
}
@media screen and (max-width: 414px) {
  .cm-footer-menu ul {
    width: 100%;
    margin-left: 0;
  }
}
.cm-footer-menu ul:first-child {
  margin-left: 0;
}
.cm-footer-menu li {
  margin-bottom: 10px;
}
.cm-footer-menu a {
  text-decoration: none;
  padding: 5px 0;
  display: inline-block;
  line-height: 1.3;
  position: relative;
}
.cm-footer-menu a:after {
  display: block;
  width: 0;
  height: 1px;
  background: #333;
  content: "";
  position: absolute;
  bottom: 0;
  left: 13px;
  transition: all ease 0.3s;
}

.cm-footer-sns {
  width: 80%;
  margin: 40px auto;
}
.cm-footer-sns li {
  margin: 0 10px;
  width: 12%;
}
.cm-footer-sns a {
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}
.cm-footer-sns a .ico {
  margin-bottom: 10px;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.copyright {
  color: #fff;
  background: #0062b2;
  text-align: center;
  padding: 7px;
  margin-top: 40px;
}

.page_up {
  position: fixed;
  bottom: 45px;
  right: 20px;
  display: none;
}
@media screen and (max-width: 460px) {
    .page_up {
        bottom: 85px;
    }
}
.page_up a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: url(../common_img/arr.png) center top 10px no-repeat #1770b9;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 30px 10px 10px;
  font-size: 13px;
}
.page_up a:hover {
  opacity: 0.8;
}
