@charset "utf-8";
/* 共通設定
========================================================================== */
html {
    font-size: 62.5%;
    /* 10px */
}
*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    min-width: inherit;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: "Zen Maru Gothic","Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    height: 100vh;
}
a {
    color: #000000;
    text-decoration: none;
}
img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}
ul, ol {
    list-style: none;
}
.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 calc(10 * 100vw / 750) rgba(0, 0, 0, .16);
    background-color: #ffffff;
}
h2, h3, p, li, dt, dd, span, a{
    font-family: "Zen Maru Gothic",sans-serif;
}
@media screen and (min-width: 751px) {
.container {
    width: min(calc(1200 * 100vw / 1200), 1200px);
    box-shadow: 0 0 min(calc(10 * 100vw / 1200), 10px) rgba(0, 0, 0, .16);
}
}

/* SP・PC 表示切替え
---------------------------------------------------------- */
@media screen and (min-width: 751px) {
.is-pc {
    display: block;
}
.is-sp {
    display: none;
}
}
@media screen and (max-width: 750px) {
.is-pc {
    display: none;
}
.is-sp {
    display: block;
}
}

/* タグ
---------------------------------------------------------- */
#tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* top
========================================================================== */
.top {
    /* font-family: "Noto Sans JP", sans-serif; */
    position: relative;
}
.logo_text {
    font-size: calc(18 * 100vw / 750);
    margin-bottom: calc(15 * 100vw / 750);
    line-height: 1;
}
.top_logo {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 2%;
    left: 2%;
    line-height: 1.6;
    z-index: 1;
}
.top_mv{
    position: relative;
}
.top_mv-ttl{
    position: absolute;
    left: 50%;
    top: calc(306 * 100vw / 750);
    transform: translateX(-50%);
    width: calc(542 * 100vw / 750);
}
.header_logo-link {
    width: calc(310 * 100vw / 750);
    min-width: 140px;
    line-height: 1;
}
.header_logo-images {
    width: 100%;
    filter: invert(7%) sepia(1%) saturate(4384%) hue-rotate(97deg) brightness(101%) contrast(92%);
}

@media screen and (min-width: 751px) {
.top {
    position: relative;
}
.top_logo {
    top: 2%;
    line-height: 2;
}
.logo_text {
    font-size: min(calc(11 * 100vw / 1200), 11px);
    margin-bottom: min(calc(13 * 100vw / 1200), 13px);
    font-weight: bold;
}
.header_logo-link {
    width: min(calc(290 * 100vw / 1200), 290px);
}
.top_mv-ttl{
    transform: inherit;
    top: min(calc(224 * 100vw / 1200), 224px);
    left:min(calc(135 * 100vw / 1200), 135px);
    width:min(calc(355 * 100vw / 1200), 355px);
}
}

/* recommend
========================================================================== */
.recommend_inner {
	background: #65A8A7;
}
.recommend_contents .recommend_title {
	font-size: calc(34 * 100vw / 750);
	line-height: 1.17;
	letter-spacing: 0.05em;
	color: #fff;
	margin-bottom:calc(26 * 100vw / 750);
    font-weight: bold;
}
.recommend_contents .recommend_list {
    display: flex;
    align-items: center;
    gap: 0 calc(40 * 100vw / 750);
}
/* swiper */
.swiper_wrap {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: calc(26 * 100vw / 750) calc(32 * 100vw / 750);
}
.swiper_wrap img{
	width: 100%;
    height: auto;
    box-shadow: 0px 0px calc(10 * 100vw / 750) rgb(0 0 0 / 16%);
}
.swiper-wrapper {
    padding-bottom: calc(28 * 100vw / 750);
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    width: calc(15 * 100vw / 750);
    height: calc(15 * 100vw / 750);
}
.swiper-pagination-bullet {
    background: #B9B9B9;
    opacity: inherit;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #fff;
}
.swiper-pagination {
    position: static;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,calc(12 * 100vw / 750));
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom,calc(8 * 100vw / 750));
}
.swiper-scrollbar-drag{
    background: #C49393;
}
.swiper-pagination {
    display: block;
}

@media screen and (min-width: 751px){
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper,.swiper-backface-hidden .swiper-slide{
    transform: none;
}
.swiper-slide{
    height: auto;
    flex-shrink: inherit;
}
.swiper-wrapper{
    padding-bottom: 0;
    transform: translate3d(0, 0, 0)!important;
}
.swiper-pagination {
    display: none;
}
.recommend_contents .recommend_inner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: min(calc(22* 100vw / 1200), 22px) min(calc(112* 100vw / 1200), 112px) min(calc(22* 100vw / 1200), 22px) min(calc(70* 100vw / 1200), 70px);
    gap: min(calc(40* 100vw / 1200), 40px);
}
.recommend_contents .recommend_title {
    font-size: min(calc(23 * 100vw / 1200), 23px);
    line-height: 1.69;
    letter-spacing: 0.03em;
    margin: 0;
    text-align: right;
}
.recommend_contents .recommend_list {
    display: flex;
    align-items: center;
    gap: 0 min(calc(22* 100vw / 1200), 22px);
}
.recommend_contents .recommend_item {
    width: min(calc(115* 100vw / 1200), 115px);
    transition: transform .3s;
}
.recommend_contents .recommend_item:hover {
    transform: scale(1.1);
}
/* ヨコはがき */
.recommend_contents .recommend_item.-width {
width: min(calc(184 * 100vw / 1200), 184px);
}
}

/* entrance
========================================================================== */
.entrance {
    position: relative;
    margin: 0 calc(24 * 100vw / 750);
    padding: calc(97 * 100vw / 750) 0 calc(129 * 100vw / 750);
}
.entrance_text {
    font-size: calc(32 * 100vw / 750);
    text-align: center;
    line-height: 2;
    letter-spacing: .02em;
    font-weight: bold;
}
@media screen and (min-width: 751px) {
.entrance {
    padding: min(calc(64 * 100vw / 1200), 64px) 0 min(calc(80 * 100vw / 1200), 80px);
    margin: auto;
}
.entrance_text {
    font-size: min(calc(22 * 100vw / 1200), 22px);
    line-height: 1.8;
    letter-spacing: .07em;
}
}

/* design
========================================================================== */
.design {
    padding:0 0 calc(150 * 100vw / 750);
    background: #ffffff;
}
.design_inner {
    position: relative;
}
.design_title {
    margin-bottom: calc(56 * 100vw / 750);
    font-weight: bold;
    font-size: calc(60 * 100vw / 750);
    text-align: center;
}
.design_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: calc(120 * 100vw / 750) 0;
}
.design_item {
    width: calc(510 * 100vw / 750);
    text-align: center;
}
.design_item-thumb {
    margin:0 auto calc(50 * 100vw / 750);
    width:calc(480 * 100vw / 750);
}
.design_item-link {
    display: block;
}
.design_item-image {
    width: 100%;
    box-shadow: calc(12 * 100vw / 750) calc(12 * 100vw / 750) calc(32 * 100vw / 750) rgba(0, 0, 0, .24);
}
.design_item-title {
    margin-bottom: calc(24 * 100vw / 750);
    font-size: calc(40 * 100vw / 750);
}
.design_item-detail {
    width: calc(510 * 100vw / 750);
    margin: 0 auto;
}
.design_item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    padding: calc(17 * 100vw / 750) 0;
    border-radius: calc(18 * 100vw / 750);
    box-sizing: border-box;
    background-color: #DA5630;
    color: #ffffff;
    font-weight: bold;
    font-size: calc(35 * 100vw / 750);
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
.btn-arrow {
    position: relative;
    left: calc(12 * 100vw / 750);
    width: calc(32 * 100vw / 750);
    height: calc(32 * 100vw / 750);
    border-radius: 50%;
    background: #ffffff;
}
.btn-arrow::after {
    position: absolute;
    content: "";
    top: 50%;
    left: calc(18 * 100vw / 750);
    transform: translate(-50%,-50%);
    width: calc(12 * 100vw / 750);
    height: calc(16* 100vw / 750);
    background-color: #DA5630;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}
/* 横向きはがき */
.design_list.-width {
    margin-top: calc(90 * 100vw / 750);
}
.design_item.-width {
    width: calc(685 * 100vw / 750);
}
.design_item.-width .design_item-image {
    height: auto;
}
@media screen and (min-width: 751px) {
.design {
    padding:0 0 min(calc(288 * 100vw / 1200), 288px);
}
.design_title {
    margin-bottom: min(calc(56 * 100vw / 1200), 56px);
    font-size: min(calc(32 * 100vw / 1200), 32px);
}
.design_list {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: min(calc(864 * 100vw / 1200), 864px);
    margin: 0 auto;
    gap: min(calc(120 * 100vw / 1200), 120px) min(calc(214 * 100vw / 1200), 214px);
}
.design_item {
    width: min(calc(324 * 100vw / 1200), 324px);
}
.design_item-thumb {
    margin-bottom: min(calc(32 * 100vw / 1200), 32px);
    width: auto;
}
.design_item-link {
    display: block;
    transition: opacity .4s;
}
@media (hover: hover) and (pointer: fine) {
    .design_item-link:hover {
    opacity: .7;
}
}
.design_item-image {
    box-shadow: min(calc(8 * 100vw / 1200), 8px) min(calc(8 * 100vw / 1200), 8px) min(calc(24 * 100vw / 1200), 24px) rgba(0, 0, 0, .24);
}
.design_item-title {
    margin-bottom: min(calc(12 * 100vw / 1200), 12px);
    font-size: min(calc(24 * 100vw / 1200), 24px);
}
.design_item-detail {
    width: min(calc(280 * 100vw / 1200), 280px);
}
.design_item-btn {
    padding: min(calc(12 * 100vw / 1200), 12px) 0;
    border-radius: min(calc(12 * 100vw / 1200), 12px);
    font-size: min(calc(22 * 100vw / 1200), 22px);
    transition: .3s all;
}
.btn-arrow {
    left: min(calc(6 * 100vw / 1200), 6px);
    width: min(calc(22 * 100vw / 1200), 22px);
    height: min(calc(22 * 100vw / 1200), 22px);
}
.btn-arrow::after {
    left: min(calc(12 * 100vw / 1200), 12px);
    width: min(calc(9 * 100vw / 1200), 9px);
    height: min(calc(12 * 100vw / 1200), 12px);
}
@media (hover: hover) and (pointer: fine) {
    .design_item-btn:hover {
    opacity: .7;
}
}
/* 横向きはがき */
.design_list.-width {
    max-width: min(calc(996 * 100vw / 1200), 996px);
    margin-top: min(calc(120 * 100vw / 1200), 120px);
    gap: min(calc(80 * 100vw / 1200), 80px) min(calc(64 * 100vw / 1200), 64px);
}
.design_item.-width {
    width: min(calc(466 * 100vw / 1200), 466px);
}
}

/* service
========================================================================== */
.messeage,.step{
    background-color: #FFF5F3;
}
.messeage-text,.step_about,.step_item-text{
    font-weight: 500;
}
.service_list :where(h2,h3,p,li,dt,dd,span,a) {
    font-family: inherit;
}
.service_item-text{
    font-weight: 500;
}
@media screen and (min-width: 751px) {
    .step_item:nth-child(3) .step_item-text{
        letter-spacing: .04em;
    }
}
/* appeal
========================================================================== */

/* design_feature
========================================================================== */
.feature_bottom-btn a{
    background-color: #F62C00;
}
/* footer
========================================================================== */
.footer {
    position: relative;
    padding: calc(121*100vw/750) 0 0;
}
.footer_bottom{
    background-color:#759F9E;
    padding:calc(26*100vw/750) 0;
}
.footer_bottom :is(p,li,a,span){
    color: #fff;
    font-size: calc(24 * 100vw / 750);
    font-weight: 500;
    letter-spacing: .02em;
    line-height:normal;
}
/* bread */
.bread_list {
    display: flex;
    justify-content: center;
    margin-bottom: calc(8 * 100vw / 750);
}
.bread_item:not(:last-child)::after {
    padding: 0 calc(8 * 100vw / 750);
    content: "＞";
}
/* copy */
.copyright {
    text-align: center;
    font-size: calc(24 * 100vw / 750);
    font-family: 'Murecho',sans-serif;
    font-weight: 500;
    line-height: normal;
}
.copyright a{
    font-family: inherit;
}
.copyright_link {
    text-decoration: underline;
}
.copyright_link:hover {
    text-decoration: none;
}

@media screen and (min-width: 751px) {
.footer {
    position: relative;
    padding:min(calc(120 * 100vw / 1200), 120px) 0 0;
}
.footer_bottom{
    background-color:#759F9E;
    padding:min(calc(20 * 100vw / 1200), 20px) 0;
}
.footer_bottom :is(p,li,a,span){
    font-size: min(calc(12 * 100vw / 1200), 12px);
    letter-spacing: .04em;
}
/* bread */
.bread_list {
    margin-bottom: min(calc(4 * 100vw / 1200), 4px);
}
.bread_item:not(:last-child)::after {
    padding: 0 min(calc(8 * 100vw / 1200), 8px);
}
.bread_item a:hover {
    text-decoration: underline;
}

}