@charset "UTF-8";
/*parts*/
html {
  font-family: 'Noto Sans JP', sans-serif;
}
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
h5 {
  font-size: 12px;
  padding-bottom: 32px;
}
h4 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 24px;
}
h2 {
  margin: 0 auto;
  width: 60%;
  padding-bottom: 24px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
a:hover {
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
  opacity: .7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.caution {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  padding-left: 1em;
  text-indent: -1em;
}
/*btm*/
html main .btn_hover_motion {
  transition: all 0.3s;
}
.fixed-button {
  position: fixed;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, bottom 0.3s ease, background-color 0.5s;
  z-index: 10000;
}
/*body*/
/*________SP(background)________*/
body {
  background-image: url(../image/kv_sp.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: black;
}
/*________PC(background)________*/
@media screen and (min-width: 768px) {
  body {
    background-image: url(../image/kv_pc.png);
    background-size: 1920px 896px;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: black;
  }
}
/*header*/
.header .header__inner {
  height: 100%;
  max-width: 1280px;
  margin: 16px auto;
  padding: 0 20px;

}
/*________header(PC)________*/
@media screen and (min-width: 768px) {
  .header .header__inner .header__logo img {
    max-height: 100px;
    float: left;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .clearfix:before {
    content: "";
    display: block;
    clear: both;
  }
  .clearfix {
    display: block;
  }
  .logo_pc {
    margin-left: 30px;
  }
}
/*________header(SP)_______*/
@media screen and (max-width: 767px) {
  .header {
    height: auto;
  }
  .header .header__inner {
    justify-content: center;
    display: flex;
  }
  .header .header__inner .header__logo {
    width: 40vw;
  }
  .logo_pc {
    display: none;
  }
}
/*________section1 (PC)________*/
@media screen and (min-width: 768px) {
  .section1 {
    width: auto;
    margin: 0 0 170px 0;
  }
  .section1 .fv {
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
  }
  .section1 .fv .fv_pic {
    max-width: 900px;
    padding-bottom: 80px;
  }
  main .img_pc {
    display: block;
  }
  main .img_sp {
    display: none;
  }
}
/*________section2 (PC)________*/
.content-wrap .section2 {
  background-color: white;
  padding: 80px 5vw;
  display: flex;
  justify-content: center;
}
.content-wrap .section2 .explanation_wrap {
  display: flex;
  flex-direction: row;
  width: 1280px;
  justify-content: center;
}
.content-wrap .section2 .explanation_wrap .explanation_img {
  width: 50%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.content-wrap .section2 .explanation_wrap .explanation {
  margin: 0 0 0 46px;
  width: 50%;
  padding: 0;
}
.content-wrap .section2 .explanation_wrap .explanation .explanation_title {
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 50px;
}
.content-wrap .section2 .explanation_wrap .explanation_lead {
  margin: 38px 0 0;
  padding: 0;
  font-size: 28px;
}
.content-wrap .section2 .explanation_wrap .explanation_note {
  margin: 28px 0 0;
  padding: 0;
  font-size: 20px;
}
/*________section3(PC)________*/

@media screen and (min-width: 768px) {
  .content-wrap .section3 {
    background-color: #FFFFFF;
  }
  .section3 .history_img {
    background-image: url(../image/team_img_pc.png);
    width: 100%;
    height: 575px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .section3 .history_img .mark {
    position: absolute;
    top: -52px;
    left: -102px;
    z-index: -1;
  }
  .section3 .history_img .mark .teammark_img_sp {
    display: none;
  }
  .section3 .mark .teammark_img_pc {
    position: absolute;
    width: 190px;
    height: 190px;
    z-index: 1;
  }
  .section3 .history {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 10;
  }
  .section3 .history_title {
    font-size: 20px;
  }
  .section3 .history h1 {
    font-size: 45px;
    padding-bottom: 40px;
  }
  .section3 .history h3 {
    font-size: 24px;
    padding-bottom: 8px;
  }
  .section3 .history_lead {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  
  /*________section4(PC)________*/
  .content-wrap .section4 {
    background: #fff;
  }
  .content-wrap .section4 .explanation_charm_wrap {
    padding: 60px 20px 80px;
  }
  .content-wrap .section4 .explanation_charm_wrap .charm_title_wrap p {
    text-align: center;
    font-size: 2.5rem;
  }
  /*________section5 (PC)________*/
  .content-wrap .section5 {
    background: #D0D0D0;
  }
  .section5 .point_title {
    font-size: 40px;
    text-align: center;
    padding-top: 80px;
  }
  .section5 .point_lead {
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
  }
  .section5 .section5_inner {
    margin: auto;
    padding: 0 20px;
    max-width: 1040px;
  }
  .content-wrap .tab-row_content li img {
    height: auto;
    padding-bottom: 20px;
  }
  .content-wrap .tab-box_content li {
    flex-direction: row;
    max-width: 80%;
    margin: 3% auto;
    text-align: left;
    padding: 4% 3%;
  }
  .content-wrap .tab-box_content li img {
    width: 30%;
    margin: 0 15px 0 25px;
  }
  .content-wrap .tab-padding {
    /*padding: 2.4vw 3vw;*/
    padding: 2.4vw 0;
  }
  .content-wrap .tab-row_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content-wrap .tab-row_content li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 2%;
    max-width: 300px;
    background: #fff;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    padding: 59px 20px 48px;;
    width: 32%;
  }
  .content-wrap .tab-row_content li:last-child {
    margin-right: 0;
  }
  .content-wrap .tab-column_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .content-wrap .tab-column_content li {
    display: flex;
    flex-direction: column;
    max-width: 16%;
    align-items: center;
    margin: 2% auto;
    text-align: center;
  }
  .content-wrap .tab-column_content li img {
    width: 80%;
    height: auto;
    margin: 0 5% 10%;
  }
  .content-wrap .tab-box_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .content-wrap .tab-box_content li {
    display: flex;
    flex-direction: column;
    max-width: 16%;
    align-items: center;
    margin: 2% auto;
    padding: 3%;
    text-align: center;
    border-radius: 8px;
  }
  .content-wrap .tab-box_content li img {
    width: 70%;
    height: auto;
    margin: 0 5% 15%;
  }
  .content-wrap .tab {
    margin: 0 auto;
  }
  .content-wrap .tab-list-item p {
    padding: 24px 12px;
  }
  .content-wrap .tab-contents {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 8px 8px;
    display: none;
  }
  .content-wrap .is-contents-active {
    display: block;
  }
  .content-wrap .section5 .point {
    margin: 1em auto 1em;
    width: 80%;
    border-radius: 5px;
    background-color: #fff;
  }
  .content-wrap .section5 .point_wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 48px;
  }
  .section5 .point_box.point_text {
    text-align: center;
    padding: 20px 0 20px 0;
  }
  .section5 .point_box p.point_text {
    font-size: 1.0rem;
    margin-top: 2px;
  }
  .point_logo {
    margin-right: 80px;
  }
  .point_txtArea .point_txt1 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 8px;
    
  }
.point_txtArea .point_txt2 {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 8px;
  
}
.point_txt2 span {
  color: #D61428;
}
.point_txtArea .point_txt3 {
  font-size: 14px;
  padding-bottom: 8px;
}
.point_text .point-link{
	color: #000;
  font-size: 36px;
  font-weight: 600;
}
}
@media screen and (max-width: 1060px) and (min-width:768px) {
  .section3 .history_img .mark {
    top:-110px;
    left: 0;
  }
}
/*________section6 (PC)________*/
.content-wrap .section6 {
  background-color: white;
}
.section6 .present_area p {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 8px;
}
.section6 .present_title p {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 48px;
}
.section6 .present_lead p {
  font-size: 1rem;
  text-align: center;
}
.section6 .present {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.section6 .present .present_img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.section6 .present .img-tokuten {
  width: 40%;
}
.section6 .present .size_tokuten_wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 40px;
}
/*________section7(PC)________*/
.content-wrap .section7 {
  background-color: white;
  padding-bottom: 80px;
}
.section7 .inner .inner_titlle p {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-wrap .table_4 {
  margin-top: -20px;
}
.content-wrap .table_4 th, .content-wrap .table_4 td {
  font-size: 1.4rem;
  text-align: left;
  padding: 20px 10px;
}
.content-wrap .table_4 th {
  width: 8.5em;
}
.revo_box {
  margin: 40px auto 0;
}
.content-wrap .point_box .point_btn {
  min-width: auto;
  width: 90%;
  max-width: 240px;
  font-size: 1.6rem;
}
.content-wrap table, .content-wrap td {
  border: 1px solid #000;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.content-wrap td {
  padding: 15px;
  height: auto;
  vertical-align: middle;
}
.content-wrap .table_4 {
  border: none;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.content-wrap .table_4 th, .content-wrap .table_4 td {
  border: none;
  border-bottom: 1px solid #dfdfdf;
  padding: 1em;
  vertical-align: top;
  font-size: 1.0rem;
  box-sizing: border-box;
}
.content-wrap .table_4 th {
  border-color: #000;
  color: #000;
  width: 30%;
  font-weight: 700;
  text-align: left;
}
.content-wrap .table_4 th ul, .content-wrap .table_4 td ul li {
  display: inline-block;
  margin-right: 1em;
}
.content-wrap .table_4 td .logo {
  max-width: 70px;
  vertical-align: middle;
}
.content-wrap .table_4 td .note {
  font-size: 1.0rem;
  margin-top: 6px;
}
.content-wrap .table_4 td .indent {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.revo_box {
  max-width: 800px;
  margin: 50px auto 0;
}
.content-wrap p.revo_title {
  font-size: 1.0rem;
}
.content-wrap p.revo_text {
  font-size: 1.0rem;
  margin-top: 2px;
}
.content-wrap p.revo_text a {
  color: #000;
}
/*________footer(PC)________*/
.footer {
  padding: 64px 0 400px;
  font-weight: bold;
  color: white;
}
.footer .l-inner {
  margin: 0 auto;
  height: 100%;
  max-width: 1280px;
}
.l-inner {
  max-width: 1024px;
  margin: 5.6vw auto 0;
}
.footer__logo {
  text-align: center;
}
.footer img {
  margin-top: 64px;
  height: 2vw;
}
.footer__copyright {
  text-align: center;
  font-weight: normal;
  padding-top: 32px;
}
/*調整分=========================================================================*/
.charm_content_wrap {
  margin: auto;
  max-width: 1040px;
  padding: 0 20px;
}
.charm_content_list {
  display: flex;
  flex-wrap: wrap;
}
.charm_content_list_item {
  display: flex;
  align-items: center;
  margin: 0 2% 40px 0;
  width: 49%;
}
.charm_content_list_item:nth-child(2n) {
  margin-right: 0;
}
.charm_img {
  margin-right: 2%;
}
.charm_img img {
height: 190px;
width: 190px;
max-width: initial;
}
.charm_title {
  color: #262D6C;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}
.charm_description span {
  font-size: 24px;
}
@media screen and (max-width:1080px){
	.charm_content_list {
    	flex-direction: column;
      padding-bottom: 80px;
  	}
  .charm_content_list_item {
  	  flex-direction: column;
  	  margin-right: 0;
  	  width: 100%;
  	}
  	.charm_txtArea {
    	text-align: center;
  	}
}
@media screen and (max-width:767px) {
  html main .btn_hover_motion {
    display: block;
    width: 94vw;
  }
  .charm_content_list {
    flex-direction: column;
  }
  .charm_content_list_item {
    flex-direction: column;
    margin-right: 0;
    width: 100%;
    margin-bottom: 80px;
  }
  .charm_txtArea {
    text-align: center;
  }
  .content-wrap .tab-row_content li {
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 25px 29px;
  }
  .section5 .section5_inner {
    padding: 0 20px;
  }
  .tab_content_description {
    margin-bottom: 28px;
    font-weight: 600;
    font-size: 16px;
  }
  .tab_content_description:last-child {
    margin-bottom: 0;
  }
  .tab-row_content {
    margin-bottom: 29px;
  }
  .section5 .point_img {
    margin-right: 34px;
  }
  .content-wrap .section5 .point_wrap {
    background: #fff;
    border-radius: 10px;
    padding: 24px 34px;
  }
  .point_logo {
    text-align: center;
  }
.section4 .explanation_charm_wrap .charm_title_wrap p{
    font-size: 32px;
  }
}

/*________PCここまで________*/
/*________SPここから________*/
/*________section1(SP)________*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .fv_pic {
    padding: 0 20px 240px 20px;
  }
  .fv_pic img {
    width: 95%;
  }
  .img_pc {
    display: none;
  }
  .img_sp {
    display: block;
    width: auto;
  }
}
/*________section2(SP)________*/
@media screen and (max-width: 767px) {
  .content-wrap .section2 {
    padding: 40px 0 0;
    display: block;
  }
  .content-wrap .section2 .explanation_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }
  .content-wrap .section2 .explanation_wrap .explanation_img {
    width: 100%;
    height: 80%;
    padding: 0;
    overflow: hidden;
    position: relative;
  }
  .content-wrap .section2 .explanation_wrap .explanation {
    margin: 0;
    padding: 76px 20px 80px;
    width: 100%;
  }
  .content-wrap .section2 .explanation_wrap .explanation .explanation_title {
    margin: 0;
    padding: 0;
    font-size: 2rem;
  }
  .content-wrap .section2 .explanation_wrap .explanation_lead {
    margin: 24px 0 0;
    padding: 0;
  }
  .content-wrap .section2 .explanation_wrap .explanation_note {
    margin: 24px 0 0;
    padding: 0;
    font-size: 12px;
  }
}
/*________section3(SP)________*/
@media screen and (max-width: 767px) {
  .section3 .history {
    color: #fff;
	  display: flex;
	  flex-direction: column;
  }
	.section3 .history .mark{
		order: 1;
	}
	.section3 .history .history_title{
    font-size: 12px;
    text-align: center;
		order: 2;
	}
  .section3 .history h1 {
    font-size: 28px;
    padding-bottom: 32px;
    text-align: center;
	  order: 3;
  }
  .section3 .history h3 {
    font-size: 12px;
    padding: 0  0 20px;
    text-align: center;
	  order: 4;
  }
  .section3 .history_lead {
    font-size: 12px;
    text-align: center;
	  order: 5;
  }
  .section3 .history_img {
    background-image: url(../image/team_img_sp.png);
    padding: 56px 20px 50px;
  }
  .section3 .history_img .team_img_sp {
    display: flex;
  }
  .section3 .history_img .team_img_pc {
    display: none;
  }
  .section3 .mark .teammark_img_sp {
    margin-bottom: 15px;
	  text-align: center;
  }
  .section3 .mark .teammark_img_pc {
    display: none;
  }
}


/*________section4(SP)________*/
@media screen and (max-width: 767px) {
  .content-wrap .section4 {
    background: #fff;
    display: block;
    width: auto;
  }
  .content-wrap .tab p {
    padding: 3.5vw 2vw;
    font-size: 1.3rem;
  }
  .charm_title {
    padding-top: 20px;
  }
  
  /*________section5(SP)________*/
  .content-wrap .tab-column_content li {
    max-width: 35%;
    margin: 6vw auto;
  }
  .content-wrap .tab-column_content li img {
    width: 80%;
    height: auto;
    margin: 0 5% 10%;
  }
  .content-wrap .tab-box_content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
  }
  .content-wrap .tab-box_content li {
    flex-direction: row;
    max-width: 80%;
    margin: 3% auto;
    text-align: left;
    padding: 4% 3%;
  }
  .content-wrap .tab-box_content li img {
    width: 30%;
    margin: 0 15px 0 25px;
  }
}
.content-wrap .section5 {
  background: #D0D0D0;
  display: block;
  width: auto;
  padding-bottom: 40px;
}
.section5 .title_wrap .point_title {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  padding-top: 80px;
}
.section5 .title_wrap .point_lead {
  font-size: 1.0rem;
  font-weight: 600;
  text-align: center;
  padding: 24px 0 42px 0;
}
.content-wrap .tab p {
  padding: 3.5vw 2vw;
  font-size: 1.3rem;
}
.content-wrap .tab-column_content li {
  max-width: 35%;
  margin: 6vw auto;
}
.content-wrap .tab-column_content li img {
  width: 80%;
  height: auto;
  margin: 0 5% 10%;
}
.content-wrap .tab-box_content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: auto;
}
.content-wrap .tab-box_content li {
  flex-direction: row;
  max-width: 80%;
  margin: 3% auto;
  padding: 4% 3%;
}
.content-wrap .tab-box_content li img {
  width: 30%;
  margin: 0 15px 0 25px;
}
.pint_box {
  margin: 1em auto 0;
  width: 335px;
  height: auto;
  box-sizing: border-box;
  padding: 2em; /*内側余白*/
  border-radius: 5px;
  background-color: #fff;
}
.section5 .point_text {
  text-align: center;
  padding: 40px 0 0 0;
}
.content-wrap .section4 .explanation_charm_wrap .charm_title_wrap p {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  padding: 80px 20px 40px 20px;
}
.point_txtArea .point_txt1 {
  font-size: 16px;
  font-weight: 600;
  padding:20px 0 8px;
  text-align: center;
}
.point_txtArea .point_txt2 {
font-size: 28px;
font-weight: 900;
padding-bottom: 20px;
text-align: center;
}
.point_txt2 span {
color: #D61428;
}
.point_txtArea .point_txt3 {
font-size: 12px;
padding-bottom: 8px;
text-align: center;
}
.point_text .point-link{
color: #000;
font-size: 20px;
font-weight: 600;
}
.point_text .point-link{
	color: #000;
  font-size: 14px;
  font-weight: 600;
}
.section5 .title_wrap .point_title {
  font-size: 32px;
}

/*________section6(SP)________*/
@media screen and (max-width: 767px) {
  .section6 .present_innner {
    margin: auto;
    max-width: 1040px;
    padding: 0 20px;
  }
  .content-wrap .section6 .present_area p {
    text-align: center;
    font-size: 32px;
  }
  .section6 .present .img-tokuten {
    width: 90%;
    height: auto;
  }
  .section6 .present .size_tokuten {
    text-align: center;
    width: 100%;
    font-size: 12px;

  }
  .section6 .present_lead p {
    font-size: 14px;
  }
  .section6 .present .size_tokuten_wrap {
      width: 100%;
      padding-bottom: 12px;
}
}
/*________section7(SP)_______*/
@media screen and (max-width: 767px) {
  .inner {
    margin: auto;
    max-width: 1040px;
    padding: 0 20px;
  }
  .content-wrap .table_4 {
    text-align: center;
  }
  .section7 .inner .inner_titlle p {
    text-align: center;
    padding: 80px 0 32px 0;
    font-size: 36px;
    font-weight: 600;
  }
  .content-wrap .table_4 th, .content-wrap .table_4 td {
    font-size: 12px;
    text-align: left;
    padding: 20px 10px;
  }
  .content-wrap .table_4 td .note {
    font-size: 0.8rem;
    margin-top: 6px;
  }
  .content-wrap p.revo_title {
    font-size: 1rem;
  }
  .content-wrap p.revo_text {
    font-size: 0.5rem;
    margin-top: 2px;
  }
}
/*________footer(SP)________*/
@media screen and (max-width: 767px) {
  .footer {
    padding: 116px 0;
  }
  .footer__logo img {
    margin:auto;
    height: 6vw;
  }
  .footer__logo + p {
    text-align: center;
   padding-top: 0;
   font-size: 12px;
  }
}