@charset "UTF-8";

html, body {
   font-family: "Times New Roman", Times, serif; 
}

body {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(150,138,204,1);
}

a:link, a:visited, a:active {
  color: #fff;
  border: 0;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #fff;
  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 }
}

.mT0 { margin-top: 0 !important; }
.mB50 { margin-bottom: 50px !important; }


/* ---------------------------

レイアウト

---------------------------- */
.container {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1280px;
}

.container_bottom {
}

.wrap {
  margin: 0 auto 10vh;
  padding: 0;
  width: 100%;
  max-width: 680px;
}

/* ---------------------------

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) { 
  #na_partner .client_name {
    margin-left: 14px;
  }
}

@media screen and (max-width: 780px) { 
  #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;
  }
}

/* ---------------------------

main visual

--------------------------- */
.mainvisual {
  margin: 0 auto;
  width: 100%;
/*  height: 100%;*/
  height: clamp(203px,55.46875vw,710px);
  max-width: 1280px;
  max-height: 710px;
  background-color: rgba(150,138,204,1);
  position: relative;
}

.mainvisual::before {
}

.mainvisual-inner {
}

.mainvisual-inner img {
  width: 100%;
  height: auto;
  max-width: 1280px;
}

@media screen and (max-width: 749px) {
  .mainvisual {
    height: clamp(243px,80.1068vw, 600px)
  }
}

.mv_textArea {
  display: inline-table;
  margin: 2em auto;
  padding: 1.5em 2em .5em;
  width: 80%;
  height: auto;
  background-color: rgba(0,0,0,.6);
  color: #fff;
  letter-spacing: .3px;
}

@media screen and (max-width: 749px) {
  .mv_textArea {
    margin-top: -2em;
  }
}

.mv_textArea .icon {
  margin: .5em auto 0;
  width: 26px;
  height: auto;
}

/* ---------------------------

見出し

--------------------------- */
.obi_block {
  margin: 0 auto 0;
  position: relative;
  clear: both;
}

.obi_block .obi {
  margin: -10px auto 0;
  padding: 8px 1em 5px;
  background-color: #662d80;
  border-radius: 20px 20px 0 0;
}

h2 {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}

h3 {
  margin: 1em auto;
  padding: 0 0 30px;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  position: relative;
}

h3::before {
    position: absolute;
    border-bottom: 1px solid #fff;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    content: '';
}

@media screen and (max-width: 749px) {
  .obi_block {
  }
  
  .obi_block .obi {
    font-size: 5vw;
  }

  h2 {
    font-size: 4vw;
    letter-spacing: 0;
  }
  
  h3 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 5vw;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 521px) {
  h2 {
    font-size: 5vw;
  }
}

/* ---------------------------

本文

--------------------------- */
.int {
  margin-bottom: 2em;
}

.int br {
  margin-bottom: 2em;
}

@media screen and (max-width: 749px) {
  .int {
    text-align: left;
    padding: 0 2em;
  }
}

/* ---------------------------

photo

--------------------------- */
.photo_left {
  float: left;
  margin: 0 2em 1em 0;
  width: 100%;
  height: auto;
  max-width: 270px;
}

.photo_right {
  float: right;
  margin: 0 0 1em 2em;
  width: 100%;
  height: auto;
  max-width: 270px;
}

@media screen and (max-width: 749px) {
  .photo_left, .photo_right {
    float: none;
    margin: 2em auto;
    text-align: center;
  }
}

.c_photo {
  margin: 3em auto 5em;
  text-align: center;
}

/* ------------------------

section01

------------------------ */
.cont1 {
  margin-bottom: -21px;
  width: 100%;
  height: auto;
  position: relative;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;  
  background-size: auto;
  top: -21px;
  background-color: rgba(150,138,204,1);
}

.section01 {
  margin: 0 auto;
  padding: 0 0 1vh;
  width: 100%;
  max-width: 770px;
  background: linear-gradient(180deg, rgba(69,78,177,.6) 50%, rgba(133,30,115,.5) 100%);
  border-radius: 20px 20px 0 0;
}

@media screen and (max-width: 996px) {
  .section01 {
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .cont1 {
    top: -40px;
  }
}
  
@media screen and (max-width: 414px) {
  .cont1 {
    top: -10px;
  }
}

/* ------------------------

footer_logo

------------------------ */
.footer_logo {
  margin: 0 auto;
  padding: 0 0 8em;
  width: 30%;
  max-width: 156px;
  height: auto;
  text-align: center;
}

@media screen and (max-width: 441px) {
  .footer_logo {
    padding: 0 0 5em;
  }
}

/* --------------------

ページトップへ

-------------------- */
#pagetop {
  width: 60px;
  height: 60px;
  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
  }
}

/*------------------*/
.fadeinup {
  opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
    animation-timing-function:ease;
}

.shown .fadeinup {
  opacity: 1;
    -webkit-transform: translateY(0%);
       transform: translateY(0%);
	-webkit-transition: 1.6s;
	-moz-transition: 1.6s;
	-o-transition: 1.6s;
	-ms-transition: 1.6s;
    transition-delay: 0.2s;
}

.fadeindown {
  opacity: 0;
    display: inline-block;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.shown .fadeindown {
  opacity: 1;
    -webkit-transform: translateY(0%);
       transform: translateY(0%);
    -webkit-transition-delay: 0.2s;
       transition-delay: 0.2s;
}

