@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
}

body {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}

@media screen and (max-width: 749px) {
}

a:link, a:visited, a:active {
  color: #231815;
  border: 0;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #231815;
  border: 0;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.pc { display: block !important }
.sp { display: none !important }

@media screen and (max-width: 749px) {
  .sp { display: block !important }
  .pc { display: none !important }
}

.pT {
  padding-top: 80px !important;
}

.pL {
  padding-left: 1em !important;
}
.pR {
  padding-right: 1em !important;
}

.name {
  font-size: 18px;
  font-weight: 600;
}

.tL {
  text-align: left !important;
}

.tR {
  text-align: right !important;
}

sub {
  /*vertical-align: sub;*/
  font-size: .8rem;
}

sub.s {
  font-size: .6rem;
}

.px1 {
   letter-spacing: 1px !important;
}

.ap, .ap2 {
  display: inline;
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

h4 span.ap {
  background: linear-gradient(180deg, #4d4d4d 35%, #4d4d4d 90%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 30px;
}

h4 span.ap2 {
  background: linear-gradient(180deg, #ff0200 35%, #000000 90%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

/* ---------------------------

head

---------------------------- */
#na_partner {
	width: 100%;
	height: 30px;
	position: relative;
	border-bottom: 1px solid #C7C7C7;
  background-color: #FFF;
}

#na_partner .partner_inner {
  max-width: 966px;
	margin-right: auto;
	margin-left: auto;
  text-align: center;
}

#na_partner .partner_ti {
	height: 30px;
  font-family: "Arial", Gadget, "sans-serif";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #999999;
  padding-top: 7px;
}

#na_partner .client_name {
  position: absolute;
  font-family: "Arial", Gadget, "sans-serif";
  font-size: 16px;
  line-height: 100%;
  color: #686868;
  top: 7px;
}

#na_partner .client_logo {
  height: 26px;
  position: absolute;
  font-family: "Arial", Gadget, "sans-serif";
  font-size: 16px;
  line-height: 100%;
  color: #686868;
  top: 2px;
}

@media screen and (max-width: 995px) { /* sp */
  #na_partner .client_name {
    margin-left: 14px;
  }
}

@media screen and (max-width: 780px) { /* sp */
  #na_partner {
    width: 100%;
    height: auto;
    padding-bottom: 8px;
  }
  
  #na_partner .client_name {
    position: static;
    font-family: "Arial", Gadget, "sans-serif";
    color: #686868;
    top: 0px;
  }
  
  #na_partner .client_logo {
    position: static;
    font-family: "Arial", Gadget, "sans-serif";
    font-size: 16px;
    line-height: 100%;
    color: #686868;
    top: 0px;
  }
}

.mainvisual {
  width: 100%;
  height: 630px;
  background: url("../images/mv_bg.jpg") repeat-x center center;
  background-size: cover;
}

.maintitle {
  position: relative;
  padding-top: 36px;
  text-align: center;
}

.maintitle h1 img {
  margin: 100px auto 0;
  width: 100%;
  max-width: 910px;
  height: auto;
}

@media screen and (max-width: 920px) {
  .maintitle h1 {
  }
  
  .maintitle h1 img {
  }
}

@media screen and (max-width: 749px) {
}

@media screen and (max-width: 559px) {
}

/* ---------------------------

リード文

--------------------------- */

/* ---------------------------

見出し

--------------------------- */
h1 {
}

h2 {
  margin: 1em auto .3em;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 3px;
  background: url("../images/line.jpg") no-repeat bottom center;
  background-size: 2.3em;
}

h2::before {
}

@media screen and (max-width: 980px) {
  h2 {
  }
}

@media screen and (max-width: 441px) {
  h2 {
    font-size: 11vw;
  }
}

h3 {
  margin: 0 auto .5em;
  font-size: 49px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #4d4d4d;
}

@media screen and (max-width: 980px) {
  h3 {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 749px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  margin: 0 auto 1em;
  padding: 0 1em;
  max-width: 996px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #4d4d4d;
}

h4 span {
  display: block;
  font-size: 24px;
  line-height: 4;
  background: linear-gradient(180deg, #ff0200 35%, #000000 90%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}


/* ---------------------------

タブ

---------------------------- */
.btn_area {
  margin: -8px auto 0;
  background: url("../images/btn_bg.jpg") no-repeat center center;
  background-size: cover;
}

.btn_area .link {
  position: relative;
  left: 4rem; left: 0;
  right: 0;
  text-align: center;
}

.btn_area .link p {
  font-size: 32px;
  color: #fff;
  padding: 7px 1em 3px;
}

.btn_area .link a {
  font-size: 32px;
  color: #fff;
  text-decoration: underline;
}

.btn_area .link a:hover {
  opacity: .6;
}

.btn_area .link p {
  display: inline-block;
}

@media screen and (max-width: 541px) {
  .btn_area .link {
    line-height: 1.2;
    
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .btn_area .link p {
    font-size: 1.4rem;
    padding: 10px 1em 6px;
  }

  .btn_area .link a {
    font-size: 1.4rem;
  }
  
  .btn_area .link p span.soon {
    font-size: 1rem;
  }
  
  .op {
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width: 421px) {
  .btn_area .link p span.soon {
    display: block;
  }

  .btn_area .link {
  }
  
  .btn_area .link p span.soon {
    font-size: .8rem !important;
  }
  
  .op {
    font-size: 1.1rem !important;
  }
}

@media screen and (max-width: 361px) {
  .btn_area .link {
  }
}

/* ---------------------------

レイアウト

---------------------------- */
.container {
  margin: 0 auto 50px;
  overflow: hidden;
  background: url("../images/bg.png") repeat-y top center;
  background-size: cover;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
}

.wrap {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: 996px;
}

@media screen and (max-width: 996px) {
}

.inner {
  display: flow;
}

/* ---------------------------

本文

--------------------------- */
.r_text, l_text {
  display: grid;
}

.int {
  margin-bottom: 1em;
}

@media screen and (max-width: 995px) {
  .r_text {
    padding-right: 1em;
  }
  
  .l_text {
    padding-left: 1em;
  }
}

@media screen and (max-width: 820px) {
  .r_text, .l_text {
    padding-left: 1em;
    width: 100%;
}

  .int {
    text-align: left;
  }
}

.int a:link {
  text-decoration: underline;
}
  
@media screen and (max-width: 749px) {
}

/* ---------------------------

photo

--------------------------- */
.c_photo {
  margin: 3em auto 3em;
  text-align: center;
}

.c_photo.products_img {
  padding: 30px 80px;
  max-width: 500px;
  background-color:rgba(243,249,250,1);
}

.mpc_img {
  display: inline-grid;
  margin: 0 auto 3em;
  max-width: 1200px;
  text-align: center;
}

.mpc_bg {
  padding: 3em;
  background-color:rgba(243,249,250,1);
}

.products {
  float: left;
  margin: 5px 2em 3em -27px; margin: -2em -2em 3em -15em;
  max-width: 680px;
  height: auto;
}

.products_bg {
  padding: 2em 4em 3em 10em;
  background-color:rgba(243,249,250,1);
}

.ups {
  float: right;
  margin: 5px 2em 3em -27px; margin: -1em -15em 3em -2em;
  max-width: 680px;
  height: auto;
}

.ups_bg {
  padding: 2em 8em 3em 6em;
  background-color:rgba(243,249,250,1);
}

.l_photo {
  float: left;
  margin: 5px 2em 3em -27px; 
  max-width: 440px;
  height: auto;
}

.cap {
  margin: .5em 0 0 0;
  font-size: 14px;
}

.figure_area {
  margin: 0 auto;
  padding: 3em;
  width: 100%;
  height: auto;
  background-color:rgba(243,249,250,1);
}

ul.figure_inner {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1200px;
  align-items: end;
}

ul.figure_inner li {
  width: 30%;
  height: auto;
}

ul.figure_inner li:first-child {
  width: 37%;
}

ul.figure_inner li:nth-child(2) {
  margin: 0 0 0 2%;
  width: 31%;
}

.noto {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1200px;
  align-items: center;
}

.noto p {
  margin: 1.5em 0 0;
  padding: 0 2em 0 4em; padding: 0 0 0 8em;
  width: 40%;
  font-size: 12px;
  line-height: 1.4;
  color: #565757;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .products {
    margin: -2em -2em 3em -15vw;
  }
  
  .ups {
    margin: -2em -9em 3em -5vw;
  }

  .noto p {
    padding: 0 2em 0 4em;
  }

}

@media screen and (max-width: 1080px) {
  .l_photo {
    margin: 5px 2em 3em 0px;
  }
}

@media screen and (max-width: 920px) {
  .products, .ups {
    float: none;
    margin: auto;
    text-align: center;
  }
  
  .products_bg, .ups_bg {
    padding: 3em; 
  }
}

@media screen and (max-width: 820px) {
  .l_photo {
    float: none;
    display: block;
    margin: 10px auto 1em;
    text-align: center;
  }
  
  .figure_area {
    padding: 3em;
  }
}

@media screen and (max-width: 441px) {
  .figure_area {
    padding: 2em;
  }
}

@media screen and (max-width: 996px) {
  ul.figure_inner {
    display: block;
  }
  
  ul.figure_inner li {
    width: 100%;
    text-align: center;
  }

  ul.figure_inner li:first-child {
    width: 100%;
  }

  ul.figure_inner li:nth-child(2) {
    margin: 7vh auto;
    width: 100%;
  }
  
  ul.figure_inner li p {
    text-align: left;
  }

  ul.figure_inner li img {
    width: 60%;
  }
  
  ul.figure_inner li:first-child img {
    width: 80%;
  }
  
  .noto p {
    padding: 0 3em;
    width: 100%;
  }
}

@media screen and (max-width: 821px) {
  ul.figure_inner li:nth-child(2) {
    margin: 5vh auto;
  }

  ul.figure_inner li img {
    width: 80%;
  }
  
  ul.figure_inner li:first-child img {
    width: 100%;
  }
}

/* ------------------------

section01

------------------------ */
.cont1 {
  width: 100%;
  position: relative;
  margin-bottom: 4em;
  padding-top: 3em;
}

.section01 {
  margin: 0 auto 0;
  /*padding-top: 40px;*/
  max-width: 996px;
}

@media screen and (max-width: 996px) {
  .section01 {
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
  }
}

/* ------------------------

section02

------------------------ */
.cont2 {
  display: grid;
  margin-bottom: 4em;
  padding-top: 3em;
}

@media screen and (max-width: 996px) {
  .cont2 {
    margin-bottom: 0;
  }
}

.section02 {
  margin: auto;
  width: 996px;
}

@media screen and (max-width: 996px) {
  .section02 {
    margin: auto;
    padding: 0 1em;
    width: 100%;
  }

  .section02 .int {
    padding-left: 0;
  }
}

/* ------------------------

section03

------------------------ */

/* ------------------------

section04

------------------------ */

/* ------------------------

section05

------------------------ */

/* ------------------------

section06

------------------------ */

/* ------------------------

footer_phpto

------------------------ */

/* ------------------------

section06

------------------------ */

/* ------------------------

section07　関連企業

------------------------ */

/* ------------------------

動画

------------------------ */

/* ------------------------

関連リンク

------------------------ */
.f_logo_area {
  margin: 0 auto 3em;
  max-width: 996px;
  text-align: center;
  
  padding-top: 100px;
  background: url("../images/f_line.png") no-repeat top center;
  background-size: 27vh;
}

.f_logo_area img {
  max-width: 316px;
}

/* --------------------

ページトップへ

-------------------- */
#pagetop {
  width: 66px;
  height: 66px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 10;
  cursor: pointer
}

#pagetop:hover {
  opacity: 0.7
}

@media screen and (max-width:911px) {
  #pagetop:hover {
    opacity: 1
  }
}

@media screen and (max-width:414px) {
  #pagetop {
    right: 10px;
    bottom: 10px;
    width: 42px;
    height: 42px
  }
}

