@charset "UTF-8";

html, body {
  font-family: "Times New Roman", Times, "serif";
}

body {
  position: relative;
  background-color: #f7f7f7;
}

@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 }
}

/* ---------------------------

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

--------------------------- */
.mainvisual {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  font-size: 0;
}

.headerline {
  width: 100%;
  height: 10px;
  background-image: radial-gradient(circle at center, #80005d, #c11e79);
}

.maintitle {
  padding: 0 20px;
  width: 100%;
  height: auto;
  background: url("../images/mv_bg.jpg") no-repeat;
  background-size: cover; 
  text-align: center;
}

.maintitle img {
  padding: 5.5vh 0 0;
  width: 100%;
  height: auto;
  max-width: 770px;
}

.maintitle .mv_txt {
  margin: auto;
  padding: 15px 0 50px;
  width: 100%;
  height: auto;
  max-width: 888px;
  
  font-size: clamp(14px,1.75781vw,18px);
  line-height: 1.5;
  text-align: left;
}

/* ---------------------------

リード文

--------------------------- */

/* ---------------------------

レイアウト

---------------------------- */
.container {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 910px;
  background: url("../images/content_bg.jpg") repeat-y center top;
  font-size: 0;
}

@media screen and (max-width: 996px) {
  .container {
    margin: 0 auto;
  }
}

.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
  
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: #000;
}

@media screen and (max-width: 749px) {
  .wrap {
    padding: 0 5vw;
  }
}

.inner {
  display: inline-block;
  margin-bottom: 2rem;
}

/* ---------------------------

本文

--------------------------- */
.l_text {
  display: grid;
}

.int {
  margin-bottom: 1em;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: .8px;
}

.int span {
  font-weight: 700;
  font-style: italic;
}

@media screen and (max-width: 749px) {
  .int {
    text-align: left;
  }
}

.int a:link {
  text-decoration: underline;
}

/* ---------------------------

photo

--------------------------- */
.c_photo {
  margin: 0 auto 5em;
  max-width: 720px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .c_photo {
    margin: 0 auto;
    padding: 5vw 0;
    max-width: 720px;
    text-align: center;
  }
}

.s_photo {
  margin: 3em auto 2em;
  max-width: 490px;
  text-align: center;
}

.caption {
  font-family: "Times New Roman", Times, "serif";
}

.r_photo, .re_r_photo {
  float: right;
  margin: 0 0 2em 4em;
  max-width: 280px;
  height: auto;
}

.l_photo, .re_l_photo {
  float: left;
  margin: 0 4em 2em 0;
  max-width: 280px;
  height: auto;
}

.re_r_photo {
  margin: -4em 0 2em 4em;
}

.re_l_photo {
  margin: -4em 4em 2em 0;
}

@media screen and (max-width: 680px) {
  .r_photo, .l_photo, .re_r_photo, .re_l_photo  {
    float: none;
    display: block;
    margin: 0 auto 1em;
    text-align: center;
  }
  
  .re_r_photo, .re_l_photo {
    margin: 1.5em auto 1em;
  }
}

.f_photo {
  margin: 30px auto;
  width: 100%;
  height: auto;
}

/* ---------------------------

タグ

--------------------------- */
.tag_le, .tag_ri {
  margin: 0 0 1em;
  padding: 0;
  border-bottom: 3px solid #003893;
  text-align: left;
}

.tag_ri {
  text-align: right;
}

.tag_le span, .tag_ri span {
  display: inline-block;
  padding: 0 15px;
  background-color: #003893;
  color: #fff;
  
  font-family: "Times New Roman", Times, "serif";
  font-weight: 600;
  font-size: clamp(21px,2.53906vw,26px);
  line-height: 1.6;
}

.re_inner {
  margin-top: 1em;
}


@media screen and (max-width: 680px) {
  .tag_le, .tag_ri {
    margin: 0;
    text-align: left;
  }
}

/* ---------------------------

帯

--------------------------- */
.obi {
  margin: 75px auto 30px;
  padding: 10px;
  background-color: #003893;
  font-size: clamp(24px,3.2967vw,30px);
  text-align: center;
  color: #fff;
}

.obi span {
  padding: 0 8px;
  letter-spacing: .6px;
}


@media screen and (max-width: 441px) {
  .obi {
    margin: 75px auto 30px;
    line-height: 1;
  }
}

/* ---------------------------

見出し

--------------------------- */
h2 {
  margin: 0 auto 2em;
  padding: .2em;
  width: 100%;
  max-width: 1051px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #123478;
  position: relative;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

h2::before {
  background-color: #183480;
  bottom: -25px;
  content: "";
  height: 2px;
  left: 0;
  margin-inline: auto;
  position: absolute;
  right: 0;
  width: 65px;
}

h2.non {
  margin-bottom: 1em;
  font-size: 2.2rem;
}

h2.non::before {
  background-color: #f5f7f7;
}

@media screen and (max-width: 980px) {
  h2 {
    margin-top: 1em;
  }
}
@media screen and (max-width: 441px) {
  h2 {
    font-size: 7vw;
  }
}

h3 {
  margin: 1em auto 1em;
  font-size: clamp(21px,2.81124vw,28px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .6px;
  color: #1d2087;
}

h3 br {
  display: block;
}

@media screen and (max-width: 980px) {
  h3 {
  }
}

@media screen and (max-width: 441px) {
  h3 br {
    display: none;
  }
}

h4 {
  display: inline-block;
  margin: 0 0 1em;
  padding: .1em 3em .1em .5em;
  border-left:solid 4px #003893;
  border-bottom: 1px solid #003893;
  background:transparent;
  font-size: 18px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #003893;
}

/* ------------------------

section01

------------------------ */
.cont1 {
  width: 100%;
  position: relative;
}

.section01 {
  margin: 0 auto;
  max-width: 996px;
}

/* ------------------------

section02

------------------------ */
.cont2 {
  width: 100%;
  position: relative;
}

.section02 {
  margin: 0 auto;
  max-width: 996px;
}

/* ------------------------

section03

------------------------ */
.cont3 {
  width: 100%;
  position: relative;
}

.section03 {
  margin: 0 auto;
  max-width: 996px;
}

/* ------------------------

section04

------------------------ */
.cont4 {
  width: 100%;
  position: relative;
}

.section04 {
  margin: 0 auto;
  max-width: 996px;
}

/* ------------------------

section05

------------------------ */
.cont5 {
  width: 100%;
  position: relative;
}

.section05 {
  margin: 80px auto;
  max-width: 996px;
  text-align: center;
}

.section05 img {
  padding: 0 30px;
  width: 100%;
  height: auto;
  max-width: 600px;
}

/* --------------------

ページトップへ

-------------------- */
#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
  }
}

