@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  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 */
body {
  font-weight: 400;
  line-height: 1.8;
  font-family: "Noto Sans JP", serif;
  color: #333333;
  font-feature-settings: "palt";
}
body.en {
  font-family: "Roboto", sans-serif;
}
body *:not(a) {
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

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

figure {
  margin: 0;
}

a[href^="tel:"],
a[href^="fax:"] {
  text-decoration: none;
}

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

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

:is(h1, h2, h3, h4) {
  line-height: 1;
}

#header a {
  word-break: normal !important;
}
#footer a {
  word-break: normal !important;
}
#pageTop {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  background-image: url(../images/common/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  transform: rotate(-90deg);
  z-index: 10;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    padding-top: 55px;
    max-width: 550px;
    margin: 0 auto;
    background: #3791CF;
    background: linear-gradient(90deg, rgb(55, 145, 207) 0%, rgb(31, 65, 153) 100%);
  }
  body main {
    background-color: #fff;
    box-shadow: 0 3px 15px 0 rgba(69, 91, 112, 0.3);
  }
  #header {
    position: fixed;
    width: 100%;
    height: 55px;
    left: 0;
    top: 0;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
  }
  #header .headerInner {
    padding-right: 60px;
    padding-left: 10px;
    padding-bottom: 5px;
    background-color: #fff;
    max-width: 550px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
  }
  #header #closeBtn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    left: -40px;
    z-index: 1000;
  }
  #header #closeBtn span {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 1000;
  }
  #header #closeBtn span:nth-of-type(1) {
    transform: rotate(-45deg);
  }
  #header #closeBtn span:nth-of-type(2) {
    transform: rotate(45deg);
  }
  #header #overlay {
    position: fixed;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  #header #overlay.active {
    opacity: 1;
    visibility: visible;
  }
  #header #logo img {
    max-width: 117px;
  }
  #header .mypageBtn {
    padding: 0 20px;
    margin-top: 20px;
  }
  #header .mypageBtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    height: 48px;
    width: 100%;
    background-color: #ac3d3d;
    border: 1px solid #ac3d3d;
    border-radius: 5px;
    max-width: 255px;
    margin: 0 auto;
    text-decoration: none;
  }
  #header .mypageBtn a .icon {
    display: inline-block;
    background: url(../images/english/icon_login.png) no-repeat center/cover;
    width: 16px;
    height: 21px;
    margin-right: 15px;
  }
  #header .langBtn {
    display: flex;
    gap: 8px;
  }
  #header .langBtn a {
    display: flex;
    width: 64px;
    height: 23px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    background-color: #333333;
    text-decoration: none;
  }
  #header .langBtn span {
    display: flex;
    width: 64px;
    height: 23px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 10px;
    color: #888888;
    background-color: #e9eef2;
  }
  #header #menuBtn {
    width: 50px;
    height: 50px;
    background: #3791CF;
    background: linear-gradient(90deg, rgb(55, 145, 207) 0%, rgb(31, 65, 153) 100%);
    position: absolute;
    right: -1px;
    top: 0;
    border-radius: 0 0 0 13px;
    z-index: 999;
    padding-top: 29px;
    /*
    &.active{
        &:before{
            transform: scale(20);
        }
        span{
            &:nth-of-type(1){
                transform: translateY(6px) rotate(-45deg);
            }
            &:nth-of-type(2){
                opacity: 0;
            }
            &:nth-of-type(3){
                transform: translateY(-6px) rotate(45deg);
            }
        }
    }
    */
  }
  #header #menuBtn:after {
    content: "MENU";
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    display: block;
    padding-left: 2px;
  }
  #header #menuBtn span {
    display: block;
    width: 18px;
    height: 1.5px;
    background-color: #fff;
    position: absolute;
    left: 17px;
    transition: 0.3s;
  }
  #header #menuBtn span:nth-of-type(1) {
    top: calc(50% - 13px);
  }
  #header #menuBtn span:nth-of-type(2) {
    top: calc(50% - 7px);
  }
  #header #menuBtn span:nth-of-type(3) {
    top: calc(50% - 1px);
  }
  #header #globalMenu {
    width: calc(100% - 70px);
    height: 100svh;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    transition: 0.3s;
    transform: translateX(calc(100% + 70px));
  }
  #header #globalMenu.active {
    transform: translateX(0);
  }
  #header #globalMenu .logo {
    text-align: center;
  }
  #header #globalMenu .logo img {
    width: 92px;
  }
  #header #globalMenu .globalMenuInner {
    width: 100%;
    height: 100svh;
    padding: 25px 0 40px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #header #globalMenu .globalMenuInner::-webkit-scrollbar {
    display: none;
  }
  #header #globalMenu dl {
    margin-top: 15px;
  }
  #header #globalMenu dl dt {
    background: #3791CF;
    background: linear-gradient(90deg, rgb(55, 145, 207) 0%, rgb(31, 65, 153) 100%);
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    padding: 7px 20px 7px 30px;
  }
  #header #globalMenu dl dd {
    padding: 15px 20px 15px 30px;
  }
  #header #globalMenu dl dd ul li + li {
    margin-top: 10px;
  }
  #header #globalMenu dl dd ul a {
    font-size: 15px;
    display: block;
    position: relative;
    padding-right: 18px;
    text-decoration: none;
    color: #333333;
  }
  #header #globalMenu dl dd ul a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow.svg) no-repeat center/cover;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
    opacity: 0;
    transition: 0.3s;
  }
  #header #globalMenu dl dd ul a:hover {
    color: #1b65ac;
  }
  #header #globalMenu dl dd ul a:hover:after {
    opacity: 1;
  }
  #header .headerBtns {
    margin-top: 10px;
    padding: 0 20px;
  }
  #header .headerBtns a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    border-radius: 18px;
    background-color: #333333;
    font-size: 15px;
    padding: 6px 8px;
    border: 1px solid #333;
    max-width: 255px;
    margin: 0 auto;
    text-decoration: none;
  }
  #header .headerBtns a + a {
    margin-top: 8px;
  }
  #footer {
    background: url(../images/common/bg_footer_sp.png) no-repeat top center/cover;
    padding: 0px 0 30px;
    color: #fff;
    position: relative;
  }
  #footer #footerInner {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  #footer #footerMenu {
    order: 2;
  }
  #footer #footerMenu dl dt {
    font-weight: 700;
    font-size: 12px;
    border-bottom: 1px solid #535a61;
    padding: 13px 50px 13px 20px;
    position: relative;
  }
  #footer #footerMenu dl dt:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
  }
  #footer #footerMenu dl dt:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 17px;
    background-color: #fff;
    position: absolute;
    right: 28px;
    top: calc(50% - 8px);
  }
  #footer #footerMenu dl dt.active:after {
    content: none;
  }
  #footer #footerMenu dl dd {
    display: none;
  }
  #footer #footerMenu dl dd ul li {
    padding: 0 20px;
  }
  #footer #footerMenu dl dd ul li + li a {
    border-top: 1px solid #535a61;
  }
  #footer #footerMenu dl dd ul a {
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 10px 0;
    text-decoration: none;
  }
  #footer #footerMenu .subMenu {
    margin-top: 20px;
    padding: 0 20px;
  }
  #footer #footerMenu .subMenu ul li + li {
    margin-top: 12px;
  }
  #footer #footerMenu .subMenu ul a {
    font-size: 500px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
  }
  #footer #footerMenu .subMenu .sns {
    position: absolute;
    bottom: 5px;
    left: 20px;
  }
  #footer #footerMenu .subMenu .sns a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: auto;
    transition: 0.3s;
  }
  #footer #footerMenu .subMenu .sns a img {
    width: 17px;
  }
  #footer #footerMenu .subMenu .sns a:hover {
    opacity: 0.7;
  }
  #footer #footerMenu .subMenu .contactBtn {
    margin-top: 25px;
    max-width: 80%;
    margin-inline: auto;
  }
  #footer #footerMenu .subMenu .contactBtn a {
    border: 1px solid #fff;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 38px;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
  }
  #footer .footerLogo {
    margin-top: 30px;
    padding: 0 20px;
  }
  #footer .footerLogo img {
    width: 183px;
  }
  #footer .copyright {
    margin-bottom: 15px;
    font-size: 10px;
    font-family: "Roboto", sans-serif;
    text-align: right;
    order: 3;
    margin-top: 50px;
    padding: 0 20px;
  }
  #pageTop {
    width: 36px;
    height: 36px;
    bottom: 230px;
    right: 20px;
  }
  #pageTop.en {
    bottom: 200px;
  }
  .commonInner {
    padding: 0 20px;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 17px;
    padding-left: 250px;
  }
  a[href^="tel:"],
  a[href^="fax:"] {
    pointer-events: none;
  }
  #header {
    position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    height: 100vh;
    padding: 60px 0;
    overflow-y: scroll;
    background-color: #fff;
    z-index: 999;
  }
  #header::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 30px;
    background: #20418b;
  }
  #header::-webkit-scrollbar {
    width: 5px;
    border-radius: 30px;
    background: #d1d1d1;
  }
  #header #logo {
    text-align: center;
    padding: 0 20px;
  }
  #header #logo img {
    width: 150px;
  }
  #header .mypageBtn {
    padding: 0 20px;
    margin-top: 40px;
  }
  #header .mypageBtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    height: 50px;
    width: 100%;
    background-color: #ac3d3d;
    border: 1px solid #ac3d3d;
    border-radius: 5px;
    transition: 0.3s;
    text-decoration: none;
  }
  #header .mypageBtn a:hover {
    background-color: #fff;
    color: #ac3d3d;
  }
  #header .mypageBtn a:hover .icon {
    background: url(../images/english/icon_login_red.png) no-repeat center/cover;
  }
  #header .mypageBtn a .icon {
    display: inline-block;
    background: url(../images/english/icon_login.png) no-repeat center/cover;
    width: 16px;
    height: 21px;
    margin-right: 15px;
    transition: 0.3s;
  }
  #header .langBtn {
    padding: 0 20px;
    display: flex;
    gap: 8px;
    margin-top: 14px;
  }
  #header .langBtn a {
    display: flex;
    height: 36px;
    flex: 1;
    border-radius: 18px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background-color: #333333;
    transition: 0.3s;
    border: 1px solid #333;
    text-decoration: none;
  }
  #header .langBtn a:hover {
    background-color: #fff;
    color: #333;
  }
  #header .langBtn span {
    display: flex;
    height: 36px;
    flex: 1;
    border-radius: 18px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: #888888;
    background-color: #e9eef2;
    border: 1px solid #e9eef2;
  }
  #header #menuBtn {
    display: none;
  }
  #header #globalMenu {
    margin-top: 35px;
  }
  #header #globalMenu dl dt {
    background: #3791CF;
    background: linear-gradient(90deg, rgb(55, 145, 207) 0%, rgb(31, 65, 153) 100%);
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px 10px 30px;
  }
  #header #globalMenu dl dd {
    padding: 20px 20px 25px 30px;
  }
  #header #globalMenu dl dd ul li + li {
    margin-top: 5px;
  }
  #header #globalMenu dl dd ul a {
    font-size: 15px;
    display: block;
    position: relative;
    padding-right: 18px;
    text-decoration: none;
    color: #333333;
  }
  #header #globalMenu dl dd ul a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow.svg) no-repeat center/cover;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
    opacity: 0;
    transition: 0.3s;
  }
  #header #globalMenu dl dd ul a:hover {
    color: #1b65ac;
  }
  #header #globalMenu dl dd ul a:hover:after {
    opacity: 1;
  }
  #header .headerBtns {
    margin-top: 10px;
    padding: 0 20px;
  }
  #header .headerBtns a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    border-radius: 18px;
    background-color: #333333;
    font-size: 15px;
    padding: 6px 8px;
    border: 1px solid #333;
    transition: 0.3s;
    text-decoration: none;
  }
  #header .headerBtns a:hover {
    background-color: #fff;
    color: #333;
  }
  #header .headerBtns a + a {
    margin-top: 8px;
  }
  #footer {
    background: url(../images/common/bg_footer_pc.png) no-repeat center/cover;
    padding: 60px 0 130px;
    color: #fff;
    position: relative;
  }
  #footer #footerInner {
    max-width: 1068px;
    width: 90%;
    margin: 0 auto;
  }
  #footer #footerMenu {
    display: flex;
    gap: 25px;
  }
  #footer #footerMenu dl {
    flex: 3;
    display: flex;
    gap: 25px;
  }
  #footer #footerMenu dl > div {
    flex: 1;
  }
  #footer #footerMenu dl dt {
    font-weight: 700;
    font-size: 15px;
    border-bottom: 1px solid #535a61;
    padding-bottom: 8px;
  }
  #footer #footerMenu dl dt:nth-of-type(n + 2) {
    margin-top: 25px;
  }
  #footer #footerMenu dl dd ul {
    margin-top: 10px;
  }
  #footer #footerMenu dl dd ul li + li {
    margin-top: 2px;
  }
  #footer #footerMenu dl dd ul a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }
  #footer #footerMenu dl dd ul a:hover {
    text-decoration: underline;
  }
  #footer #footerMenu .subMenu {
    flex: 1;
  }
  #footer #footerMenu .subMenu ul li + li {
    margin-top: 12px;
  }
  #footer #footerMenu .subMenu ul a {
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
  }
  #footer #footerMenu .subMenu ul a:hover {
    text-decoration: underline;
  }
  #footer #footerMenu .subMenu .sns {
    margin-top: 40px;
  }
  #footer #footerMenu .subMenu .sns a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: auto;
    transition: 0.3s;
  }
  #footer #footerMenu .subMenu .sns a img {
    width: 17px;
  }
  #footer #footerMenu .subMenu .sns a:hover {
    opacity: 0.7;
  }
  #footer #footerMenu .subMenu .contactBtn {
    display: none;
  }
  #footer .footerLogo {
    text-align: right;
  }
  #footer .footerLogo img {
    width: 223px;
  }
  #footer .copyright {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    text-align: right;
    margin-top: 27px;
  }
  #pageTop {
    width: 60px;
    height: 60px;
    bottom: 45px;
    right: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  #pageTop:hover {
    background-color: #1b65ac;
    background-image: url(../images/common/arrow_w.svg);
    background-size: 12px;
  }
  .commonInner {
    max-width: 1068px;
    width: 90%;
    margin: 0 auto;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  /* ココから下には記入禁止 */
}
@media screen and (max-width: 1200px) {
  /* ココから下には記入禁止 */
  .forPC_1200 {
    display: none !important;
  }
}
@media print, screen and (min-width: 1201px) {
  /* ココから下には記入禁止 */
  .forSP_1200 {
    display: none !important;
  }
}
/*# sourceMappingURL=map/common.css.map */
