@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('https://use.typekit.net/glv0sbx.css');

@charset "UTF-8";

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Titles and Subtitles
 *   1.4  Buttons
 * 2. MAIN VISUAL
 * 3. CONTENTS
 * 4. FOOTER
 * 5. SNS
 * 6. INTERACTIONS
 * 7. 共通header 修正
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html {
    font-size: 62.5%;
}
html,
body {
	overflow-x: hidden;
}
body {
    font-family: 'Noto Serif JP', serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
	background: #fff;
	color: #000;
	line-height: 1.8;
	font-weight: 400;
	overflow: hidden;
}
@media (max-width: 1024px) {
    body {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}

a {
    color: #2b55a8;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #2b55a8;
    text-decoration: underline;
}
a:focus {
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
}
*:focus {
    outline: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

.small {
    font-size: 90%;
}

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

dl,
dl dt,
dl dd {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 500;
}
.b60 {
    font-weight: 600;
}
.b70 {
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sp,
.md,
.sp-md,
.sp-md-lg,
.md-lg,
.lg {
	display: none !important;
}
.md-lg-pc,
.lg-pc,
.pc {
    display: block !important;
}
@media (max-width: 1024px) {
    .lg,
    .md-lg,
    .sp-md-lg {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
@media (max-width: 960px) {
    .lg-pc,
    .lg,
    .sp-md-none {
        display: none !important;
    }
    .md,
    .sp-md {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .md-lg-pc,
    .md-lg,
    .lg,
    .md,
    .pc,
    .sp-none {
        display: none !important;
    }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 1.1  Margin
 * ------------------------------*/
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 0.5rem !important; }
.mt10 { margin-top: 1rem !important; }
.mt15 { margin-top: 1.5rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }
.mt40 { margin-top: 4rem !important; }
.mt50 { margin-top: 5rem !important; }
.mt60 { margin-top: 6rem !important; }
.mt70 { margin-top: 7rem !important; }
.mt80 { margin-top: 8rem !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 0.5rem !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb15 { margin-bottom: 1.5rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb30 { margin-bottom: 3rem !important; }
.mb40 { margin-bottom: 4rem !important; }
.mb50 { margin-bottom: 5rem !important; }
.mb60 { margin-bottom: 6rem !important; }
.mb70 { margin-bottom: 7rem !important; }
.mb80 { margin-bottom: 8rem !important; }

@media (max-width: 767px) {
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt10-xs {
        margin-top: 1rem !important;
    }
    .mt15-xs {
        margin-top: 1.5rem !important;
    }
    .mt20-xs {
        margin-top: 2rem !important;
    }
    .mt30-xs {
        margin-top: 3rem !important;
    }
    .mt40-xs {
        margin-top: 4rem !important;
    }
    .mt50-xs {
        margin-top: 5rem !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb10-xs {
        margin-bottom: 1rem !important;
    }
    .mb15-xs {
        margin-bottom: 1.5rem !important;
    }
    .mb20-xs {
        margin-bottom: 2rem !important;
    }
    .mb30-xs {
        margin-bottom: 3rem !important;
    }
    .mb40-xs {
        margin-bottom: 4rem !important;
    }
    .mb50-xs {
        margin-bottom: 5rem !important;
    }
}

/* 1.2 Text
 * ------------------------------*/
p {
    margin: 1rem 0;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-justify {
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (max-width: 960px) {
     .text-left-md {
        text-align: left !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-right-md {
        text-align: right !important;
    }
}
@media (max-width: 767px) {
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
    .text-justify-xs {
        text-align: justify;
        text-justify: inter-ideograph;
    }
}

.txt-black,
.txt-black a,
.txt-black a:hover {
    color: #333 !important;
}
.txt-white,
.txt-white a,
.txt-white a:hover {
    color: #fff !important;
}
.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #b11d3f !important;
}
.txt-blue,
.txt-blue a,
.txt-blue a:hover {
    color: #153072 !important;
}
.txt-blue-light,
.txt-blue-light a,
.txt-blue-light a:hover {
    color: #2b55a8 !important;
}
.txt-green,
.txt-green a,
.txt-green a:hover {
    color: #3f6f54 !important;
}
.txt-orange,
.txt-orange a,
.txt-orange a:hover {
    color: #e88300 !important;
}
.txt-yellow,
.txt-yellow a,
.txt-yellow a:hover {
    color: #ffc900 !important;
}
.txt-yellow-light,
.txt-yellow-light a,
.txt-yellow-light a:hover {
    color: #fff09f !important;
}
.txt-gold,
.txt-gold a,
.txt-gold a:hover {
    color: #a89200 !important;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.txt-indent {
    margin: 0;
    text-indent: -1em;
    padding-left: 1em;
}

.f10 { font-size: 1rem !important; }
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.f17 { font-size: 1.7rem !important; }
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f23 { font-size: 2.3rem !important; }
.f24 { font-size: 2.4rem !important; }
.f25 { font-size: 2.5rem !important; }
@media (max-width: 960px) {
    .f18, .f19 {
        font-size: 1.6rem !important;
    }
    .f20, .f21 {
        font-size: 1.7rem !important;
    }
    .f22, .f23 {
        font-size: 1.8rem !important;
    }
    .f24, .f25 {
        font-size: 2rem !important;
    }
}
@media (max-width: 767px) {
    .f13, .f14 {
        font-size: 1.2rem !important;
    }
    .f15, .f16 {
        font-size: 1.3rem !important;
    }
    .f17, .f18 {
        font-size: 1.4rem !important;
    }
    .f19, .f20, .f21 {
        font-size: 1.5rem !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 1.6rem !important;
    }
    .f15-xs {
        font-size: 1.5rem !important;
    }
    .f14-xs {
        font-size: 1.4rem !important;
    }
    .f13-xs {
        font-size: 1.3rem !important;
    }
    .f12-xs {
        font-size: 1.2rem !important;
    }
    .f11-xs {
        font-size: 1.1rem !important;
    }
    .f10-xs {
        font-size: 1rem !important;
    }
}

/* 1.3 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.8;
}
@media (max-width: 767px) {
    h1, h2, h3, h4 {
        line-height: 1.6;
    }
}

/* 1.4 Buttons
 * ------------------------------*/
.btn {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 960px;
    height: 120px;
    margin: 5rem auto 0;
    font-size: 3rem;
    line-height: 1.5;
    padding: 0 1rem 0.3rem;
    box-sizing: border-box;
    color: #fff;
    background: #225b96 url(../img/icon-pen.png) 50px center no-repeat;
    background-size: 56px 64px;
    border-radius: 80px;
    outline: none;
    transition: all .3s;
    overflow: hidden;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
.btn:hover {
  color: #fff !important;
  text-decoration: none;
  opacity: 0.8;
}
.btn:focus {
    outline: none;
    overflow: hidden;
    text-decoration: none;
}
@media (max-width: 1024px) {
    .btn {
        font-size: calc(15px + 15 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
     .btn {
        margin-top: 3rem;
        height: 56px;
        padding: 0 1rem 0.2rem 3rem;
        background-size: 24px 27px;
        background-position: 20px center;
    }
}

/*-------------------------------
 * 2. MAIN VISUAL
 * ----------------------------*/
#main-visual {
    width: 100%;
    height: calc(590 / 1280 * 100vw);
    margin: 0;
    position: relative;
    z-index: 0;
    background: url(../img/main.jpg) 50% 90% no-repeat;
    background-size: cover !important;
    -webkit-animation: fadeIn 0.8s linear both;
    animation: fadeIn 0.8s linear both;
}
#main-visual .logo {
    position: absolute;
    width: calc(620 / 1280 * 100vw);
    top: calc(75 / 1280 * 100vw);
    left: calc(150 / 1280 * 100vw);
    margin: 0;
    z-index: 1;
}
#main-visual .bnr-share {
    position: absolute;
    width: calc(350 / 1280 * 100vw);
    bottom: calc(60 / 1280 * 100vw);
    right: calc(100 / 1280 * 100vw);
    margin: 0;
    z-index: 1;
}
@media (max-width: 767px) {
    #main-visual {
        height: 350px;
    }
    #main-visual .logo {
        width: 50%;
        top: 30px;
        left: 30px;
    }
    #main-visual .bnr-share {
        width: 50%;
        bottom: 20px;
        right: 20px;
    }
}
@media (max-width: 480px) {
    #main-visual {
        background-image: url(../img/main-sp.jpg);
        height: 460px;
    }
    #main-visual .logo {
        width: 85%;
        margin: 0 auto;
        top: 15px;
        left: 0;
        right: 0;
    }
    #main-visual .bnr-share {
        width: 85%;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 30px;
    }
}
@media (max-width: 390px) {
    #main-visual {
        height: 430px;
    }
}

/*-------------------------------
 * 3. CONTENTS
 * ----------------------------*/
main {
    margin: 0 auto;
    padding: 0;
}
.wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}
.wrap::after {
    content: "";
    display: block;
    clear: both;
}
section {
    margin: 0;
    padding: 0;
}
@media (max-width: 1120px) {
    .wrap {
        max-width: 92vw;
    }
}
@media (max-width: 767px) {
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
}

/*----- Info -----*/
.info-wrap {
    width: 100%;
    padding: 5rem 0 40rem;
    background: #1d507a url(../img/img-info.png) bottom center no-repeat;
    background-size: contain !important;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	font-size: 2rem;
	line-height: 2;
	color: #fff;
}
.info-wrap .cap {
    font-size: 1.8rem;
    margin: 4rem 0 0;
}
.info-wrap .txt {
    margin: 0;
}
@media (max-width: 1024px) {
    .info-wrap {
        font-size: calc(14px + 6 * (100vw - 320px) / 704);
        padding-bottom: 30rem;
    }
    .info-wrap .cap {
        font-size: calc(13px + 5 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .info-wrap {
        padding-bottom: 25rem;
    }
}
@media (max-width: 767px) {
    .info-wrap {
        background-image: url(../img/img-info-sp.png);
        padding: 2.5rem 0 23rem;
    }
    .info-wrap .txt {
        margin: 0 0 2rem;
    }
    .info-wrap .cap {
        margin-top: 2rem;
    }
}

/*----- about -----*/
.about-wrap {
    padding: 4rem 0 9rem;
    background: #fff url(../img/pict.png) top center no-repeat;
    background-size: 301px 79px;
}
.about-wrap .box {
    margin: 7rem 0;
}
.about-wrap .box::after {
    content: "";
    display: block;
    clear: both;
}
.about-wrap .ttl {
    margin: 0 auto;
}
.about-wrap .img {
    float: left;
    margin: 0 6rem 1.5rem 0;
}
.about-wrap .sub {
    font-size: 2.8rem;
    font-weight: 600;
    margin: 0 0 -1.2rem;
    position: relative;
    top: -15px;
}
@media (max-width: 1024px) {
    .about-wrap .sub {
        font-size: calc(15px + 13 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .about-wrap .ttl {
        max-width: 600px;
    }
    .about-wrap .img {
        margin-right: 4rem;
    }
}
@media (max-width: 767px) {
    .about-wrap {
        padding: 2.5rem 0 3rem;
        background-size: 150px 39px;
    }
    .about-wrap .ttl {
        width: 65%;
    }
    .about-wrap .box {
        margin: 3rem 0;
    }
    .about-wrap .img {
        width: 45%;
        margin: 0 1.5rem 1rem 0;
    }
    .about-wrap .sub {
        margin-bottom: -5px;
        top: -5px;
    }
}

/*----- bnr -----*/
.bnr-wrap {
    padding: 0 0 3rem;
}
.bnr-wrap a:hover {
    transition: 0.5s;
    opacity: 0.6;
}
.bnr-wrap ul.list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 15px 15px;
    margin: 4rem  auto;
}
.bnr-wrap ul.list li {
    width: calc(100% / 5 - 12px );
}
.bnr-wrap .logo-kentei {
    width: 268px;
    margin: 0 auto;
}
.bnr-wrap .bnr-shinsengumi {
    width: 110px;
    margin: 0 auto;
}
@media (max-width: 960px) {
    .bnr-wrap ul.list li {
        width: calc(100% / 3 - 10px );
    }
}
@media (max-width: 767px) {
    .bnr-wrap ul.list {
        margin: 2rem auto;
        gap: 10px 10px;
    }
    .bnr-wrap ul.list li {
        width: calc(100% / 3 - 7px );
    }
    .bnr-wrap .logo-kentei {
		width: 45vw;
	}
	.bnr-wrap .bnr-shinsengumi {
	    width: 20vw;
	 }
}

/*-------------------------------
 * 4. FOOTER
 * ----------------------------*/
footer {
    margin: 0;
    padding: 3rem 0 1.5rem;
}
footer .copy {
    font-size: 1.6rem;
    text-align: center;
    margin: 1rem 0 0;
    font-family: 'Noto Sans JP',sans-serif;
    color: #5d5d5d;
    font-weight: 500;
}
@media (max-width: 1024px) {
    footer .copy {
        font-size: calc(12px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    footer {
        padding-top: 1.5rem;
    }
    footer .copy {
        margin-top: 0;
    }
}

/*-------------------------------
 * 5. SNS
 * ----------------------------*/
#sns-list {
    width: 50px;
    height: 150px;
    padding: 1rem;
    position: fixed;
    top: 35%;
    transform: translateY(-35%);
    right: 0;
    margin: 0;
    background: #000;
    color: #fff;
    text-align: center;
    z-index: 10010 !important;
    box-sizing: border-box;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#sns-list .sub {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Noto Sans JP',sans-serif;
}
#sns-list .icon-fb,
#sns-list .icon-x {
    margin-top: 2.2rem;
    display: block;
}
#sns-list .icon-fb:hover,
#sns-list .icon-x:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.5s;
}
@media screen and (orientation:portrait) and (max-width: 1024px) {
    #sns-list {
        top: 15%;
        transform: translateY(-15%);
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    #sns-list {
        top: 60%;
        transform: translateY(-60%);
    }
}
@media (max-width: 767px) {
    #sns-list {
        display: none;
    }
}

.knt_general-set {
    max-width: 350px;
    margin: 0 auto;
}
.knt_general-set .icon_social {
    position: relative;
    top: 0;
    right: 0;
    margin: auto;
    height: auto;
}
.knt_general-set .icon_social img {
    width: auto;
    vertical-align: top;
}
.knt_general-set .icon_social .line {
    display: inline-block;
    line-height: 23px
}
.knt_general-set .icon_social .line img {
    vertical-align: top
}
.knt_general-set .icon_social iframe {
    margin-left:10px;
    max-width: 120px !important
}
.knt_general-set .icon_social .twitter-share-button {
    height: 25px !important
}

.social-footer {
    margin: 2rem auto 5rem;
}
.social-footer .socialBoxON {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.social-footer .socialBoxON iframe {
    margin: 5px;
}
@media (max-width: 767px) {
    .social-footer {
        margin: 0 auto 3rem;
    }
}

/*-------------------------------
 * 6. INTERACTIONS
 * ----------------------------*/
.opacity:hover {
  opacity: 0.75;
  transition: 0.5s;
}

/*--------- keyframes --------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*-------------------------------
 * 7. 共通header 修正
 * ----------------------------*/
.cmn-header {
     position: relative;
}
.cmn-header__logo img {
     position: absolute;
     top: 10px;
}
@media screen and (max-width: 656px) {
    .cmn-header__logo img {
        top: 1.4444444vw;
    }
}
