@charset "UTF-8";
/*
Theme Name: fitte_lp
Theme URI: https://www.nextgem.jp/fitte_lp/
Description: fitte_lpのテーマです
*/


html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue",
    Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing:border-box;
}



article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing:border-box;
}

html{
    overflow-y: scroll;
    scroll-behavior: smooth;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	padding: 0;
	margin: 0;
}

ol, ul{
    list-style:none;
	box-sizing:border-box;
}

ol {
    list-style-type: decimal;
}

table{
	width:100%;
    border-collapse: collapse; 
    border-spacing:0;
	box-sizing:border-box;
}

caption, th{
    text-align: left;
}

header:after,footer:after,section:after,article:after,aside:after,div:after,dl:after,ul:after {
	overflow: hidden;
}

br {
	letter-spacing:0;
}

img {
	width: 100%;
	box-sizing: border-box;
	border: 0;
	vertical-align:bottom;
}

a img {  
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;  
}
a img:hover{
	opacity: 0.7;
    filter: alpha(opacity=60);  
}

a:link,a:visited {
	text-decoration:underline;
	overflow:hidden;
	color:#1085ca;
}

a:hover {
	text-decoration:none;
	color:#111;
}

p {
    verflow-wrap: break-word;
    word-wrap: break-word;
}

body {
	display: none;
}

body {
	letter-spacing:0.1em;
	background:#fff;
	font-size:0.95em;
	line-height:1.8;
	-webkit-text-size-adjust: 100%;
	color: #111;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    
}

@media (max-width: 768px){
body {
	font-size: 1em;
}
}

/*base*/
.base01 {
	clear: both;
	width: 100%;
}

@media (max-width: 768px){
.base01{
	padding-left: 30px !important;
	padding-right: 30px !important;
    box-sizing: border-box;
}
}

/*flex*/
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap; 
	flex-wrap: wrap;
}

.flex01,.flex03 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-content: space-between;
}

.flex02 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	-ms-flex-direction : row-reverse;
    -webkit-flex-direction : row-reverse;
	flex-direction : row-reverse;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-content: space-between;
}

.flex_center {
    align-items: center;
}

.flex_center02 {
    justify-content: center;
    align-items: center;
}

.flex_end {
    justify-content:flex-end;
}

.flex_right {
    display: flex;
    justify-content: flex-end;
}

.container03::after{
    content:"";
    display: block;
    width:31%;
}

.container04::before{
    content:"";
    display: block;
    width:24%;
    order:1;
}
.container04::after{
    content:"";
    display: block;
    width:24%;
}

@media (max-width: 768px){
.flex03 {
	flex-direction: column-reverse;
}

.container03::after{
    content:none;
}

.container04::before{
    content:none;
}
.container04::after{
    content:none;
}
}

/*box*/
.box980 {
	clear: both;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
    padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.box880 {
	clear: both;
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
    padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.box780 {
	clear: both;
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 768px){
.box880 {
	max-width: 768px;
}
}

/*fadein
***************************************/
.fade {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;						
	transition: 0.2s ease-in-out;
}

.fade:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*切り替えのスタイル*/

@media (min-width: 768px){
.sp {
	display: none;
}
}

@media (max-width: 768px){
.pc {
	display: none;
}

.sp {
	width: 100%;
}
}

.hover-txt {
    position: relative;
    z-index: 1;
}

.hover-txt:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;/*テキストからの距離*/
    width: 0%;/*初期状態では下線非表示*/
    height: 1px;/*下線の高さ*/
    background: #1085ca;/*下線の色*/
    z-index: -1;
    transition: all 0.2s;/*アニメーション速度*/
}

.hover:hover .hover-txt:after{
    width: 50%;/*hover時に表示*/
}

/*title*/
.red {
    color: #d60000 !important;
}

.gray {
    color: #616161;
}

.white {
    color: #fff !important;
}

.blue {
    color: #26a1c9 !important;
}

.green {
    color: #1b973a !important;
}

.winered {
    color: #970a31 !important;
}

.orange {
    color: #ec6a06 !important;
}

.light_blue {
    color: #4472c4 !important;
}

.line-height {
    line-height: 2.2;
}

.big01 {
    font-size: 1.05em;
    line-height: 2;
}

.small01 {
    font-size: 0.9em;
}

.small02 {
    font-size: 0.8em;
}

.center,.center01 {
	text-align:center;
}

.text_right {
    text-align: right;
}

.bold {
    font-weight: 500;
}

.grad {
    background: rgb(0,169,205);
    background: linear-gradient(90deg, rgba(0,169,205,1) 0%, rgba(105,205,231,1) 100%);
  -webkit-background-clip: text;
    color: transparent;
}

.title01 {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

.title01 span {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.title01 span img {
    width: 55px;
}

.title02 {
    font-size: 1.2em;
    font-weight: 500;
    color: #ec5672;
    line-height: 2;
}

.pink_bg {
    background:url("../images/bg02_lp.jpg") no-repeat bottom center #fbf1f2;
    background-size: contain;
}

.pink_box {
    padding: 25px 30px;
    background: #fbf1f2;
    border-radius: 10px;
    font-size: 1.05em;
}

.pink_balloon {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 8px 20px;
    min-width: 300px;
    max-width: 100%;
    color: #fff;
    font-size: 1.1em;
    background: #f1879b;
    border-radius: 10px;
}

.pink_balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #f1879b;
}

.pink_balloon h3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-align: center;
}

.white_bg {
    background: #fff;
}

.white_box {
    padding: 45px;
    background: #fff;
    -moz-box-shadow: 0px 1px 30px -8px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 1px 30px -8px rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0px 1px 30px -8px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 1px 30px -8px rgba(0, 0, 0, 0.14);
    border-radius: 30px;
}

@media (max-width: 768px){

.center01 {
	text-align:left;
}

.center02 {
	text-align:center;
}

.title01 {
    font-size: 1.6em;
}

.title02 {
    font-size: 1em;
}

.pink_box {
    padding: 20px;
    font-size: 1em;
}

.white_box {
    padding: 20px;
    border-radius: 10px;
}
}

.indent {
    text-indent: 1em;
}

.indent02 {
    margin-left: 1em;
}

/*mb*/
.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}
.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb20pc {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb60pc {
    margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mt30 {
    margin-top: 30px !important;
}

@media (max-width: 768px){
.mr20 {
    margin-right: 0;
}

.mb40pc,.mb60pc {
	margin-bottom: 0;
}

.mb20sp {
    margin-bottom: 20px;
}

.mb40sp {
    margin-bottom: 40px;
}

.mb60sp {
    margin-bottom: 60px;
}

.mb70,.mb80 {
	margin-bottom: 60px;
}

.mt30 {
    margin-top: 70px !important;
}
}

/*button*/
.button01 a {
    min-width: 290px;
    padding: 15px 40px;
    display: inline-block;
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    background-color:#00afbf;
    box-shadow: 0 8px 0 #00838f;
    text-decoration: none;
    border-radius: 60px;
    font-weight: 500;
    ursor: pointer;
}

.button01 a:hover {
    box-shadow: none;
    transform: translateY(8px);
}

@media (max-width: 768px){
.button01 a {
    width: 80%;
    min-width: 100px;
    display: block;
    margin-left: 10%;
    margin-right: 10%;
    padding: 15px 20px;
    font-size: 1.1em;
}
}

/*section*/
.section01 {
    clear: both;
    width: 100%;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.border_top {
    padding-top: 60px;
    border-top: 1px solid #ddd;
}

.section02 {
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 60px;
}

@media (max-width: 768px){
}

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*indent*/
.indent {
	padding-left:1em;
	text-indent:-1em;
}

/*header*/
#toTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}
#toTop img {
	max-width: 50px;
}

#header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    background: #fff;
    border-radius: 0 0 30px 30px;
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.10);
}

.header_logo {
    width: 15%;
    max-width: 155px;
    padding: 15px 0;;
}

.header_right {
    width: 80%;
    text-align: right;
    font-size: 0.95em;
}

.header_right ul.header_top {
    padding: 15px 0 15px 30px;
    text-align: right;
}

.header_contact {
    border-radius: 25px;
    line-height: 1.4;
    background: #00afbf;
}

.header_contact a {
    padding: 8px 25px 5px 25px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.header_nav {
    text-align: center;
}

.header_nav li {
}

.header_nav li a {
    padding: 10px 20px;
    display: block;
    color:#111;
    border-right: 1px solid #ddd;
    text-decoration: none;
}

.header_nav li:first-child a {
    border-left: 1px solid #ddd;
}

.header_nav li:nth-child(2) a {
    padding: 10px 40px;
}


.header_nav li p {
    margin-bottom: 3px;
    height: 40px;
}

.header_icon01 {
    max-width: 41px;
}

.header_icon02 {
    max-width: 45px;
}

.header_icon03 {
    max-width: 47px;
}

@media (max-width: 980px){
#header {
    padding: 0 30px;
    border-radius: 0;
}

.header_nav {
    display: none;
}

.header_logo {
    width: 50%;
}

.header_right {
    width: 50%;
}
}

@media (max-width: 768px){
#toTop {
    display: none !important;
}

#header {
    width: 100%;
    height: 70px;
    position: fixed;
    z-index: 100;
    padding-left: 20px;
}

.header_left {
    width: 50%;
    padding: 15px 0;
}

.header_logo {
    max-width: 150px;
    position: static;
    background: none;
}

.header_logo h1 img {
    max-width: 110px;
}

.header_right {
    width: 50%;
}

.header_contact {
    position:absolute;
    top: 20px;
    right: 20px;
}

.header_contact a {
    padding: 3px 25px 1px 25px;
}
}

/*container */

.container {
    padding-top: 20px !important;
}

@media (max-width: 768px){
.container {
    padding-top: 70px !important;
}
}

/*footer*/
#footer {
    clear: both;
    width: 100%;
    padding: 20px;
    background: #fbf1f2;
}

#copy {
    color: #666;
    font-size: 0.8em;
    text-align: center;
}

@media (max-width: 768px){

}

/*list*/
.list01 {
    width: 30%;
    background: #fff;
    -moz-box-shadow: 0px 1px 30px -8px rgba(0, 0, 0, 0.14);
-webkit-box-shadow: 0px 1px 30px -8px rgba(0, 0, 0, 0.14);
-ms-box-shadow: 0px 1px 30px -8px rgba(0, 0, 0, 0.14);
box-shadow: 0px 1px 30px -8px rgba(0, 0, 0, 0.14);
}

.list01 dd {
    padding: 30px 20px;
}

.list03 dd a {
    color: #111;
    text-decoration: none;
}

p.arrow {
    text-align: center;
}

p.arrow img {
    max-width: 14px;
}

.list02 {
    width: 30%;
    margin-bottom: 30px;
}

.list02 dt {
    width: 60%;
    margin: 0 20% 15px 20%;
}

.list03 {
    width: 46.5%;
    background: #fff;
    -moz-box-shadow: 0px 1px 30px -8px rgba(0, 0, 0, 0.14);
-webkit-box-shadow: 0px 1px 30px -8px rgba(0, 0, 0, 0.14);
-ms-box-shadow: 0px 1px 30px -8px rgba(0, 0, 0, 0.14);
box-shadow: 0px 1px 30px -8px rgba(0, 0, 0, 0.14);
}

.list03 dd {
    padding: 30px 20px;
}

.list03 dd a {
    color: #111;
    text-decoration: none;
}

.list04 dt {
    width: 44%;
}

.list04 dd {
    width: 50%;
}

.list05 dt {
    width: 35%;
}

.list05 dd {
    width: 59%;
}

@media (max-width: 768px){
.list01 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.list01 dd {
    padding: 20px;
}

.list02 {
    width: 100%;
    margin-bottom: 40px;
}

.list02 dt {
    width: 40%;
    margin: 0 30% 15px 30%;
}

.list03 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.list03 dd {
    padding: 20px;
}

.list04 dt {
    width: 80%;
    margin: 0 10% 40px 10%
}

.list04 dd {
    width: 100%;
}

.list05 dt {
    width: 80%;
    margin: 0 10% 40px 10%
}

.list05 dd {
    width: 100%;
}

}

/*index*/
.kv {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding:0;
    position:relative;
}

.kv picture {
    position: absolute;
    top: -110px;
    z-index: -1;
}

.kv picture img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.kv h2 {
    padding: 200px 0 0 100px;
}

.kv h2 img {
    max-width: 445px;
}

.bg01 {
    position:relative;
}

.bg01 img {
    position: absolute;
    object-fit: contain;
}

.bg01_cont {
    padding-top: 13vw;
}

.flow_title {
    width: 20%;
}

.flow_txt {
    width: 75%;
}

.flow_arrow {
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 760px){
.kv {
    position:static;
}

.kv picture {
    position:static;
    top: 0;
    z-index: 0;
}

.kv picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kv h2 {
    width: 90%;
    padding: 0 0 0 40px;
    margin-top: -150px;
}

.kv h2 img {
    max-width: 980px;
}

.flow_title {
    width: 40%;
    margin: 0 30% 20px 30%;
}

.flow_txt {
    width: 100%;
}
}
