  /*======= common style =======*/
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');

/* import font */

/* import font */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-weight: 400;
    color: #000000;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

@media only screen and (max-width: 360px) {
    html, body {
        min-width: 320px;
    }
}

a {
    text-decoration: none;
    color: unset;
    transition: 0.2s;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

ul,
li {
    list-style-type: none;
    margin: 0px;
}

img {
    display: block;
    max-width: 100%;
    transition: .2s;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    transition: 0.2s;
}

	   .pc {
					display: block;
				}
				
				.sp {
					display: none;
				}

.aligncenter {
display: block;
margin: 0 auto;
}

@media (max-width: 1024px) {
    .container {
        max-width: 960px;
    }
   
}

.cl-white {
    color: #ffffff;
}

.d-flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

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

.text-left {
    text-align: left;
}

.section-pd {
    padding: 80px 0px;
}

.btn {
    font-size: 18px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #6a11cb;
    border-radius: 30px;
    padding: 11px 20px 11px 36px;
    min-width: 286px;
    background-color: #fff;
    gap: 30px;
    position: relative;
}

.btn::after {
    position: absolute;
    content: "";
    width: 14px; 
    height: 18px;
    background: url('../images/css_sprites-arrow-right.png') -45px -10px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s ease-in;
}

.btn:hover {
    background-color: #6a11cb;
    color: #fff;
    opacity: 1;
    border-color: #6a11cb;
}

.btn:hover::after {
    background: url('../images/css_sprites-arrow-right.png') -10px -10px;
}

.btn img {
    width: auto;
    max-width: 14px;
}

.btn.btn-long {
    padding-right: 60px;
}

.section__title {
    margin-bottom: 38px;
}

.section__title h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500 !important;
    padding-bottom: 12px;
    position: relative;
    font-weight: bold;
				letter-spacing: 0.04em;
}

.section__title h2::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #6a11cb;
}



/* =====start - header===== */
header {
    background-color: #fff;
}

.header__inner {
    height: 148px;
    transition: 0.2s;
}

.hamburger {
    display: none;
    opacity: 0;
    transform: 0.2s;
}

.header__logo {
    padding-right: 50px;
    display: block;
}

.header__logo h1 {
    font-size: 26px;
    font-weight: 500;
				font-feature-settings: "palt";
}

.wrap__nav {
    flex: 1;
}

.nav__inner {
    width: 100%;
}

.header__menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.menu__item a {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    font-weight: 400;
    padding: 14px 10px;
    position: relative;
    white-space: nowrap;
}

.menu__item a span {
    position: relative;
}

.menu__item a:hover {
    color: #6a11cb;
    opacity: 1;
}

.menu__item a img {
    max-width: 8px;
}

.header__menu.--main .menu__item a {
    font-size: 18px;
}

.header__menu.--main {
    gap: 30px;
}

.menu__item.current-page a span::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background-color: #6a11cb;
    top: 14px;
    transform: translateY(-100%);
    left: -22px;
}
/* =====end - header===== */


/* =========start - footer========= */
footer {
    position: relative;
    background-color: #eeeeee;
}

.footer__inner {
    padding: 30px 0px 40px;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.footer__info h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
				font-feature-settings: "palt";
}

.footer__info p {
    font-size: 15px;
}

.footer__menu {
    padding-top: 16px;
}

.footer__menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    row-gap: 5px;
}

.footer__menu ul li a {
    padding: 4px 0px;
    display: block;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
}

.footer__menu ul li a::before {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #6a11cb;
    bottom: 0px;
    left: 0;
    width: 100%;
    transform: scale(0);
    transition: 0.2s ease-in;
}

.footer__menu ul li a:hover::before {
    transform: scale(1);
}

.footer__menu ul li a:hover {
    opacity: 1;
}

.footer-copyright {
    background-image: url(../images/copyright-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
/* =========end - footer========= */

/* css button back to top */
#back-to-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    background-color: #6a11cb;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #fff;
    font-size: 14px;
    
}

#back-to-top img {
    margin-bottom: 5px;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
  }

#back-to-top:hover {
    opacity: 0.7;
}
/* css button back to top */


