/* CSS Document */
/*
Theme Name:アリス公式サイト　
Theme URI: https://www.chatlady-alice.com/
Description: This is our original theme.
Author: 
Author URI:
Version:1.0
*/

/* =========================
  base
========================= */

:root {
  --color-main: #333333;
  --color-key: #e71425;
  --color-bg: #ffffff;
  --font: "Kiwi Maru", serif;
  --space-xs: clamp(8px, 2.5vw, 10px);
  --space-sm: clamp(12px, 5vw, 20px);
  --space-md: clamp(20px, 7.5vw, 30px);
  --space-l: clamp(24px, 10vw, 40px);
  --space-xl: clamp(32px, 12.5vw, 50px);
  --space-2xl: clamp(40px, 15vw, 60px);
  --space-3xl: clamp(48px, 17.5vw, 70px);
  --space-4xl: clamp(56px, 20vw, 80px);
  --transition: .5s ease;
}


/*------------------------------------------------------------------
	Universal Selector
------------------------------------------------------------------*/
* {
    font-style: normal;
    margin: 0;
    padding: 0;
    text-align: left;
	box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}
[id] {
  scroll-margin-top: 60px;
}
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  color: var(--color-main);
	font-size:16px;
  line-height: 1.5;
  font-weight: 400;
  background:
    url("images/common/pc_bg.jpg")
    center center / cover no-repeat fixed;
  overflow-x: hidden;
}

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

ul {
  list-style: none;
}
li {
    list-style-type: none;
}
p{
	line-height:1.8;
}
img{
    height: auto;
    max-width: 100% ;
	vertical-align:bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
	font-weight: normal;
}
/* =========================
  layout
========================= */

.layout {
  position: relative;
}
.z-02{
	position: relative;
	z-index: 2;
}
.m5t{margin-top: 5px !important;}
.m5b { margin-bottom: 5px !important; }
.m10b { margin-bottom: 10px !important; }
.m15b { margin-bottom: 15px !important; }
.m20b { margin-bottom: 20px !important; }
.m30b { margin-bottom: 30px !important; }
.m40b { margin-bottom: 40px !important; }
.m50b { margin-bottom: 50px !important; }
.m60b { margin-bottom: 60px !important; }
.m70b { margin-bottom: 70px !important; }
.m80b { margin-bottom: 80px !important; }
.m90b { margin-bottom: 90px !important; }
.m100b { margin-bottom: 100px !important; }
.mb01{margin-bottom:var(--space-xs) }
.mb02{margin-bottom:var(--space-sm) }
.mb03{margin-bottom:var(--space-md) }
.mb04{margin-bottom:var(--space-l) }
.mb05{margin-bottom:var(--space-xl) }
.mb06{margin-bottom:var(--space-2xl) }
.mb07{margin-bottom:var(--space-4xl) }
.mb08{margin-bottom:clamp(40px, 24vw, 100px)}
.mb09{margin-bottom:clamp(50px, 35vw, 150px)}
.mr01{margin-right: 3px;}
.ml01{margin-left: 10px;}
.p-i01{padding-inline:clamp(10px, 4vw, 30px);}
.p-b01{padding-block:var(--space-sm);}
.p-b02{padding-block:var(--space-md);}
.p-b03{padding-block:var(--space-l)}
.pb01{
	padding-bottom: var(--space-xl);
}

.bold { font-weight: bold !important; }
.txtRed { color: var(--color-key); }
.txtBlack { color: var(--color-main); }
.txtWhite { color: #FFFFFF !important; }
.txt10 { font-size: 77% !important; }
.txt11 { font-size: 92% !important; }
.txt13 { font-size: 109% !important; }
.txt14 { font-size: 117% !important; }
.txt15 { font-size: 125% !important; }
.txt17 { font-size: 142% !important; }
.txt18 { font-size: 150% !important; }
.txt20 { font-size: 167% !important; }

.f-min{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E", "メイリオ", Meiryo, serif;
}
.f-maru {
  font-family:var(--font);
  font-style: normal;
}
.clear { clear: both !important; }
.cen { text-align: center !important; }
.cen-pc{text-align:center !important;}
.left { text-align: left !important; }
.right { text-align: right !important; }
/* 投稿の画像配置 */
.f-left{float:left;}
.f-right{float:right;}

.bg01{
background: linear-gradient(to bottom,  #fff1eb 0%,#ffcfca 100%); 
}
.bg02{
	background: var(--color-key);
}
.bg03{
	background: #fff1eb;
}
.bg04{
	position: relative;
	padding-top: var(--space-l);
	background:#ffeae1 url("images/common/bg02-t.jpg") center top / 100% no-repeat;
}
.bg04::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  width: 110%;
  height: 210px;
  background: #ffeae1;
  border-radius: 50%;
	z-index: 1;
}
.bg05{
	background: #ffeae1;
}
.line01{
	padding-bottom: 5px;
	border-bottom:dotted 2px var(--color-key);
}
.span01{
	position: relative;
	display: inline-block;
	border-right:dotted  2px #333;
}
.span01.last{
	display: inline-block;
	border-left:dotted  2px #333;
}
.span01.no{
	border-right:none;
}
.span02{
  text-shadow    : 
       1px  1px 0px #ffffff,
      -1px  1px 0px #ffffff,
       1px -1px 0px #ffffff,
      -1px -1px 0px #ffffff,
       1px  0px 0px #ffffff,
       0px  1px 0px #ffffff,
      -1px  0px 0px #ffffff,
       0px -1px 0px #ffffff;  
}
.span03{
	border-bottom:dotted  2px #333;
	line-height: 2;
}
.span04{
	border-bottom:dotted 2px var(--color-key);
	line-height: 2;
}
.secstyle01{
	position: relative;
}
.secstyle01::before{
	content: " ";
	width: 100%;
	height: 50px;
	display: block;
	background: url("images/common/bg01.png");
	background-size:11px;
}
.secstyle02{
	position: relative;
}
.secstyle02::before{
	content: " ";
	width: 100%;
	height: 85px;
	display: block;
	position: absolute;
	left: 0;
	top:0;
	background: url("images/common/bg01.png");
	background-size:11px;
}
.hstyle01{
	text-align: center;
}
.hstyle01 .ttl1{
	padding: 3px 10px;
	display: inline-block;
	border:solid 1px var(--color-key);
	color: var(--color-key);
	font-size:80%;
	background: #fff;
	border-radius: 20px;
}
.hstyle01 .ttl1 img{
	height: 17px;
}
.hstyle02{
	color: var(--color-key);
  font-family:var(--font);
	font-size:min(5.5vw,26px);
	text-align: center;
}
.hstyle02.small{
	font-size:min(4.8vw,22px);	
}
.hstyle03{
	padding-top: var(--space-xl);
	color: var(--color-key);
  font-family:var(--font);
	font-size:min(5.8vw,26px);
	text-align: center;
	background: url("images/common/hstyle03.png") no-repeat center top;
	background-size:70px;
}
.hstyle03.small{
	font-size:min(4.8vw,22px);	
}
.hstyle04{
	font-size:min(5vw,24px);
  font-family:var(--font);
}
.hstyle05{
	display: inline-block;
	position: relative;
	padding: 10px 15px;
	color: var(--color-key);
  font-family:var(--font);
	font-size:min(4.8vw,24px);
	text-align: center;	
}
.hstyle05::before{
	content: " ";
	position: absolute;
	left: 0px;
	top:0;
	background: url("images/common/commnet01_b.png") left top / 100% no-repeat;
	width: 20px;
	height: 25px;
}
.hstyle05::after{
	content: " ";
	position: absolute;
	right: 0px;
	bottom:0;
	background: url("images/common/commnet01_a.png") right top / 100% no-repeat;
	width: 20px;
	height: 25px;
}
.ulstyle01 .hstyle05{
	font-size:min(4.4vw,20px);	
	padding-inline: var(--space-sm);
}
.ulstyle01 .hstyle05{
	padding-left: 10px;
	padding-right: 0;
}
.ulstyle01 .hstyle05::before{
	left:-10px;
}
.ulstyle01 .hstyle05::after{
	right:-10px;
}
.hstyle06{
	min-height: 35px;
	padding-left: 40px;
	font-family: var(--font);
	font-size:110%;
}
.hstyle06.one{
	background: url("images/area/no1.png") left center / auto 35px no-repeat;	
}
.hstyle06.two{
	background: url("images/area/no2.png") left center / auto 35px no-repeat;	
}
.hstyle06.three{
	background: url("images/area/no3.png") left center / auto 35px no-repeat;	
}
.hstyle06.four{
	background: url("images/area/no4.png") left center / auto 35px no-repeat;	
}
.tatettl{
	font-family: var(--font);
	font-size:min(5.3vw,26px);
	writing-mode: vertical-rl;
  text-shadow    : 
       1px  1px 0px #ffffff,
      -1px  1px 0px #ffffff,
       1px -1px 0px #ffffff,
      -1px -1px 0px #ffffff,
       1px  0px 0px #ffffff,
       0px  1px 0px #ffffff,
      -1px  0px 0px #ffffff,
       0px -1px 0px #ffffff;  
}
.slider-bg{
	position: relative;
	padding-inline:5%;
}
.slider-bg::before{
	content: " ";
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	background:var(--color-key);
	width: 100%;
	height: 1px;
}
.slider-bg2{
	padding: 5%;
	background: #fff;
}
.slider-bg2 .slick-dotted.slick-slider{
	margin-bottom: 0;
}
.ulstyle01 li.inner{
	border:solid var(--color-key) 1px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 0 rgba(206,9,25,0.5);
}
.ulstyle01 li.inner{
        margin-right: 1px;
}
/*タイトルが赤のデザイン*/
.ulstyle01 li .ttl.bgred{
	padding-block:var(--space-xs);
	background: var(--color-key);
  font-family:var(--font);
	font-size:min(4.8vw,24px);
}
.ulstyle01 li .text{
	padding: var(--space-sm);
}

/*stepのデザイン*/
.ulstyle01.step li.inner{
	padding: var(--space-sm);
}
.ulstyle01.step li.inner .step{
	padding-inline:5px;
	display: inline-block;
	background: var(--color-key);
	font-size:90%;
}
.ulstyle01.step li.inner .stepttl{
	font-size:min(5vw,24px);
}
.ulstyle01.step li.inner p{
	font-size:90%;
}
/*pointのデザイン*/
.ulstyle01.point01 .slick-track{
	padding-top: 50px;
}
.ulstyle01.point01 li.inner{
	position: relative;
	overflow: inherit;
}
.ulstyle01.point01 li.inner .ttl{
	padding-inline: var(--space-xs);
	padding-block: var(--space-sm);
	font-size:clamp(12px, 4.3vw, 20px);
}
.ulstyle01.point01 li.inner p{
	font-size:90%;	
}
.ulstyle01.point01 li.inner .noicon{
	position: absolute;
	top:-40px;
	left: 50%;
	transform: translateX(-50%);
	width: 53px;
}
.ulstyle01.ttlwhite li.inner .ttl{
	padding-block: var(--space-sm);
	padding-inline: var(--space-xs);
}
.ulstyle01.ttlwhite li.inner p{
	font-size:90%;
}
.ulstyle01 li .job{
	margin-bottom: var(--space-xs);
	padding: 2px 10px;
	display: inline-block;
	background: var(--color-key);
	color:#fff;
	font:var(--font);
	font-size:90%;
	border-radius: 20px;
}

.ulstyle02 li{
	position: relative;
	padding-top: var(--space-md);
}
.ulstyle02 li .ttl2{
	width: 68%;
}
.ulstyle02 li:nth-of-type(even) .ttl2{
	margin-left: 32%;
}
.ulstyle02 li .ttl1{
	position: absolute;
	top: var(--space-l);
	right:5%;
	width: 24%;
}
.ulstyle02 li .ttl1.vl1{
	font-family: var(--font);
	font-size:min(5.3vw,26px);
	writing-mode: vertical-rl;
  text-shadow    : 
       1px  1px 0px #ffffff,
      -1px  1px 0px #ffffff,
       1px -1px 0px #ffffff,
      -1px -1px 0px #ffffff,
       1px  0px 0px #ffffff,
       0px  1px 0px #ffffff,
      -1px  0px 0px #ffffff,
       0px -1px 0px #ffffff;  
	line-height: 2;
}
.ulstyle02 li:nth-of-type(even) .ttl1{
	right:auto;
	left: 3%;
}
.ulstyle02 li:first-of-type{
	background: url("images/common/boxstyle01_01.png") no-repeat right top;
	background-size:80%;
}
.ulstyle02 li:nth-of-type(2){
	background: url("images/common/boxstyle01_02.png") no-repeat left top;
	background-size:98%;
}
.ulstyle02 li:nth-of-type(3){
	padding-top: var(--space-2xl);
	background: url("images/common/boxstyle01_03.png") no-repeat right top;
	background-size:75%;
}
.ulstyle02 li:nth-of-type(3) .ttl1{
	top: var(--space-3xl);
}
.ulstyle02 li:nth-of-type(4){
	background: url("images/common/boxstyle01_04.png") no-repeat left top;
	background-size:85%;
}
.ulstyle02 li:nth-of-type(5){
	background: url("images/common/boxstyle01_05.png") no-repeat right top;
	background-size:85%;
}
.ulstyle02 li .photo{
	position: relative;
}
.ulstyle02 li .photo .no{
	position: absolute;
	top:-25px;
	left: 10px;
	font-size:min(9vw,40px);
	color: #fff;
  text-shadow    : 
       1px  1px 0px var(--color-key),
      -1px  1px 0px var(--color-key),
       1px -1px 0px var(--color-key),
      -1px -1px 0px var(--color-key),
       1px  0px 0px var(--color-key),
       0px  1px 0px var(--color-key),
      -1px  0px 0px var(--color-key),
       0px -1px 0px var(--color-key);
	font-weight: bold;
	font-family: var(--font);

}
.ulstyle02 li:nth-of-type(even) .photo .no{
	left: auto;
	right:10px;
}
/*縦書き文字が1列バージョン*/
.ulstyle02.ul02-v1 li .ttl2{
	width: 83%
}
.ulstyle02.ul02-v1 li:nth-of-type(even) .ttl1{
	right:auto;
	left: 5%;
}
.ulstyle02.ul02-v1 li .ttl1{
	top: var(--space-2xl);
	right:5%;
	width: 6.4%;
}
.ulstyle02.ul02-v1 li .ttl1.vl1{
	font-size:min(6.4vw,36px);
	line-height: 1.6;
}
.ulstyle02.ul02-v1 li:nth-of-type(even) .ttl2{
	margin-left: 17%;
}
.ulstyle02.ul02-v1 li:nth-of-type(2) .ttl2{
	width: 92%;
	margin-left: 8%;
}
.ulstyle02.ul02-v1 li:nth-of-type(3) .ttl1{
	top: var(--space-4xl);
}
.ulstyle02.ul02-v1 li:nth-of-type(5) .ttl2{
	width: 95%;
}
/*縦書き文字が3列バージョン*/
.ulstyle02.ul02-v2 li .ttl2{
	width: 58%;
}
.ulstyle02.ul02-v2 li .ttl1{
	width:36%
}
.ulstyle02.ul02-v2 li:nth-of-type(even) .ttl2{
	margin-left: 42%;
}
.ulstyle02.ul02-v2 li:nth-of-type(even) .ttl1{
	top:10%;
}
.ulstyle02.ul02-v2 li:nth-of-type(2){
	background-size:85%;
}
.ulstyle02.ul02-v2  li:nth-of-type(3){
	padding-top: var(--space-sm);
}
.ulstyle02.ul02-v2 li:nth-of-type(3) .ttl1{
	top: var(--space-sm);	
}
/*----画像に番号付き---*/
.ulstyle02 .ttl2.no{
	position: relative;
}
.ulstyle02 .ttl2.no figcaption{
	position: absolute;
	top:-25px;
	left: 10px;
	font-size:min(9vw,40px);
	color: #fff;
  text-shadow    : 
       1px  1px 0px var(--color-key),
      -1px  1px 0px var(--color-key),
       1px -1px 0px var(--color-key),
      -1px -1px 0px var(--color-key),
       1px  0px 0px var(--color-key),
       0px  1px 0px var(--color-key),
      -1px  0px 0px var(--color-key),
       0px -1px 0px var(--color-key);
	font-weight: bold;
	font-family: var(--font);
}
.ulstyle02 li:nth-of-type(even) .ttl2.no figcaption{
	left: auto;
	right:10px;
}

.ulstyle03 li{
	padding-top: 20px;
	padding-bottom: 40px;
	position: relative;
}
.ulstyle03 li::before{
	content: " ";
	position: absolute;
	left: 0;
	top:0;
	width: 97%;
	height: 100%;
	background: #fff;
	border-radius: 0 0 80px 0;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
	z-index: 1;
}
.ulstyle03 li:nth-of-type(even)::before{
	left: auto;
	right:0;
	border-radius: 0 0 0 80px;
}
.ulstyle03 li .boxstyle01,.ulstyle03 li p{
	position: relative;
	z-index: 2;
}
.ulstyle03 li .boxstyle01 .ttl1{
	padding-inline:var(--space-xs);
	font-size:clamp(12px, 4.6vw, 22px);
	line-height: 2;
}
.ulstyle03 li p{
	padding-top: var(--space-sm);
	padding-left: var(--space-xs);
	padding-right: var(--space-l);
}
.ulstyle03 li:nth-of-type(even) p{
	padding-left: var(--space-l);
	padding-right: var(--space-xs);
}
.ulstyle03 .box01.bg03{
	padding:15px;
    margin-left: var(--space-xs);
    margin-right: var(--space-l);
}
.ulstyle03 .h3ttl{
	font-size:clamp(14px,5vw, 26px);
}
.ulstyle03 li .point{
	padding: 0 5px;
	display: inline-block;
	background: var(--color-key);
	color: #fff;
	line-height: 1.5;
	font-size:90%;
}
.ulstyle04 li{
	position: relative;
	padding-top: var(--space-md);
	background: url("images/flow/flow_bg3.png") center top / 100% no-repeat;
}
.ulstyle04 li .photo{
	position: relative;
	width: 58%;
}
.ulstyle04 li .photo .no{
	position: absolute;
	top:-25px;
	left: 10px;
	font-size:min(9vw,40px);
	color: #fff;
  text-shadow    : 
       1px  1px 0px var(--color-key),
      -1px  1px 0px var(--color-key),
       1px -1px 0px var(--color-key),
      -1px -1px 0px var(--color-key),
       1px  0px 0px var(--color-key),
       0px  1px 0px var(--color-key),
      -1px  0px 0px var(--color-key),
       0px -1px 0px var(--color-key);
	font-weight: bold;
	font-family: var(--font);

}
.ulstyle04 li .ttl1{
	position: absolute;
	top: var(--space-l);
	right:3%;
	width: 36%;
	font-family: var(--font);
	font-size:min(5.3vw,30px);
	writing-mode: vertical-rl;
  text-shadow    : 
       1px  1px 0px #ffffff,
      -1px  1px 0px #ffffff,
       1px -1px 0px #ffffff,
      -1px -1px 0px #ffffff,
       1px  0px 0px #ffffff,
       0px  1px 0px #ffffff,
      -1px  0px 0px #ffffff,
       0px -1px 0px #ffffff;  
	line-height: 2;
}
.ulstyle04 li:nth-of-type(even) .photo{
	margin-left: 42%;
}
.ulstyle04 li:nth-of-type(even) .photo .no{
	left: auto;
	right:10px;
}
.ulstyle04 li:nth-of-type(even) .ttl1{
	right:auto;
	left: 3%;
}
.ulstyle04 li:nth-of-type(odd) .ttl1.double{
	padding-right:7%;
}
.ulstyle04 li:nth-of-type(even) .ttl1.double{
	width:30%;
}
.ulstyle05 li{
	list-style-type: disc;
	margin-left: 1em;
}
.ulstyle06{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ulstyle06 li{
	margin-bottom: 10px;
	width: 48%;
	height:11.5vw;
	padding-block:clamp(5px, 2vw, 15px);
border:solid 1px var(--color-key);
	background: #fff;
	color: var(--color-key);
	border-radius: 5px;
	text-align: center;
	font-size:min(4vw,18px);

}
.ulstyle06 li.open{
	padding-top: min(1vw, 5px);
	line-height: 1.4;
}
.ulstyle06 li.open div.txtBlack{
	font-size:min(3vw,16px);
}
.ulstyle06.row1 li{
	width: 100%;
}
.ulstyle07 li .inner{
	padding-bottom: var(--space-l);
	width: 87%;
	background: #fff;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.1);	
}
.ulstyle07 li:nth-of-type(odd) .inner{
	border-radius: 0 0 80px 0;
}
.ulstyle07 li:nth-of-type(even) .inner{
	margin-left: 13%;
	border-radius: 0 0 0 80px;
}
.ulstyle07 li p{
	font-size:90%;
}
.olstyle01 li{
	list-style-type: decimal;
	margin-left: 20px;
}
.checklist li{
	padding-left: 20px;
	background: url("images/common/check.png") left top 2px/15px no-repeat;
	font-size:90%;
}


.slide-arrow {
  cursor: pointer;
  margin: auto;
  position: absolute;
	top: calc(50% - 25px);
  width: 30px;
	z-index: 3;
}
.prev-arrow {
  left:-3vw;
}
.next-arrow {
  right: -3vw;
}
.slider-w .slick-dots li button:before{
	color: #ccc;
}

/*赤の丸背景のデザイン*/
.red-inner{
	position: relative;
	padding-top: 30px;
	padding-bottom: 20px;
	background: url("images/common/red_bg01.png") center top / auto 100% no-repeat;
}
.red-inner .slick-dots li.slick-active button:before{
	color: #fff;
}

.boxstyle01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.boxstyle01.rev{
	flex-direction: row-reverse;
}
.boxstyle01.center{
	align-items: center;
}
.boxstyle02{
	display: flex;
}
.boxstyle02.rev{
	flex-direction: row-reverse;
}
.boxstyle02 .ttl1{
	padding: 0 3%;
	width: 13%;
}
.boxstyle02 .box{
	padding-bottom: var(--space-l);
	width: 87%;
	background: #fff;
	border-radius:0 0 0 80px;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
}
.boxstyle02.rev .box{
	border-radius: 0 0 80px 0;
}
.boxstyle02 .box .ttl2{
	padding-block: var(--space-xs);
}
.boxstyle02 .box .text1{
	font-size:90%;
}
.boxstyle03{
	padding: var(--space-sm);
}
.boxstyle03 dl{
	display: flex;
	flex-wrap: wrap;
}
.boxstyle03 dl dt{
	width: 30%;
}
.boxstyle03 dl dd{
	width: 70%;
}
.wid01{
	width:48%;
}
.wid02{
	width:50%;
}
.wid03{
	width:36%;
}
.wid04{
	width:60%;
}
.table01{
	border:solid var(--color-key) 1px;
	border-bottom:none;
	border-radius: 10px;
	overflow: hidden;
	border-collapse: separate;
	box-shadow: 0 4px 0 rgba(206,9,25,0.5);
}
.table01 tr{
	overflow:hidden;
}
.table01 th{
	padding: var(--space-xs);
	width: 25%;
	border-right:solid var(--color-key) 1px;
	border-bottom:solid var(--color-key) 1px;
	color: var(--color-key);
	font-weight: normal;
}
.table01 tr:first-of-type th{
	border-radius: 10px 0 0 0;
	overflow: hidden;
}
.table01 tr:first-of-type td{
	border-radius: 0 10px 0 0;
	overflow: hidden;
}
.table01 tr:last-of-type th{
	border-radius: 0 0 0 10px;
	overflow: hidden;
}
.table01 tr:last-of-type td{
	border-radius: 0 0 10px 0;
	overflow: hidden;
}
.table01 td{
	padding: var(--space-xs);
	width: 75%;
	border-bottom:solid var(--color-key) 1px;
}
.table01 ol li{
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 5px;
	line-height: 1.3;
}
.table01 ol li:last-of-type{
	margin-bottom: 0;
}
.link01 a{
	padding: var(--space-xs);
	display: inline-block;
	background: #dc3644;
	color: #fff;
	font-family: var(--font);
	border-radius: 20px;
	box-shadow: 0px 0px 8px rgba(103,92,93,0.5);
}
.link02 a{
	padding: 15px 40px 15px 15px;
	background: #dc3644 url("images/common/link02.png") right 10px center / 20px no-repeat;	
font-size: min(4.1vw, 20px);
}
.link01.double{
	line-height: 1.3;
}
.photo01{
	padding: var(--space-xs);
	display: grid;
	gap:2vw;
	grid-template-columns: repeat(3, 1fr);
}
.photo01 img:nth-of-type(2){
	margin-top: 20px;
}
.photo01.up img:nth-of-type(2){
	margin-top:0;
}
.photo01.up img:nth-of-type(1),.photo01.up img:nth-of-type(3){
	margin-top:20px;
}
.shop-list{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.shop-list li{
	width: 48%;
}
.shop-list li a{
	display: block;
	height: 50px;
	padding: 10px;
	margin-bottom: var(--space-xs);
	border:solid 1px var(--color-key);
	background: #fff url("images/common/list01.png") right 10px center / 20px no-repeat;
	border-radius: 5px;
	font-family: var(--font);
	color: var(--color-key);
}
.shop-list li.double a{
	padding: 7px 10px;
	line-height: 1;
}
.shop-list li .small{
	font-size:75%;
}
.en_bg01{
	position: absolute;
	left: 50%;
	top: max(-5.5vw, -30px);
	z-index: 2;
	transform: translateX(-50%);
}
.en-top{
	margin-top: -20px;
	padding: 0 30%;
}
.span-f01{
	font-size:min(4.3vw,22px);
}

/* =========================
  header
========================= */
.header {
  position: fixed;
  inset: 0 auto auto 0;
  width: 100%;
  min-height: 55px;
  z-index:5;
	background: rgba(255,255,255,0.7);
}
.home .header{
	background: none;
}
body.menu-open .header{
	background: none !important;
}

.header-site-title {
	position: absolute;
	top: 1px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
	display: block;
	width: auto;
	white-space: nowrap;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
	margin: 0;
	font-weight: 400;
	pointer-events: auto;
}
.header-site-title a {
	position: relative;
	z-index: 21;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	pointer-events: auto;
}
.logo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	padding-top: 18px;
	padding-bottom: 5px;
}
.logo img{
	display: block;
	width: 80px;
	height: auto;
}
.circle-text{
	display: none;
}
/* =========================
  hamburger
========================= */

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  border: none;
  cursor: pointer;
  z-index: 7;
  transition: var(--transition);
}

.hamburger span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: #e82030;
  transition: var(--transition);
}

.hamburger span:nth-child(1) {
  top: 20px;
}

.hamburger span:nth-child(2) {
  top: 27px;
}

.hamburger span:nth-child(3) {
  top: 34px;
}

/* active */

.hamburger.active span:nth-child(1) {
  top: 27px;
  transform:
    translateX(-50%)
    rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: 27px;
  transform:
    translateX(-50%)
    rotate(-45deg);
}
body.menu-open {
  overflow: hidden;
  height: 100dvh;
  overscroll-behavior: none;
}

/* =========================
  mobile nav
========================= */

.nav {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity .4s ease,
    visibility .4s ease;
  z-index: 6;
	padding-top: 60px;
	padding-bottom: 20px;
  background: rgba(17,17,17,.94);
	overflow-y: scroll;
}

.nav.active {
  opacity: 1;
  visibility: visible;
}
.nav-list a {
	display: block;
	border-bottom:solid 1px #666;
	padding-block: var(--space-xs);
	padding-inline: var(--space-sm);
	background:url("images/common/list03.png") right 20px center /8px no-repeat;
  color: #fff;
	font-size:clamp(12px, 4.3vw, 22px);
}
.area-list-sp{
	padding: var(--space-sm);
	display:grid;
	gap:10px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.area-list-sp li a{
	padding: var(--space-xs);	
	display: block;
	background: rgba(255,255,255,0.9);
	text-align: center;
	font-size:min(4vw,16px);
}
/* =========================
  contact
========================= */
#entry{
	padding-block:var(--space-l);
	background: url("images/common/entry_bg01.jpg") center bottom / cover no-repeat;
}
#entry h2{
	margin-bottom:55%;
}
#entry .inner{
	padding-bottom: var(--space-l);
	padding-inline: var(--space-sm);
	background: rgba(232,32,48,0.85);
	border-radius: 10px;
}
#entry .inner .text img{
	margin-top: -53%;
}
#entry .inner ul li a{
	padding: 15px 10px;
	display: block;
	border-radius: 20px;
	background: #fff;
	font-size:min(4.1vw,20px);
	text-align: center;
}
#entry .inner ul li:first-of-type a img{
	width: 20px;
	vertical-align: -2px;
	 margin-right: var(--space-xs);
}
#entry .inner ul li:last-of-type a img{
	width: 25px;
	 margin-right: var(--space-xs);
}
/* =========================
  footer
========================= */
footer{
	padding-bottom: 50px;
}
footer .footertop{
	padding-top: var(--space-l);
	padding-bottom: var(--space-sm);
	padding-inline:var(--space-sm);
	border-bottom:solid 1px #ccc;
}
footer .footertop .ttl img{
	width: 80px;
}
footer .footertop ul{
	display: flex;
	justify-content: center;
}
footer .footertop ul li a{
	padding-inline:5px;
	text-decoration: underline;
	font-size:90%;
}
footer .footerbottom{
	padding: var(--space-xs);
	line-height: 1.5;
	font-size:75%;
}
#footerFloatingMenu {
	display: block;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 4;
	text-align: center;
}

#footerFloatingMenu ul {
	display:grid;
grid-template-columns: repeat(3, 1fr);
}

#footerFloatingMenu ul li {
	border-top:solid 1px #fff;
	height: 50px;
	line-height: 1;
}

#footerFloatingMenu ul li:first-child {
	border-right: solid 1px #fff;
	background: #f14646;
}

#footerFloatingMenu ul li:nth-child(2) {
	border-right: solid 1px #fff;
	background: #4CC665;
}

#footerFloatingMenu ul li:nth-child(3) {
	background: #519cde;
}

#footerFloatingMenu ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	font-size: 11px;
}

#footerFloatingMenu ul li:first-of-type img {
	width: 31px;
}

#footerFloatingMenu ul li:nth-of-type(2) img {
	margin-top: 1px;
	width: 24px;
}

#footerFloatingMenu ul li:nth-of-type(3) img {
	margin-top: 4px;
	width: 26px;
}
#footerFloatingMenu ul li div {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;

}

/* モーダル全体 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

/* 表示時 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* 背景 */
.modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.8);
}

/* 中身 */
.modal__content {
	left: 50%;
	padding: 10% 5%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	overflow: auto;

}
.modal__content .text{
	max-width: 440px;
	margin: 0 auto 30px;
	text-align: center;
	font-size:min(3.8vw,18px);
}
.modal__content ul {
	max-width: 380px;
	margin: 0 auto;
}

.modal__content ul li a {
	position: relative;
	display: block;
	padding: 10px 22%;
	text-decoration: none;
	background:var(--color-key) ;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
	border-radius: 20px;
	font-size: min(3.8vw,16px);
}

.modal__content ul li a::before {
	content: " ";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 15px;
	background: url("images/common/list02.png") no-repeat center center;
	background-size: 100%;
}

.modal__content ul.f-tel a {
	background:#f14646 url("images/common/c_tel.png") no-repeat 10% center;
	background-size: 13px;

}

.modal__content ul.f-line a {
	background:#4CC665 url("images/common/c_line.png") no-repeat 10px center;
	background-size: 20px;
}
.f-line,
.f-tel {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.f-line li,
.f-tel li {
	width: calc(50% - 10px);
	list-style: none;
}

.f-line li a,
.f-tel li a {
	display: block;
	padding: 10px;
}

/* 閉じる */
.close {
  margin-top: 20px;
  text-align: center;
}

.close button {
	width: 100px;
	margin: 10px auto;
	display: block;
	text-align: center;
	text-decoration: none;
	background: #fff;
	padding: 5px 10px;
	color: #1a1a1a;
	border-radius: 5px;
}
/* =========================
  sidebar
========================= */

.sidebar {
  display: none;
}

/* =========================
  main
========================= */

.main {
  width: min(100%, 560px);
  margin-inline: auto;
  background: #fff;
  min-height: 100vh;
  box-shadow:
    0 0 30px rgba(0,0,0,.08);
	overflow: hidden;
}


/* =========================
  style
========================= */
#subimage{
	padding-bottom:var(--space-sm);
	background: url("images/top/topimage_bg01.png")
    center center / cover repeat;
}
#subimage .sub-top{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: url("images/chatlady/subimage.png") center bottom /cover no-repeat;
	height: 55vh;
}
#subimage .sub-top .ttl1{
	display: inline-block;
	margin-bottom: var(--space-xs);
	padding: var(--space-xs);
	border:solid 1px var(--color-key);
	background: #fff;
	color: var(--color-key);
  font-family:var(--font);
		font-size:min(5vw,30px);
}
#subimage .sub-top .ttl2{
	position: absolute;
	left: 0;
	top:58%;
	width: 100%;
	text-align: center;
	color: var(--color-key);
  font-family:var(--font);
	font-size:min(4.5vw,22px);
  text-shadow    : 
       1px  1px 0px #ffffff,
      -1px  1px 0px #ffffff,
       1px -1px 0px #ffffff,
      -1px -1px 0px #ffffff,
       1px  0px 0px #ffffff,
       0px  1px 0px #ffffff,
      -1px  0px 0px #ffffff,
       0px -1px 0px #ffffff;        /* 文字の影 */
}
#subimage .sub-bottom{
	display: flex;
	justify-content: center;
	align-items: center;	
	height: 16vh; 
	padding: 0 2%;
	font-size:clamp(12px, 4.2vw, 18px);
}
/*------------------パンくず----------------*/
#breadcrumb{
	position: relative;
	background: rgba(255,255,255,0.6);
	z-index: 2;
}
#breadcrumb ul{
	padding:5px 5px 5px 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 4px;
}
#breadcrumb ul li{
	font-size:75%;
}
#breadcrumb::after{
	content: " ";
	display: block;
	clear: both;
}
/*----------------faqアコーディオン---------------*/
.faq-list {
	padding: 15px;
	background: #ffeae1;
}

/* 質問部分 */
.faq-list dt {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  cursor: pointer;
}

/* Q画像 */
.icon-q {
  width: 19px;
  height: 23px;
  background: url("images/common/q.png") no-repeat center / contain;
  flex-shrink: 0;
}

/* 開閉記号 */
.toggle {
  margin-left: auto;
  font-size: 24px;
  line-height: 1;
	color: var(--color-key);
}

/* 回答部分 */
.faq-list dd {
  display: none;
}
.faq-list.active dd{
  padding-top:15px;
  margin-top:15px;
	border-top:dotted 2px var(--color-key);
  display: flex;
  gap: 12px;
	font-size:90%;
}
/* A画像 */
.icon-a {
  width: 20px;
  height: 19px;
  background: url(images/common/a.png) no-repeat center / contain;
  flex-shrink: 0;
  margin-top: 4px;
}

/* テキスト */
.answer-text {
  flex: 1;
  line-height: 1.8;
}

/* 開いている時 */
.faq-list.active dd {
  display: flex;
}

.faq-list.active .toggle {
  content: "－";
}
/*-----------------【続きを読む】をクリックで開く----------------*/
/* コンテナ */
.cp_box {
	position: relative;
}

/* チェックボックスは視覚的に隠すが、キーボード操作できる状態を維持 */
.cp_toggle {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	white-space: nowrap;
}

/* ボタン（ラベル） */
.cp_btn {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: inline-block;
	padding: 15px 50px 15px 20px;
	background: #333;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
	user-select: none;
	font-size: 90%;
	line-height: 1;
}

/* 閉じているとき：下向き（画像そのまま） */
.cp_btn::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 16px;
	height: 16px;
	background: url("images/common/list02.png") no-repeat center;
	background-size: contain;
	transform: translateY(-50%) rotate(0deg);
	transition: transform .3s ease;
}

/* 開いているとき：画像を180度回転 → 上向きになる */
.cp_toggle:checked+.cp_btn::after {
	transform: translateY(-50%) rotate(180deg);
}

.cp_btn:focus-within,
.cp_btn:focus-visible {
	outline: 2px solid #1d77b2;
	outline-offset: 2px;
}

/* 「続きを読む」/「閉じる」の表示切替（CSSのcontentで文字を出さない） */
.cp_btn .less {
	display: none;
}

.cp_toggle:checked+.cp_btn .more {
	display: none;
}

.cp_toggle:checked+.cp_btn .less {
	display: inline;
}

.cp_toggle:checked+.cp_btn {
	bottom:10px;
}

/* 折りたたみ本体（height:auto はアニメ不可→ max-heightで疑似スライド） */
.cp_container {
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
	max-height: 9.375rem;
	/* 150px 相当。好みで調整 */
	transition: max-height .5s ease, opacity .3s ease;
	opacity: 1;
}

/* 下部のフェード（「続きがある感」を出す） */
.cp_container::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3rem;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
	pointer-events: none;
	transition: opacity .3s ease;
}

/* 展開時 */
.cp_toggle:checked~.cp_container {
	max-height: 200rem;
	/* 充分に大きい値にして“実質無制限” */
}

.cp_toggle:checked~.cp_container::after {
	opacity: 0;
}

/* 省エネモードの人に優しく */
@media (prefers-reduced-motion: reduce) {
	.cp_container {
		transition: none;
	}

	.cp_container::after {
		transition: none;
	}
}
.cp_container p{
	line-height: 1.6;
	font-size:95%;
}
/**----------応募フォーム----------------*/
.entry-form ul dl{
	border-bottom:solid 1px #fff;
	padding-bottom: var(--space-sm);
	margin-bottom: var(--space-sm);
}
.entry-form ul li:last-of-type dl{
	border-bottom:none;
}

.entry-form ul dl dt{
	margin-bottom: var(--space-xs);
	color: var(--color-key);
	font-family: var(--font);
	font-size:105%;
	font-weight: bold;
}
.entry-form ul dl dt .hissu{
	float: right;
	padding: 0 5px;
	display: inline-block;
	background: var(--color-key);
	color: #fff;
	font-size:min(3.3vw,16px);
	font-weight: normal;
}
.entry-form ul dl dd{
	clear:both;
}
input[type=text],input[type=email],input[type=date],textarea{
	width:100%;
	border:solid 1px var(--color-key);
	background: #fff;
	padding: 10px;
	border-radius: 5px;
}
input[type=text]#nenrei{
	width: 80px;
	text-align: center;
	margin-right: 10px;
}
.entry-form .name {
	display: flex;
}
.entry-form .name div.sei{
	margin-right:min(3vw,15px);
}
.entry-form .name div span{
	display: inline-block;
	width:45px;
	text-align: center;
}
.entry-form .name input[type=text]{
	width:min(29vw,170px);
}
input[type=checkbox]{
	margin-right: 5px;
}
input[type=radio]{
	margin-right: 5px;
}
input[type="checkbox"] { 
	width: 20px;
	height: 20px;
	accent-color:var(--color-key); 
	vertical-align: -5px;
} 
textarea{
	height:200px;
}
.select01{
  position: relative;
  width: 100%;
  max-width: 300px;
}

.select01 select{
  width: 100%;
  padding: 14px 50px 14px 16px;
  border: 1px solid var(--color-key);
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: .3s;
}

/* hover */
.select01 select:hover{
  border-color: var(--color-key);
}

/* focus */
.select01 select:focus{
  outline: none;
  border-color: var(--color-key);
}

/* 矢印 */
.select01::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #d60000;
  border-bottom: 2px solid #d60000;
  transform:
    translateY(-60%)
    rotate(45deg);
  pointer-events: none;
}
.c-box{
	display: flex;
	flex-wrap: wrap;
}
.c-box div{
	margin-right: 2em;
	margin-bottom: 5px;
}
input::placeholder,textarea::placeholder {
  color: #aaa;
}
input[type=submit]{
	display: inline-block;
	border: none;
	padding: 15px 50px 15px 30px;
	background: #dc3644 url("images/common/link02.png") right 10px center / 20px no-repeat;	
font-size: min(4.5vw, 20px);
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-family: var(--font);
	border-radius: 20px;
	box-shadow: 0px 0px 8px rgba(103,92,93,0.5);
}
input[type=submit]:hover{
	transform: scale(1.03);
}
/* =========================
ブログ
========================= */
.archive-box{
	padding-block:var(--space-sm);
	border-bottom:solid 1px #fbdcdb;
}
.archive-box a{
	display: block;
}
.archive-box figure img{
	border-radius: 15px;
}
.archive-box .ttl1{
	margin-bottom: var(--space-xs);
	font-weight: bold;
}
.archive-box .text{
	margin-bottom:5px;	
}
.archive-box .text p{
	font-size:90%;
	line-height: 1.3;
}
#blog .date{
	background: url("images/common/icon02.png") left center / 10px no-repeat;
	padding-left: 15px;
	color: #aaa;
	font-size:90%;
}
#blog .cate{
	display: flex;
	flex-wrap: wrap;
	gap:5px;
}
#blog .cate li{
	margin-bottom: 5px;
	padding:5px;
	background: var(--color-key);
	color: #fff;
	font-size:min(2.5vw,14px);
}
#blog .blog-info1{
	display: flex;
	align-items: center;
	gap:10px;
}
.blog-main .inner .ttl{
	font-size:110%;
}
.auther{
	border: solid 1px #dddddd;
	border-radius: 8px;
	background: #f8f8f8;
	padding: 14px 20px 16px;
	max-width: 404px;
	margin: 0 auto var(--space-md);
	color: #555555;
	overflow: hidden;
}
.auther .photo{
	float: left;
	margin: 0 18px 8px 0 !important;
	text-align: left;
}
.auther .photo img{
	width: 76px;
	height: 76px;
	object-fit: cover;
	border-radius: 50%;
}
.auther .name{
	margin: 0 0 6px !important;
	padding-top: 2px;
}
.auther .name1{
	font-size: 90%;
	color: #666666;
	text-align: left !important;
}
.auther .name2{
	font-size: 105%;
	font-weight: 700;
	text-align: left !important;
}
.auther p{
	margin: 0;
	line-height: 1.8;
	font-size: 90%;
}
@media screen and (max-width: 480px) {
	.auther{
		padding: 14px;
	}
	.auther .photo{
		margin-right: 14px !important;
	}
	.auther .photo img{
		width: 64px;
		height: 64px;
	}
}
.adjacent_post_links ul{
	display: flex;
	justify-content: space-between;
}

.adjacent_post_links ul li a{
	display: block;
	padding: var(--space-xs);
	border:solid 1px var(--color-key);
	color: var(--color-key);
	background: #fff;
	font-size:85%;
	text-decoration: none;
	border-radius: 5px;
}
/*Pagenation*/
.pagination {
	clear: both;
	position: relative;
	line-height: 1em;
	text-align: center;
}

.pagination-box {
	display: inline-block;
}

.pagination span,
.pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 14px 10px 14px;
	text-decoration: none;
	width: auto;
	color: var(--color-key);
	background: #fff;
	border: solid 1px var(--color-key);
	border-radius: 3px;
}

.pagination span.page-of {
	background: none;
	color: var(--color-key);
	border: none;
}

.pagination a:hover {
	color: #fff;
	background:var(--color-key);
	border: solid 1px var(--color-key);
}

.pagination .current {
	padding: 10px 14px 10px 14px;
	color: #fff;
	background:var(--color-key);
	border: solid 1px var(--color-key);
}
#blog02{
	padding-bottom: var(--space-xl);
}
#blog02 .slider2.ulstyle01 figure{
aspect-ratio: 16 / 9;
  overflow: hidden;
}
#blog02 .slider2.ulstyle01 figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog02 .hstyle02{
	position: relative;
}
#blog02 .hstyle02::before{
	content: " ";
	position: absolute;
	left: 15%;
	top:50%;
	width: 70%;
	height: 1px;
	background: var(--color-key);
}
#blog02 .hstyle02 .p-i01{
	position: relative;
	display: inline-block;
	z-index: 2;
	background: #ffeae1;
}
.cate-list li a{
	border-bottom:dotted 2px #333;
	display: block;
	background:url("images/common/icon01.png") left center / 15px no-repeat;
	padding: 10px 10px 10px 25px;
}

/*お役立ちコラム*/
/*-----------------------------------
内部リンクをショートコードでブログカード化
------------------------------------*/
#blog01 .text p {
	margin-bottom: var(--space-sm);
}
.txt-bold { font-weight: bold !important; }
.txt-Red { color: #ff001a !important;font-weight: bold }
.txt-Blue { color: #0e328d !important;font-weight: bold }
.txt-Pink { color: #eb6c8b !important;font-weight: bold }
.blog-card {
  border: 1px solid #ddd;
  word-wrap: break-word;
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 30px;
}

.blog-card a {
  color: #333;
  background: #fbfaf8;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card a:hover {
  background: #fee;
}

.blog-card-thumbnail {
  float: left;
  padding: 10px;
}

.blog-card-thumbnail img {
  display: block;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card-content {
  line-height: 120%;
}

.blog-card-title {
  padding: 10px 10px 10px 0;
  font-size: 85%;
  font-weight: bold;
}

.blog-card-title::before {
  content: '関連記事';
  font-size: 0.7em;
  font-weight: bold;
  color: #fff;
  background: #111;
  width: 5em;
  display: inline-block;
  padding: 0.2em;
  position: relative;
  top: -2px;
  text-align: center;
  margin-right: 0.5em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.blog-card-date {
  color: #333;
  font-size: 75%;
  margin-right: 10px;
}

.column_wrap p{
	font-size:90%;
}

.cat_list{
	padding:2px 0 0 0;
	text-indent: 5px;
}


/* ★目次 */

#toc_container {
	max-width: 640px;
	margin: 1.5em auto 3em;
	padding: 1.5em 2.5em;
	background: #fff;
	border: 1px solid #cdcdcd;
	list-style-type: none;
	font-size: 95%;
}

#toc_container p {
	font-size: 1.2em;
	line-height: 1.33;
	margin-bottom: 1em;
	color: #333;
	text-align: center;
	border-bottom: solid 1px #eee;
}

#toc_container ul {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
	font-size: 95%;
}

#toc_container ul li {
	list-style: none !important;
	/*   font-weight: 600; */
	/*margin-bottom: 5px;*/
}

#toc_container ul li ul {
	padding-left: 1em !important;
	margin: 1rem 0;
}

/*#toc_container ul li:before {
  counter-increment: item;
  content: counters(item, "-")". ";
  color: #ff001a;
}*/

#toc_container ul li a {
	line-height: 5px !important;
}

/* ★目次 */

.column_wrap .pageindex {
  max-width: 640px;
  margin: 1.5em auto 3em;
  padding: var(--space-sm);
  background: #fff;
  border: 1px solid #cdcdcd;
  list-style-type: none;
  font-size:95%;
}

.column_wrap .pageindex p {
  font-size: 1.2em;
  line-height: 1.33;
  padding-bottom: 1em;
  color: #333;
  text-align: center;
	border-bottom: solid 1px #eee;
}

.column_wrap .pageindex ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

.column_wrap .pageindex ol li {
  list-style: none !important;
/*   font-weight: 600; */
  /*margin-bottom: 5px;*/
}

.column_wrap .pageindex ol li ol {
  padding-left: 1em !important;
  margin: 1rem 0;
}

.column_wrap .pageindex ol li:before {
  counter-increment: item;
  content: counters(item, "-")". ";
}

.column_wrap .pageindex ol li a {
  line-height: 5px !important;
}

/* ★大見出し */

.column_wrap .tt1 {
  font-size: 1.2em;
  line-height: 1.33;
  margin:2em 0 1em;
  padding: 1rem 1rem 1rem 1.2rem;
  color: #333;
  background: #f5f5f5;
  font-weight: bold;
  border-left: 5px solid #000000;
}


/* ★小見出し */

.column_wrap .tt2 {
  font-size: 1.2em;
  margin: 0 0 1em;
  padding: 1rem 1rem 0.8rem 0;
  border-bottom: 1px solid #000 !important;
  background: none;
  font-weight:bold;
}

.waku01 {
    border: solid 1px #ccc;
    padding:var(--space-sm);
    margin-bottom: 20px;
}

.waku02 {
    padding: 10px;
    border-radius: 5px;
    background-color: #fde7ef;
    margin: 5px 0px;
}
.column_wrap .borderbox {
    margin: 0.5em auto;
    padding: 1em;
    border: 1px solid #A0A0A0;
}

.column_wrap .borderbox li a {
	font-size:95%;
}
.column_wrap ol li{
	list-style:decimal;
	margin-left: 20px;
}
.column_wrap ul li{
	list-style:disc;
	margin-left: 20px;
}
.column_wrap table th,.column_wrap  table td{
	padding: var(--space-xs);
	border:solid 1px #ccc;
	font-size:90%;
}
.column_wrap table th{
	background: #efefef;
}

/* ★テキスト装飾 */

.column_wrap .txt_red {
  color: #F00;
}

.column_wrap .txt_bold {
  font-weight: bold;
  text-align: center;
}

.column_wrap .txt_ul {
  text-decoration: underline;
}

.column_wrap .txt_size_small {
  font-size: 12px;
}

.column_wrap .txt_size_big {
  font-size: 16px;
}

.txt_size_small {
  font-size: 12px;
}

.txt_size_big {
  font-size: 16px;
}


/* ★背景色 */

.column_wrap .bg_red {
  background: #fff0f4 !important;
}

.column_wrap .bg_blue {
  background: #f6faff !important;
}

.column_wrap .bg_green {
  background: #E8FCDB !important;
}

.column_wrap .bg_yellow {
  background: #FFFCDB !important;
}

.column_wrap .bg_violet {
  background: #E7D5E8 !important;
}

.column_wrap .bg_orange {
  background: #FEECD2 !important;
}

.column_wrap .bg_stripe {
  background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #f5f5f5 3px, #f5f5f5 7px);
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #f5f5f5 3px, #f5f5f5 7px);
}

.cate {
    padding: 0 20px 0px 20px;
}
/* =========================
animation
========================= */
/*-----  fade animation---------*/
.fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity .8s ease,
    transform .8s ease;
}

.fadeUp.show {
  opacity: 1;
  transform: translateY(0);
}
/* delay */
.delay1 {
  transition-delay: .2s;
}

.delay2 {
  transition-delay: .4s;
}

/*----- ループ---------*/
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.scroll-infinity__item {
	padding-inline:10px;
  width: calc(100vw / 3);
}
.scroll-infinity__list li:nth-of-type(even){
	padding-top: 20px;
}
.scroll-infinity__item>img {
  width: 100%;
}

/* =========================
  pc
========================= */
@media (min-width: 500px) {
	body{
	font-size:18px;
	}
	.hstyle01 .ttl1{
		font-size:100%;
	}
	.hstyle01 .ttl1 img{
		height: 20px;
		vertical-align: -4px;
	}
	.ulstyle02.ul02-v2 li .ttl1{
		width: 32%;
	}
	.ulstyle06 li{
		height: 55px;
		padding: 12px;
	}
.scroll-infinity__item {
  width: calc(100vw / 5);
}
	#footerFloatingMenu{
  max-width:560px;
 	left: 50%;
	transform: translateX(-50%);
	}
	#subimage .sub-bottom{
		width: 450px;
		margin-inline:auto;
	}
	
}
@media screen and (min-width: 1000px) {

.header{
	background: none;
}

  /* hide mobile */
  .hamburger,
  .nav {
    display: none;
  }
	.header{
	    z-index: 20;
	    width:420px;
		inset:0 0 auto auto;
		left: 0;
    padding:
      40px
      20px;
	}
	.logo{
		display: inline-block;
		height: auto;
		padding-top: 0;
	}
	.header-site-title{
		top: 12px;
		left: 20px;
		transform: none;
		font-size: 12px;
		text-align: left;
		z-index: 1001;
	}
	.header-site-title a{
		position: relative;
		z-index: 1002;
		pointer-events: auto;
	}
	#footerFloatingMenu{
		display: none;
	}
  /* sidebar */

  .sidebar {
    display: block;
    position: fixed;
    top: 0;
    left:0;
    width:420px;
    height: 100vh;
    padding:140px 60px 140px 30px;
    z-index:5;
  }
	.pc-nav{
		display: flex;
	}
	.pc-nav-list{
		margin-right: 70px;
	}
	.pc-nav-list li{
		position: relative;
	}
  .pc-nav-list li + li {
    margin-top: 24px;
  }

  .pc-nav-list a {
    transition:var(--transition);
  }
	.pc-nav-list li a.current{
		color: var(--color-key);
	}
  .pc-nav-list a:hover {
   color: var(--color-key);
  }
	.pc-nav-list li a::after {
position: absolute;
left:-20px;
content: '●';
opacity: 0;
	transition: 0.5s;
	color: var(--color-key);
}
.pc-nav-list li a.current::before {
position: absolute;
left:-20px;
content: '●';
	color:var(--color-key);
}

.pc-nav-list li a:hover::after {
opacity: 1;
}
	.area-list li{
		position: relative;
		margin-bottom: 15px;
		font-size:90%;
	}
	.area-list li a{
	    transition:var(--transition);
	}
	.area-list li a.current{
		color: var(--color-key);
	}
	.area-list li a.current::before{
		position: absolute;
		left:-20px;
		content: '●';
		color:var(--color-key);
	}
	.area-list li a:hover{
		color: var(--color-key);
	}
	.contact-nav{
		display: flex;
		justify-content: space-between;
	}
	.contact-nav li{
		width: 48%;
	}
	.contact-nav li a{
		display: block;
		padding: 15px 10px;
		border:solid 1px var(--color-key);
		background: #fff;
		color:var(--color-key);
		border-radius: 30px;
		text-align: center;
	    transition:var(--transition);
	}
	.contact-nav li:first-of-type a img{
	width: 25px;
		vertical-align: -5px;
	 margin-right: var(--space-xs);
}
	.contact-nav li:last-of-type a img{
	width: 22px;
	vertical-align: -1px;
	 margin-right: var(--space-xs);
}
	.contact-nav li a:hover{
		background: #fef3f0;
	}
.circle-text {
	display: block;
  position: fixed;
  bottom: -30vw;
  right: -10vw;
  width:80vw;
  aspect-ratio: 1 / 1;
  pointer-events: none;
  z-index: -1;
  animation:
    rotate-circle 80s linear infinite;
}

.circle-text svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.circle-text text {
  fill:rgba(255,255,255,0.4);
 font-size: clamp(8px, .5vw, 14px);
  letter-spacing: .12em;
  text-transform: uppercase;
}

@keyframes rotate-circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
 /* main */

  .main {
    margin-inline:auto 0;
  }
	#subimage .sub-top{
		height: 560px;
	}
	#subimage .sub-bottom{
		height: 160px;
	}
.scroll-infinity__item {
  width: calc(100vw / 8);
}
	.prev-arrow {
  left:-20px;
}
.next-arrow {
  right: -20px;
}
}
@media screen and (min-width: 1120px) {
  .main {
    margin-left: 50%;
  }
	.sidebar,.header {
		left: inherit;
    right:60%;		
	}
}

html {
	scroll-behavior: smooth;
}
.page-top {
	position: fixed;
	right: 14px;
	bottom: 64px;
	z-index: 8;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: solid 1px var(--color-key);
	border-radius: 50%;
	background: rgba(255,255,255,0.9);
	color: var(--color-key);
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.page-top:hover {
	background: #fef3f0;
}

@media screen and (min-width: 1000px) {
	.page-top {
		right: 24px;
		bottom: 24px;
	}
}

.circle-text,
.circle-text * {
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
}
.page-top {
	-webkit-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.page-top:focus {
	outline: none;
}

/* HOME: 未経験者Q&A */
#top-beginner-faq .hstyle03 {
	margin-top: 10px;
	padding-top: var(--space-xl);
}

#top-beginner-faq .faq-list {
	width: calc(100% - 40px);
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 480px) {
	#top-beginner-faq .faq-list {
		width: calc(100% - 32px);
	}
}
