@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 16px/1.8  "Noto Sans Japanese", sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #222222;
	background: #fff;
	font-weight:bold;
}

a{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
  color : #222222;
}

a:active, a:focus,input:active, input:focus{outline:0;}

.report-link {
  color: #222222 !important;
}

.report-link:hover {
  color: #1d6fa5 !important;
}

h1, h2, h3{
	font-family: "Noto Sans Japanese", sans-serif;
}

section{clear:both;}

.hr1 {
    border-top: 20px double #222222; /* 二重線 */
}

.headline {
    line-height:2.0;
}

.headline01 {
    line-height:none;
}

.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
}

.bg{
	line-height: 0;
}

#slogan{
	line-height: 1.7;
	text-align: left;
	padding: 0 50px;
}

.footarea {
    background-color:#000000;
    color:#FFF;
    font-weight:normal;
}

.vision{
	max-width: 1000px;
	margin: 0 auto;
	text-align:center;
	font-size:32px;
	font-weight:bold;
	line-height:2.0;
}

.visually-hidden {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.youtube{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* h1,h2,h3 設定
--------------------------------*/

.txt h2{
	padding: 0 0 20px !important;
}

#slogan h1{
	font-size: 60px;
	margin-bottom: 20px;
	font-weight:bold;
}

#slogan p{
	font-size: 60px;
	margin-bottom: 20px;
	font-weight:bold;
}

section h2{
	font-size: 45px;
	font-weight:bold;
	text-align: center;
}

section h3{
	font-size: 26px;
	font-weight:bold;
	line-height:180%;
}

#sec03 h2{
	font-size: 45px;
	font-weight:bold;
	text-align: left;
}

#sec04 h2{
	font-size: 45px;
	font-weight:bold;
	text-align: left;
}

#sec06 h3{
	line-height:200%;
}

#message-sec02 h2{
	font-size: 45px;
	font-weight:bold;
	text-align: left;
}

#about-us-sec02 h2{
	font-size: 45px;
	font-weight:bold;
	text-align: left;
}

#newsletter h2{
	font-size: 45px;
	font-weight:bold;
	text-align: left;
}

/* section 設定
--------------------------------*/

#sec06{
	text-align:center;
	vertical-align:middle;
}

#footer{
	clear: both;
	padding: 10px 1em 10px 1em;
	text-align: center !important;
	font-size: 12px;
	background-color:#000000;
	color:#FFF;
	font-weight:normal;
}

/* background 設定
--------------------------------*/

#sec01{
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/bg-goal.webp) no-repeat 100% 100% fixed;
	background-size: cover;
	color:#fff;
}

#sec04{
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/bg-profile-pc.webp) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color:#FFF;
}

#about-us-sec02{
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/bg-pc.webp) no-repeat 100% 100% fixed;
	background-size: cover;
	color:#fff;
}

#newsletter{
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/bg-newsletter-pc.webp) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color:#FFF;
}

.bgc-b {
    background-color:#222222;
}

.bgc-c {
    background-color:#fffeee;
}

/* img 設定
--------------------------------*/

img{
	width: 100%;
	height: auto;
}

.companyinner img{
	max-width: 288px;
	display: block;
	margin: 0 auto;
}

#sec02 img{
	max-width:30%;
	display: block;
	margin: 0 auto;
}

#about-us-sec01 img{
	width: auto;
	height: auto;
}

#about-us-sec02 img{
	width: auto;
	height: auto;
}

#message-sec03 img{
	width: auto;
	height: auto;
}

#contact-sec01 img{
	max-width: 288px;
	display: block;
	margin: 0 auto;
}

#foot img {
    width:70%;
}

/* column 設定
--------------------------------*/

.col1 li{
	display: inline-block;
	width: 100%;
	vertical-align:middle;
}

.col2 li{
	display: inline-block;
	width: 100%;
	vertical-align:top;
}

.col3 li{}

.col3 img{
	width:auto;
	display: block;
	margin: 0 auto;
}

.col4 li{
	display: inline-block;
	width: 100%;
	vertical-align:middle;
}

.col5 li{}

.col5 img{
	width:auto;
	display: block;
	margin: 0 auto;
}

.col6 li{}

.col7 li{}

.col8 li{}

.col8 img{
	width:auto;
	display: block;
	margin: 0 auto;
}

/* inner 設定
--------------------------------*/

.topinner {
	max-width:1200px;
	padding: 0px 0.5em;
	text-align:left;
	font-size:100px;
}

.headinner {
	width:100%;
	padding: 100px 0;
}

.inner{
	width: 94%;
	margin: 0 auto;
}

.secinner{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0.8em;
}

.companyinner{
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 0.8em;
}

.voiceinner{
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 0.8em;
}

.qainner{
	max-width: 1500px;
	margin: 0 auto;
	text-align:center;
}

.voiceinner-s{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0.8em;
}

.inner01{
	width: 100%;
	text-align:left;
}

.sec05inner{
	width: 100%;
	text-align:left;
}

.contact-introduction{
	width: 100%;
	text-align:center;
	margin:0 auto;
}

.footinner{
	width: 100%;
}

/* 改行 設定
--------------------------------*/

.br-sp {
    display: none;
}

.br-tb {}

.pc {
    display: none !important;
}

.sp {}

.pcc {
    display: none !important;
}

.spp {}

/* font 設定
--------------------------------*/

.headfont{
	font-size:125px;
}

.bold {
    font-weight:bold !important;
}

.fonr {
    color:#ff0000;
}

.fonw {
    color:#fff;
}

.fong {
    color:#40adac;
}

.fony {
    color:#fff000;
}

.fonp {
    color:#8f639c;
}

.fon01 {
    font-size:1.2em;
}

.fon02 {
    font-size:1.2em !important;
}

.fon-tel {
    font-size:1.8em;
    font-weight:bold;
}

.fon-foot {
    font-size:;
}

.fon-arrow {
    font-size:2.5em;
}

.fon-tokusp {
    font-size:0.8em;
    font-weight:normal;
}

.fon-name {}

/* font 装飾
--------------------------------*/

.skew {
    transform: skew(-20deg);
}

.marker-y {
    background: linear-gradient(transparent 60%, #fcf370 60%);
}

.under-w {
    background-color:#fff;
    color:#222222;
    padding:0 0.2em;
}

.under-ww {
    background-color:#fff;
    color:#222222;
    padding: 0.2em 0.5em;
}

.under-b {
    background-color:#222222;
    padding: 0.2em 0.5em;
}

/* position 設定
--------------------------------*/

.position-r {
    text-align:right !important;
}

.position-l {
    text-align:left !important;
}

.position-c {
    text-align:center !important;
}

.position01 {
    text-align:right;
}

.position02 {
    text-align:left;
}

/* space 設定
--------------------------------*/

.li-space01 {
	padding-right:0.8em;
}

.li-space02 {
	padding-top:1em;
}

.li-space03 {
	padding-right:0.5em;
}

.space01 {
    padding-top:55px; 
}

.space02 {
    padding-top:35px; 
}

.space03 {
    padding-top:120px; 
}

.space04 {
    padding-top:20px; 
}

.space-sec {
    padding-top:160px; 
}

.space-sp {
    padding-top:0; 
}

.space-sp-foot {
    padding-top:0; 
}

.space-ss {
    padding-top:50px; 
}

.space-sr {
    padding-top:0; 
}

.space-st {
    padding-top:40px; 
}

.space-pc {
    padding-top:1.5em; 
}

.space-foot {
    padding-top:1.5em; 
}

.space-foot01 {
    padding-top:10px; 
}

.space-voice {
	margin-bottom:0;
}

.mgr-rl{
    margin-right : 5px;
	margin-left : 15px;
}

.category-date{
    margin-right : 15px;
	margin-left : 15px;
    padding: 0.3em;
    border: solid 1px #222222;
    border-radius: 10px;
}

/* box 設定
--------------------------------*/

.headbox {
    padding: 0 2rem 1rem 2rem;
    border: 3px solid #222222;
}

.headbox01 {
    padding: 0.5rem 2rem 1rem 2rem;
    border: 2px solid #fff;
}

.headbox02 {
    padding: 0.9rem 2rem 1rem 2rem;
    border: 1px solid #222222;
    line-height:2.5;
}

/* button 設定
--------------------------------*/

.button003 a {
    background: #222222;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size:1.2em;
	padding: 1em 0;
	border: solid 1px #222222;
}

.button003 a:hover {
    color: #222222;
	background-color:#FFF;
	border: solid 1px #222222;
}

.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.button003 a:hover:after {
    border-color: #222222;
}

.button004 a {
    background: #ffffff;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 25px;
    color: #222222;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size:1.2em;
	padding: 1em 0;
	border: solid 1px #ffffff;
}

.button004 a:hover {
    color: #ffffff;
	background-color:#222222;
	border: solid 1px #ffffff;
}

.button004 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #222222;
    border-right: 3px solid #222222;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.button004 a:hover:after {
    border-color: #ffffff;
}

/* 丸ボタン */

.btn-circle-border-simple {
    display: inline-block;
    text-decoration: none;
    color: #222222;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    border: solid 1px #fff;
    text-align: center;
    overflow: hidden;
    font-weight: normal;
    transition: .4s;
    background-color:#FFF;
}

.btn-circle-border-simple:hover {
	background: #222222;
    color:#FFF;
    border: solid 1px #fff;
}

/* アスメルフォームCSS
--------------------------------*/

#asumeruform{
	width: 100%;
	margin:0 auto;
}

#asumeruform table {
    border-collapse : collapse ;
	margin: 0 0 10px;
	width: 100%;
	table-layout: fixed;
    border-color:#cccccc;
}

#asumeruform table th {
	width: 100%;
	padding: 5px 10px;
	background: #ffffff; 
	text-align: left;
	vertical-align: middle;
    font-size:1.5em;
    color:#222222; 
    display: block;
}

#asumeruform table tr{
    border-color:#cccccc;
}

#asumeruform table td {
	padding: 10px;
    color: #222222;
    font-size:1.5em;
    display: block;
}

#asumeruform input{
    font-size: 1.5em;
}

#asumeruform .inputselect {
	padding: 3px;
    font-size: 1.5em;
    color:#222222;
}

#asumeruform .inputtext.inputtextshortest {
	width:100%;
}

#asumeruform .inputtext.inputtextshort {
	width:100%;
}

#asumeruform .inputtext.inputtextlong {
	width:100%;
}

#asumeruform textarea {
	font-size: 1.5em;
	width:100%;
	height: 300px;
	padding: 3px;
}

#asumeruform .formbtn {
    margin-left:0px;
	font-size: 1.5em;
	width:90%;
    max-width: 620px;
    height:55px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 6px;
	background-color:#222222;
	color:#FFF;
}

#asumeruform span.require {
	color: red;
	font-weight: bold;
}
.center-text{
	text-align: center;
}

/* slider 設定
--------------------------------*/

/* 全体設定 */
.css-carousel-slider3 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.css-carousel-slider3 img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider3 .slide-wrap {
    width: 300%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider3 15s infinite;
    animation-delay: 2s;
}

.css-carousel-slider3 .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main3 15s infinite;
    animation-delay: 2s;
}

.css-carousel-slider3 .slide {
    width: 100%;
}

/* スライダーアニメーションの設定 */
@keyframes css-carousel-slider3 {
    0% { transform: translateX(0); }
    27.3% { transform: translateX(calc(1 / 3 * -100%));}
    33.3% { transform: translateX(calc(1 / 3 * -100%)); }
    60.6% { transform: translateX(calc(2 / 3 * -100%)); }
    66.6% { transform: translateX(calc(2 / 3 * -100%)); }
    94% { transform: translateX(calc(3 / 3 * -100%)); }
    100% { transform: translateX(calc(3 / 3 * -100%)); }
}

@keyframes css-carousel-slider-main3 {
    0% { transform: translateX(100%); }
    66.6% { transform: translateX(100%); }
    94% { transform: translateX(0%);}
}

/* animation 設定
--------------------------------*/

/* ヘッダーアニメーション */

.anime-object {
	animation: fade-in 0.5s ease-in-out 0.2s forwards;
}

.circle {
	width: 100%;
    height: auto;
    margin: 0 auto;
    opacity: 0;
}

@keyframes fade-in {
    0% {
      opacity: 0;
      transform: translateY(60px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
}

/* フェードインアニメーション※secに設定 */

.block {
    opacity: 0; /* 最初は非表示にしておく */
    transition: all 3s; /* 動きを滑らかに */
}

.fadeIn {
    opacity: 1;
}

/* 上下左右に揺れるアニメーション※logoに使用（XとYを変更） */

.fluffy {
    animation: girl-animation 0.7s ease-in-out infinite alternate-reverse;
}

@keyframes girl-animation {
    0% {
      transform: translateY(-24px);
    }
    100% {
      transform: translateY(24px);
    }
}

/* フェードインアニメーション右から左 */

.container{
	overflow: hidden;
}

.slidein{
	/* 装飾に関わるスタイルは省略 */
	margin: 0 auto;
	transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}

.slide_left{
	transform: translateX(calc(-50vw - 50%));
}

.slide_right{
	transform: translateX(calc(50vw + 50%));
}

.show{
	transform: translateX(0);
}

/* バウンドアニメーション01 */

.ball {
    /*animationプロパティここから*/
    animation-name: bounce;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform-origin: center bottom;
}

@keyframes bounce {
    0%   { transform: scale(1.0, 1.0) translate(0%, 0%); } /* 初期状態 */
    30%  { transform: scale(1.5, 0.5) translate(0%, 0%); } /* 地面に着地し、その変動で潰れだす */
    40%  { transform: scale(1.0, 1.0) translate(0%, 0%); } /* 潰れた反動で一瞬元に戻る */
    50%  { transform: scale(0.8, 1.3) translate(0%, -70%); } /* 潰れた反動で縦に伸び、その勢いでバウンド開始 */
    60%  { transform: scale(1.0, 1.0) translate(0%, -120%); } /* 潰れた反動が終り、空中で元に戻る */
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); } /* 初期状態に戻る */
}

/* バウンドアニメーション02 */

.jump {
    -webkit-animation: jump 1.8s linear 0s 1;
    animation: jump 1.8s linear 0s 1;
    animation-iteration-count: infinite;
}

@-webkit-keyframes jump {
    0% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
    10% { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
    40% { -webkit-transform: scale(1.2, 0.8) translate(0%, 15%); }
    50% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
    60% { -webkit-transform: scale(0.9, 1.2) translate(0%, -60%); }
    75% { -webkit-transform: scale(0.9, 1.2) translate(0%, -20%); }
    85% { -webkit-transform: scale(1.2, 0.8) translate(0%, 15%); }
    100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}

@keyframes jump {
    0% { transform: scale(1.0, 1.0) translate(0%, 0%); }
    10% { transform: scale(1.1, 0.9) translate(0%, 5%); }
    40% { transform: scale(1.2, 0.8) translate(0%, 15%); }
    50% { transform: scale(1.0, 1.0) translate(0%, 0%); }
    60% { transform: scale(0.9, 1.2) translate(0%, -60%); }
    75% { transform: scale(0.9, 1.2) translate(0%, -20%); }
    85% { transform: scale(1.2, 0.8) translate(0%, 15%); }
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

/* ヘッダースクロール矢印 */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

.scroll_down a{
    color: #222222;
    font-size: 1em;
    letter-spacing: 2px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: block;
    background-size: 14px auto;
    z-index: 2;
    text-decoration: none; 
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.scroll_down a:before {
    position: absolute;
     top: calc(50% - 56px);
    left: calc(50% - 8px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 1px solid #222222;
    border-width: 0px 0 2px 2px;
}

.scroll_down a:after {
    position: absolute;
    width: 32px;
    height: 32px;
    border: 2px solid #222222;
    content: "";
    border-radius: 100%;
    top: calc(50% - 64px);
    left: calc(50% - 19px);
}

.scroll_down a span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 0 0 #222222;
    opacity: 0;
    animation: circle 3s infinite;
    top: calc(50% - 63px);
    left: calc(50% - 19px);
}

@keyframes circle {
    0% { opacity: 0; }
    30% { opacity: 1; }
    60% { box-shadow: 0 0 0 40px rgba(255,255,255,.1);
        opacity: 0; }
    100% { opacity: 0; }
}

/* TOPページヘッダーアニメーション */

:root {
    --delay: 0;
    --duration: 1000ms;
    --iterations: 1;
}

/* •·•·•·•·•·•·•·•·•·•·•·•·•·•·• */

.reveal-text,
.reveal-text::after {
    animation-delay: var(--animation-delay, 2s);
    animation-iteration-count: var(--iterations, 1);
    animation-duration: var(--duration, 800ms);
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.reveal-text {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 800ms);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    animation-name: clip-text;
    color: #222222;
    white-space: nowrap;
    cursor: default;
  
    &::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #222222;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
    }
  
}

@keyframes clip-text {
    from {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
}

@keyframes text-revealer {
  
    0%, 50% {
      transform-origin: 0 50%;
    }  
    60%, 100% {
      transform-origin: 100% 50%;   
    } 
    60% {
      transform: scaleX(1);
    }  
    100% {
      transform: scaleX(0);
    }
}

@use postcss-preset-env {
    stage: 0;
    browsers: [
      "last 1 Chrome versions",
      "last 1 Firefox versions",
      "last 1 Safari versions",
      "last 1 Edge versions"
    ]
}

/* テキストを左右揃える
--------------------------------*/

.textarrange{
    text-align: justify !important;
    text-justify: inter-ideograph !important;
}

.box-design17 {
    margin: 0 auto;
    padding: 30px 20px 0px 20px;
    border: 2px solid #222222;
    border-radius: 30px 0 30px 0;
}

.box-design17-ttl {
    background-color: #222222;
    color: #fff;
    border-radius: 100vh;
    padding: 10px 1.5em;
    margin: -55px 0 0 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
}

.box-design17-ttl::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 15px solid transparent;
    width: 0;
    height: 0;
    border-top-color: #222222;
}

/* FAQ 設定
--------------------------------*/

.qa-6 {
    max-width: 100%;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    cursor: pointer;
	font-size:1.5em;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
}

.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #222222;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
	font-weight:normal;
	font-size:1.2em;
}

.qa-6 p::before {
    color: #ff8d8d;
    content: "A";
}

/* LP01 設定　LINE公式アカウント運用オンライン講座
--------------------------------*/

#lp01 img{
	width: 100%;
	display: block;
	margin: 0 auto;
}

#lp01 p{
	font-size:1.4em;
	font-weight:normal;
	line-height:180%;
}

input::placeholder { 
	color: #cccccc;
	font-size: 0.7em;
	padding:0 0.5em;
}

select{
	width:200px;
	height:auto;
	padding:0.5em 0.5em;
	font-size: 1em;
	color:#222222;
}

.lp01-asumerubox{
	width:65%;
	margin:0 auto;
}

#lp01-sec03 img{
	width:75%;
}

#lp01-sec08 img{
	width:75%;
}

#lp01-sec10 img{
	width:50%;
}

#lp01 table th {
	width: 80% !important;
	padding: 5px 20px !important;
}

.lp01-position01{
	text-align:center !important;
}

.imgcircle  {
	border-radius: 30px;
	overflow: hidden;
}

.lp01-bg01{
	background-color:#58c1d7;
}

.lp01-bg02{
	background-color:#f0f8f5;
}

.lp01-bg03{
	background-color:#1c917e;
}

.lp01-bg04{
	background-color:#43a956;
}

.lp01-bg05{
	background-color:#79c2b6;
}

.lp01-bg06{
	background-color:#e5f2ed;
}

.lp01-inner{
	max-width: 1000px;
	margin: 0 auto;
}

.lp01-text-inner{
	padding: 0 0.8em;
}

.lp01-inner01{
	width: 100%;
}

.lp01-inner02{
	max-width: 1300px;
	margin: 0 auto;
}

.lp01-introfont{
	font-size: 32px !important;
}

.lp01-li-font01{
	font-size: 1.5em !important;
}

#lp01 h2{
	font-size: 38px;
	font-weight:bold;
	color:#208b79;
	text-align:center;
	line-height:150%;
}

#lp01 h3{
	font-size: 20px;
	font-weight:bold;
	color:#3cb156;
	text-align:center;
	border-bottom: 3px solid #3cb156;
	margin-bottom:1em;
}

#lp01 h4{
	font-size: 26px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	background-color:#3cb156;
	border-radius: 30px;
}

#lp01 h6{
	font-size: 26px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	background-color:#fd9c02;
	border-radius: 30px;
}

#lp01 h5{
	font-size: 24px;
	font-weight:bold;
	color:#16a460;
}

.lp01-line-height01{}

.lp01-fono{
	color:#fd9c02;
}

.lp01-fonoo{
	color:#e25927;
}

.lp01-fonb{
	color:#222222;
}

.lp01-fong{
	color:#3fb156;
}

.lp01-fongr{
	color:#16a460;
}

.lp01-fony{
	color:#fff000;
}

.lp01-fonbl{
	color:#1a2f63;
}

.lp01-fonblu{
	color:#1f293d;
}

.fa-big  {
	font-size:6em;
	padding: 0.3em 0;
}

.border-r{
	border: solid 2px #ff0000;
	padding: 0.5em 1em;
	color:#F00;
	font-weight:bold;
}

.border-g{
	border: solid 2px #3fb156;
	padding: 0.5em 1em;
	color:#3fb156;
	font-weight:bold;
}

.lp01-fon01{
	font-size:0.8em;
}

.lp01-fon02{
	font-size:1.3em;
}

.lp01-icon{
	font-size:2em;
}

.lp01-space-sec{
	padding-top: 80px;
}

.lp01-space01{
	padding-top: 40px;
}

.lp01-space02{
	padding-top: 30px;
}

.lp01-space03{
	padding-top: 1em;
}

.lp01-space04{
	padding-top: 55px;
}

.lp01-space05{
	padding-top: 0.5em;
}

.lp01-foam-space01{
	padding-top: 1em;
}

.lp01-foot-space01{
	padding-top: 15px;
}

.lp01-arrow {
    display: inline-block;
    width: 300px;
    height: 70px;
    background: linear-gradient(180deg, #ffffff 0%, #fb8330 50%);
    clip-path: polygon(0 -60.9%, 45.2% -60.9%, 45.2% 0, 54.8% 0, 54.8% -60.9%, 100% -60.9%, 50% 100%);
}

.lp01-col1 li{
	display: inline-block;
	width: 49%;
	vertical-align: middle;
	text-align: left;
	padding:1em 0;
}

.box-m {
	padding:0 160px;
}

.box1 {
    padding: 40px 1em;
    background: #f0f8f5;
    border: solid 3px #3cb156;/*線*/
    border-radius: 10px;/*角の丸み*/
	background-color:#FFF;
	margin:0 auto;
	width:fit-content;
}

.box1-o {
    padding: 40px 1em;
    background: #fd9c02;
    border: solid 3px #fd9c02;/*線*/
    border-radius: 10px;/*角の丸み*/
	background-color:#FFF;
	margin:0 auto;
	width:fit-content;
}

.box2 {
    padding: 40px 0;
    background: #f0f8f5;
    border: solid 3px #3cb156;/*線*/
    border-radius: 10px;/*角の丸み*/
	background-color:#FFF;
}

.box3 {
    padding: 40px 40px;
    margin: 2em 0;
    border: solid 3px #3cb156;/*線*/
    border-radius: 10px;/*角の丸み*/
	background-color:#FFF;
}

.box4 {
    padding: 40px 1em;
    background: #f0f8f5;
    border: solid 3px #3cb156;/*線*/
    border-radius: 10px;/*角の丸み*/
	background-color:#FFF;
	margin:0 auto;
}

.box29 {
    margin: 0;
	padding: 50px 0;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.22);
}

.box30 {
    margin: 0;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.22);
}

.box31 {
    margin: 0;
	padding: 1em 0.8em;
	text-align:left;
    background: #f5f5f5;
}

.formbtn-lp01{
	margin:0 auto;
    display:block;
    max-width: 500px;
	width:100%;
	font-size:1.3em !important;
	font-weight: 500;
	padding: 1em 0;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    background-color: #fb8330; /*ボタン色*/
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	border: solid 1px #fb8330;
}

.formbtn-lp01:hover{
    background-color: #ffffff; /*ボタン色*/
	border: solid 1px #fb8330;
	color:#fb8330;
}

.button-lp01 a {
	background-color:#fb8330;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size:1.5em;
	padding: 1em 0;
	border: solid 1px #fb8330;
}

.button-lp01 a:hover {
    color: #fb8330;
	background-color:#ffffff;
	border: solid 1px #fb8330;
}

.button-lp01 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.button-lp01 a:hover:after {
    border-color: #fb8330;
}

.button-lp02 a {
	background-color:#fff000;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
    color: #222222;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size:1.5em;
	padding: 1em 0;
	border: solid 1px #fff000;
}

.button-lp02 a:hover {
    color: #222222;
	background-color:#ffffff;
	border: solid 1px #fff000;
}

.button-lp02 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #222222;
    border-right: 3px solid #222222;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.button-lp02 a:hover:after {
    border-color: #222222;
}

/* LP02 設定 伊那谷遊ったりLINE販促実践会
--------------------------------*/

#lp02 a{
	color: #ffffff;
	text-decoration: none;
}

#lp02 a:hover{
  color : #D8BA76;
}

#lp02 a.custom-link {
  color: #ffffff; /* 好きな色に */
}

#lp02 a.custom-link:hover {
  color: #2e160f; /* ホバー時の色 */
}

#lp02 h2{
	color:#D8BA76;
	font-size:35px;
}

#lp02 p{
	font-size:1.4em;
	font-weight:normal;
	line-height:180%;
	color:#2e160f;
}

.lp02-bg01{
	background-color:#D8BA76;
}

.lp02-bg02{
	background-color:#2e160f;
}

.lp02-fonc01{
	color:#D8BA76 !important;
}

.lp02-fonc02{
	color:#2e160f !important;
}

.lp02-fonc03{
	color:#1c4323;
}

.lp02-inner{
	max-width: 1000px;
	margin: 0 auto;
}

.lp02-inner01{
	width: 100%;
}

.lp02-text-inner{
	padding: 0 0.8em;
}

.lp02-space-icon01{
	padding-right:0.8em;
}

.lp02-space-icon02{
	padding-left:0.5em;
}

.lp02-space-btn01{
	padding-top:1em;
}

.lp02-space-box{
	padding-top: 1em;
}

.lp02-space-top{
	padding-top: 1em;
}

.lp02-space01{
	padding-top: 40px;
}

.lp02-space02{
	padding-top: 65px;
}

.lp02-space03{
	padding-top: 90px;
}

.lp02-space04{
	padding-top: none;
}

.lp02-space05{
	padding-top: 90px;
}

.lp02-space06{
	padding-top: 55px;
}

.lp02-space07{
	padding-top: 65px;
}

.lp02-sec-space-top{
	padding-top: 40px;
}

.lp02-sec-space-bottom01{
	padding-top: 65px;
}

.lp02-sec-space-bottom02{
	padding-top: 40px;
}

.lp02-sec-space-bottom03{
	padding-top: 90px;
}

.lp02-box-padding{
	padding: 0 0.8em;
}

.lp02-position01{
	text-align:center;
}

.lp02-position02{
	text-align:left;
}

.lp02-position03{
	text-align:right;
}

.lp02-fon01{
	font-size:25px;
}

.lp02-fon02{
	font-size:0.8em !important;
}

.lp02-fon03{
	font-size:2em !important;
}

.lp02-fon04{
	font-size:2em !important;
}

.lp02-btn-fon01{
	font-size:30px;
}

.lp02-profile-fon01{
	font-size:1.4em !important;
}

.lp02-under01{
	background-color:#D8BA76;
	padding:0 1rem;
	border-radius: 10px;/*角の丸み*/
}

.lp02-under02{
	background-color:#2e160f;
	padding:2rem;
	border-radius: 10px;/*角の丸み*/
}

.lp02-under03{
	background-color:#2e160f;
	padding:0.5em;
	border-radius: 10px;/*角の丸み*/
}

.lp02-footarea {
    background-color:#2e160f;
    font-weight:normal;
	color:#FFF;
}

#footer-lp02{
	clear: both;
	padding: 10px 1em 10px 1em;
	text-align: center !important;
	font-size: 12px;
	background-color:#2e160f;
	color:#D8BA76;
	font-weight:normal;
}

#lp02-sec-organizer img{
	width:50%;
}

#lp02-sec05 .col5 img {
	width: 100% !important;
	max-width: 100% !important;
}

.lp02-arrow {
  display: inline-block;
  width:100%;
  max-width: 740px;
  height: 100px;
  background: #2e160f;
  clip-path: polygon(0 -53.1%, 48% -53.1%, 48% 0, 52% 0, 52% -53.1%, 100% -53.1%, 50% 100%);
}

.lp02-box01 {
    padding: 0.5em 1em;
    margin: 0;
    font-weight: bold;
    border: solid 3px #2e160f;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.lp02-box02 {
    padding: 0.5em 1em;
    margin: 0;
    font-weight: bold;
    border: solid 3px #D8BA76;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.lp02-box03 {
    margin: 0;
    border: solid 3px #2e160f;/*線*/
    border-radius: 10px;/*角の丸み*/
	padding: 1.5em 0.8em;
}

.lp02-box04 {
    margin: 0;
    border: solid 3px #2e160f;/*線*/
    border-radius: 10px;/*角の丸み*/
	padding: 1.5em;
}


a.lp02-btn01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 650px !important;
	margin: auto;
	padding: 1.5rem 1rem;
	font-weight: bold;
	border: 2px solid #1c4323;
	background: #1c4323;
	color: #fff;
	border-radius: 5px;
	transition: 0.5s;
	animation: move_b 2s infinite;
}

a.lp02-btn01:hover {
	color: #1c4323 !important;
	background: #fff;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

a.lp02-btn02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 650px !important;
	margin: auto;
	padding: 1.5rem 1rem;
	font-weight: bold;
	border: 2px solid #2e160f;
	background: #2e160f;
	color: #D8BA76;
	border-radius: 5px;
	transition: 0.5s;
	animation: move_b 2s infinite;
}

a.lp02-btn02:hover {
	color: #2e160f !important;
	background: #fff;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	border: 2px solid #2e160f;
}

@keyframes move_b {
    0% {transform: translate(4px, 0px);}
    5% {transform: translate(-4px, 0px);}
    10% {transform: translate(4px, 0px);}
    15% {transform: translate(-4px, 0px);}
	20% {transform: translate(4px, 0px);}
    25% {transform: translate(-4px, 0px);}
    30% {transform: translate(0px, 0px);}
}

.speechBubble01 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 2rem 1em;
  border-radius: 10px;
  background-color: #2e160f;
  text-align: center;
  color: #d8ba76;
}

.speechBubble01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #2e160f transparent transparent;
  translate: -50% 100%;
  transform: skew(-10deg);
  transform-origin: top;
}

.speechBubble02 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 2rem 1em;
  border-radius: 10px;
  background-color: #2e160f;
  text-align: center;
  color: #d8ba76;
}

.speechBubble02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80%;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: #2e160f transparent transparent;
  translate: -50% 100%;
  transform: skew(10deg);
  transform-origin: top;
}

/* RESPONSIVE 設定
--------------------------------*/

@media only screen and (min-width: 1200px){
	
.inner{
    width: 1024px;
}

.txt h2{
	padding: 0 0 20px !important;
}

}

/* iPadPro iPadAir 設定
--------------------------------*/

@media only screen and (min-width: 820px){

body{
    font-size:14px;
}
	
a#menu{
  	display: inline-block;
  	position: relative;
  	width: 60px;
  	height: 60px;
  	margin: 10px;
	background-color:#FFF;
	border-radius: 50%;
	border: 1px solid #222222;
}

#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 30%;
  	width: 38px;
  	height: 4px;
  	margin: -1px 0 0 -7px;
  	background: #222222;
  	transition: .2s;
}

#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 30%;
  	left: 0;
  	width: 38px;
  	height: 4px;
  	background: #222222;
  	transition: .3s;
}

#menuBtn:before{
  	margin-top: -9px;
}

#menuBtn:after{
  	margin-top: 7px;
}

a#menu .close{
  	background: transparent;
}

a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
}

a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
}

a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
}

.panel{
	width: 100%;
	display: none;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	z-index: 100;
}

#mainnav{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	text-align: right;
	z-index:500;
}

#mainnav ul{
	border-bottom: 1px solid #ccc;
	background: #fff;
	text-align: center;
}

#mainnav li a{
	position: relative;
	display:block;
	padding:15px 25px;
	border-bottom: 1px solid #ccc;
	color: #222222;
	font-weight: 400;
	font-size:1.5em;
}

.txt, .bg{
	width: 50%;
	float: left;
	display: table;
    background: #f6f6f6;
}

#sec02_02 .txt, #sec02_02 .bg{
	float: right;
}

.vMid{
	display: table-cell;
	padding: 0 100px;
	vertical-align: middle;
}

.col3{
	text-align: center;
}

.col3 li{
	display: inline-block;
	width: 30%;
	padding: 20px 0;
	vertical-align: middle;
	text-align: left;
}

.col5{
	text-align: center;
}

.col5 img{
	max-width:100%;
	margin-bottom:0;
	padding-bottom:1em;
}

.col5 li{
	display: inline-block;
	width: 30%;
	padding: 20px 0;
	vertical-align: middle;
	text-align: left;
	margin:1em;
}

.col6{
	text-align: center;
}

.col6 li{
	display: inline-block;
	width: 30%;
	padding: 20px 0;
	vertical-align: middle;
	text-align: left;
	margin:1em;
}

.col7{
	text-align: center;
}

.col7 li{
	display: inline-block;
	width: 20%;
	padding:0.5em;
	vertical-align: middle;
	text-align: center;
}

.col8{
	text-align: center;
}

.col8 img{
	max-width:100%;
	margin-bottom:0;
}

.col8 li{
	display: inline-block;
	width: 30%;
	padding: 20px 0;
	vertical-align: middle;
	text-align: left;
	margin:1em;
}

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

.space-voice {
	margin-bottom:5em;
}

}

@media only screen and (min-width: 641px){
	
.col1 li{
    width: 40%;
	padding: 0 3%;
	vertical-align:middle;
}

.col2 li{
	width: 40%;
	padding: 0 3%;
	vertical-align:top;
}

.col4 li{
	width: 40%;
	padding: 0 3%;
	vertical-align:middle;
}

}

@media only screen and (max-width: 640px){
	
#map iframe{
    width: 96% !important;
	left: 2%;
}

}

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

.lp02-space04{
	padding-top: 1.5em;
}

.lp02-fon01{
	font-size:1.4em;
}


a#menu{
    display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	background-color:#FFF;
	border-radius: 50%;
	border: 1px solid #222222;
}

#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -9px;
  	background: #222222;
  	transition: .2s;
}

#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #222222;
  	transition: .3s;
}

#menuBtn:before{
  	margin-top: -7px;
}

#menuBtn:after{
  	margin-top: 5px;
}

a#menu .close{
  	background: transparent;
}

a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
}

a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
}

a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
}

.panel{
	width: 100%;
	display: none;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	z-index: 100;
}

#mainnav{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	text-align: right;
	z-index:500;
}

#mainnav ul{
	border-bottom: 1px solid #ccc;
	background: #fff;
	text-align: center;
}

#mainnav li a{
	position: relative;
	display:block;
	padding:15px 25px;
	border-bottom: 1px solid #ccc;
	color: #222222;
	font-weight: 400;
}

#mainnav li a:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #222222;
	border-right: solid 2px #222222;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.col3 li{
	margin-bottom:2em;
	display: block;
    max-width: 100%;
}

.col5 li{
	margin-bottom:2em;
	display: block;
    max-width: 100%;
}

.col6 li{
	margin-bottom:2em;
	display: block;
    max-width: 100%;
}

.col8 li{
	margin-bottom:2em;
	display: block;
    max-width: 100%;
}

.fon01 {
    font-size:1.2em !important;
    font-weight: 400 !important;
}

.space-sp {
    padding-top:40px;
}

.space-sp-foot {
    padding-top:20px;
}

.space-voice {
	margin-bottom:2.5em;
}

#sec05 img{
	width:80%;
}

#company-sec01 img{
	width:80%;
}

}

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

/* h1,h2,h3 設定
--------------------------------*/

#slogan h1{
	font-size: 55px;
	text-align:center;
}

#slogan p{
	font-size: 55px;
	text-align:center;
}

section h2{
	font-size: 36px;
	line-height:1.9;
}

section h3{
	font-size: 30px;
}

#sec03 h2{
	font-size: 36px;
	text-align:left;
}

#sec04 h2{
	font-size: 36px;
	text-align:left;
}

#message-sec02 h2{
	font-size: 36px;
	text-align:center !important;
}

#about-us-sec02 h2{
	font-size: 36px;
    text-align:center !important;
}	

#newsletter h2{
	font-size: 36px;
    text-align:center !important;
}

/* background 設定
--------------------------------*/

#sec01{
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/bg-goal.webp);
	background-size: cover;
}

#sec04{
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/bg-profile-tb.webp);
	background-size: cover;
}

#about-us-sec02{
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/bg-pc-tb.webp);
	background-size: cover;
}

#newsletter{
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/bg-newsletter-pc.webp);
	background-size: cover;
}

/* img 設定
--------------------------------*/

#sec05 img{
	width:80%;
}

#about-us-sec01 img{
	width: 45%;
	height: auto;
}

#about-us-sec02 img{
	width: 100%;
	height: auto;
}

#message-sec03 img{
	width: 60%;
	height: auto;
}

#company-sec01 img{
	width:80%;
}

#foot img {
    width:50%;
}

/* column 設定
--------------------------------*/

.col1 li{
    width: 95%;
    padding: 0 0.8em;
    vertical-align:middle;
}

.col3 li{
    width: 94%;
    margin: 0.5em 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;  /*webkit系*/
    -moz-box-sizing: border-box;  /*Firefox*/
}

.col4 li{
    width: 46%;
	padding: 0 0.8em;
	vertical-align:middle;
}

.col5 li{
	width: 94%;
	margin: 0.5em 0;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;  /*webkit系*/
    -moz-box-sizing: border-box;  /*Firefox*/
}

.col7 li{
    display: inline-block;
    width: 40%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;  /*webkit系*/
    -moz-box-sizing: border-box;  /*Firefox*/
}

.col8 li{
	width: 94%;
	margin: 0.5em 0;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;  /*webkit系*/
    -moz-box-sizing: border-box;  /*Firefox*/
}

/* inner 設定
--------------------------------*/

.topinner {
	padding: 30px 0.5em;
	font-size:60px;
}

.secinner{
	padding: 0 0.8em;
	max-width:950px;
}

/* 改行 設定
--------------------------------*/

.br-sp {
	display: none;
}

.br-tb {
	display: block;
}

.pcc {
    display: block !important;
}

.spp {
    display: none !important;
}

/* font 設定
--------------------------------*/

.fon01 {
    font-size:2em !important;
    font-weight: 600 !important;
}

.fon-tokusp {
    font-size:0.8em;
    font-weight:normal;
}

/* font 装飾
--------------------------------*/

.under-b {
    padding: 0.5em 0.5em;
}

/* position 設定
--------------------------------*/

.position02 {
    text-align:center;
}

/* space 設定
--------------------------------*/

.space01 {
    padding-top:60px; 
}

.space-sp {
    padding-top:60px; 
}

.space-sp-foot {
    padding-top:30px; 
}

.space-ss {
    padding-top:20px; 
}

.space-sr {
    padding-top:13px; 
}

/* box 設定
--------------------------------*/

.headbox {
    padding: 0.5rem 2rem 0.5rem 2rem;
}

.headbox01 {
    padding: 1rem 2rem 1rem 2rem;
}

.headbox02 {
    line-height: 2.33;
}

/* button 設定
--------------------------------*/

.button003 a {
	font-weight:bold;
}

.button004 a {
	font-weight:bold;
}

/* FAQ 設定
--------------------------------*/

.qa-6 summary {
	font-size:1.2em;
}

.qa-6[open] p {
	font-size:1em;
}

/* その他 設定
--------------------------------*/

.vMid{
	padding: 0 20px;
}

.vision{
	max-width:950px;
}

}

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

/* h1,h2,h3 設定
--------------------------------*/

#slogan h1{
	font-size: 42px;
	text-align:center;
}

#slogan p{
	font-size: 42px;
	text-align:center;
}

section h2{
	font-size: 32px;
}

#sec03 h2{
	font-size: 32px;
	text-align:left;
}

#sec04 h2{
	font-size: 32px;
	text-align:left;
}

#message-sec02 h2{
	font-size: 32px;
	text-align:left;
}

#about-us-sec02 h2{
	font-size: 32px;
	text-align:left;
}

#newsletter h2{
	font-size: 32px;
	text-align: left;
}

/* column 設定
--------------------------------*/

.col1 li{
	width: 95%;
	padding: 0 0.8em;
	vertical-align:middle;
}

.col2 li{
	width:94%;
}

.col3 li{
	margin: 0 0.8em 2em 0.8em;
}

.col4 li{
	width: 95%;
	padding: 0 0.8em;
	vertical-align:middle;
}

.col5 li{
	margin: 0 0.8em 2em 0.8em;
}

.col5 img{
	width:40%;
	margin-bottom:0;
}

.col6 li{
	margin: 0 0.8em;
	padding: 0.8em 0;
}

.col7 li{
	padding: 0.3em;
}

.col8 li{
	margin: 0 0.8em 2em 0.8em;
}

.col8 img{
	width:100%;
	margin-bottom:0;
}

/* inner 設定
--------------------------------*/

.topinner {
	padding: 30px 0.5em;
	font-size:50px;
}

.voiceinner-s{
	padding: 0 0.8em;
}

/* 改行 設定
--------------------------------*/

.br-tb {
	display: block;
}

/* font 設定
--------------------------------*/

.headfont{
	font-size:85px;
}

.fon01 {
    font-size:1.4em !important;
    font-weight: 600 !important;
}

.fon-tokusp {
    font-size:0.8em;
    font-weight:normal;
}

/* position 設定
--------------------------------*/

.position02 {
	text-align:center;
}

/* space 設定
--------------------------------*/

.space01 {
    padding-top:40px; 
}

.space03 {
    padding-top:40px; 
}

.space-sec {
    padding-top:90px; 
}

.space-sp {
    padding-top:40px;
}

.space-sp-foot {
    padding-top:20px;
}

.space-pc {
    padding-top:0; 
}

/* box 設定
--------------------------------*/

.headbox02 {
    padding: 0.5rem 1rem;
    line-height: 1.98;
}

/* button 設定
--------------------------------*/

.button003 a {
	font-size:1em;
	font-weight:bold;
}

.button004 a {
	font-size:1em;
	font-weight:bold;
}

/* FAQ 設定
--------------------------------*/

.qa-6 summary {
	font-size:1.1em;
}

.qa-6[open] p {
	font-size:1em;
}

/* その他 設定
--------------------------------*/

.vision{
	padding: 0 0.5em;
	font-size:32px;
	overflow: hidden;
}

}

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

/* h1,h2,h3 設定
--------------------------------*/

.headline01 {
    line-height:2.5;
}

#slogan h1{
	font-size: 22px;
	text-align:center;
}

#slogan p{
	font-size: 22px;
	text-align:center;
}

section h2{
	font-size: 22px;
}

section h3{
	font-size: 20px;
}

#sec03 h2{
	font-size: 22px;
	text-align:center;
}

#sec04 h2{
	font-size: 22px;
	text-align:center;
}

#message-sec02 h2{
	font-size: 22px;
	text-align:center;
}

#about-us-sec02 h2{
	font-size: 22px;
	text-align:center;
}

#newsletter h2{
	font-size: 22px;
	text-align:center;
}

/* background 設定
--------------------------------*/

#sec01{
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/bg-goal-sp.webp);
	background-size: cover;
	text-align:center;
}

#sec04{
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/bg-profile-sp.webp);
	background-size: cover;
	text-align: center;
}

#about-us-sec02{
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/bg-pc-sp.webp);
	background-size: cover;
	text-align:center;
}

#newsletter{
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/bg-newsletter-sp.webp);
	background-size: cover;
	text-align: center;
}

/* img 設定
--------------------------------*/

#company-sec01 img{
	width:45%;
}

#sec02 img{
	max-width:50%;
	display: block;
	margin: 0 auto;
}

#about-us-sec01 img{
	width: 45%;
	height: auto;
}

#about-us-sec02 img{
	width: 100%;
	height: auto;
}

#message-sec03 img{
	width: 100%;
	height: auto;
}

#contact-sec01 img{
	width:45%;

}

#foot img {
	width:90%;
}

/* column 設定
--------------------------------*/

.col1 li{
	display: inline-block;
	width: 94%;
	vertical-align:middle;
}

.col3 img{
	width:100%;
}

.col4 li{
	display: inline-block;
	width: 94%;
	vertical-align:middle;
}

.col5 img{
	width:50%;
	margin-bottom:0;
}

.col7 li{
	display: inline-block;
	width: 75%;
}

.col8 img{
	width:100%;
	margin-bottom:0;
}

/* inner 設定
--------------------------------*/

.topinner {
	padding: 20px 0.2em;
	font-size:36px;
}

.secinner{
	padding: 0 0.8em;
}

.voiceinner{
	padding: 0 0.8em;
}

.voiceinner-s{
	padding: 0 0.8em;
}

.qainner{
	padding: 0 0.1em;
}

.inner01{
	padding: 0;
	max-width:100%;
	margin:0 auto;
}

/* 改行 設定
--------------------------------*/

.br-sp {
	display: block;
}

.br-tb {
	display: block;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.pcc {
    display: block !important;
}

.spp {
    display: none !important;
}

/* font 設定
--------------------------------*/

.headfonth1{
	font-size:36px !important;
	text-align:left !important;
}

.headfont{
	font-size:42px;
}

.fon01 {
    font-size:1em !important;
    font-weight: normal;
}

.fon02 {
    font-size:1em !important;
}

.fon-tel {
    font-size:1.4em;
    font-weight:bold;
}

.fon-foot {
    font-size:0.8em;
}

.fon-arrow {
    font-size:1.8em;
}

.fon-tokusp {
    font-size:0.8em;
    font-weight:normal;
}

.fon-name {
    font-size:1.2em;
}

/* font 装飾
--------------------------------*/

.under-b {
    padding: 0.5em 0.5em;
}

/* position 設定
--------------------------------*/

.position01 {
    text-align:center;
}

.position02 {
    text-align:center;
}

/* space 設定
--------------------------------*/

.space01 {
    padding-top:40px; 
}

.space03 {
    padding-top:60px; 
}

.space-sec {
    padding-top:100px; 
}

.space-sp {
    padding-top:40px; 
}

.space-sp-foot {
    padding-top:20px; 
}

.space-sr {
    padding-top:none; 
}

.space-pc {
    padding-top:0; 
}

.space-voice {
	margin-bottom:2em;
}

.mgr-rl{
    margin-right : 0;
	margin-left : 0;
}

/* box 設定
--------------------------------*/

.headbox {
  padding: 0.5rem 2rem 0.5rem 2rem;
  margin-top:100px !important;
}

.headbox01 {
  padding: 1rem 2rem 1rem 2rem;
}

.headbox02 {
	border: 1px solid #222222;
	line-height:2.3;
}

.box-m {
	padding:0;
}

/* button 設定
--------------------------------*/

.button003 a {
	font-size:1em;
}

.button004 a {
	font-size:1em;
}

.btn-circle-border-simple {
    width: 90px;
    height: 90px;
    line-height: 90px;
}

/* アスメルフォームCSS
--------------------------------*/

#asumeruform table th {
    font-size:1.25em;
}

#asumeruform table td {
    font-size:1.2em;
}

/* FAQ 設定
--------------------------------*/

.qa-6 summary {
	font-size:1em;
}

.qa-6[open] p {
	font-size:1em;
}

/* その他 設定
--------------------------------*/

#slogan{
	line-height: 1.8;
	padding:0 0.5em;
}

.vision{
	padding: 0 0.5em;
	font-size:20px;
	overflow: hidden;
}

.scroll_down a{
    font-size: 0.8em;
}

.category-date{
	font-size:0.8em;
}

/* LP01 設定　LINE公式アカウント運用オンライン講座
--------------------------------*/

#lp01 p{
	font-size:1em;
}

.lp01-line-height01{
	line-height:150% !important;
}

.lp01-space-sec{
	padding-top: 50px;
}

.formbtn-lp01{
	width:90%;
	padding: 0.5em 0;
	font-size:1.2em !important;
}

.button-lp01 a {
    max-width: 70%;
	padding: 10px 25px;
	font-size:1.2em;
}

.button-lp02 a {
    max-width: 70%;
    padding: 10px 25px;
	font-size:1.2em;
}

#lp01 h2{
	font-size: 20px;
}

#lp01 h4{
	font-size: 20px;
}

#lp01 h5{
	font-size: 20px;
}

.lp01-fon02{
	font-size:20px;
}

#lp01-sec10 img{
	width:90%;
}

.lp01-col1 li{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	padding:0.5em 0;
}

.box2 {
    padding: 40px 0.8em;
	margin: 0 0.8em;
}

.box3 {
    padding: 40px 0.8em;
	margin: 0 0.8em;
}

.box29 {
	padding: 50px 0.8em;
    margin: 0 0.8em;
}

.lp01-position01{
	text-align:left;
}

.lp01-asumerubox{
	width:95%;
	margin:0 auto;
}

select{
	padding:0.4em 0.5em;
}

.lp01-introfont{
	font-size: 1.2em !important;
	line-height:150% !important;
}

.lp01-li-font01{
	font-size: 1.1em !important;
}

/* LP02 設定 伊那谷遊ったりLINE販促実践会
--------------------------------*/

#lp02 h2{
	font-size:1em;
}

#lp02 p{
	font-size:1em;
}

.lp02-fon01{
	font-size:0.9em;
}

.lp02-fon02{
	font-size:0.8em !important;
}

.lp02-fon03{
	font-size:1em !important;
}

.lp02-btn-fon01{
	font-size:1em;
}

.lp02-under02{
	padding:1.5rem;
	line-height:480%;
}

.lp02-space01{
	padding-top: 1em;
}

.lp02-space02{
	padding-top: 2em;
}

.lp02-space03{
	padding-top: 0.3em;
}

.lp02-space04{
	padding-top: 1em;
}

.lp02-space05{
	padding-top: 3.5em;
}

.lp02-space06{
	padding-top: 30px;
}

.lp02-space07{
	padding-top: 0px;
}

.lp02-sec-space-bottom01{
	padding-top: 50px;
}

.lp02-space-icon01{
	padding-right:0.5em;
}


.lp02-profile-fon01{
	font-size:0.9em !important;
	line-height:150% !important;
}

.lp01-icon{
	font-size:1.5em;
}

.lp02-arrow {
  height: 60px;
}

#lp02-sec-organizer img{
	width:70%;
}

.lp02-footarea {
	font-size: 12px;
}

#footer-lp02{
	font-size: 12px;
}

.lp02-box03 {
	padding: 1.5em 0.8em;
}

.lp02-box04 {
	padding: 1.5em 0.8em;
}

.speechBubble01 {
  padding: 1rem 1em;
}

.speechBubble02 {
  padding: 1rem 1em;
}

a.lp02-btn01 {
	padding: 1rem 1rem;
}

}