@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html, body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  position: relative;
  background: url("../images/mv_bg.jpg") no-repeat center 3vh, linear-gradient(180deg, transparent 0 80%, #caf5fe 100%);
  background-size: contain;
}

@media screen and (max-width: 749px) {
  body {
    background-position: center 100px;
  }
}

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;
}

.mT30 { margin-top: 30px !important; }

.pc { display: block !important }
.sp { display: none !important }

@media screen and (max-width: 471px) {
  .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;
  background: url("../images/title_bg.png") no-repeat center clamp(10vh,20vw,20vh);
  background-size: 100% 190px;
}

.headerline, .footerline {
  width: 100%;
  height: 10px;
  background-color: #d81212;
}

.footerline {
  height: 15px;
}

.maintitle {
  margin: clamp(50px,13.14285vw,138px) auto 0;
  padding: 0 5vw;
  text-align: center;
}

.maintitle img {
  width: 100%;
  height: auto;
  max-width: 811px;
  text-align: center;
}

@media screen and (max-width: 995px) { /* sp */
  .mainvisual {
  }
}

/* ---------------------------

レイアウト

---------------------------- */
.container {
  margin: 4% auto 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 1050px;
  background-color: rgb(244 246 246 / .8);
  font-size: 0;
}

.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 920px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
  color: #000;
}

.inner {
  margin: 0 auto 2rem;
  max-width: 850px;
}

@media screen and (max-width: 996px) {
  .container {
    margin: 0 auto;
    padding: 0 2rem 2rem;
  }
}

/* ---------------------------

帯

--------------------------- */
.obi {
  display: flex;
  margin: 75px auto 30px;
  padding: .1em 1em;
  align-items: center;
  justify-content: center;
  background-color: #d81212;
  font-size: clamp(19px,2.28571vw,24px);
  color: #fff;
}

@media screen and (max-width: 441px) {
  .obi {
    margin: 50px auto 20px;
    padding: 7px 10px;
    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(20px,2.81124vw,28px);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  letter-spacing: .6px;
  color: #1d2087;
}

@media screen and (max-width: 980px) {
  h3 {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 441px) {
  h3 {
    letter-spacing: 0;
  }
}

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: 920px;
}

/* ------------------------

section02

------------------------ */
.cont2 {
  width: 100%;
  position: relative;
}

.section02 {
  margin: 0 auto;
  max-width: 920px;
}

/* ------------------------

section03

------------------------ */
.cont3 {
  width: 100%;
  position: relative;
}

.section03 {
  margin: 0 auto;
  max-width: 920px;
}

/* ------------------------

section04

------------------------ */
.cont4 {
  width: 100%;
  position: relative;
}

.section04 {
  margin: 0 auto;
  max-width: 920px;
}

/* ------------------------

section05

------------------------ */
.cont5 {
  width: 100%;
  position: relative;
}

.section05 {
  margin: 0 auto;
  max-width: 920px;
}

/* ---------------------------

本文

--------------------------- */
.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;
}

.s_photo {
  margin: 3em auto 2em;
  max-width: 490px;
  text-align: center;
}

.caption {
  margin-top: .5em;
  font-weight: 600;
  line-height: 1.6;
}

.caption span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.r_photo {
  float: right;
  margin: 0 0 3em 4em;
  max-width: 280px;
  height: auto;
}

.l_photo {
  float: left;
  margin: 0 4em 2em 0;
  max-width: 280px;
  height: auto;
}

@media screen and (max-width: 680px) {
  .r_photo, .l_photo  {
    float: none;
    display: block;
    margin: 3em auto 2em;
    text-align: center;
  }
}

@media screen and (max-width: 441px) {
  .c_photo {
    margin: 0 auto 3em;
  }
}

.f_photo {
  margin: 30px auto;
  width: 100%;
  height: auto;
}

/* ---------------------------

一覧

--------------------------- */
.name_area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 1vh auto 1.5vh;
  max-width: 840px;
}

.name_list {
  margin: 0 auto;
  width: 48%;
}

.name_list > * {
  margin-top: .5em;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
}

.name_list > * span {
  display: block;
  font-size: 13px;
  font-weight: 300;
}

.name_list div span br {
  display: block;
}

.border {
  margin: 0 auto;
  width: 100%;
  height: 1px;
  max-width: 800px;
  background-color: #ccc;
}

@media screen and (max-width: 621px) {
  .name_area {
    display: block;
  }

  .name_list {
    width: 96%;
  }

  .name_list div span br {
    display: none !important;
  }
}

/* --------------------

ページトップへ

-------------------- */
#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
  }
}

