@charset "utf-8";

/* style.css
 * **************************************************
 * Body
 * Header
 * Global Navigation
 * Common Elements
 * Content
 * Footer
 * Media Queries
 * **************************************************
 */

/* Body
-------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;900&display=swap");
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Font：基本サイズ（16 * 0.625 = 10px） */
html {
  font-size: 62.5%;
}
body {
  color: #000000;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  overflow-x: hidden;
}

body p {
  font-size: 1.6rem;
  line-height: 2;
}

div#content {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0 0 5px;
}
.inner {
  margin: 0 auto;
  padding: 0;
}

.mb15 {
  margin-bottom: 150px !important;
}

.mb10 {
  margin-bottom: 100px !important;
}

.mb8 {
  margin-bottom: 80px !important;
}

.mb5 {
  margin-bottom: 50px !important;
}

.pd0 {
  padding: 0 !important;
}
/* Header
-------------------------------------------------- */
/* logo */

/* Common Elements
-------------------------------------------------- */

/* img */
img {
  vertical-align: bottom;
  max-width: 100%;
}
/* link */
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
}
/* columns */
.columns {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.columns.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* paragraph */

/* button */

/* Content
-------------------------------------------------- */

main {
  display: block;
  overflow: hidden;
}
.flex {
  display: flex;
}
.sp_style {
  display: none !important;
}
/* mainvisual */
#mainvisual {
  background-color: #eff9fe;
}

#mainvisual .inner {
  background-image: url(../images/main_img.jpg);
  background-color: #eff9fe;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1500px;
  height: 915px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

#mainvisual .inner .main_ttl {
  position: absolute;
  top: 255px;
  left: 80px;
}

#mainvisual .inner .main_ttl h1 {
  margin-bottom: 30px;
}

#mainvisual .inner .main_ttl .txt {
  margin-left: 130px;
}

/*common*/

ol,
ul {
  list-style-type: none;
}

h2.ttl01 {
  margin-bottom: 30px;
}

/*about*/

section#about {
  background: #fff;
}

section#about .inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

section#about .inner .flex {
  justify-content: space-between;
}

section#about .inner .box01 .txt p {
  margin-left: 50px;
}

section#about .inner .box01 .img {
  width: 100%;
  max-width: 755px;
}

section#about .inner .box01 .txt {
  max-width: 545px;
  width: 100%;
}

section#about .inner .box02 {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}

section#about .inner .box02 .img {
  width: 100%;
  max-width: 550px;
}

section#about .inner .box02 .txt {
  max-width: 710px;
  width: 100%;
}

section#about .inner .box02 .txt ul li {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 30px;
}

section#about .inner .box02 .txt ul li .num {
  max-width: 150px;
  width: 100%;
  margin-right: 50px;
}

section#about .inner .box02 .txt ul li .point {
  max-width: 500px;
  width: 100%;
}

section#about .inner .box02 .txt ul li .point h3 {
  color: #d60050;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}

/*bene*/

section#bene h2 {
  text-align: center;
  background-image: url(../images/bene.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-weight: 500;
  font-size: 2.6rem;
  padding: 35px 0;
}
section#bene .list {
  background-image: url(../images/bene_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 60px 0 0px 0;
  min-height: 530px;
}

section#bene .list ul {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

section#bene .list ul li {
  background-color: #d60050;
  color: #fff000;
  text-align: center;
  width: 48%;
  font-size: 1.9rem;
  line-height: 1.4;
  padding: 20px 5px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section#bene .list .arrow {
  text-align: center;
  padding: 10px 0 15px 0;
}

section#bene .list h3 {
  color: #d60050;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 500;
}

section#bene .list h3 span {
  font-size: 3.4rem;
}

section#bene .wom {
  background-image: url(../images/bene_img01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 80px 180px;
  min-height: 435px;
}

section#bene .wom .inner {
  width: 100%;
  max-width: 1070px;
  padding-left: 440px;
}

section#bene .wom .inner h3 {
  color: #fff;
  font-size: 4rem;
  font-weight: normal;
  margin-bottom: 20px;
}

section#bene .wom .inner p {
  color: #fff;
}

/*int*/

section#int {
  background: #ded3c5;
  padding: 100px 0;
}

section#int .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

section#int .inner h2 {
  text-align: center;
  margin-bottom: 80px;
}

section#int .inner p {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
}

/*scheme*/

section#scheme {
  margin-bottom: 160px;
}

section#scheme .sch_ttl {
}

section#scheme .sch_ttl .flex {
  justify-content: space-between;
}

section#scheme .sch_ttl h2 {
  margin-left: 15%;
  margin-top: 50px;
}

section#scheme .sche_box h3 {
  margin-bottom: 20px;
}

section#scheme .sche_box h3 span {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
}

section#scheme .flex_12 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

section#scheme .sch_me .sche_box {
  position: relative;
  padding-bottom: 150px;
}

section#scheme .sch_me .sche_box p.arrow {
  position: absolute;
  bottom: 0;
  left: 80px;
}

section#scheme .sch_me p.img02 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

section#scheme .sch_me p.img02 {
  text-align: right;
  margin-top: 40px;
}

section#scheme .sch_me .img {
  width: 100%;
  max-width: 610px;
}

section#scheme .sch_me .txt {
  width: 100%;
  max-width: 540px;
}

section#scheme .shoothing {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

section#scheme .shoothing .txt {
  position: absolute;
  max-width: 525px;
  width: 100%;
  right: 0;
}

section#scheme .shoothing {
  position: relative;
  padding-bottom: 110px;
}

section#scheme .shoothing .arrow {
  position: absolute;
  bottom: 0;
  left: 80px;
}

/*example*/

section#example {
  margin-bottom: 200px;
}

section#example h2 {
  text-align: center;
  background-image: url(../images/example_ttl.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-weight: 500;
  font-size: 2.6rem;
  padding: 35px 0;
  margin-bottom: 20px;
}

section#example .list {
  margin-bottom: 130px;
}

section#example .list .inner {
  background: #d60050;
  width: 100%;
  max-width: 1300px;
  padding: 60px;
}

section#example .list .inner .in {
  position: relative;
}

section#example .list .inner .in h3 {
  color: #fff;
  position: absolute;
  background: #d60050;
  top: -15px;
  left: 50%;
  font-weight: normal;
  font-size: 2.6rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

section#example .list .inner .in {
  border: 2px solid #fff;
  padding: 80px;
}

section#example .list .inner ul.ul01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

section#example .list .inner ul.ul01 li {
  width: 30%;
}

section#example .list .inner ul.ul01 li:nth-child(even) {
  width: 65%;
}

section#example .list .inner ul.ul01 li:last-child {
  text-align: right;
}

section#example .list .inner ul li {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 15px;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

section#example .with h3 {
  position: relative;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  width: 650px;
  text-align: center;
  font-size: 3.2rem;
  color: #d60050;
  margin: 0 auto;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.4;
}
section#example .with h3::before,
section#example .with h3::after {
  position: absolute;
  top: 0;
  content: "";
  width: 20px;
  height: 100%;
  border-top: 2px solid #d60050;
  border-bottom: 2px solid #d60050;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section#example .with h3::before {
  left: 0;
  border-left: 2px solid #d60050;
}
section#example .with h3::after {
  right: 0;
  border-right: 2px solid #d60050;
}

section#example .with .img {
  position: relative;
}

section#example .with .img .pic {
  max-width: 1500px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

section#example .with .img .detail {
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/*join*/

#join {
  background-image: url(../images/proj_img01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: block;
}

#join p {
  padding: 280px 100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/*project*/

#proj h2 {
  text-align: center;
  margin-bottom: 50px;
}
#proj .inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

#proj .inner ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
#proj .inner ul li {
  width: 49%;
  margin-bottom: 20px;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

/*project*/

/* Footer
-------------------------------------------------- */
#footer {
  background: #e2e2e2;
}

#footer .inner {
  padding: 50px 0;
  text-align: center;
}

#footer .inner p {
  font-weight: bold;
}

@media only screen and (max-width: 1280px) {
  #mainvisual .inner {
    background-image: url(../images/main_img_sp.jpg);
    background-color: #eff9fe;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1500px;
    height: 915px;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }

  #mainvisual .inner .main_ttl {
    position: absolute;
    top: 160px;
    left: -90px;
  }

  section#about .inner .box01 .img {
    width: 70%;
    margin-right: 3%;
    max-width: 755px;
  }
  section#about .inner .box02 .img {
    width: 70%;
    margin-right: 3%;
    max-width: 550px;
  }
  section#about .inner .box02 .txt ul li .num {
    max-width: 80px;
    width: 100%;
    margin-right: 30px;
  }
  section#bene .list {
    background-image: url(../images/bene_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 10px 50px;
    min-height: 530px;
  }
  section#bene .list h3 span {
    font-size: 3.4rem;
    display: block;
  }
  section#bene .list ul li {
    width: 49%;
    padding: 20px 45px;
  }
  section#bene .list ul li br {
    display: none;
  }

  section#bene .list h3 br {
    display: none;
  }

  section#bene .wom {
    background-image: url(../images/bene_img01_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
    min-height: auto;
  }
  section#bene .wom .inner {
    width: 100%;
    max-width: none;
    padding: 0 15px 0 100px;
  }
  section#bene .wom .inner h3 {
    color: #fff;
    font-size: 4rem;
    font-weight: normal;
    margin-bottom: 20px;
  }
  section#bene .wom .inner p {
    line-height: 1.8;
  }

  section#scheme .sch_ttl h2 {
    width: 70%;
    max-width: 260px;
    margin: 0 auto 20px auto;
  }

  section#scheme .sch_ttl .flex {
    justify-content: space-between;
    flex-direction: column;
  }

  section#scheme .flex_12 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  section#scheme .sch_me .sche_box {
    position: static;
    padding-bottom: 80px;
    width: 90%;
  }

  section#scheme .sch_me .sche_box .txt p br {
    display: none;
  }

  section#scheme .sch_me .txt {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  section#scheme .sche_box h3 {
    margin-bottom: 20px;
    max-width: 130px;
  }

  section#scheme .sche_box h3 span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
  }
  section#scheme .sch_me .txt h3.sales {
    max-width: 210px;
  }
  section#scheme .sch_me .sb_arrow {
    position: relative;
    padding-bottom: 110px;
    width: 90%;
  }

  section#scheme .sch_me .sb_arrow:after {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 80px;
    content: "";
    background-image: url(../images/arrow01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  section#scheme .shoothing .arrow {
    position: absolute;
    bottom: 0;
    left: 80px;
    display: none;
  }

  section#scheme .sch_me .sche_box p.arrow {
    position: static;
    bottom: 0;
    left: 80px;
    display: none;
  }

  section#scheme .shoothing {
    position: static;
    padding-bottom: 110px;
  }
  section#scheme .shoothing {
    position: relative;
    padding-bottom: 110px;
  }

  section#scheme .shoothing:after {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 80px;
    content: "";
    background-image: url(../images/arrow01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  section#scheme .shoothing .txt {
    position: static;
    width: 100%;
    right: 0;
  }

  section#scheme .shoothing .txt {
    position: static;
    width: 90%;
    max-width: none;
    margin: 0 auto 20px;
  }

  section#example .list .inner {
    background: #d60050;
    width: 100%;
    max-width: none;
    padding: 35px 20px;
  }

  section#example .list .inner .in {
    border: 1px solid #fff;
    padding: 25px 20px;
  }

  section#example .list .inner .in h3 {
    white-space: nowrap;
    top: -10px;
    left: 50%;
    font-weight: normal;
    font-size: 2rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  section#example .list .inner ul.ul01 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }

  section#example .list .inner ul.ul01 li {
    width: 100%;
  }

  section#example .list .inner ul li {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
  }

  section#example .list .inner ul.ul01 li:nth-child(even) {
    width: 100%;
  }

  section#example .list {
    margin-bottom: 80px;
  }
  section#example .with .img .detail {
    width: 100%;
    max-width: 520px;
    position: absolute;
    bottom: -105px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #join p {
    padding: 70px 30px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #join {
    background-image: url(../images/proj_img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  #content #intro .inner2 {
    padding: 60vw 0px 50vw 0;
  }

  #content #intro .inner2 .flex {
    top: 54%;
  }
}


/*page*/
.center{
	text-align: center;
}

#page {
	background: #EEEEEE;
}
#page h1{
	width: 45%;
	text-align: center;
	margin: 0 auto;
	padding: 5% auto;
}
#page h2{
	text-align: center;
	margin: 5% auto;
	font-size: 5rem;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
#page .page_inner{
	width: 80%;
	background: #FFF;
	margin: 0 auto;
	padding: 5% 0;
}
#page .page_inner_content{
	padding: 4% 11%;
}
#page .page_inner_content p{
	margin: 0 0 5% 0;
}

/*page-project*/
#page .products{
	margin: 12% auto 0 auto;
}
#page .products .item_list{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 4% 0;
}
.black_bg{
	background: #000;
	color: #FFF;
	margin: 0 2% 0 0;
	padding: 1.5%;
}
#page .products table.items td{
	padding: 3px 15px 3px 0;
}
#page .products .flex{
	margin: 2% 0 0 0;
	justify-content: space-between;
}
#page .products .flex .left_box,#page .products .flex .right_box{
	width: 48%;
}
#page .products .flex .right_box{
	padding: 18% 0 0 0;
}
#page .products .flex img{
	width: 100%;
	height: auto;
	margin: 0 0 12% 0;
}

@media screen and (max-width: 800px){
	#page h2{
		font-size: 3.5rem;
	}
}