@charset "UTF-8";
/* ==========================================================================
   共通
============================================================================= */
html, body, h1, h2, h3, h4, h5, p, dl, dt, dd, ol, ul, li, table, tr, th, td {
  margin: 0;
  padding: 0;
}

html, body {
  font-family: arial, helvetica, 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', sans-serif;
}

body {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #060001;
}

@media screen and (max-width: 749px) {
  body {
  }
}

*, *::after, *::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

ol, ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #0066c6;
  border: 0;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #0066c6;
  border: 0;
  text-decoration: underline;
}

.tC {
  text-align: center;
}

.pc { display: block !important }
.sp { display: none !important }
@media screen and (max-width: 749px) {
  .sp { display: block !important }
  .pc { display: none !important }
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.caption {
  margin: .5em 0;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .05em;
}

@media screen and (max-width: 921px) {
  .caption {
    text-align: center;
  }
}

/* ---------------------------

レイアウト

---------------------------- */
.container {
  margin: 0 auto;
  background-color: #fff;
}

section {
  margin: 0 auto;
  width: 100%;
  height: auto;
  background: url("../images/side.png") repeat-y center 50px;
  background-size: cover;
}

.wrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 996px;
}

/* ---------------------------

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;
  }
}

/* ---------------------------

main visual

--------------------------- */
.mainVisual {
  width: 100%;
  height: 410px;
  background: url("../images/mv_bg.jpg") no-repeat center top;
  background-size: cover;
  background-color: #e7f4fb;
  position: relative;
}

.mainVisual .mv {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  background: url("../images/mv.png") no-repeat center top;
  background-size: cover;
  position: relative;
}

.mainVisual .mv img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
}

@media screen and (max-width: 961px) {
  .mainVisual {
    height: 32vw;
    background: none;
  }
  
  .mainVisual .mv {
    width: 100%;
    height: 32vw;
    background: url("../images/mv.jpg") no-repeat center top;
    background-size: contain;
    position: relative;
  }
}

/* ---------------------------

リード文

--------------------------- */
h1 {
  margin: 1em auto;
  font-family: 'Times New Roman', Times, 'serif';
  font-size: clamp(24px,3.046vw,39px);
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  color: #1b94d4;
}

/* ---------------------------

本文

--------------------------- */
.q {
  display: flex;
  margin: 0;
  padding-left: 15px;
  max-width: 996px;
  font-weight: bold;
  color: #0075c2;
  text-indent: 0;
  align-items: center;
}

.q::before{
}

.flex{
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}

.flex>p {
  width: 100%;
}

span.ico {
  display: flex;
  align-items: center;
 }

span.ico img {
  width: 3px;
  height: 86px;
}

.int {
  margin: 0 auto 1em;
  max-width: 600px;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-weight: 300;
}

@media screen and (max-width: 749px) {
  .int {
    line-height: 2;
  }
}

.int + .int {
  margin-top: 1em;
}

/* ------------------------

プロフィール

------------------------ */
.profileArea {
  margin: 2em auto 6em;
  position: relative;
  background-color: #e7f4fb;
  height: auto;
}

.profileArea .profile_inner {
  margin: 0 auto;
  padding: 2em 0;
  width: 100%;
  height: 100%;
  max-width: 1050px;
  background: url("../images/photo1.png") no-repeat;
  background-position: bottom right;
}

@media screen and (max-width: 996px) {
}

@media screen and (max-width: 921px) {
  .profileArea {
    display: block;
  }
}

@media screen and (max-width: 841px) {
  .profileArea .profile_inner {
    background: url("../images/photo1_sp.png") no-repeat;
    background-size: 50vw;
    background-position: bottom right;
  }
}

.profileArea .pos_left {
  display: flex;
  margin: 0 0 0;
  padding-left: 20px;
  width: 100%;
  height: auto;
  position: relative;
  bottom: 0;
	left: 0;
  justify-content: left;
}

@media screen and (max-width: 921px) {
  .profileArea .pos_left {
    margin: 0 auto 50px;
    width: 100%;
    position: relative;
  }
}

.profileArea .pos_left .profile {
  padding: 0 0 0 2em;
  width: 64vw;
  max-width: 650px;
  font-size: 14px;
  line-height: 1.9;
  position: relative;
  border-left: 5px solid #1b94d4;
}

@media screen and (max-width: 749px){
  .profileArea .profile_inner {
    padding-bottom: 0;
    background: none;
  }

  .profileArea .pos_left {
    display: block;
    margin-bottom: 0;
  }
  
  .profileArea .bg_photo {  /* 背景画像 */
    text-align: right;
    font-size: 0;
  }
    
  .profileArea .bg_photo img {  /* 背景画像 */
    width: 50vw;
    height: auto;
  }

  .profileArea .pos_left .profile {
    width: 90%;
  }
}

.profileArea .pos_left p.name {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  color: #1b94d4;
}

@media screen and (max-width: 921px) {
  .profileArea .pos_left .profile {
    top: 2vw;
  }
}

@media screen and (max-width: 964px) {
  .profileArea .pos_left p.name {
    line-height: 1.2;
  }
}

/* ------------------------

section01

------------------------ */
.section01 {
  margin: auto;
  max-width: 996px;
}

@media screen and (max-width: 1035px) {
  .section01 {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

/* ------------------------

section02

------------------------ */
.section02 {
  margin: auto;
  padding: 5em 0 50px;
  max-width: 996px;
}

@media screen and (max-width: 1035px) {
  .section02 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ------------------------

section03

------------------------ */
.section03 {
  margin: auto;
  max-width: 996px;
}

@media screen and (max-width: 1035px) {
  .section03 {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ------------------------

section04

------------------------ */
.section04 {
  margin: 5em auto 0;
  max-width: 996px;
}

@media screen and (max-width: 1035px) {
  .section04 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ------------------------

section05

------------------------ */
.section05 {
  margin: auto;
  padding: 5em 0 1px;
  max-width: 996px;
}

@media screen and (max-width: 1035px) {
  .section05 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section05 .pos_right {
  float: right;
  margin: 0 0 30px 50px;
  max-width: 470px;
}

@media screen and (max-width: 920px) {
  .section05 .pos_right {
    float: none;
    margin: 50px auto;
    width: 100%;
  }
}

@media screen and (max-width: 764px) {
  .section05 .pos_right {
    margin-top: 20px;
  }
}

/* ------------------------

photo_center

------------------------ */
.photo_center {
  margin: 5em auto;
  text-align: center;
}

@media screen and (max-width: 921px) {
  .photo_center {
    margin: 5em auto;
    width: 100%;
  }
}

/* ------------------------

関連リンク

------------------------ */

/* ------------------------

関連リンク（バナー）

------------------------ */
.content_footer_area{
  margin: 3em auto 0;
  padding: 0;
  width: 100%;
}

.section__footer img {
  width: 100%;
  position: relative;
  text-align: center;
}

.banner{
  margin: 5em auto;
  width: 50vw;
  height: auto;
  max-width: 600px;
  text-align: center;
}

.banner a:hover{
	opacity: 0.9;
}

@media screen and (max-width: 559px){
	.content_footer_area{
	}
  
  .banner{
  }
}

.mask {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.mask img {
  width: 100%;
  height: auto;
}

/* --------------------

ページトップへ

-------------------- */
#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
  }
}
