@charset "utf-8";
/* CSS Document */

/* top */
#top {}

#box01,#news,#box04,#box06 {
    background-color: #203c58;
    color: #fff;
}
#box02{
    background-color: #f0f0f0;
    color: #4d4d4d;
}


/*バックグランドがブルーの場合*/
.bkbuke_wh{
  position: relative;/*相対配置*/
}

.bkbuke_wh:before {/**/
  position: absolute;
  content: '';
  top: 0;
  left:0;
  display: block;
    width: 25%;
    height: 800px;
  background-image: url(../img/bk_img01.png@2x.png);
  background-size: contain;
  background-repeat: no-repeat;/*画像を繰り返さない*/
}

.bkbuke_wh:after {/*画像を絶対配置*/
  position: absolute;
  content: '';
  top: 0;
  right:0;
  display: block;
    width: 15%;
    height: 800px;
  background-image: url(../img/bk_img02.png@2x.png);
  background-size: contain;
  background-repeat: no-repeat;/*画像を繰り返さない*/
  }

/*バックグランドがグレーの場合*/

.bkgray_bule {
  position: relative;/*相対配置*/
}

.bkgray_bule:before {/**/
  position: absolute;
  content: '';
  top: 0;
  left:0;
  display: block;
    width: 25%;
    height: 800px;
  background-image: url(../img/bk_img01_bk.png@2x.png);
  background-size: contain;
  background-repeat: no-repeat;/*画像を繰り返さない*/
}

.bkgray_bule:after {/*画像を絶対配置*/
  position: absolute;
  content: '';
  top: 0;
  right:0;
  display: block;
    width: 15%;
    height: 800px;
  background-image: url(../img/bk_img02_bk.png@2x.png);
  background-size: contain;
  background-repeat: no-repeat;/*画像を繰り返さない*/
  }


.base_lout .inner {
  max-width: 1180px;
  padding: 150px 90px;
  margin: auto;
  text-align: center;

}

#top .base_lout .inner h2 {
    font-size: 48px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 0.16em;
    padding-left: 12px;
    text-transform: uppercase;
}

#top .base_lout .inner .sub_title {
    margin: -10px 0 25px;
    display: block;
    color: #fff;
    font-size: 18px;
}
#top #box00 .inner .sub_title,
#top #box02 .inner .sub_title,
#top #box03 .inner .sub_title,
#top #box05 .inner .sub_title,
#top #recruitinformation .inner .sub_title,
#top #contact_entry .inner .sub_title{
    color: #000;
}


#top .base_lout .inner p.text {
  font-size: 18px;
  line-height: 38px;
  font-weight: 500;
    max-width: 680px;
    margin: 0 auto;
}

#top .base_lout h3 img {
	width: 100%;
}
.base_lout_magin {
padding: 150px 0 160px;
}


@media only screen and (max-width:1280px) {
  #top .base_lout .inner {
    padding: 80px 0 80px;
  }
}

@media only screen and (max-width:1500px) {
  #top .base_lout .inner {
    animation-name: animation01;
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
    animation-delay: 0.1s;
    animation-fill-mode: both;
  }
}

/* BOX1 */
#box01 {
    background-color: #203c58;
    color: #fff;
}
#box01 h3 {
    font-size: 48px;
    line-height: 1.2;
}

.imglist {
   display: flex;
}

.imglist .img_box{
    width: 50%;
}
.imglist .img_box img{
    width: 100%;
}
.imglist .txt_box{
    width: 50%;
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 180px 90px;
 vertical-align: middle; /* 「vertical-align」を指定してもテキストは縦方向中央揃いにならない */
}
.imglist .txt_box h2{
    font-size: 36px;
    font-weight: bold;
    border-bottom: 3px solid #203c58;
    letter-spacing: 8px;
margin-bottom: 20px;
}
.imglist .txt_box p{
    font-size: 22px;
    letter-spacing: 4px;
    line-height: 180%;
    font-weight: 500;

}

#box01 {
    margin-bottom: 0px;
}

#box01 .itonikakukasegeru_warp{
    background-image:url(../img/box2_bk@2x.png);
    background-size: 100% 100%;
  background-repeat: no-repeat;/*画像を繰り返さない*/
}

#box01 .tonikakukasegeru h2{
    border:3px solid;
    width: 60%;
    margin: 0 auto;
    position: relative;
}
#box01 .tonikakukasegeru h2:before {/**/
  position: absolute;
  content: '';
    top: -35px;
    left: -55px;
  display: block;
    width: 25%;
    height: 800px;
  background-image: url(../img/update.png);
  background-size: contain;
  background-repeat: no-repeat;/*画像を繰り返さない*/
}
#box01 .tonikakukasegeru ul{
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 30px auto;
}
#box01 .tonikakukasegeru li{
    font-size: 40px;
    margin: 10px 0;
    font-weight: bold;
    line-height: 100px;
}
#box01 .tonikakukasegeru li span.txtx_big{
font-size: 48px;

}
#box01 .tonikakukasegeru li.tonikakukasegeru_li_yl{
background-color: #fdf400;
    color: #2e4755;
}
#box01 .tonikakukasegeru li.tonikakukasegeru_li_og{
background-color: #ff9000;
    color: #fff;
}
#box01 .tonikakukasegeru h3{
  position: relative;
  display: inline-block;
  padding: 0 55px;
    font-size: 36px;
    font-weight: bold;
    margin: 1em 0 0 0;
    letter-spacing: 8px;
}
#box01 .tonikakukasegeru h3:before, #box01 .tonikakukasegeru h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 3px;
  background-color: #fff;
}
#box01 .tonikakukasegeru h3:before {
  left:0;

transform:skewY(45deg);
}
#box01 .tonikakukasegeru h3:after {
  right: 0;

transform:skewY(-45deg);
}
#box01 .tonikakukasegeru .tonikakukasegeru_txt01 {
    width: 100%;
    padding: 20px 0 0 0;
}
#box01 .tonikakukasegeru p{
    font-size: 30px;
    font-weight: bold;
    color:#fff;
  border-bottom:2px solid #fff;
  padding-bottom:5px;
  display:inline;
  line-height:2;
    letter-spacing: 8px;
}

/* box02 */
#box02{
    margin: 0px auto;
}

/* box03 */
#box03{

}
#box03 .workfolow_list{
    margin: 80px 0;
}

#box03 .workfolow_list ul{
    display: flex;
    flex-direction: column;
}
#box03 .workfolow_list ul li{
width: 100%;
    display: flex;
    line-height: 90px;
height: 120px;
}
#box03 .workfolow_list ul li span.time{
    position: relative;
    width: 30%;
    font-size: 24px;
}
#box03 .workfolow_list ul li span.time::before{
    position: absolute;
    top: 80px;
    left: 50%;
    margin: auto;
    content: "";
    display: inline-block;
    width: 35px;
    height: 40px;
	background:url(../img/workflow_line@2x.png) no-repeat;
	background-size:contain;
}

#box03 .workfolow_list ul li:last-child span.time::before{
display: none;
}



#box03 .workfolow_list ul li p{
    font-size: 28px;
    font-weight: bold;
    width: 40%;
}
#box03 .workfolow_list ul li p span{
    border-bottom: 3px solid #203c58;
    letter-spacing: 8px;
    margin-bottom: 5px;
    font-style: italic;
}
#box03 .workfolow_list ul li i.work_icon{
        width: 30%;
    position: relative;
}
#box03 .workfolow_list ul li i.work_icon::before{
    position: absolute;
    top: 20px;
  left: 50%;
  margin: auto;
	content:"";
	display:inline-block;
}

#box03 .workfolow_list ul li i.work_icon_work::before{
    width: 50px;
    top: 25px;
    height: 65px;
	background:url(../img/workflow_icon02@2x.png) no-repeat;
    background-size: contain;
}
#box03 .workfolow_list ul li i.work_icon_cill::before{
    width: 50px;
    top: 25px;
    height: 65px;
	background:url(../img/workflow_icon03@2x.png) no-repeat;
    background-size: contain;
}
#box03 .workfolow_list ul li i.work_icon_bigcill::before{
    width: 50px;
    top: 25px;
    height: 65px;
	background:url(../img/workflow_icon04@2x.png) no-repeat;
    background-size: contain;
}
#box03 .workfolow_list ul li i.work_icon_end::before{
    width: 100%;
    height: 50px;
    left: 42%;
	background:url(../img/workflow_icon05@2x.png) no-repeat;
    background-size: contain;
}
#box03 .workfolow_list ul li i.work_icon_st::before{
    width: 100%;
    height: 70px;
    top: 0;
    left: 37%;
    background: url(../img/workflow_icon01@2x.png) no-repeat;
    background-size: contain;
}


/* box04 */

#box04 {

}

#box04 .imglist .txt_box {
    width: 50%;
    background-color: #203c58;
    color: #fff;
    text-align: left;
    padding: 180px 90px;
    vertical-align: middle;
}

#box04 .imglist .txt_box h2 {
    font-size: 36px;
    font-weight: bold;
    border-bottom: 3px solid #ffff00;
    letter-spacing: 8px;
    margin-bottom: 20px;
    line-height: 1;
}
#box04 .imglist .txt_box h2 span{
display: block;
    font-size: 16px;
    line-height: 2;
}

#box04 .imglist .txt_box p {
    font-size: 22px;
    letter-spacing: 4px;
    line-height: 180%;
    font-weight: 500;
    color: #fff;
}

/* box05 */



#box05 .youtube {
  position: relative;
  width: 100%;
}
#box05 video {
    width: 100%;
}


/* box06 */



#box06 .Comiclist ul {
    display: flex;
  width: 100%;
}
#box06 .Comiclist ul li {
    width: 50%;
}
#box06 .Comiclist ul li img {
    width: 100%;
}




/* contact */
div.contact .inner .contact_form li dl dt {
    width: 31%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
}
div.contact {
    box-sizing: border-box;
    padding: 100px 0 160px;
    position: relative;
}

div.contact .inner {
    max-width: 1000px;
    padding: 0 60px;
    margin: auto;
    text-align: center;
}


div.contact .inner h2 {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: bold;
}


div.contact .inner p {
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;

}

div.contact .inner .contact_form {
    margin-top: 52px;
    border-top: 1px solid #cccccc;
}
div.contact .inner .contact_form li {
    border-bottom: 1px solid #cccccc;
    padding: 25px 0;
}
div.contact .inner .contact_form li dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
div.contact .inner .contact_form li dl dt {
    width: 31%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
}
div.contact .inner .contact_form li dl dd {
    width: 69%;
    font-size: 16px;
    line-height: 18px;
}
select {
    width: 100%;
    background: #f5f5f5;
    height: 65px;
    padding: 14px 18px;
    font-size: 16px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: block;
    background-image: url(../images/sp/contact/arrow-under.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: right 18px center;
    line-height: 100%;
}
.OptionColor {
    color: #898989 !important;
}
div.contact .inner .contact_form li dl dd input {
    width: 100%;
    background: #f5f5f5;
    height: 65px;
    padding: 14px 18px;
    font-size: 16px;
}
span.checkbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 52px;
}
span.checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}
span.checkbox input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 24px;
    height: 24px;
    color: #000;
    background: #000;
}
.submit {
    position: relative;
    margin: 48px auto 0;
    width: 260px;
    height: 52px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border: 2px solid #000;
    cursor: pointer;
}
.submit a:hover span {
    color: #fff;
}
.submit span {
    display: block;
    position: relative;
    z-index: 2;
}
.submit a,
.submit span {
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
}

.submit span {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
    line-height: 43px;
}
.submit a:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    z-index: 1;
}
div.contact .inner .contact_form li dl dd textarea {
    width: 100%!important;
    height: 186px!important;
    background: #f5f5f5;
    font-size: 16px;
    line-height: 26px;
    padding: 14px 18px;
    resize: none;
    overflow: hidden;

}


/* news */

#news {
    margin: 0px auto;
}

#news dl {
    text-align: center;
    display: flex;
    width: 65%;
    font-size: 1.0rem;
    font-weight: bold;
    margin: 1em auto;
}
#news dl span.news_icon {
    background-color: #d7d40f;
    color: #000;
    text-align: center;
    padding: 5px 20px;
    margin: 5px 0;
}
#news dt {
    padding: 0px 40px;
    margin: 10px 0;
}
#news dd {
    padding: 0px 0px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 45%;
}



/* aboutページ */
#top #about_box1 {
    background-color: #f1f2f2;

}

#top #about_box1 .inner ul {
    display: flex;

}
#top #about_box1 .inner ul h2 {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: -0.04em;
    padding-left: 0;
    padding: 15px 0;
    font-weight: bold;
}
#top #about_box1 .inner ul p.text {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}

#top #about_box1 .inner ul li {
    width: 33%;
    padding: 0 20px;
}


/* contact */
#contents {
    position: relative;
    top: 40px;
}
div.contact {
    box-sizing: border-box;
    padding: 100px 0 160px;
    position: relative;
}

div.contact .inner {
    max-width: 1000px;
    padding: 0 60px;
    margin: auto;
    text-align: center;
}


div.contact .inner h2 {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #000;
	line-height: 1!important;
    font-weight: bold;
margin: 0 0 20px 0;
}


div.contact .inner p {
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;

}

div.contact .inner .contact_form {
    margin-top: 52px;
    border-top: 1px solid #cccccc;
}
div.contact .inner .contact_form li {
    border-bottom: 1px solid #cccccc;
    padding: 40px 0;
}
div.contact .inner .contact_form li dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
div.contact .inner .contact_form li dl dt {
    width: 31%;
font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    text-align: left;
}
div.contact .inner .contact_form li dl dd {
    width: 69%;
    font-size: 18px;
	text-align: left;
    line-height: 40px;
}
#contact_entry .inner .contact_form li:last-child{
background-color: #f0f0f0;
    text-align: left;
    padding: 35px;
    border: none;
    margin: 40px 0 0 0;
}
div.contact .inner .contact_form li:last-child p{
    font-size: 12px;
}


select {
    width: 100%;
    background: #f5f5f5;
    height: 65px;
    padding: 14px 18px;
    font-size: 16px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: block;
    background-image: url(../images/sp/contact/arrow-under.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: right 18px center;
    line-height: 100%;
}
.OptionColor {
    color: #898989 !important;
}
div.contact .inner .contact_form li dl dd input {
    width: 100%;
    background: #f5f5f5;
    height: 65px;
    padding: 14px 18px;
    font-size: 16px;
}
span.checkbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 52px;
}
span.checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}
span.checkbox input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 24px;
    height: 24px;
    color: #000;
    background: #000;
}
.submit {
    position: relative;
    margin: 48px auto 0;
    width: 260px;
    height: 52px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border: 2px solid #000;
    cursor: pointer;
}
.submit a:hover span {
    color: #fff;
}
.submit span {
    display: block;
    position: relative;
    z-index: 2;
}
.submit a,
.submit span {
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
}

.submit span {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
    line-height: 43px;
}
.submit a:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    z-index: 1;
}
div.contact .inner .contact_form li dl dd textarea {
    width: 100%!important;
    height: 186px!important;
    background: #f5f5f5;
    font-size: 16px;
    line-height: 26px;
    padding: 14px 18px;
    resize: none;
    overflow: hidden;

}
div#privacy_policy .inner {
    max-width: 1000px;
    padding: 0 50px;
    margin: auto;
    text-align: left;
}
div#privacy_policy .inner {
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 8em;
}
div#privacy_policy .inner h3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    margin: 50px 0 20px;
}
div#privacy_policy .inner h2 {
    display: block;
    text-align: center;
    margin-bottom: 102px;
    font-size: 30px;
    font-weight: bold;
    padding: 100px 0 0 0;
}
div #company {
    padding: 160px 0;
}
div #company .inner {
    max-width: 980px;
}
div #company .inner h2 {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
div #company dl {
    margin-top: 75px;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    position: relative;
    text-align: left;
    border-top: 1px solid #cccccc;
}
div #company dl>dt {
    position: absolute;
    left: 0;
    padding: 28px 0 32px 0;
}
div #company dl>dd {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding: 28px 0 32px 27.3%;
}
div #company .inner {
    padding: 0 50px;
    max-width: 1080px;
    margin: auto;
}
div #company {
    padding: 160px 0;
}

#contact_entry .inner .contact_form::after{
  position: absolute;
  content: '';
    top: -210px;
    right: 48%;
    display: block;
    width: 54px;
    height: 68px;
  background-image: url(../img/box08_icon01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;/*画像を繰り返さない*/
}

::placeholder {
  color: #b8b8b8;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #b8b8b8;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #b8b8b8;
}
.co_privacy_policy_a a{
    text-decoration: underline;
}

.youtube_box {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
.youtube_box_inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}
.youtube_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}
.ins_story_box {
    position: relative;


}

.ins_story_box ul {
    display: flex;
    justify-content: space-between;
}
.ins_story_box ul li{

}
.ins_story_box ul li img{
    width: 100%;

	transition: .3s;
}
.ins_story_box ul li a {

}
.ins_story_box ul li img:hover {

	transform: translateY(-4px);
}
.youtube_box_txtlist {
    display: flex;
margin-top: 20px;
}
.youtube_box_txtlist p{
    text-align: left;
    padding: 0 1em;
}
.youtube_box_icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    margin-top: 4px;
}
.youtube_box_text {
    font-size: 18px!important;
    width: 100%;
    letter-spacing: 4px;
}

/* スマホ　*/
@media only screen and (max-width:768px) {

  /* top */
  #top {}

  #top .base_lout {

  }

  .base_lout .inner {
    max-width: 100%;
    padding: 0px 20px 60px!important;
  }

  #top .base_lout .inner h2 {
    font-size: 24px;
    line-height: 34px;
    padding-left: 0;
  }

  #top .base_lout .inner .sub_title {
    margin: 18px 0 14px;
    font-size: 14px;
  }

  #top .base_lout .inner p.text {
    font-size: 14px;
    line-height: 24px;

}

.more1 {
    font-size: 12px;
    height: auto;
}
#top #about_box1 .inner ul {
    display: flex;
    flex-direction: column;
}
#top #about_box1 .inner ul li {
    width: 100%;
    padding: 0 20px;
}
#top #about_box1 .inner ul li img{
    width: 70%;
}

#top #about_box1 .inner ul p.text {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 2em;
}

footer>nav>ul>li>ul#right_text {
    width: 100%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
footer>nav>ul>li>ul#right_text>li {
    padding: 0 10px 0 0;
}
div #company .inner {
    padding: 0 30px;
}
div #company {
    padding: 50px 0;
}
div.contact .inner h2 {
    margin-bottom: 50px;
}
div.contact .inner p {
    font-size: 14px;
}
div.contact .inner {
    padding: 0 30px;
}
div.contact .inner .contact_form li dl {
    flex-wrap: wrap;
}
div.contact .inner .contact_form li dl dt {
    width: 100%;
    margin-bottom: 15px;
}
div.contact .inner .contact_form li dl dd {
    width: 100%;
}
span.checkbox input[type="checkbox"] {
    top: -20px;
    left: 10px;
}
div #company dl {
    font-size: 14px;
}
div#privacy_policy .inner h2 {
    margin-bottom: 50px;
}
div#privacy_policy .inner {
    font-size: 14px;
}
div#privacy_policy .inner h3 {
    font-size: 20px;
}
div#privacy_policy .inner {
    padding: 0 30px;
}

.logo .sp{
    width: 65%;
}
.logo {
    transform: translate(-32%, -50%);
}

    .youtube_box {
      margin: 0!important;
    padding-bottom: 3em;

    }

.ins_story_box ul {
    flex-direction: column;
}

.ins_story_box ul li:first-child {

    padding-bottom: 10%
}

.youtube_box:nth-child(2) iframe {
    top: 0!important;
}

div.contact .inner p.youtube_box_text {
    font-size: 14px!important;
    letter-spacing: 0;
    padding: 0;
    width: 100%;
    line-height: inherit;
}

.youtube_box_txtlist {
    position: relative;
    margin-bottom: 40px;}


.youtube_box_icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
margin-top: 0;}


#news dl {
    width: 100%;
}
#news dl {
    font-size: 12px;
}
#news dt {
    padding: 0px 10px;
    margin: 10px 0;
}
#news dl span.news_icon {
    padding: 5px 8px;
    margin: 5px 0;
}
#box01 h3 {
    font-size: 20px;
    line-height: 1.2;
}
.imglist {
    display: flex;
    flex-direction: column;
}
.imglist .img_box {
    width: 100%;
}
.imglist .txt_box {
    width: 100%;
padding: 60px 30px;
}
.imglist .txt_box h2 {
    font-size: 28px;
}
.imglist .txt_box p {
    font-size: 16px;
}
#top .base_lout .inner h2 {
    font-size: 24px;
    line-height: 60px;
    width: 100%;
}
#box01 .tonikakukasegeru h2:before {
    top: -15px;
    left: 5px;
}
#box01 .tonikakukasegeru li {
    font-size: 16px;
    margin: 10px 0;
line-height: 70px;
}
span.txtx_big {
    font-size: 24px;
}
#box01 .tonikakukasegeru h3 {
    font-size: 20px;
}
#box01 .tonikakukasegeru p {
    font-size: 16px;
}
#box01 .tonikakukasegeru ul {
    width: 100%;

}
#box01 .tonikakukasegeru li span.txtx_big {
    font-size: 24px;
}
.imglist .txt_box h2 {
    font-size: 24px;
}
#top .base_lout .inner .sub_title {
    margin: 0px 0 30px;
}

#box03 .workfolow_list ul li span.time {
    width: 15%;
    font-size: 14px;
}
#box03 .workfolow_list ul li i.work_icon {
    width: 15%;
    position: relative;
}

#box03 .workfolow_list ul li p {
    font-size: 18px;
    font-weight: bold;
    width: 70%;
    letter-spacing: 0;
}
#box03 .workfolow_list ul li p span {
    letter-spacing: 0;

}
#box03 .workfolow_list ul li i.work_icon_work::before {
    width: 30px;
    top: 35px;
    height: 30px;
}
#box03 .workfolow_list ul li i.work_icon_st::before {
    width: 60px;
    height: 60px;
    top: 18px;
    left: -5px;
}
#box03 .workfolow_list ul li i.work_icon_bigcill::before {
    width: 30px;
    top: 35px;
    height: 30px;
}
#box03 .workfolow_list ul li i.work_icon_cill::before {
    width: 30px;
    top: 30px;
    height: 30px;
}
#box03 .workfolow_list ul li i.work_icon_end::before {
    width: 60px;
    height: 50px;
    left: -5px;
    top: 30px;
}
#box04 .imglist .txt_box {
width: 100%;
    padding: 60px 30px;
}

#box04 .imglist .txt_box h2 {
    font-size: 24px;
}
#box04 .imglist .txt_box p {
    font-size: 16px;
}
.imglist_r {
    display: flex;
    flex-direction: column-reverse;
}
#box06 .Comiclist ul {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
#box06 .Comiclist ul li {
    width: 100%;
}
#box03,#box04,#box05,#recruitinformation .fadein {
    margin: 00px auto;
}
div.contact {
    padding:  0;
}
div.contact .inner h2 {
    margin-bottom: 20px;
}
div.contact .inner .contact_form li dl dt {
    font-weight: bold;
}
#contact_entry .inner .contact_form::after {
    top: -50px;
    right: 47%;
    width: 20px;
}
div.contact .inner .contact_form li:last-child p {
    font-size: 12px;
    line-height: 25px;
}
#contact_entry .inner .contact_form li:last-child {
    padding: 35px 25px;
}
footer {
    height: 130px;
    padding: 0;
}
footer>nav>ul#footer_logo li>a>img {
    width: 190px;
}
#top .base_lout {
    margin: 0 auto;
}


  }








#ft-menu {
    height: 80px;
    background: #e7eaed;
    left: 0;
    bottom: 0;
    width: 100%;
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999;
}

#ft-menu ul{
	display: flex;
justify-content: space-around;
}
#ft-menu ul li{
    margin: 15px 0 0 0;
	font-weight: bold;
    width: 30%;
	font-size: 24px;
}
#ft-menu ul li:nth-child(1){
    border: 2px solid #21be21;
    background-color: #fff;
    color: #21be21;
    display: flex;
    text-align: center;
    justify-content: center;
}
#ft-menu ul li:nth-child(1) a::before{
    margin: 0 0 0 0;
    content: "";
    display: inline-block;
    width: 25px;
    height: 20px;
	background:url(../img/icon_line.png) no-repeat;
	background-size:contain;
}


#ft-menu ul li:nth-child(2){
    border: 2px solid #203c58;
	background-color: #fff;
	color: #203c58;
}
#ft-menu ul li:nth-child(3){
    border: 2px solid #203c58;
	background-color: #203c58;
	color: #fff;
}
#ft-menu ul li a{
    padding: 3px 15px;
    width: 100%;
    display: block;
    margin: 5px 0 0 0;
}


.swiper-img {
  width: 100%;
  object-fit: cover;
}
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 0.8s;
  display:block;
  margin:60px auto;
  text-align:center;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.creative_gallery .ins_story_box {
  margin:70px auto;
}

/* スマホ　*/
@media only screen and (max-width:768px) {

.creative_gallery .ins_story_box {
  margin:0px auto;
    }
#ft-menu ul li a {
    padding: 15px 0px;
    width: 100%;
    display: block;
    margin: 0px 0 0 0;
}
#ft-menu ul li {
    margin: 15px 0 0 0;
    font-weight: bold;
    width: 33%;
    font-size: 14px;
}
#ft-menu ul li:nth-child(1)::before{
	display: none;
}

footer>nav>ul#footer_logo {
    border-bottom: none;
    align-items: center;
    height: 210.5px;
    padding: 40px 0;
}
#box01 .tonikakukasegeru h2{
  margin: 40px 0px 0px;
}
}
