@charset "UTF-8";

/*====================

RESET/BASE

====================*/
:root {
  --color01:#353535;
  --color02:#0068b7;
  --color03:#1a0a3e;
  --color04:#c200a0;
  --color05:#f2f2f2;
}
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  width: 100% !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
ul, li {
  list-style: none;
}
a {
  color: var(--color01);
  text-decoration: none;
}
#container {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: var(--color01);
  font-feature-settings: "palt";
  overflow: hidden;
  letter-spacing: .05em;
}
#container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.display__sp {
  display: none;
}
.display__pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .display__sp {
    display: block;
  }
  .display__pc {
    display: none;
  }
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    
    
.header_bg {
	background: #EFEFEF;
	box-sizing: border-box;
}

.header_pc {
	max-width: 1920px;
	margin: 0 auto;
	background-color: #efefef;
}

/* */
	.header_bg {
		background: #EFEFEF;
		box-sizing: border-box;
	}
	.header_wrap {
		position: relative;
		text-align: center;
		margin: 0 auto;
		width: 100%;
		max-width: 945px;
		padding: 4vw 0 4vw;
		box-sizing: border-box;
	}
	.header_pr {
		display: inline-block;
		font-size: 0;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 8.585%;
	}
	.header_pr img {
		width: 100%;
	}
	.header_logo_flex {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		padding: 0 13vw 0 20px;
	}
	.header_logo {
		font-size: 0;
		position: relative;
	}
	.header_logo a {
		display: inline-block;
		font-size: 0;
	}
	.header_logo a img {
		width: 100%;
	}
	.header_logo.-left {
		width: 40%;
		margin-right: 11.1%;
	}
	.header_logo.-left::before {
		content: "";
		position: absolute;
		top: 50%;
		right: -16%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 1px;
		height: 85%;
		background: #231815;
	}
	.header_logo.-right {
		width: 36%;
	}

	@media screen and (min-width: 440px) {
		.header_wrap {
			padding: 17.21px 0 17.21px;
		}
		.header_pr {
			width: 40px;
		}
		.header_logo.-left {
			width: 137.434px;
			margin-right: 58px;
		}
		.header_logo.-right {
			width: 126.212px;
		}
		.header_logo_flex {
			padding-right: 60px;
		}
		.header_logo.-left::before {
			right: -28px;
		}
	}

	@media screen and (min-width: 640px) {
		.header_wrap {
			padding: 10.79px 0 10.82px;
		}
		.header_logo_flex {
			justify-content: center;
			padding: 0;
		}
		.header_logo.-left {
			width: 190px;
			margin-right: 48px;
			margin-bottom: 3px;
		}
		.header_logo.-right {
			width: 174.103px;
		}
	}
	
	
	
	.ft_line {
		display: inline-block;
		width: 100%;
		height: 1px;
		background: #cdcdcd;
		border: none;
	}
    
    
    
    
    
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    


/* ファーストビュー */
.firstview {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  background-image: url(main.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.firstview__box {
  padding: 50px 45px 25px;
  text-align: center;
  width: 100%;
}
.firstview__box__title {
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .firstview {
    min-height: 280px;
  }
  .firstview__box {
    padding: 40px 20px;
  }
}

/* リード */
.lead {
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 0 30px;
  background-color: var(--color02);
  color: #fff;
}
.lead__wrap {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  box-sizing: border-box;
}
.lead__txt {
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .lead {
    padding: 30px 0 20px;
  }
  .lead__txt {
    font-size: 15px;
  }
}

/* プロフィール */
.profile {
  padding: 20px 0 0;
}
.profile__list {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.profile__item {
  text-align: left;
  width: 150px;
  flex: 0 0 150px;
}
.profile__photo {
  width: 150px;
  height: 150px;
  margin: 0 0 10px;
}
.profile__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile__role {
  font-size: 11px;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
}
.profile__name {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 540px) {
  .profile__list {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .profile__item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
    flex: none;
    width: 100%;
    max-width: 320px;
  }
  .profile__photo {
    width: clamp(100px, calc(-1.70rem + 27.27vw), 160px);
    height: clamp(100px, calc(-1.70rem + 27.27vw), 160px);
    margin: 0;
    flex-shrink: 0;
  }
  .profile__role {
    font-size: 12px;
  }
  .profile__name {
    font-size: 14px;
  }
}

/* セクション */
.section {
  padding: 40px 0;
  clear: both;
}
.section__wrap {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  box-sizing: border-box;
}
.section__wrap::after {
  content: "";
  display: block;
  clear: both;
}
.section__titlebox {
  text-align: left;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
.section__title {
  font-size: 22px;
  font-weight: 700;
  /* line-height: 1.8; */
  color: var(--color01);
  margin-bottom: 15px;
}
.section__title-line {
  width: 100%;
  height: auto;
  display: block;
}
.section__txt {
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}
.section__txt + .section__txt {
  margin-top: 40px;
}
.section__txt + .section__text-with-photo {
  margin-top: 40px;
}
.section__txt + .section__image {
  /* margin-top: 40px; */
}
.section__txt + .section__image.float_left {
  margin: 40px 40px 20px 0;
}
.section__txt + .section__image.float_right {
  margin: 40px 0 20px 40px;
}
.section__image + .section__txt {
  margin-top: 40px;
}
.section__image {
  /* width: 45%; */
}
.space1 {
  float: left;
  height: 8rem;
  width: 0;
}
.section__image1 {
  clear: left;
}
.space2 {
  float: left;
  height: 20rem;
  width: 0;
}
.section__image2 {
  clear: left;
}
.section__image.float_left {
  float: left;
  margin: 0 40px 20px 0;
}
.section__image.float_right {
  float: right;
  margin: 0 0 20px 40px;
}
.section__photo-caption {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  text-align: left;
}

/* テキスト+写真横並び */
.section__text-with-photo {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.section__text-with-photo .section__txt {
  flex: 1;
}
.section__text-with-photo .section__image {
  flex: 0 0 auto;
  width: auto;
  float: none;
}

/* 図版 */
.section__figure {
  margin: 40px 0;
  clear: both;
}
.section__figure-caption {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  color: #555;
  margin-top: 20px;
  color: var(--color02);
}
.section__figure-image {
  text-align: center;
}
.section__figure-image img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .section__titlebox {
    margin-bottom: 30px;
  }
  .section__title {
    font-size: 18px;
  }
  .section__txt {
    font-size: 15px;
  }
  .section__txt + .section__txt {
    margin-top: 25px;
  }
  .section__txt + .section__text-with-photo {
    margin-top: 25px;
  }
  .section__txt + .section__image {
    margin-top: 25px;
  }
  .section__image + .section__txt {
    margin-top: 25px;
  }
  .section__image:not(.display__pc) {
    width: auto;
    max-width: 250px;
    margin: 25px auto 20px;
    display: block;
  }
  .section__image.float_left:not(.display__pc),
  .section__image.float_right:not(.display__pc) {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .section__txt + .section__image.float_left,
  .section__txt + .section__image.float_right,
  .section__txt + .space1 + .section__image.float_left,
  .section__txt + .space2 + .section__image.float_left {
    margin: 25px auto 20px;
  }
  .section__photo-caption {
    font-size: 13px;
    text-align: center;
  }
  .section__text-with-photo {
    flex-direction: column;
    gap: 25px;
  }
  .section__text-with-photo .section__image {
    margin: 0 auto;
    max-width: 250px;
  }
  .section__figure-caption {
    font-size: 13px;
  }
}

/* バナー */
.banner {
  max-width: 1600px;
  background-image: url(info_back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  margin: 0 auto;
  position: relative;
}
.banner__wrap {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  box-sizing: border-box;
}
.banner__inn {
  background-color: #fff;
  padding: 0 125px;
  text-align: center;
}
.banner__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--color01);
  margin-bottom: 30px;
}
.banner__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.banner__logos-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 30px 0;
  width: 100%;
}
.banner__logos-item + .banner__logos-item {
  border-top: solid 1px #ccc;
}
#container .banner__logo img {
  width: auto;
  max-width: 100%;
}
#container .banner__logo--1 img {
  height: 58px;
}
#container .banner__logo--2 img {
  height: 57px;
}
.banner__link {
  font-size: 15px;
}
.banner__link a {
  color: var(--color02);
  text-decoration: underline;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .banner {
    /* background: none;
    background-color: var(--color03); */
    padding: 40px 0;
  }
  .banner__inn {
    padding: 0 20px;
  }
  .banner__heading {
    font-size: 16px;
  }
  .banner__logos-item {
    padding: 20px 0;
  }
  #container .banner__logo--1 img {
    width: 300px;
    max-width: 100%;
    height: auto;
  }
  #container .banner__logo--2 img {
    width: 200px;
    max-width: 100%;
    height: auto;
  }
  .banner__link {
    font-size: 13px;
  }
}
