@charset "UTF-8";

html,body,p,a,address,ul,ol,li,h1,h2,h3,h4,h5,h6 {
    font-family: arial,Arial, Helvetica, 'noto-sans-jp',sans-serif;
}
body {
    --themecolor: #fa7072;
    --subcolor: #33c0f3;
    --accentcolor: #d41c1f;
    --baseFontSize: 18px;
    --baseFontSizeSP: 3.7333333333vw;
}
p, dl, ol, ul, li, h6 {
    margin: 0;
    padding: 0;
    font-feature-settings: "palt";
    font-size: var(--baseFontSizeSP);
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.lower-alpha {
    list-style-type: lower-alpha;
}
.upper-alpha {
    list-style-type: upper-alpha;
}
@media (min-width: 768px) {
    p, dl, ol, ul, li, h6 {
        font-size: var(--baseFontSize);
    }
}
.y-line {
    background: linear-gradient(transparent 70%, #f4de2a 30%);
}
.white-text {
    color: #fff !important;
}
.themecolor-text {
    color: var(--themecolor) !important;
}
.subcolor-text {
    color: var(--subcolor) !important;
}
.basecolor-text {
    color: #333 !important;
}
.red-text {
    color: #cc0000 !important;
}
img {
    width: 100%;
}
.wrapper {
    max-width: 640px;
    margin: 0 auto;
    margin: 0 1.2rem;
}
@media (min-width: 1140px) {
   .wrapper {
        margin: 0 auto !important;
    }
}
@media (min-width: 768px) {
   .wrapper {
        width: 1080px;
        max-width: 1080px;
        margin: 0 auto;
    }
}


header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
header .wrapper {
    margin: 0;
}
header ul,
header li {
    list-style: none;
    line-height: 1.2;
}
.header__menu {
    background-color: #fff;
}
.header__menu-logo {
    width: 16rem;
    padding: 0.8rem 1.2rem;
}
.nav-group {
    position: fixed;
    padding: 1rem 0 3rem 0;
    margin: 0;
    background-color: #fff;
    background-image: linear-gradient(170deg, #ffffff 0%, #fff8f8 40%, #effeff 80%, #ffffff 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    transition: all .7s ease;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.nav-group.open {
    visibility: visible;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.operating-company__logo-tryresta {
    width: 6rem;
    margin: 1.6rem auto 0.8rem auto;
}
.operating-company__text a {
    color: #333;
}
.operating-company .button {
    max-width: 15rem;
    margin-top: 1.5rem;
}
.trigger {
    cursor: pointer;
    z-index: 300;
    width: 46px;
    height: 46px;
    margin-right: 0.6rem;
    transform: translate(0, 0);
    padding: 15px;
    border-radius: 50px;
    background: var(--themecolor);
    animation: scalechange 2s linear alternate infinite;
}
@keyframes scalechange {
    to {
        transform:scale(0.9);
    }
}
.trigger.active {
    background: #f6f6f6;
}
.trigger.active .line {
    background: var(--themecolor);
}
.line {
    position: absolute;
    left: 14px;
    width: 18px;
    height: 3px;
    background-color: #fff;
    top: 15px;
}
.line:nth-child(2)  {
    top: 22px;
}

.line:nth-child(3)  {
    top: 29px;
}
.trigger.active .line:nth-child(1) {
    transform: translateY(7px) translateX(0) rotate(45deg);
}
.trigger.active .line:nth-child(2) {
    opacity: 0;
    background: #FFF;
}
.trigger.active .line:nth-child(3) {
    transform: translateY(-7px) translateX(0) rotate(-45deg);
}
.animation {
    transition: all .6s;
}
@media (min-width: 768px) {
    header {
        position: relative;
        height: auto;
    }
    header .wrapper {
        margin: 0 auto;
    }
    .nav-group {
        position: relative;
        height: auto;
        padding: 0;
        margin: 0 auto;
        background-image: none;
        transform: none;
        opacity: 1;
        visibility: visible;
        overflow: auto;
    }
    .nav-group:before {
        content: "";
        display: block;
        background-color: var(--themecolor);
        position: absolute;
        width: 50%;
        height: 3px;
        left: 0;
        bottom: 0;
    }
    .nav-group:after {
        content: "";
        display: block;
        background-color: var(--subcolor);
        position: absolute;
        width: 50%;
        height: 3px;
        right: 0;
        bottom: 0;
    }
    header .wrapper {
        position: relative;
    }
    .header__menu {
        padding: 15px 0 35px 0;
    }
    .header__menu-logo {
        width: 257px;
        padding: 0;
    }
    .header__logo-tryresta {
        padding: 6px 19px;
        margin-top: -1px;
        margin-left: 25px;
        border-right: 1px #ddd solid;
        border-left: 1px #ddd solid;
    }
    .header__logo-tryresta img {
        width: 65px;
    }
}


.header__menu-nav-item {
    margin: 10px 20px 0 20px;
    position: relative;
}
.header__menu-nav-item a {
    padding: 3px 4px;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    text-decoration: none;
    letter-spacing: 0.05em;
}
.primarynav {
    width: 100%;
    height: auto;
    padding: 1rem 0 0 0;
}
.primarynav__list {
    width: 100%;
}
.primarynav li {
    padding: 0 1rem 1rem 1rem;
}
.primarynav a {
    padding: 0.5rem 0 0.5rem 0;
    border-bottom: 1px #ddd solid;
    left: 0.6em;
}
.primarynav i {
    left: 0.6em;
    color: var(--themecolor);
}
.primarynav a,
.primarynav span {
    font-size: 3.4vw;
    font-weight: 700;
    line-height: 1.6;
    color: #635443;
    text-decoration: none;
}
@media (min-width: 768px) {
    .primarynav {
        padding: 0;
        margin: 0;
    }
    .primarynav li {
        width: 20%;
        padding: 12px 0;
    }
    .primarynav a {
        padding: 0;
        border-bottom: 0;
    }
    .primarynav li:not(:last-child) a {
        border-right: 1px #ddd solid;
    }
    .primarynav li a span {
        letter-spacing: 0.05em;
    }
    .primarynav a,
    .primarynav span,
    .primarynav i {
        font-size: 16px;
    }
}
.button {
    color: #fff;
    font-size: 3.4vw;
    margin: 0 auto;
}
.button a {
    padding: 0.5rem 1.2rem;
    background: var(--themecolor);
    color: #fff;
    font-size: 3.4vw
    line-height: 1.7;
    text-decoration: none;
    border-radius: 1.5em;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
    position: relative;
}
.button.subcolor-button a {
    background: var(--subcolor);
}
.button a span {
    font-size: 3.4vw
    line-height: 1.7;
}
.button a i {
    font-size: 3.4vw
    line-height: 1.7;
}
@media (min-width: 768px) {
    .button {
        font-size: 16px;
    }
    .button a {
        padding: 7px 15px 7px 25px;
    }
    .button a span {
        font-size: 16px;
        
    }
    .button a i {
        font-size: 16px;
    }
}

.separation {
    position: relative;
    margin-top: 3rem;
}
.separation:before {
    content: "";
    position: absolute;
    width: calc(50% - 1.8rem);
    height: 1px;
    background-color: #ddd;
    top: 50%;
    left: 0;
}
.separation:after {
    content: "";
    position: absolute;
    width: calc(50% - 1.8rem);
    height: 1px;
    background-color: #ddd;
    top: 50%;
    right: 0;
}
.separation img {
    width: 1.8rem;
}
@media (min-width: 768px) {
    .separation {
        margin-top: 50px;
    }
    .separation:before {
        width: calc(50% - 30px);
    }
    .separation:after {
        width: calc(50% - 30px);
    }
    .separation img {
        width: 27px;
    }
}

.breadcrumbs {
    margin: 0;
}
.breadcrumbs__list {
    list-style: none;
    padding: 0.7rem 1.2rem;
    margin-top: 1.2rem;
    background-color: #f6f6f6;
}
.breadcrumbs__list-item,
.breadcrumbs__list-item a {
    font-size: var(--baseFontSizeSP);
    color: #666;
    line-height: 1.4;
    text-decoration: none;
}
.breadcrumbs__list-item {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}
.breadcrumbs__list-item:not(:last-child) {
    margin-right: 0.5rem;
}
.breadcrumbs__list-item:not(:first-child):before {
    content: "›";
    padding-right: 0.5rem;
}
@media (max-width: 390px) {
    .breadcrumbs__list-item,
    .breadcrumbs__list-item a {
        font-size: 3.2vw;
    }
}
@media (min-width: 768px) {
    .breadcrumbs__list {
        padding: 0;
        margin-top: 20px;
        background: none;
    }
    .breadcrumbs__list-item,
    .breadcrumbs__list-item a {
        font-size: 14px;
    }
    .breadcrumbs__list-item {
        padding-top: 0;
        padding-bottom: 0;
    }
    .breadcrumbs__list-item:not(:last-child) {
        margin-right: 0.8rem;
    }
    .breadcrumbs__list-item:not(:first-child):before {
        padding-right: 0.8rem;
    }
}
.hero__title {
    padding-top: 2.5rem;
}
.base-title {
    position: relative;
    padding-bottom: 0.3em;
    margin: 0 0 1.2rem 0;
    color: var(--subcolor);
    font-size: 6.7vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
}
.base-title small {
    padding-bottom: 0.3rem;
    font-size: var(--baseFontSizeSP);
    color: #999;
}
.base-title span {
    padding-bottom: 0.7rem;
}
.base-title:before {
    position: absolute;
    content: "";
    width: 14%;
    height: 3px;
    background-color: var(--themecolor);
    bottom: 0;
    left: 0;
}
.base-title:after {
    position: absolute;
    content: "";
    width: 14%;
    height: 3px;
    background-color: var(--subcolor);
    bottom: 0;
    left: 14%;
}
.base-title span:after {
    position: absolute;
    content: "";
    width: 72%;
    height: 1px;
    background-color: #ddd;
    bottom: 2px;
    left: 28%;
}
@media (max-width: 390px) {
    .base-title {
        font-size: 6vw;
    }
}
@media (min-width: 768px) {
    .hero__title {
        padding-top: 55px;
    }
    .base-title {
        max-width: 1080px;
        padding-bottom: 11px;
        margin: 0 0 16px 0;
        font-size: 32px;
    }
    .base-title small {
        padding-bottom: 6px;
        font-size: 20px;
    }
    .base-title span {
        padding-bottom: 6px;
    }
    .base-title:before {
        width: 60px;
    }
    .base-title:after {
        width: 60px;
        left: 60px;
    }
    .base-title span:after {
        width: 420px;
        left: 120px;
    }
}
.base-subtitle {
    position: relative;
    padding: 0 0 0 1.3rem;
    margin: 2.5rem 0 0 0;
    color: #666;
    font-size: 5.2vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.base-subtitle:before {
    content: "";
    position: absolute;
    width: 0.7rem;
    height: 0.2rem;
    background-color: var(--themecolor);
    top: 0.5rem;
    left: 0;
}
.base-subtitle:after {
    content: "";
    position: absolute;
    width: 0.7rem;
    height: 0.2rem;
    background-color: var(--subcolor);
    top: 1rem;
    left: 0;
}
@media (min-width: 768px) {
    .base-subtitle {
        padding: 0 0 0 25px;
        margin: 44px 0 0 0;
        font-size: 22px;
    }
    .base-subtitle:before {
        width: 13px;
        height: 3px;
        top: 10px;
    }
    .base-subtitle:after {
        width: 13px;
        height: 3px;
        top: 15px;
    }
}
.base-caption {
    padding-top: 2rem;
    margin: 0;
    font-size: 4.1vw;
    font-weight: 700;
    color: #333;
    line-height: 1.6;
}
@media (min-width: 768px) {
    .base-caption {
        font-size: 20px;
        padding-top: 40px;
    }
}


.base-small-caption {
    padding: 2rem 0 0.6rem 0;
    margin: 0;
    border-bottom: 1px #ddd solid;
    font-size: 1rem;
    font-weight: 700;
    color: #666;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .base-small-caption {
        font-size: 18px;
        padding-top: 40px;
    }
}


.base-column-caption {
    position: relative;
    padding: 0 0 0.8rem 1.3rem;
    margin: 2.5rem 0 2rem 0;
    color: #666;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.base-column-caption:before {
    position: absolute;
    content: "";
    width: 1.2rem;
    height: 0.2rem;
    background-color: var(--themecolor);
    bottom: 0;
    left: calc(50% - 1.2rem);
}
.base-column-caption:after {
    position: absolute;
    content: "";
    width: 1.2rem;
    height: 0.2rem;
    background-color: var(--subcolor);
    bottom: 0;
    right: calc(50% - 1.2rem);
}
@media (min-width: 768px) {
    .base-column-caption {
        padding-bottom: 14px;
        margin: 70px 0 30px 0;
        font-size: 22px;
    }
    .base-column-caption:before {
        width: 25px;
        height: 3px;
        left: calc(50% - 25px);
    }
    .base-column-caption:after {
        width: 25px;
        height: 3px;
        right: calc(50% - 25px);
    }
}



.table-wrapper {
	overflow-x: scroll;
}
table {
	width: 100%;
	margin: calc(var(--spaceBaseSizeSP) * 2) 0 calc(var(--spaceBaseSizeSP) * 2) 0;
    border-top: 1px #ddd solid;
}
table caption {
	caption-side: top;
	background-color: var(--themecolor);
	color: #fff;
	font-size: var(--fontBaseSizeSP);
	font-weight: 700;
}
th,
td {
	display: block;
    padding: 0.5rem;
	border: 1px #ddd solid;
    border-top: 0;
	color: #333;
	font-size: var(--baseFontSizeSP);
}
th {
    background-color: #f0f0f0;
    border-bottom: 0;
}
tbody th  {
    background-color: #f0f9ff;
}
td a {
	text-decoration: none;
	color: var(--themecolor);
}
@media (min-width: 768px) {
	.table-wrapper {
		overflow-x: auto;
	}
	table {
		width: 100%;
		margin: 30px 0 20px 0;
	}
	th,
	td {
		display: table-cell;
        padding: 8px 15px;
        border-bottom: 1px #ddd solid;
		font-size: 18px;
	}
	tbody th {
		width: 190px;
	}
	.guide {
		display: none;
	  }
}


.footer {
    margin-top: 3.5rem;
}
.footer .wrapper {
    position: relative;
}
.footer .wrapper:before {
    content: "";
    display: block;
    background-color: var(--themecolor);
    position: absolute;
    width: calc(50% + 1.2rem);
    height: 7px;
    left: -1.2rem;
    top: 0;
}
.footer .wrapper:after {
    content: "";
    display: block;
    background-color: var(--subcolor);
    position: absolute;
    width: calc(50% + 1.2rem);
    height: 7px;
    right: -1.2rem;
    top: 0;
}
footer img {
    width: 100%;
}
.footer li {
    list-style: none;
}
.footer__nav-list {
    width: 100%;
}
.footer__nav-list-item {
    border-bottom: 1px #ddd solid;
}
.footer__nav-list a {
    padding: 1.5rem 0 1rem 0;
    font-size: var(--baseFontSizeSP);
    line-height: 1.6;
    color: #222;
    text-decoration: none;
}
.footer__nav-list-item a i {
    color: var(--subcolor);
}
.footer__logo {
    width: 12rem;
    padding-top: 2.5rem;
    margin: 0 auto;
}
.company-profile {
    padding-top: 3rem;
}
.company-profile__title {
    padding-bottom: 0.7rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px #ddd solid;
    font-size: 3.7vw;
    font-weight: 700;
    line-height: 1.4;
}
.company-profile__logo-tryresta {
    width: 5rem;
}
.company-profile__name {
    padding: 1rem 0;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.4;
}
.company-profile__text {
    font-size: var(--baseFontSizeSP);
    line-height: 1.7;
}
.company-profile .button {
    max-width: 16rem;
    margin-top: 2.5rem;
}
.footer__copyright {
    max-width: 640px;
    padding-top: 1.8rem;
    margin: 3rem 0 2rem 0;
    border-top: 1px #ddd solid;
    font-size: var(--baseFontSizeSP);
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
#pagetop-button {
    position:fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    display:none;
}
.pagetop-button a {
    color: #fff;
    text-decoration: none;
    position:relative;
    z-index: 1;
}
.pagetop-button img {
    width: 3rem;
}
@media (min-width: 768px) {
    .footer {
        margin-top: 80px;
    }
    .footer a i {
        margin-right: 6px;
    }
    .footer-nav {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
    .footer__logo {
        width: 214px;
        padding-top: 76px;
        margin: 0;
    }
    .footer__nav-list {
        width: 310px;
        margin-right: 50px;
    }
    .footer__nav-list a {
        padding: 25px 0 9px 0;
        font-size: 16px;
    }
    .company-profile {
        width: 320px;
        padding-top: 84px;
    }
    .company-profile__title {
        padding-bottom: 10px;
        margin-bottom: 30px;
        font-size: 18px;
    }
    .company-profile__logo-tryresta {
        width: 81px;
    }
    .company-profile__name {
        padding: 14px 0;
        font-size: 16px;
    }
    .company-profile__text {
        font-size: 16px;
    }
    .company-profile .button {
        max-width: 280px;
        margin-top: 30px;
    }
    .footer__copyright {
        max-width: 1080px;
        padding-top: 30px;
        margin: 70px auto 30px auto;
        font-size: var(--baseFontSize);
    }
    .pagetop-button img {
        width: 60px;
    }
}