@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
body {
  font-weight: 400;
  color: #383838;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #000000;
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

.commonBtn {
  display: flex;
  background-color: #C71966;
  color: #fff !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
.commonBtn.btnCenter {
  margin: 0 auto;
}
.commonBtn.btnRight {
  margin: 0 0 0 auto;
}
.commonBtn.noArrow:after {
  display: none;
}
.commonBtn.down:after {
  background-image: url(../images/second/arrow-blue-down.png);
  background-size: 11px 7px;
  background-repeat: no-repeat;
  width: 11px;
  height: 7px;
  top: calc(50% - 4px);
}
.commonBtn .icon {
  display: flex;
  align-items: center;
}

#common_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: auto;
}
#header .header_inner .header_accessibility .accessibility_btn a {
  display: block;
  font-weight: bold;
  border-radius: 9999px;
  color: #C71966;
  background: #fff;
}
#header #menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 50px;
  height: 50px;
  background-color: #C71966;
  border-radius: 50%;
}
#header #menu span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 15px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
#header #menu span:nth-of-type(1) {
  top: 12px;
}
#header #menu span:nth-of-type(2) {
  top: 18px;
}
#header #menu span:nth-of-type(3) {
  top: 24px;
}
#header #menu strong {
  color: #fff;
  font-size: 8px;
  text-align: center;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}
#header #menu.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-35deg);
}
#header #menu.active span:nth-of-type(2) {
  opacity: 0;
}
#header #menu.active span:nth-of-type(3) {
  transform: translateY(-5px) rotate(35deg);
}
#header #menu.active strong {
  content: "CLOSE";
}
.contact_wrap .text {
  line-height: 1.8;
}
.contact_wrap .btn a {
  display: flex;
  background-color: #C71966;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.contact_wrap .btn a .icon {
  display: flex;
  align-items: center;
}

#footer {
  background-color: #fff;
  border-top: 2px solid #acacac;
}
#footer .footer_info .footer_info_content .footer_links ul li a {
  display: inline-block;
  color: #1F4CAB;
  text-decoration: underline;
}
#footer .footer_small {
  background: #F3F3F3;
}
#footer .copyright {
  color: #000000;
}
#footer .powered {
  color: #000000;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 1300px) {
  .commonBtn.btnCenter {
    margin: 0 auto;
  }
  .commonBtn.btnRight {
    margin: 0 0 0 auto;
  }
  .commonBtn.noArrow:after {
    display: none;
  }
  .commonBtn.down:after {
    background-image: url(../images/second/arrow-blue-down.png);
    background-size: 11px 7px;
    background-repeat: no-repeat;
    width: 11px;
    height: 7px;
    top: calc(50% - 4px);
  }
  /* ココから下には記入禁止 */
}
@media screen and (min-width: 1301px) {
  .commonBtn.btnCenter {
    margin: 0 auto;
  }
  .commonBtn.btnRight {
    margin: 0 0 0 auto;
  }
  .commonBtn.noArrow:after {
    display: none;
  }
  .commonBtn.down:after {
    background-image: url(../images/second/arrow-blue-down.png);
    background-size: 11px 7px;
    background-repeat: no-repeat;
    width: 11px;
    height: 7px;
    top: calc(50% - 4px);
  }
  /* ココから下には記入禁止 */
}
@media screen and (max-width: 800px) {
  .btnWrap {
    margin-top: 30px;
  }
  .commonBtn {
    font-size: 16px;
    margin: 0 auto;
    padding: 8px 10px;
    border-radius: 30px;
    width: 80%;
  }
  .commonBtn.btnCenter {
    margin: 0 auto;
  }
  .commonBtn.btnRight {
    margin: 0 0 0 auto;
    margin: 0 auto;
  }
  .commonBtn.noArrow:after {
    display: none;
  }
  .commonBtn.down:after {
    background-image: url(../images/second/arrow-blue-down.png);
    background-size: 11px 7px;
    background-repeat: no-repeat;
    width: 11px;
    height: 7px;
    top: calc(50% - 4px);
  }
  .commonBtn .icon {
    width: 22px;
    margin-right: 15px;
  }
  .btnLine2 a.commonBtn {
    margin-bottom: 10px;
  }
  .tel {
    color: #C71966;
    text-decoration: underline;
  }
  sup, sub {
    font-size: 0.6em;
  }
  #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 99;
  }
  #common_bg {
    background: url(../images/bg_sp.png);
    background-position: top center;
    background-size: cover;
  }
  #header {
    top: 15px;
    left: 0;
    padding: 0 15px;
  }
  #header .header_inner {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #dbdbdb;
    padding: 20px 15px 20px 15px;
    position: relative;
  }
  #header .header_inner .header_accessibility .accessibility_btn {
    width: 70px;
    margin-left: auto;
    margin-right: 70px;
    text-align: center;
  }
  #header .header_inner .header_accessibility .accessibility_btn a {
    padding: 6px 8px;
    font-size: 11px;
    border: 2px solid #C71966;
  }
  #header .header_inner .header_accessibility .accessibility_font_list {
    display: none !important;
  }
  #header .logo img {
    width: 152px;
  }
  #header .gnav {
    display: none;
    width: 100%;
    padding: 20px 20px;
  }
  #header .gnav ul li {
    border-bottom: 1px solid #acacac;
  }
  #header .gnav ul a {
    display: block;
    padding: 20px 40px 20px 0;
    font-weight: bold;
    position: relative;
  }
  #header .gnav ul a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #C71966;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .gnav ul a:after {
    content: "";
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2px);
    right: 8px;
  }
  .contact_wrap {
    padding: 40px 0;
  }
  .contact_wrap .contact_inner {
    padding: 0 15px;
  }
  .contact_wrap .text {
    font-size: 16px;
    text-align: center;
  }
  .contact_wrap .btn {
    margin-top: 30px;
  }
  .contact_wrap .btn a {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 30px;
    width: 80%;
    margin: 0 auto;
  }
  .contact_wrap .btn a .icon {
    width: 22px;
    margin-right: 15px;
  }
  #footer .footer_info .footer_info_content {
    padding: 18px 15px;
  }
  #footer .footer_info .footer_info_content .footer_links ul li {
    font-size: 13px;
  }
  #footer .footer_info .footer_info_content .footer_links ul li + li {
    margin-top: 6px;
  }
  #footer .footer_info .footer_info_content .footer_env {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 13px;
    gap: 24px;
  }
  #footer .footer_small {
    padding: 12px 0;
  }
  #footer .copyright {
    font-size: 10px;
    text-align: center;
  }
  #footer .powered {
    font-size: 10px;
    text-align: center;
    margin-top: 5px;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 801px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.6rem;
  }
  .commonBtn {
    font-size: 1.8rem;
    padding: 8px 10px;
    border-radius: 30px;
    width: 375px;
    transition: 0.3s;
  }
  .commonBtn:hover {
    transform: scale(1.1, 1.1);
  }
  .commonBtn.btnS {
    width: 30%;
  }
  .commonBtn.btnM {
    width: 375px;
  }
  .commonBtn.btnL {
    width: 70%;
  }
  .commonBtn.btnCenter {
    margin: 0 auto;
  }
  .commonBtn.btnRight {
    margin: 0 0 0 auto;
  }
  .commonBtn.noArrow:after {
    display: none;
  }
  .commonBtn.down:after {
    background-image: url(../images/second/arrow-blue-down.png);
    background-size: 11px 7px;
    background-repeat: no-repeat;
    width: 11px;
    height: 7px;
    top: calc(50% - 4px);
  }
  .commonBtn.down:hover:after {
    background-image: url(../images/second/arrow-white-down.png);
  }
  .commonBtn .icon {
    width: 22px;
    margin-right: 25px;
  }
  .btnLine2 {
    display: flex;
    align-items: center;
  }
  .btnLine2 a.commonBtn {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .btnLine2 a.commonBtn:not(:last-child) {
    margin-right: 30px;
  }
  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  sup, sub {
    font-size: 0.6rem;
  }
  #common_bg {
    background: url(../images/bg_pc.png);
    background-position: top center;
    background-size: cover;
  }
  #header .header_inner {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
  }
  #header .header_inner .header_accessibility {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 84px;
  }
  #header .header_inner .header_accessibility .accessibility_btn a {
    padding: 5px 16px;
    font-size: 1.4rem;
    transition: 0.2s opacity, 0.3s font-size;
  }
  #header .header_inner .header_accessibility .accessibility_btn a:hover {
    opacity: 0.7;
  }
  #header .header_inner .header_accessibility .accessibility_font_list {
    display: flex;
    align-items: center;
  }
  #header .header_inner .header_accessibility .accessibility_font_list dt {
    margin-right: 7px;
    font-size: 1.2rem;
    color: #000000;
    transition: 0.3s font-size;
  }
  #header .header_inner .header_accessibility .accessibility_font_list dd {
    font-size: 1.4rem;
    border: 1px solid #C71966;
    font-weight: bold;
    overflow: hidden;
    transition: 0.3s font-size;
  }
  #header .header_inner .header_accessibility .accessibility_font_list dd:nth-child(2) {
    border-radius: 5px 0 0 5px;
    border-right: none;
  }
  #header .header_inner .header_accessibility .accessibility_font_list dd:nth-child(3) {
    border-radius: 0 5px 5px 0;
  }
  #header .header_inner .header_accessibility .accessibility_font_list dd button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    padding-inline: 10px;
    border: none;
    line-height: 3.2rem;
    font-size: 1.6rem;
    font-weight: bold;
    background: transparent;
    cursor: pointer;
    transition: 0.2s opacity, 0.2s background, 0.2s color, 0.3s font-size, 0.3s line-height;
  }
  #header .header_inner .header_accessibility .accessibility_font_list dd button:hover {
    opacity: 0.7;
  }
  #header .header_inner .header_accessibility .accessibility_font_list dd button.is_active {
    color: #fff;
    background: #C71966;
  }
  #header .header_inner .header_accessibility .accessibility_font_list dd button:not(.is_active) {
    color: #C71966;
    background: #fff;
  }
  #header .logo {
    text-align: center;
  }
  #header .gnav {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 3px #dbdbdb;
    padding: 20px 3.5vw;
  }
  #header .gnav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .gnav ul li {
    text-align: center;
  }
  #header .gnav ul a {
    font-size: 1.8rem;
    font-weight: bold;
    transition: 0.3s;
    position: relative;
    /*
    &:before{
        content: "";
        display: inline-block;
        width: 100%;
        height: 2px;
        background-color: $c_base;
        position: absolute;
        bottom: -2px;
        left: 0;
        opacity: 0;
        transition: .3s;
    }
    */
  }
  #header .gnav ul a:hover, #header .gnav ul a.active {
    color: #C71966;
    /*
    &:before{
        opacity: 1;
        bottom: 0;
    }
    */
  }
  .contact_wrap {
    padding: 70px 0;
  }
  .contact_wrap .contact_inner {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .contact_wrap .text {
    font-size: 2rem;
  }
  .contact_wrap .btn a {
    font-size: 1.8rem;
    padding: 15px 30px;
    border-radius: 30px;
    width: 375px;
    transition: 0.3s;
  }
  .contact_wrap .btn a:hover {
    transform: scale(1.1, 1.1);
  }
  .contact_wrap .btn a .icon {
    width: 22px;
    margin-right: 25px;
  }
  #footer .footer_info .footer_info_content {
    display: flex;
    align-items: flex-end;
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    padding-block: 28px;
  }
  #footer .footer_info .footer_info_content .footer_links {
    width: calc(100% - 420px);
    margin-right: auto;
  }
  #footer .footer_info .footer_info_content .footer_links ul li {
    font-size: 1.3rem;
  }
  #footer .footer_info .footer_info_content .footer_links ul li + li {
    margin-top: 11px;
  }
  #footer .footer_info .footer_info_content .footer_links ul li a {
    transition: 0.3s font-size;
  }
  #footer .footer_info .footer_info_content .footer_links ul li a:hover {
    text-decoration: none;
  }
  #footer .footer_info .footer_info_content .footer_env {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 400px;
    font-size: 1.3rem;
    gap: 24px;
    transition: 0.3s font-size;
  }
  #footer .footer_small {
    padding-block: 12px;
  }
  #footer .footer_small_content {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
  }
  #footer .copyright {
    font-size: 1.2rem;
    transition: 0.3s font-size;
  }
  #footer .powered {
    font-size: 1.2rem;
    transition: 0.3s font-size;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 801px) and (max-width: 1300px) {
  .commonBtn.btnCenter {
    margin: 0 auto;
  }
  .commonBtn.btnRight {
    margin: 0 0 0 auto;
  }
  .commonBtn.noArrow:after {
    display: none;
  }
  .commonBtn.down:after {
    background-image: url(../images/second/arrow-blue-down.png);
    background-size: 11px 7px;
    background-repeat: no-repeat;
    width: 11px;
    height: 7px;
    top: calc(50% - 4px);
  }
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/common.css.map */
