@charset "utf-8";

/****************************
共通部分 common
****************************/
html{
/*    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
    overflow-x: hidden;
}

body{
    overflow-x: hidden;
}

.yugothic{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.zen{
    font-family: 'Zen Maru Gothic', sans-serif;
}

.century{
    font-family: 'Century Gothic', sans-serif;
    font-family: Futura, 'Century Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
}

.koduka{
    font-family: kozuka-gothic-pr6n, sans-serif;
}

.hiragino{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.hiragino8{
    font-family: 
    "Hiragino Kaku Gothic StdN",  /* macOS 旧来 */
    "Hiragino Kaku Gothic ProN", /* 古めのmacOS/iOS */
    "Hiragino Sans",             /* 新しめのmacOS/iOS */
    "ヒラギノ角ゴ Pro W8", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1p-bold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-1p-black {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/*
body{
    background-image: url(../top_comp.jpg);
    background-size: cover;
    background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
}
*/

*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    color: black;
}

a:hover,
button:hover,
input[type="submit"]:hover{
    opacity: 0.7;
}

a.disabled{
    pointer-events: none;
}

a.disabled:hover{
    opacity: 1;
}

a.default {
    color: #e72f1f !important;
    text-decoration: underline !important;
}

img{
    vertical-align: bottom;
    width: 100%;
}

li{
    list-style: none;
}

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.pc{
    display: block;
}

.sp{
    display: none;
}

.mb{
    display: none;
}

.flex {
   display: -moz-flex;
   display: -webkit-flex;
   display: flex;
   vertical-align:top;
   -webkit-flex-direction: row;
   flex-direction: row;

}
.reverse{
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    vertical-align:top;
    -webkit-flex-direction: row-reverse;
    flex-direction:row-reverse;
}
.flex .middle {
    align-self:center;
}

html.hidden,
body.hidden {
    overflow: hidden;
    height: 100%;
}

@media screen and (max-width:850px){

    .pc{
        display: none;
    }

    .sp{
        display: block;
    }
    /*
    .flex {
        display: -moz-flex;
        display: -webkit-flex;
        display: block;
        vertical-align:top;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
        .reverse{
        display: -moz-flex;
        display: -webkit-flex;
        display: block;
        vertical-align:top;
        -webkit-flex-direction: row-reverse;
        flex-direction:row-reverse;
    }
    */
}

@media screen and (max-width:480px){
    .mb{
        display: block;
    }

/*
    html{
        font-size: 62.5%;
    }
*/
}

.red_txt{
    color: #c72f1f;
}

.bg_yellow{
    background: #f4f2dd;
}

.bg_black{
    background: #4c444d;
}

.bg_blue{
    background: #cdd3d5;
}

.bg_blue2{
    background: #eef5f5;
}

.bg_white{
    background: #fff;
}

.bg_gray{
    background: #f4f5f7;
}

.bg_brown{
    background: #231815;
}

.bg_green{
    background: #00a26c;
}

.bg_pharmacist{
    background: url(../img/bg_pharmacist.jpg);
    background-size: cover;
}

.w1000{
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.cmn_button{
    display: block;
    text-align: center;
    border: 1px solid #7b806a;
    color: #7b806a;
    width: 200px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
}

.view_more a{
    position: relative;
    display: inline-block;
    color: #4c444d;
}

.view_more a:before{
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 2px;
    background: #4c444d;
}

.view_more a:after{
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 100%;
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-color: transparent transparent #4c444d transparent;
    transform: rotate(-135deg);
}

@media screen and (max-width:480px){
    .view_more a:before{
        width: 120px;
    }
    
    .view_more a:before{
        top: 20px;
    }

    .view_more a:after{
        top: 8px;
    }
}

/****************************
共通部分 common
****************************/


/****************************
header ヘッダー
****************************/
header {
    
}

.fix_left{
    position: fixed;
    top: .84375vw;
    left: 2.5625vw;
    z-index: 1001;
}

.h_logo{
    width: 12.125vw;
}

.fix_right{
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    z-index: 1000;
}

.h_entry{
    width: 12.1875vw;
}

.h_menu{
    width: 4.375vw;
    position: relative;
    background: #f0f0f0;
    display: flex;
}


.mh{
  --mh-btn-size: 4.375vw;            /* クリック領域 */
  --mh-line-w: 1.84375vw;              /* 線の長さ */
  --mh-line-h: .15625vw;               /* 線の太さ */
  --mh-gap: .25vw;                  /* 2本線の初期ギャップ */
  --mh-line-color: #00a26c;          /* 線色 */
  --mh-ease: cubic-bezier(.25,.7,.3,1); /* 落ち着いた緩急 */
  --mh-t-move: 260ms;             /* 重なりに行くまで（ゆっくりめ） */
  --mh-t-rotate: 260ms;           /* ＋の回転（ゆっくりめ） */
  --mh-t-cross: 320ms;            /* ×化の回転（やや長め） */
}

/* メニュー本体（開閉） */
/* 指定：枠線 #00a26c、背景 #f0f0f0 */
.site-menu {
    /* max-height: 0; */
/*
    overflow: hidden;
    transition: max-height 320ms var(--mh-ease), opacity 260ms var(--mh-ease);
    opacity: 0;
*/
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    opacity: 0;
    transform: translateX(100%);
    display: flex;
    align-items: center;
}

.site-header.is-open .site-menu {
    /* max-height: 100vh; */
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.3s ease-out, opacity 0.2s ease-out;
}

/* 2本線ボタン（右上固定） */
.menu-toggle{ 
/*
    position: absolute; 
    left: 0;
    right: 0; 
    top: 20px; 
*/
    width:var(--mh-btn-size); 
    height:var(--mh-btn-size); 
    display:inline-flex; 
    align-items:center; 
    justify-content:center; 
    border:0; 
    background:transparent; 
    cursor:pointer; 
    padding:0; 
}

/*
.menu-toggle:focus-visible{ 
    outline: 2px solid #4c9aff; 
    outline-offset:3px; 
    border-radius:10px; 
}
*/

/* ========= ライン構造 =========
   外側: translateY だけ（重なり演出）
   内側: rotate だけ（後から90°で縦線）
*/
.menu-toggle__box{ 
    position:relative; 
    width:var(--mh-line-w); 
    height:var(--mh-line-w); 
}

.menu-toggle__line{ 
    position:absolute; 
    left:50%; 
    top:50%; 
    width:var(--mh-line-w); 
    height:var(--mh-line-h); 
    transform-origin:center;
    translate:-50% -50%; 
}

.menu-toggle__seg{ 
    display:block; 
    width:100%; 
    height:100%; 
    background:var(--mh-line-color); 
    border-radius:999px; 
    transform-origin:center; 
}

/* 初期：水平2本 */
.menu-toggle__line--top{ 
    transform: translateY(calc(-1 * var(--mh-gap))); 
}

.menu-toggle__line--bottom{ 
    transform: translateY(var(--mh-gap)); 
}

/* 動きの定義 */
.menu-toggle__line{ 
    transition: transform var(--mh-t-move) var(--mh-ease); 
}

.menu-toggle__seg{ 
    transition: transform var(--mh-t-rotate) var(--mh-ease); 
}

/* ===== ホバー時：一旦重なってから＋に（未オープン時のみ） ===== */
.site-header:not(.is-open) .menu-toggle:hover .menu-toggle__line,
.site-header:not(.is-open) .menu-toggle:focus-visible .menu-toggle__line{
  transform: translateY(0); /* まず中央に集合 → 重なって1本に見える */
}

.site-header:not(.is-open) .menu-toggle:hover .menu-toggle__line--bottom .menu-toggle__seg,
.site-header:not(.is-open) .menu-toggle:focus-visible .menu-toggle__line--bottom .menu-toggle__seg{
  transform: rotate(90deg);              /* 少し遅れて縦線になる */
  transition-delay: var(--mh-t-move);       /* 「重なる」アニメの後に回転開始 */
}

/* Topの水平線は回転しない（＋の横棒のまま） */
.site-header:not(.is-open) .menu-toggle:hover .menu-toggle__line--top .menu-toggle__seg,
.site-header:not(.is-open) .menu-toggle:focus-visible .menu-toggle__line--top .menu-toggle__seg{
  transform: rotate(0deg);
  transition-delay: 0ms;
}

/* ===== 開いた状態：×に変形（即時） ===== */
.site-header.is-open .menu-toggle__line{ 
    transform: translateY(0); 
    transition: transform var(--mh-t-cross) var(--mh-ease); 
}

.site-header.is-open .menu-toggle__line--top .menu-toggle__seg{ 
    transform: rotate(45deg); 
    transition: transform var(--mh-t-cross) var(--mh-ease); 
}

.site-header.is-open .menu-toggle__line--bottom .menu-toggle__seg{ 
    transform: rotate(-45deg); 
    transition: transform var(--mh-t-cross) var(--mh-ease); 
}

/* 低モーション環境の配慮 */
@media (prefers-reduced-motion: reduce){
    .menu-toggle__line,
    .menu-toggle__seg,
    .site-menu{ 
        transition: none !important; 
    }
}


.g_menu{
    
}

.g_menu .flex{
    
}

.g_menu .flex_left{
    width: 65%;
}

.g_menu .flex_right{
    width: 35%;
}

.g_menu_nav{
    padding: 10.78125vw 6.468749vw 6.03125vw 6.0625vw;
}

.g_menu_nav nav{
    
}

.g_menu_nav nav ul{
    
}

.g_menu_nav nav ul.flex{
    justify-content: space-between;
    flex-wrap: wrap;
}

.g_menu_nav nav ul li{
    width: calc(50% - 3.125vw);
    border-bottom: 1px dashed #00a26c;
    padding: 2.1875vw .46875vw 2.25vw .46875vw;
}

.g_menu_nav nav ul li:first-child,
.g_menu_nav nav ul li:nth-child(2){
    padding-top: 0;
}

.g_menu_nav nav ul li:last-child,
.g_menu_nav nav ul li:nth-child(7){
    border-bottom: 0;
}

.g_menu_nav nav ul li a{
    
}

.g_menu_nav nav ul li a.en_anchor{
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    display: inline-block;
    background: #00a26c;
    color: #fff;
    text-align: center;
    padding: .40625vw .46875vw .3125vw;
    font-size: 1.027vw;
    line-height: 1.12;
    letter-spacing: .02em;
}

.g_menu_nav nav ul li a.ja_anchor{
    font-family: 
    "Hiragino Kaku Gothic StdN",  /* macOS 旧来 */
    "Hiragino Kaku Gothic ProN", /* 古めのmacOS/iOS */
    "Hiragino Sans",             /* 新しめのmacOS/iOS */
    "ヒラギノ角ゴ Pro W8", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
    display: block;
    color: #00a26c;
    font-size: 1.556vw;
    line-height: 1.12;
    letter-spacing: -.04em;
    margin-top: .7vw;
}

.g_menu_nav nav ul li a.small_anchor{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: normal;
    display: inline-block;
    color: #00a26c;
    font-size: .998vw;
    line-height: 1.12;
    letter-spacing: .02em;
    margin-right: 1.34375vw;
    margin-top: 1.09375vw;
}

.g_menu_nav nav ul li a.small_anchor span{
    font-size: .5em;
    margin-right: 0.3vw;
    vertical-align: middle;
}

.g_menu_pharmacist{
    position: relative;
}

.g_menu_pharmacist .bg_pharmacist{
    width: 34.875vw;
}

.g_menu_pharmacist .pharmacist_anchor{
    position: absolute;
    left: 0;
    right: 0;
    top: 35vw;
/*    bottom: 18.25vw;*/
    width: 21.40625vw;
    margin: 0 auto;
}

.g_menu_pharmacist .pharmacist_anchor a{
    
}

.g_menu_pharmacist .pharmacist_small_anchor{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 45.3vw;
/*    bottom: 7.875vw;*/
    width: 21.40625vw;
    margin: 0 auto;
}

.g_menu_pharmacist .pharmacist_small_anchor a{
    font-family: 
    "Hiragino Kaku Gothic StdN",  /* macOS 旧来 */
    "Hiragino Kaku Gothic ProN", /* 古めのmacOS/iOS */
    "Hiragino Sans",             /* 新しめのmacOS/iOS */
    "ヒラギノ角ゴ Pro W8", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    font-size: .783125vw;
    line-height: 1.12;
    letter-spacing: .04em;
}

.g_menu_pharmacist .pharmacist_small_anchor a:last-child{
    margin-left: 1.8125vw;
}

@media screen and (max-width:850px){
    .fix_left{
        top: 1.05vw;
        left: 2.35vw;
    }

    .h_logo{
        width: 34.705vw;
    }

    .h_entry{
        width: 31.058vw;
    }

    .h_menu{
        width: 11.176vw;
    }
    
    
    .mh{
  --mh-btn-size: 11.173vw;            /* クリック領域 */
  --mh-line-w: 4.705vw;              /* 線の長さ */
  --mh-line-h: .353vw;               /* 線の太さ */
  --mh-gap: .7vw;                  /* 2本線の初期ギャップ */
}

/* メニュー本体（開閉） */
/* 指定：枠線 #00a26c、背景 #f0f0f0 */
.site-menu {
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    background: #fff;
    opacity: 0;
    transform: translateX(100%);
    display: flex;
    align-items: flex-start;
}

.site-header.is-open .site-menu {
    /* max-height: 100vh; */
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.3s ease-out, opacity 0.2s ease-out;
}

/* 2本線ボタン（右上固定） */
.menu-toggle{ 
/*
    position: absolute; 
    left: 0;
    right: 0; 
    top: 20px; 
*/
    width:var(--mh-btn-size); 
    height:var(--mh-btn-size); 
    display:inline-flex; 
    align-items:center; 
    justify-content:center; 
    border:0; 
    background:transparent; 
    cursor:pointer; 
    padding:0; 
}
    
.g_menu .flex{
    flex-wrap: wrap;
}

.g_menu .flex_left{
    width: 100%;
}

.g_menu .flex_right{
    width: 100%;
}

.g_menu_nav{
    padding: 21.529vw 4.94vw 10.235vw;
}

.g_menu_nav nav ul.flex{
    justify-content: space-between;
    flex-wrap: wrap;
}

.g_menu_nav nav ul li{
    width: 100%;
    padding: 5.88vw 0 5.29vw;
}

.g_menu_nav nav ul li:first-child{
    padding-top: 0;
}
    
.g_menu_nav nav ul li:nth-child(2){
    padding-top: 5.88vw;
}

.g_menu_nav nav ul li:last-child{
    border-bottom: 0;
}
    
.g_menu_nav nav ul li:nth-child(7){
    border-bottom: 1px dashed #00a26c;
}

.g_menu_nav nav ul li a.en_anchor{
    padding: 1.529vw 2vw;
    font-size: 3.71vw;
    line-height: 1.12;
    letter-spacing: .02em;
}

.g_menu_nav nav ul li a.ja_anchor{
    font-size: 4.47vw;
    line-height: 1.12;
    letter-spacing: -.04em;
    margin-top: 2.94vw;
}

.g_menu_nav nav ul li a.small_anchor{
    font-size: 3.604vw;
    line-height: 1.12;
    letter-spacing: .02em;
    margin-right: 4.705vw;
    margin-top: 3.29vw;
}

.g_menu_nav nav ul li a.small_anchor span{
    font-size: .7em;
    margin-right: 1vw;
}

.g_menu_pharmacist .bg_pharmacist{
    width: 100%;
}

.g_menu_pharmacist .pharmacist_anchor{
    top: auto;
    bottom: 18vw;
    width: 89.64vw;
}

.g_menu_pharmacist .pharmacist_small_anchor{
    top: auto;
    bottom: 7vw;
    width: 80%;
}

.g_menu_pharmacist .pharmacist_small_anchor a{
    font-size: 2.95vw;
}

.g_menu_pharmacist .pharmacist_small_anchor a:last-child{
    margin-left: 7.64vw;
}
    
}


/*下層ページロゴ*/
.site-header{position:sticky;top:0;z-index:1000;transition:background .25s, box-shadow .25s}
.site-header:not(.is-solid){background:transparent}
.site-header.is-solid{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.06)}
.logo_a img{display:block;position:absolute;inset:0;margin:0;transition:opacity .2s}
.logo_a{position:relative;display:inline-block; width: 12.125vw;}
.logo--light{opacity:1; position: static !important;}
.logo--dark{opacity:0}
.site-header.is-solid .logo--light{opacity:0}
.site-header.is-solid .logo--dark{opacity:1}

/* PCの基本（必要なら入替OK） */
/*
.logo_a{position:relative;display:inline-block}
.logo_a img{position:absolute;inset:0;margin:auto;display:block;opacity:0;transition:opacity .2s}
.logo_a .logo--dark{opacity:1}
.logo_a .logo--light{opacity:0}

 スマホだけ切替（.sp が付く環境に合わせた指定） 
.sp .logo_a[data-sp-variant="invert"] .logo--dark{opacity:0}
.sp .logo_a[data-sp-variant="invert"] .logo--light{opacity:1}
.sp .logo_a[data-sp-variant="light"]  .logo--dark{opacity:0}
.sp .logo_a[data-sp-variant="light"]  .logo--light{opacity:1}
.sp .logo_a[data-sp-variant="dark"]   .logo--dark{opacity:1}
.sp .logo_a[data-sp-variant="dark"]   .logo--light{opacity:0}
*/

@media screen and (max-width:850px){
    .logo_a{width: 34.705vw;}
}

/****************************
header ヘッダー
****************************/


/****************************
#main メイン
****************************/
/* 追従用クローン（共通） */
.line-cta--floating{
  position:fixed;
  left:50%;
  bottom:clamp(12px, 3vw, 24px);
  transform:translate(-50%, 16px);
  opacity:0;
  pointer-events:none;
  z-index:998;
  width:35.0625vw;
  margin:0 !important;
  /* ▼ ここを変更（opacity は 0.5s に） */
  transition: transform .35s ease, opacity .5s ease;
}
.line-cta--floating.is-visible{
  transform:translate(-50%, 0);
  opacity:1;
  pointer-events:auto;
}

/* ★フッターに重なったときは 0.5s でフェードアウト */
.line-cta--floating.is-over-footer{
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width:850px){
    .line-cta--floating{ 
        width:min(84vw, 520px); 
    }
}


/************************************
.under 下層共通
************************************/
.center_txt{
    text-align: center;
}

/*下層共通ボタン*/
.under#main .inner .under_h2{
    color: #fff;
}

.under_button a img{
	max-width: 325px;
}

.under_button .flex{
	flex-flow: column;
    max-width: 1100px;
    margin: 0 auto;
    max-width: 68.75vw;
}

.under_button .flex .button{
	margin-top: 45px;
    width: 500px;
    margin: 2.8125vw auto 0;
    width: 31.25vw;
}

.under_button .flex .button:first-child{
    background: #fff;
}

.under_button .flex .button:first-child a{
    color: #d65346;
    border: 2px solid #4c444d;
}

@media screen and (max-width:768px){
	.under_button .flex{
		flex-wrap: wrap;
	}

	.under_button .flex .button{
		margin-top: 33.75px;
		width: 100%;
	}

	.under_button .flex .button:first-child{
        margin-top: 75px;
    }

	.under_button a img{
		max-width: 325px;
	}
}

@media screen and (max-width:480px){
    .under_button .flex .button{
    	margin-top: 25.3125px;
    }

    .under_button .flex .button:first-child{
        margin-top: 56.25px;
    }

	.under_button a img{
		max-width: 250px;
	}
}

/*form用ボタン*/
.button{
    text-align: center;
    display: block;
    background: #4c444d;
    padding: 3px;
    margin: 80px auto 0;
    max-width: 500px;
    padding: 0.1875vw;
    margin: 5vw auto 0;
    max-width: 31.25vw;
}

.button input[type="submit"]{
    display: block !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    padding: 20px 0 !important;
    font-size: 24px !important;
    letter-spacing: 0.34px !important;
    line-height: 1.5 !important;
    border: 0.0625vw solid #fff !important;
    padding: 1.25vw 0 !important;
    font-size: 1.5vw !important;
    letter-spacing: 0.02125vw !important;
    margin-top: 0 !important;
}

@media screen and (max-width:768px){
    .button{
        padding: 3px;
        margin: 80px auto 0;
        max-width: 500px;
    }

    .button input[type="submit"]{
        border: 1px solid #fff !important;
        padding: 20px 0 !important;
        font-size: 24px !important;
        letter-spacing: 0.34px !important;
        line-height: 1.5 !important;
    }
}

@media screen and (max-width:480px){
    .button{
        padding: 1.5px;
        margin: 40px auto 0;
        max-width: 250px;
    }

    .button input[type="submit"]{
        border: 1px solid #fff !important;
        padding: 20px 0 !important;
        font-size: 17px !important;
        letter-spacing: 0.17px !important;
    }
}

@media screen and (max-width:420px){
    .button{
        padding: 2px;
        margin: 25px auto 0;
        max-width: 300px;
    }

    .button input[type="submit"]{
        border: 1.5px solid #fff !important;
        padding: 15px 0 !important;
        font-size: 16px !important;
        letter-spacing: 0 !important;
    }
}
/************************************
.under 下層共通
************************************/

/****************************
#main メイン
****************************/


/****************************
footer フッター
****************************/
footer {
    font-family: 
    "Hiragino Kaku Gothic StdN",  /* macOS 旧来 */
    "Hiragino Kaku Gothic ProN", /* 古めのmacOS/iOS */
    "Hiragino Sans",             /* 新しめのmacOS/iOS */
    "ヒラギノ角ゴ Pro W8", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
}

.footer_top_bg{
    position: relative;
}

.footer_form{
    position: absolute;
    top: 3.28125vw;
    right: 11.375vw;
    width: 22.65625vw;
    height: 34.65625vw;
}

.footer_form > div{
    padding: .9375vw .78125vw;
}

.footer_form_pad{
    padding: 1.875vw .9375vw 2.1875vw;
}

.footer_form_h{
    text-align: center;
    color: #00a26c;
    padding-bottom: .25vw;
    font-size: 1.1915vw;
    line-height: 1.12;
    letter-spacing: .02em;
}

.footer_form_main input::placeholder {
    color: #00a26c;
}

.footer_bottom_bg{
    padding: 2.5vw 4.6875vw 1.5625vw;
}

.footer_bottom_bg nav{
    padding-bottom: 1.5625vw;
    padding-left: .46875vw;
}

footer_bottom_bg nav ul {
    
}

.footer_bottom_bg nav ul.flex{
    justify-content: flex-start;
}

.footer_bottom_bg nav ul li{
    margin-right: 1.5625vw;
}

.footer_bottom_bg nav ul li:last-child{
    margin-right: 0;
}

.footer_bottom_bg nav ul li a{
    font-family: 
    "Hiragino Kaku Gothic StdN",  /* macOS 旧来 */
    "Hiragino Kaku Gothic ProN", /* 古めのmacOS/iOS */
    "Hiragino Sans",             /* 新しめのmacOS/iOS */
    "ヒラギノ角ゴ Pro W8", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #fff;
    font-size: .710vw;
    line-height: 1.12;
    letter-spacing: .04em;
}

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

.footer_bottom_flex_left{
    width: 21.25vw;
}

.footer_logo{
    padding-bottom: .5625vw;
}

.footer_logo.flex{
    justify-content: flex-start;
    align-items: flex-end;
}

.footer_logo a:first-child img{
    width: 9.3125vw;
    margin-right: .3125vw;
}

.footer_logo a:last-child img{
    width: 11.28125vw;
    margin-left: .3125vw;
}

.footer_license{
    width: 21.125vw;
    padding-bottom: .78125vw;
}

.footer_bottom_flex_right{
    padding-top: 1.5625vw;
    padding-right: 5vw;
}

.footer_sns{
    
}

.footer_sns.flex{
    justify-content: center;
    align-items: baseline;
}

.footer_sns img.logo_line{
    width: 9.375vw;
    margin-right: 1.5625vw;
}

.footer_sns img.logo_instagram{
    width: 10.28125vw;
    margin-right: 2.96875vw;
    margin-bottom: -.4vw;
}

.footer_sns img.logo_facebook{
    width: 10.0625vw;
    margin-right: 3.0625vw;
}

.footer_sns img.logo_youtube{
    width: 9.8125vw;
}

.footer_bottom_copy{
    color: #fff;
    font-size: .404vw;
    line-height: 1.12;
    letter-spacing: -.02em;
}


/****************************
wp用
****************************/
.cf7-clear-file{
  margin-top:.75em;
  padding:.3em .7em;
  font-size:13px;
  line-height:1;
  border:1px solid #ddd;
  border-radius:6px;
  background:#f7f7f7;
  cursor:pointer;
}
.cf7-clear-file:hover{ background:#eee; }


@media all and (-ms-high-contrast: none) {
    .footer_form_main .submit_p input{
        background: #00a26c;
	}
}

/************************************
/contact お問い合わせ
************************************/


/* 全画面対応 */
@media screen and (min-width:1601px){
/************************************
/contact お問い合わせ
************************************/
/*
    .contact_block {
        margin: 0 auto;
        max-width: 75vw;
        padding: 0 1.875vw;
    }
*/
}


/****************************
wp用
****************************/
/*
    .footer_form_main form div {
        margin-bottom: 1.875vw;
        font-size: 0.9375vw;
    }

     .footer_form_main .any th:after{
        font-size: 0.875vw;
        margin-left: 0.3125vw;
    }

    .footer_form_main .hissu th:after{
        font-size: 0.875vw;
        margin-left: 0.3125vw;
    } 
*/

.footer_form_main input,
.footer_form_main textarea,
.footer_form_main select{
    font-family: 
        "Hiragino Kaku Gothic StdN",  /* macOS 旧来 */
        "Hiragino Kaku Gothic ProN", /* 古めのmacOS/iOS */
        "Hiragino Sans",             /* 新しめのmacOS/iOS */
        "ヒラギノ角ゴ Pro W8", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    box-sizing: border-box;
    width: 100%;
    padding: 0.78125vw;
    margin-top: 1vw;
    background: #fff;
    border: 1px solid #00a26c;
    color: #00a26c;
    font-size: .843vw;
    line-height: 1.12;
    letter-spacing: -.04em;
}

/*
.footer_form_main .submit_p input{
    padding: 1.25vw 0;
    font-size: 0.875vw;
}

.footer_form_main form div.w1200 .submit_back{
    margin: 0 0.9375vw;
    min-width: 9.375vw;
}

.footer_form_main form div.w1200 .submit_send{
    margin: 0 0.9375vw;
    width: 1.875vw;
}

.footer_form_main input[type="checkbox"]{
    padding: 0.375vw;
}

.footer_form_main form div.checkbox{
    margin-top: 4.375vw;
    font-size: 1vw;
}

.footer_form_main input.postal_code,
.footer_form_main select.region_code{
    width: 50%;
}

.personal{
    margin: 5vw auto;
    max-width: 50vw;
    height: 25vw;
    padding: 1.25vw;
}

.personal p:first-child{
    margin-bottom: 1.25vw;
    font-size: 1.125vw;
}

.personal p{
    font-size: 0.875vw;
}
*/

.footer_form_annotation{
    margin: .78125vw 1.718vw 0;
}

.footer_form_annotation p{
    color: #999;
    font-size: .573vw;
    line-height: 1.12;
    letter-spacing: -.04em;
}

.footer_form_annotation p a{
    color: #999;
}

/*
.footer_form_main .submit_p{
    display: block;
    box-sizing: border-box;
    width: 16.1875vw;
    padding: 1.406vw 1.25vw;
    margin: .78125vw auto 0;
    color: #fff;
    font-size: 1.191vw;
    line-height: 1.12;
    letter-spacing: -.04em;
}
*/
.footer_form_main .submit_p{
    box-sizing: border-box;
    width: 17vw;
    margin: .78125vw auto 0;
}

.footer_form_main .submit_p input{
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    background: inherit;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    border: 0;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    padding: 1.406vw 1.25vw;
    color: #fff;
    border: none;
    display: block;
    color: #fff;
    font-size: 1.191vw;
    line-height: 1;
    letter-spacing: -.02em;
}

.wpcf7 .ajax-loader, .wpcf7-spinner{
    display: none !important;
}

.footer_form_main select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 2em;
}
.footer_form_main .select-wrap{
    position: relative;
}
.footer_form_main .select-wrap::after{
    content: '';
    width: 6px;
    height: 6px;
    margin-top: 0;
    border-top: solid 1.5px #00a26c;
    border-right: solid 1.5px #00a26c;
    transform: rotate(135deg);
    position: absolute;
    top: 53%;
    right: .8125vw;
    pointer-events: none;
}
    
/* フッター内フォームのインラインエラーは非表示にしてレイアウト崩れを防ぐ */
.footer_form_main .wpcf7-not-valid-tip,
.footer_form_main .wpcf7-response-output {
  display: none !important;
}

/* 代わりに入力欄のエラー強調は残す */
.footer_form_main .wpcf7-form-control.wpcf7-not-valid {
  border-color: #e74c3c !important;
  outline: none;
}

/* モーダル一式 */
#cf7-modal {
  position: fixed;
  inset: 0;
  display: none;            /* .is-open で表示 */
  align-items: center;
  justify-content: center;
  z-index: 99999;
  background: rgba(0,0,0,.5);
}
#cf7-modal.is-open { display: flex; }
#cf7-modal .cf7-modal__dialog {
  width: min(560px, 92vw);
  max-height: 80vh;
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  padding: 20px 16px;
}
#cf7-modal .cf7-modal__header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 8px;
}
#cf7-modal .cf7-modal__title { font-size: 18px; font-weight: 700; }
#cf7-modal .cf7-modal__close {
  appearance: none; border: 0; background: transparent; font-size: 20px; line-height: 1; cursor: pointer;
}
#cf7-modal .cf7-modal__body ul { margin: 8px 0 0; padding-left: 20px; }
#cf7-modal .cf7-modal__body li { margin: 6px 0; }

@media screen and (max-width:850px){
    .footer_form_main input,
    .footer_form_main textarea,
    .footer_form_main select{
        padding: 3vw 2vw;
        margin-top: 3.5vw;
        font-size: 2.5vw;
    }

    .footer_form_annotation{
        margin: 4vw 3vw 0;
    }

    .footer_form_annotation p{
        font-size: 2.2vw;
    }

    .footer_form_main .submit_p{
        box-sizing: border-box;
        width: 75%;
        margin: 6vw auto 0;
    }

    .footer_form_main .submit_p input{
        padding: 4vw 3vw;
        font-size: 3.5vw;
    }

    .wpcf7 .ajax-loader, .wpcf7-spinner{
        display: none !important;
    }

    .footer_form_main select{
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding-right: 2em;
    }
    .footer_form_main .select-wrap{
        position: relative;
    }
    .footer_form_main .select-wrap::after{
        content: '';
        width: 6px;
        height: 6px;
        margin-top: 0;
        border-top: solid 1.5px #00a26c;
        border-right: solid 1.5px #00a26c;
        transform: rotate(135deg);
        position: absolute;
        top: 53%;
        right: .8125vw;
        pointer-events: none;
    }

    /* フッター内フォームのインラインエラーは非表示にしてレイアウト崩れを防ぐ */
    .footer_form_main .wpcf7-not-valid-tip,
    .footer_form_main .wpcf7-response-output {
      display: none !important;
    }

    /* 代わりに入力欄のエラー強調は残す */
    .footer_form_main .wpcf7-form-control.wpcf7-not-valid {
      border-color: #e74c3c !important;
      outline: none;
    }

    /* モーダル一式 */
    #cf7-modal {
      position: fixed;
      inset: 0;
      display: none;            /* .is-open で表示 */
      align-items: center;
      justify-content: center;
      z-index: 99999;
      background: rgba(0,0,0,.5);
    }
    #cf7-modal.is-open { display: flex; }
    #cf7-modal .cf7-modal__dialog {
      width: min(560px, 92vw);
      max-height: 80vh;
      overflow: auto;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0,0,0,.2);
      padding: 20px 16px;
    }
    #cf7-modal .cf7-modal__header {
      display: flex; align-items: center; justify-content: space-between;
      margin-bottom: 8px;
    }
    #cf7-modal .cf7-modal__title { font-size: 18px; font-weight: 700; }
    #cf7-modal .cf7-modal__close {
      appearance: none; border: 0; background: transparent; font-size: 20px; line-height: 1; cursor: pointer;
    }
    #cf7-modal .cf7-modal__body ul { margin: 8px 0 0; padding-left: 20px; }
    #cf7-modal .cf7-modal__body li { margin: 6px 0; }
}
/****************************
wp用
****************************/

@media screen and (max-width:850px){
    .footer_form{
        top: auto;
        left: 0;
        right: 0;
        bottom: 10vw;
        width: 100%;
        padding: 0 4.7vw;
        box-sizing: border-box;
        height: auto;
    }

    .footer_form > div{
        padding: 5vw 3vw;
    }

    .footer_form_pad{
        padding: 5vw 3vw 6vw;
    }

    .footer_form_h{
        padding-bottom: 2vw;
        font-size: 4vw;
    }
    

    .footer_bottom_bg{
        padding: 8vw 5vw 6vw;
    }

    .footer_bottom_bg nav{
        padding: 0 3vw 6vw;
    }

    .footer_bottom_bg nav ul.flex{
        justify-content: flex-start;
    }

    .footer_bottom_bg nav ul li{
        margin-right: 3vw;
    }

    .footer_bottom_bg nav ul li a{
        font-size: 2vw;
    }

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

    .footer_bottom_flex_left{
        box-sizing: border-box;
        width: 100%;
        padding: 0 5vw;
    }

    .footer_logo{
        padding-bottom: 2vw;
    }

    .footer_logo a:first-child img{
        width: 46%;
        margin-right: 1.5vw;
    }

    .footer_logo a:last-child img{
        width: 48%;
        margin-left: 1.5vw;
    }

    .footer_license{
        width: 100%;
        padding-bottom: 3vw;
    }

    .footer_bottom_flex_right{
        padding-top: 0;
        padding-right: 0;
    }
    
    .footer_sns{
        border-bottom: 2px solid #fff;
        padding: 0 3vw 5vw;
        margin-bottom: 5vw;
    }

    .footer_sns.flex{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .footer_sns a{
        width: 46%;
    }
    
    .footer_sns img{
        margin-bottom: 3.5vw;
    }

    .footer_sns img.logo_line{
        width: 100%;
        margin-right: 0;
    }

    .footer_sns img.logo_instagram{
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.8vw;
    }

    .footer_sns img.logo_facebook{
        width: 100%;
        margin-right: 0;
    }

    .footer_sns img.logo_youtube{
        width: 100%;
    }

    .footer_bottom_copy{
        padding: 0 5vw;
        font-size: 1.88vw;
    }
}

@media screen and (max-width:480px){
    
}
/****************************
footer フッター
****************************/


/****************************
404ページ css
****************************/
.under #fv.img_none h1{
    font-size: 4vw;
}

.under #fv.img_none > div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
	height: 21.875vw;
}

.under #fv.img_none img{
    display: none;
}

.under #fv.img_none h1{
	text-align: center;
    top: 40%;
    bottom: auto;
    left: 0;
    right: 0;
    margin-bottom: 0 !important;
}

.under #fv.img_none p{
	text-align: center;
    top: 58%;
    bottom: auto;
    left: 0;
    right: 0;
}

@media screen and (max-width:768px){
    .under #fv.img_none > div{
        margin-top: 0;
        height: 200px;
    }

    .under #fv.img_none img{
        display: none;
    }

    .under #fv.img_none h1{
        top: 30%;
    }

    .under #fv.img_none p{
        top: 55%;
    }
}

@media screen and (max-width:480px){
    .under #fv.img_none > div{
        margin-top: 0;
        height: 180px;
    }

    .under #fv.img_none img{
        display: none;
    }

    .under #fv.img_none h1{
        top: 30%;
    }

    .under #fv.img_none p{
        top: 55%;
    }
}

@media screen and (max-width:415px){
    .under #fv.img_none > div{
        margin-top: 0;
        height: 180px;
    }

    .under #fv.img_none img{
        display: none;
    }

    .under #fv.img_none h1{
        top: 30%;
    }

    .under #fv.img_none p{
        top: 55%;
    }
}

#error{
    padding: 10vw 5vw;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5;
}

#error a{
    display: inline-block;
    text-align: center;
    background: #00a26c;
    color: #fff;
    padding: 10px 20px;
    margin: 30px auto 0;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5;
}
/****************************
404ページ css
****************************/
