/* =====================================
common
===================================== */
:root {
	--black: #000;
	--text: #272727;
	--blue: #78c8fb;
	--yellow: #f8d800;
	
}
body {
    width: 100%;
	font-family: "Noto Sans JP", 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: var(--text);
    overflow-x: hidden;
}
.en {
	font-family: "Lilita One", sans-serif;
}
.flex {
    display: flex;
}
.wrapper {
	background-color: var();
}

.contentsInner {
    width: min(calc(1100/ 1600 *100vw), 1100px);
    margin: auto;
}
.copyInner {
		width: min(calc(1100/ 1600 *100vw), 1100px);
    margin: auto;
	}
.pageWrapper {
    background-color: #ffffd3;
}

.pageInner {
    width: min(calc(1320/ 1600 *100vw), 1320px);
    margin: auto;
    padding: min(calc(60/ 1600 *100vw), 60px) 0;
}

.blue {
    color: var(--blue);
}
.yellow{
    color: var(--yellow);
}
.aka{
	color: #e60f3d;
}
.white{
    color: #fff;
}

@media screen and (max-width: 750px) {
    body {
        width: calc(750/ 750 *100vw);
        max-width: 750px;
    }
    .pageInner {
        width: calc(690/ 750 *100vw);
        padding: calc(70/ 750 *100vw) 0;
    }
}
/* =====================================
btn
===================================== */
a.btn01 {
    display: block;
    background-color: #fff;
    border: 1px solid var(--black);
    border-radius: 100px;
    padding:min(calc(10/ 1600 *100vw), 10px) min(calc(20/ 1600 *100vw), 20px) ;
    transition: .2s;
}

a.btn02 {
    display: block;
    background-color: var(--yellow);    background: #e60f3d;    background: #ff7e6a;
    border: 1px solid var(--black);
    border-bottom: 3px solid var(--black);
    border-radius: 100px;
    padding:min(calc(10/ 1600 *100vw), 10px) min(calc(20/ 1600 *100vw), 20px) ;
    transition: .2s;
	color: #ffffff;	color: #000000;
}

a.btnIcon {
    position: relative;
    display: block;
}
a.btnIcon::after {
    content: "";
    display: block;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: min(calc(32/ 1600 *100vw), 32px);
    height: min(calc(30/ 1600 *100vw), 30px);
    background: url(/hp_2024/img/pc/arrow.svg) no-repeat center center /  contain;
}

.icon {
    position: relative;
}
.icon::after {
    content: "";
    display: block;
    position: absolute;
    width: min(calc(32/ 1600 *100vw), 32px);
    height: min(calc(30/ 1600 *100vw), 30px);
    background: url(/hp_2024/img/pc/arrow.svg) no-repeat center center /  contain;
}
a:is(.btn01, .btn02):hover {
    transform: translateY(3%);
}
@media screen and (max-width: 750px) {
    a.btn01 {
        padding: calc(10/ 750 *100vw) calc(20/ 750 *100vw);
    }
    
    a.btn02 {
        padding: calc(10/ 750 *100vw) calc(20/ 750 *100vw);
    }
    
    a.btnIcon::after {
        width: calc(32/ 750 *100vw);
        height: calc(30/ 750 *100vw);
    }
    .icon::after {
        width: calc(32/ 750 *100vw);
        height: calc(30/ 750 *100vw);
    }
    a:is(.btn01, .btn02):hover {
        transform: translateY(0);
    }
}
/* =====================================
title
===================================== */
.textLine {
    text-shadow: 1px 1px 0 #000,
            -1px -1px 0 #000,
            -1px 1px 0 #000,
            1px -1px 0 #000,
            0px 1px 0 #000,
            0 -1px 0 #000,
            -1px 0 0 #000,
            1px 0 0 #000;
}

.title01 {
    font-size: min(calc(86/ 1600 *100vw), 86px);
    text-align: center;
    color: var(--black);
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 1.25;
}

.title01 small {
    display: block;
    font-size: min(calc(23/ 1600 *100vw), 23px);
    letter-spacing: 0.01em;
    font-weight: 600;
}

.title02 {
    font-size: min(calc(76/ 1600 *100vw), 76px);
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 1.25;
}

.title02 small {
    display: block;
    color: var(--black);
    font-size: min(calc(18/ 1600 *100vw), 18px);
    letter-spacing: 0.01em;
    font-weight: 600;
}
@media screen and (max-width: 750px) {
    .contentsInner {
        width: min(calc(690/ 750 *100vw), 690px);
		padding-bottom: 0px;
    }
	.copyInner {
		width: min(calc(690/ 750 *100vw), 690px);
		padding-bottom: 80px;
	}
    .title01 {
        font-size: min(calc(126/ 750 *100vw), 126px);
        letter-spacing: 0.01em;
        line-height: 1.20;
    }
    .title01 small {
        font-size: min(calc(38/ 750 *100vw), 38px);
    }
    .title02 {
        font-size: min(calc(90/ 750 *100vw), 90px);
    }
    
    .title02 small {
        font-size: min(calc(34/ 750 *100vw), 34px);
        text-align: center;
    }
    .topBusiness_box .contentsInner {
        width: 100%;
    }
}

/* 蜷  繝ｼ繧ｸ繧ｿ繧､繝医Ν */
.page_header {
    background-color: #f9fab3;
    position: relative;
    
}
.page_header .flex {
    width: min(calc(1600/ 1600 *100vw), 1600px);
    margin: auto;
    align-items: center;
    justify-content: center;
}

.pagetitle01_img {
    width: min(calc(800/ 1600 *100vw), 800px);
}

.pagetitle01 {
    font-size: min(calc(110/ 1600 *100vw), 110px);
    color: var(--black);
    font-weight: normal;
    letter-spacing: 0;
    line-height: 0.9;
    width: min(calc(800/ 1600 *100vw), 800px);
    padding-left: min(calc(103/ 1600 *100vw), 103px);
    margin-top: -2%;
}

.pagetitle01 small {
    display: block;
    font-size: min(calc(23/ 1600 *100vw), 23px);
    letter-spacing: 0.01em;
    font-weight: 600;
    padding-left: 0.25em;
}

.breadcrumb {
    background-color: #fff;
    padding: min(calc(8/ 1600 *100vw), 8px) min(calc(22/ 1600 *100vw), 22px);
    border: 1px solid #000;
    border-radius: 100px;
    position: absolute;
    right: min(calc(140/ 1600 *100vw), 140px);
    bottom: -4.3%;
    display: inline-flex;
}

.breadcrumb li {
    font-size: min(calc(11/ 1600 *100vw), 11px);
}
.breadcrumb li:not(:last-of-type)::after {
    content: "  ";
}

.pagetitle02 {
    font-size: min(calc(80/ 1600 *100vw), 80px);
    color: #fff;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 0.8;
    text-align: center;
}
.pagetitle02 small {
    color: var(--black);
    display: block;
    font-size: min(calc(18/ 1600 *100vw), 18px);
    letter-spacing: 0.01em;
    font-weight: 600;
    margin-top: 1em;
}

.pagetitle03 {
    font-size: min(calc(32/ 1600 *100vw), 32px);
    color: var(--black);
    text-align: center;
    background-color: var(--blue);
    padding: min(calc(20/ 1600 *100vw), 20px) 0;
    border-radius: 100px;
    position: relative;
    font-weight: 600;
}

.pagetitle04 {
    font-size: min(calc(28/ 1600 *100vw), 28px);
    color: var(--black);
    position: relative;
    padding-left: min(calc(30/ 1600 *100vw), 30px);
    font-weight: 600;
}
.pagetitle04::before {
    content: "";
    display: block;
    background-color: var(--blue);
    width: min(calc(7/ 1600 *100vw), 7px);
    height: 100%;
    border-radius: 100px;
    position: absolute;
    left: 0;
}

.pagetitle05,
.pagetitle06 {
    font-size: min(calc(20 / 1600* 100vw), 20px);
    text-align: center;
}

.pagetitle05 span {
    display: inline-block;
    background-color: var(--blue);
    min-width: calc(150 / 1600* 100vw);
    padding: min(calc(14 / 1600* 100vw), 14px);
    border-radius: 100px;
}
@media screen and (max-width: 750px) {
    
    .pagetitle01 {
        font-size: calc(100/750 * 100vw);
        padding-left: 0;
        width: auto;
        position: absolute;
        right: calc(42/750 * 100vw);
        top: calc(50 / 750* 100vw);
        line-height: 1.2;
    }
    .pagetitle01 small{
        font-size: calc(30/750 * 100vw);
    }
    .pagetitle01_img {
        width: 100%;
    }
    .breadcrumb {
        padding: calc(10 / 750* 100vw) calc(30 / 750* 100vw);
        bottom: -8%;
        right: 0;
        border-radius: 50px 0 0 50px;
        border-right: none;
    }
    .breadcrumb li {
        font-size: calc(20/750 * 100vw);
    }
    
    .pagetitle02 {
        font-size: calc(80/750 * 100vw);
        line-height: 0.9;
    }
    .pagetitle02 small{
        font-size: calc(28/750 * 100vw);
    }
    .pagetitle03, 
    .pagetitle04 {
        font-size: calc(32/750 * 100vw);
    }
    .pagetitle03 {
        padding: calc(30/ 750* 100vw);;
    }
    .pagetitle04 {
        padding-left: calc(35/750 * 100vw);
    }
    .pagetitle04::before { 
        width: calc(7/750 * 100vw);
    }
    .pagetitle05  span{
        font-size: calc(30/ 750* 100vw);
        padding: calc(22/ 750* 100vw);
        min-width: calc(230/ 750* 100vw);
    }
    .pagetitle06{
        font-size: calc(30/ 750* 100vw);
    }
}

/* =====================================
page
===================================== */
.p-contentsarea {
    width: min(calc(1000/ 1600 *100vw), 1000px);
    margin: auto;
}
.p-contentsarea p.text {
    font-size: min(calc(17/ 1600 *100vw), 17px);
    line-height: 1.8;
}

.p-textarea {
    background: #f9fab3;
    padding: min(calc(64 / 1600* 100vw), 64px) min(calc(70 / 1600* 100vw), 70px) min(calc(40 / 1600* 100vw), 40px) ;
    border-radius: min(calc(40 / 1600* 100vw), 40px);
    position: relative;
    margin-top: min(calc(80 / 1600* 100vw), 80px);
}
.p-textarea_img {
    position: absolute;
    width: min(calc(81 / 1600* 100vw), 81px);
    top: calc(-80 / 1600* 100vw);
    right: min(calc(90 / 1600* 100vw), 90px);
}

.p-textarea_img02 {
    position: absolute;
    width: min(calc(224 / 1600* 100vw), 224px);
    top: calc(-147 / 1600* 100vw);
    right: min(calc(174 / 1600* 100vw), 174px);
}

.p-textarea_img03 {
    position: absolute;
    width: min(calc(45 / 1600* 100vw), 45px);
    top: calc(-40 / 1600* 100vw);
    right: min(calc(100 / 1600* 100vw), 100px);
}

.p-textarea_figure {
    display: block;
    margin: auto;
}
.p-textarea_title {
    display: inline-block;
    background-color: var(--blue);
    min-width: calc(150 / 1600* 100vw);
    padding: min(calc(14 / 1600* 100vw), 14px);
    border-radius: 100px;
    font-size: min(calc(20 / 1600* 100vw), 20px);
    text-align: center;
    position: absolute;
    top: -1.5em;
    left: 50%;
    transform: translateX(-50%);
}

.p-textarea_text {
    font-size: min(calc(17 / 1600* 100vw), 17px);
    margin-bottom: 1.7em;
    line-height: 1.7;
} 

.p-textarea_subtitle {
    font-size: min(calc(32 / 1600* 100vw), 32px);
    margin-bottom: 1em;
    line-height: 1.7;
}
@media screen and (min-width: 1600px) {
    .p-textarea_img {
        top: -80px;
    }
    
    .p-textarea_img02 {
        top: -147px;
    }
    
    .p-textarea_img03 {
        top: -40px;
    }
    
}
@media screen and (max-width: 750px) {
    .p-contentsarea {
        width: calc(690/ 750 *100vw);
    }
    .p-contentsarea p.text {
        font-size: calc(28/750 * 100vw);
    }
    
    .p-textarea {
        border-radius: calc(40 / 750* 100vw);
        padding:calc(74 / 750* 100vw) calc(35 / 750* 100vw) calc(5 / 750* 100vw);
        margin-top: calc(116 / 750* 100vw);
    }
    
    .p-textarea_img {
        width: calc(66 / 750* 100vw);
        top: calc(-65 / 750* 100vw);
        right: calc(70 / 750* 100vw);
    }
    
    .p-textarea_img02 {
        width: calc(170 / 750* 100vw);
        top: calc(-90 / 750* 100vw);
        right: calc(70 / 750* 100vw);
        z-index: 2;
    }
    
    .p-textarea_img03 {
        width: calc(32 / 750* 100vw);
        top: calc(-8 / 750* 100vw);
        right: calc(20 / 750* 100vw);
    }
    
    .p-textarea_title {
        font-size: calc(30/ 750* 100vw);
        padding: calc(22/ 750* 100vw);
        min-width: calc(230/ 750* 100vw);
        top: calc(-45/ 750* 100vw);
    }
    
    .p-textarea_subtitle {
        font-size: calc(32/ 750* 100vw);
    }
    
    .p-textarea_text {
        font-size: calc(28 / 750* 100vw);
    }
}

.ueup{ 
  transition: transform 2000s ease, box-shadow 2000s ease;
	transition-duration: 500s;
}
.ueup :hover {
  transform: translateY(-30px);
	opacity: 0.9;
}


/* ボタン本体 */
.btni1 {
   position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #70a6ff;
  border-radius: 50%;
  box-sizing: border-box;
  text-decoration: none; /* aタグのアンダーラインを消す */
  overflow: hidden; /* はみ出し部分を隠す */
  cursor: pointer; /* カーソルをポインターにする */
}
.btni1:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #70a6ff;
  z-index: 0;
}


/* ボタン本体 */
.btni2 {
   position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #e60f3d;
  border-radius: 50%;
  box-sizing: border-box;
  text-decoration: none; /* aタグのアンダーラインを消す */
  overflow: hidden; /* はみ出し部分を隠す */
  cursor: pointer; /* カーソルをポインターにする */
}

/* ボタン本体 */
.btni3 {
   position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #8be462;
  border-radius: 50%;
  box-sizing: border-box;
  text-decoration: none; /* aタグのアンダーラインを消す */
  overflow: hidden; /* はみ出し部分を隠す */
  cursor: pointer; /* カーソルをポインターにする */
}

/* ボタン本体 */
.btni4 {
   position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #ff8e9d;
  border-radius: 50%;
  box-sizing: border-box;
  text-decoration: none; /* aタグのアンダーラインを消す */
  overflow: hidden; /* はみ出し部分を隠す */
  cursor: pointer; /* カーソルをポインターにする */
}

.btni5 {
   position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #a58eff;
  border-radius: 50%;
  box-sizing: border-box;
  text-decoration: none; /* aタグのアンダーラインを消す */
  overflow: hidden; /* はみ出し部分を隠す */
  cursor: pointer; /* カーソルをポインターにする */
}

.btni6 {
   position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #ffcc75;    background: #ffb331;
  border-radius: 50%;
  box-sizing: border-box;
  text-decoration: none; /* aタグのアンダーラインを消す */
  overflow: hidden; /* はみ出し部分を隠す */
  cursor: pointer; /* カーソルをポインターにする */
}




/* ボタンのテキスト */
.btn__text {
  position: absolute;
  left: 0;
  display: block;
  height: 100%; /* 縦幅をボタンと同じにする */
  width: 100%; /* 横幅をボタンと同じにする */
  color: #fff; /* 文字色 */
  font-size: 16px; /* 文字サイズ */
  font-weight: bold; /* 文字の太さ */
  text-align: center; /* テキストを中央揃え */
  transition: all 0.3s; /* アニメーション実行時間 */
}


@media screen and (max-width: 750px) {
	/* ボタン本体 */
.btni1 {
   position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  background: #70a6ff;
  border-radius: 50%;
  box-sizing: border-box;
  text-decoration: none; /* aタグのアンダーラインを消す */
  overflow: hidden; /* はみ出し部分を隠す */
  cursor: pointer; /* カーソルをポインターにする */
}
.btni1:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #70a6ff;
  z-index: 0;
}


/* ボタン本体 */
.btni2 {
   position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  background: #e60f3d;
  border-radius: 50%;
  box-sizing: border-box;
  text-decoration: none; /* aタグのアンダーラインを消す */
  overflow: hidden; /* はみ出し部分を隠す */
  cursor: pointer; /* カーソルをポインターにする */
}

/* ボタン本体 */
.btni3 {
   position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  background: #8be462;
  border-radius: 50%;
  box-sizing: border-box;
  text-decoration: none; /* aタグのアンダーラインを消す */
  overflow: hidden; /* はみ出し部分を隠す */
  cursor: pointer; /* カーソルをポインターにする */
}

/* ボタン本体 */
.btni4 {
   position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  background: #ff8e9d;
  border-radius: 50%;
  box-sizing: border-box;
  text-decoration: none; /* aタグのアンダーラインを消す */
  overflow: hidden; /* はみ出し部分を隠す */
  cursor: pointer; /* カーソルをポインターにする */
}

.btni5 {
   position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  background: #a58eff;
  border-radius: 50%;
  box-sizing: border-box;
  text-decoration: none; /* aタグのアンダーラインを消す */
  overflow: hidden; /* はみ出し部分を隠す */
  cursor: pointer; /* カーソルをポインターにする */
}

.btni6 {
   position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  background: #ffcc75;    background: #ffb331;
  border-radius: 50%;
  box-sizing: border-box;
  text-decoration: none; /* aタグのアンダーラインを消す */
  overflow: hidden; /* はみ出し部分を隠す */
  cursor: pointer; /* カーソルをポインターにする */
}




/* ボタンのテキスト */
.btn__text {
  position: absolute;
  left: 0;
  display: block;
  height: 100%; /* 縦幅をボタンと同じにする */
  width: 100%; /* 横幅をボタンと同じにする */
  color: #fff; /* 文字色 */
  font-size: 10px; /* 文字サイズ */
  font-weight: bold; /* 文字の太さ */
  text-align: center; /* テキストを中央揃え */
  transition: all 0.3s; /* アニメーション実行時間 */
}

}
/* ボタンのテキスト(デフォルトのテキスト) */
.btn__text:nth-child(1) {
  top: 0;
}

/* ボタンのテキスト(隠れているテキスト) */
.btn__text:nth-child(2) {
  top: -100%;
}

/* ボタンホバーアクション */
.btni1:hover .btn__text:nth-child(1) {
  top: 100%;
}

.btni1:hover .btn__text:nth-child(2) {
  top: 0;
}
.btni2:hover .btn__text:nth-child(1) {
  top: 100%;
}

.btni2:hover .btn__text:nth-child(2) {
  top: 0;
}
.btni3:hover .btn__text:nth-child(1) {
  top: 100%;
}

.btni3:hover .btn__text:nth-child(2) {
  top: 0;
}
.btni4:hover .btn__text:nth-child(1) {
  top: 100%;
}

.btni4:hover .btn__text:nth-child(2) {
  top: 0;
}
.btni5:hover .btn__text:nth-child(1) {
  top: 100%;
}

.btni5:hover .btn__text:nth-child(2) {
  top: 0;
}
.btni6:hover .btn__text:nth-child(1) {
  top: 100%;
}

.btni6:hover .btn__text:nth-child(2) {
  top: 0;
}

.swiminga{
	animation: swing02 linear 2s infinite;
    transform-origin: 0 0;
    animation-direction: reverse;
}
.ff16{
	font-size: 16px;
}
.ff13{
	font-size: 13px;
}
.ff12{
	font-size: 12px;
}

/* ボタン全体 */
.flowbtn10{
display:inline-block;	
font-size:35px;
text-decoration:none;
transition:.5s;
color:#fff !important;	    padding-bottom: 10px;
}
.flowbtn10:hover{
opacity: 0.5;
}
/* インスタ・pocket・ラインだけ少し大きく */
.flowbtn10 .fa-instagram,.flowbtn10 .fa-get-pocket,.flowbtn10 .fa-get-pocket,.flowbtn10 .fa-line{
font-size:38px;
}

.topaisatu
 {    background: #ffded3;
    position: relative;
    background: url(../img/topBusiness_bg-2x.png) no-repeat top center / 100%, url(../img/topBusiness_bgBottom-2x_bk.png) no-repeat bottom -1px center / 100% #ffded3;
	 
	 background: url(../img/topBusiness_bg-2x.svg) no-repeat top center / 100%, url(../img/topBusiness_bgBottom-2x_bk.png) no-repeat bottom -1px center / 100% #dfdfdf;
    padding-top: min(calc(300 / 1600 * 100vw), 	300px);
	 padding-bottom:min(calc(40 / 1600 * 100vw), 	40px);
}
@media screen and (max-width: 750px) {
    .topaisatu {
        overflow: hidden;
        position: relative;
        background: url(../img/topBusiness_bg-2x.svg) no-repeat top center / 100%, #ffffd3;        background: url(../img/topBusiness_bg-2x.svg) no-repeat top center / 100%, #dfdfdf;
        padding-top: min(calc(110 / 750 * 100vw), 165px);
    }
}
.goaisatuwaku{
padding: 35px 65px;
    border: solid 1px #000000;
    border-radius: 100px;
    background-color: #fff;
     font-size: clamp(13px, 1.6vw, 16px);
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.goaisatuwaku{
padding: 20px 20px;
    border-radius: 40px;
}
}
@media screen and (min-width: 751px) {
	.spnone{
		display:block;
	}
}

@media screen and (max-width: 750px) {
	.spnone{
		display: none;
	}
}
.kuro{
	color: #000000;
}



.footer .footer-inner {
	width: 100%;
	max-width: 1170px;

	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer .footer-inner h1{
	display: block;
	width: 100%; 
	color: #3e3e3e;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}
.footer .footer-inner .footer-company {
	width: 30%;
	margin-right: 3%;
	line-height: 1.6em;
}
.footer .footer-inner .footer-company img {
	width: 100%;
	max-width: 201px;
}
.footer .footer-inner .footer-company .company-name {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.footer .footer-inner .footer-company .company-info {

}
.footer .footer-inner .footer-company dl.business_day {
	display: flex;
	flex-wrap: nowrap;
	font-size: 1.3rem;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #cccccc;
}
.footer .footer-inner .footer-company dl.business_day dt {
	width: 27%;
	margin-right: 3%;
	line-height: 1.8;
}
.footer .footer-inner .footer-company dl.business_day dd {
	width: 70%;
	line-height: 1.8;
}

.footer .footer-inner .footer-link {
	width: 60%;
}
.footer .footer-inner .footer-link .list02 {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px){
.footer .footer-inner h1{
	display: none;
}
.footer .footer-inner {
	display: block;
	flex-direction: column;
	width: 90%;
	padding: 0 0 30px;
	text-align: center;
}
.footer .footer-inner .footer-company {
	display: block;
	width: 100%;
	margin: 0 0 20px;
	
}
.footer .footer-inner .footer-company:nth-child(2) {
	margin-bottom: 30px;
}
.footer .footer-inner .footer-company .company-name {
	font-size: 1.2rem;
}
.footer .footer-inner .footer-company dl.business_day {
	width: 100%;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}
.footer .footer-inner .footer-link {
	width: 100%;

}
.footer .footer-inner .footer-link .list02 {
	flex-direction: column;
}
}

.footer .list02 li {
	margin: 0;
	/*padding: 0 0.5em 1em 1em;*/
	list-style-type: none!important;
	font-size:1.3rem;
	line-height: 1.6em;
	/*position: relative;*/
}
.footer .list02 li a {
	display: inline-block;
	 text-decoration: none;
	 color: #3e3e3e;
	 padding: 0.5em 2em 0.5em 1em;
	 position: relative;
 }
.footer .list02 li a:hover {
	text-decoration: underline;
}
.footer .list02 li a::before {
  font-family: "Font Awesome 5 Free"; 
  content: "\f105";
  font-weight: bold;
  position: absolute;
  left : 0;
  color: #3e3e3e;
}




footer .footer-inner .footer-link .list03 {
    display: flex;
    flex-wrap: wrap;
	margin-top: 1em;
}


.footer .list03 li {
	margin: 0;
	/*padding: 0 0.5em 1em 1em;*/
	list-style-type: none!important;
	font-size:1rem;
	line-height: 1.6em;
	/*position: relative;*/
}
.footer .list03 li a {
	display: inline-block;
	 text-decoration: none;
	 color: #555555;
	 padding: 0.2em 2em 0.3em 1em;
	 position: relative;
	font-size:clamp(12px, 1vw, 14px);
 }
.footer .list03 li a:hover {
	text-decoration: underline;
}
.footer .list03 li a::before {
  font-family: "Font Awesome 5 Free"; 
  content: "\f08e";
  font-weight: bold;
  position: absolute;
  left : 0;
  color: #555555;
}

footer .footer-inner .footer-link .list002 {
    display: flex;
    flex-wrap: wrap;
}


.footer .list002 li {
	margin: 0;
	/*padding: 0 0.5em 1em 1em;*/
	list-style-type: none!important;
	font-size:1rem;
	line-height: 1.6em;
	/*position: relative;*/
}
.footer .list002 li a {
	display: inline-block;
	 text-decoration: none;
	 color: #555555;
	 padding: 0.2em 1em 0.3em 1em;
	 position: relative;
	font-size:clamp(12px, 1vw, 14px);
 }
.footer .list002 li a:hover {
	text-decoration: underline;
}
.footer .list002 li a::before {
  font-family: "Font Awesome 5 Free"; 
content: "\f105";
  font-weight: bold;
  position: absolute;
  left : 0;
  color: #555555;
}

.fpp{
	font-size: 14px;
	line-height: 1.8;
	}


