/*--------------------
 * Base
 *--------------------*/

body {
	background: #fff;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
	width: auto;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

body * {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	box-sizing: border-box;
}

body a {
	color: #004ebb;
	text-decoration: none;
	border: none;
}

body a:hover {
	color: #003899;
	text-decoration: underline;
}

body .content-inner {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

img {
	vertical-align: bottom;
}

.pc {
	display: block;
}

.pc-in {
	display: inline-block;
}

.tab-off {
	display: inline-block;
}

.sp {
	display: none;
}

.sp-in {
	display: none;
}

/*--------------------
* Template
*--------------------*/

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

.header_wrap {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 945px;
	padding: 2.535vw 0;
	box-sizing: border-box;
}

.header_logo {
	display: inline-block;
	width: 38.548vw;
}

.header_logo img {
	width: 100%;
}

.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_bg {
	width: 100%;
	position: relative;
	z-index: 2;
}

div.localFooter {
	width: 100%;
	max-width: none !important;
	background: #fff;
	position: relative;
	z-index: 2;
}

.footer-wrap {
	background: #FFF;
	width: 100%;
	padding-top: 10px;
}

#bpGlobalFooter {
	width: 100%;
	max-width: none !important;
	background: #fff;
	position: relative;
	z-index: 2;
}

#note_text {
	background: #fff;
	text-align: center;
	padding: 40px 20px;
	font-size: 12px;
	line-height: 1.6;
}

.social_buttons {
	background: #fff;
	padding: 7px 0 1px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.social_buttons li {
	display: inline-block;
	float: none;
	vertical-align: top;
}

/*--------------------
 * Light Box
 *--------------------*/

.lb-data .lb-close {
	margin-top: 5px !important;
}

.lb-data .lb-details {
	width: 90% !important;
	padding: 1%;
}

.lb-data .lb-caption {
	color: #FFF !important;
	line-height: 1.4 !important;
	font-weight: normal !important;
}

.lb-data .lb-caption strong {
	font-weight: bold !important;
}

/*--------------------
 * Main Contents
 *--------------------*/

#ContentsArea {
	background-color: #dce6e6;
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
	position: relative;
	color: #000000;
	position: relative;
	overflow: hidden;
}

#ContentsArea .bg-visual {
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 1920px;
	min-height: 1152px;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	transform: translate3d(-50%, 0, 0);
	opacity: 0.2;
}

#ContentsArea .ContentsArea__inner {
	background: rgba(255, 255, 255, 0.5);
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#ContentsArea * {
	box-sizing: border-box;
	font-style: normal;
	list-style: none;
}

#ContentsArea ol,
#ContentsArea ul {
	list-style: none;
}

#ContentsArea table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ContentsArea caption,
#ContentsArea th,
#ContentsArea td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

#ContentsArea q,
#ContentsArea blockquote {
	quotes: none;
}

#ContentsArea q:before,
#ContentsArea q:after,
#ContentsArea blockquote:before,
#ContentsArea blockquote:after {
	content: "";
	content: none;
}

#ContentsArea a {
	word-break: break-all;
}

#ContentsArea a img {
	border: none;
}

#ContentsArea article,
#ContentsArea aside,
#ContentsArea details,
#ContentsArea figcaption,
#ContentsArea figure,
#ContentsArea footer,
#ContentsArea header,
#ContentsArea hgroup,
#ContentsArea main,
#ContentsArea menu,
#ContentsArea nav,
#ContentsArea section,
#ContentsArea summary {
	display: block;
}

#ContentsArea a {
	color: #004ebb;
	text-decoration: none;
	border: none;
}

#ContentsArea a:hover {
	color: #003899;
	text-decoration: underline;
}

#ContentsArea br {
	line-height: 1;
}

#ContentsArea .ti05 {
	display: inline-block;
	text-indent: -0.5em;
}

#ContentsArea .ti04 {
	display: inline-block;
	text-indent: -0.4em;
}

#ContentsArea .ti03 {
	display: inline-block;
	text-indent: -0.3em;
}

#ContentsArea .inner {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#ContentsArea .sticks {
	display: inline-block;
	letter-spacing: -0.075em;
	padding-right: 4px;
}

#ContentsArea .notes {
	margin-top: 30px;
	font-size: 13px;
	color: #444;
	line-height: 1.5;
	overflow: hidden;
}

#ContentsArea .notes.text-right {
	text-align: right;
}

#ContentsArea .notes.text-right dl {
	display: inline-block;
}

#ContentsArea .notes dt {
	float: left;
	margin-right: 0.25em;
}

#ContentsArea .notes dd {
	overflow: hidden;
}

#ContentsArea .simple-list {
	overflow: hidden;
}

#ContentsArea .simple-list dt {
	float: left;
	margin-right: 0.5em;
}

#ContentsArea .simple-list dd {
	overflow: hidden;
}

#ContentsArea .bold {
	font-weight: bold;
}

#ContentsArea { /*--------------------
   * ヒーロー（.content-head）・アニメーション
   *--------------------*/
}

#ContentsArea .anim-item {
	opacity: 0;
	animation-fill-mode: forwards;
}

#ContentsArea .content-head {
	width: 100%;
	padding: 0 58px;
	position: relative;
	z-index: 3;
	overflow: hidden;
}

#ContentsArea .content-head__inner {
	max-width: 930px;
	margin: -194px auto 0;
	padding-top: 20px;
	text-align: left;
	width: 100%;
	pointer-events: auto;
	position: relative;
	z-index: 2;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.8);
	animation-name: fadeUp;
	animation-duration: 0.75s;
	animation-delay: 0.1s;
}

#ContentsArea .content-head .head-photo {
	width: 1084px;
	position: relative;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}

#ContentsArea .content-head .head-photo p {
	animation-name: fadeDown;
	animation-duration: 0.75s;
	animation-delay: 0.1s;
}

#ContentsArea .content-head .head-photo img {
	width: 100%;
}

#ContentsArea .content-head .shoulder {
	line-height: 1;
	position: relative;
	text-align: center;
	animation-name: fadeUp;
	animation-duration: 0.75s;
	animation-delay: 0.75s;
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}

#ContentsArea .content-head .shoulder span {
	display: inline-block;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	border-radius: 100px;
	background: #fff;
	width: 100%;
	max-width: 800px;
	padding: 10px 30px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 2;
}

#ContentsArea .content-head .shoulder img {
	display: inline-block;
	max-width: 465px;
}

#ContentsArea .content-head h1 {
	margin-top: 16px;
	text-align: center;
	width: calc(100% - 60px);
	margin-left: auto;
	margin-right: auto;
	animation-name: fadeUp;
	animation-duration: 0.75s;
	animation-delay: 1s;
}

#ContentsArea .content-head h1 img {
	width: 100%;
	max-width: 660px;
}

#ContentsArea .content-head .lead {
	background: linear-gradient(#2c74ff, #0c2171);
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 50px 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.75;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	text-align: center;
}

#ContentsArea .content-head .lead p {
	animation-name: fadeUp;
	animation-duration: 0.75s;
	animation-delay: 1.25s;
}

#ContentsArea { /*--------------------
   * #ContentsArea — LP用コンテンツブロック（案件ごとにデザイン差し替え）
   *--------------------*/
}

#ContentsArea .content-wrap {
	width: 100%;
	padding: 0 200px;
	margin-top: 40px;
	position: relative;
	z-index: 3;
	width: 100%;
}

#ContentsArea .content-main {
	background: #fff;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

#ContentsArea .content-main h2 {
	position: relative;
}

#ContentsArea .content-main h2 .line {
	width: 60px;
	height: 3px;
	background: #000;
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 2px);
}

#ContentsArea .content-main h2 .line::before,
#ContentsArea .content-main h2 .line::after {
	content: "";
	width: 500px;
	height: 3px;
	position: absolute;
	bottom: 0;
}

#ContentsArea .content-main h2 .line::before {
	right: calc(100% + 10px);
	background: #00babb;
}

#ContentsArea .content-main h2 .line::after {
	left: calc(100% + 10px);
	background: #0c2171;
}

#ContentsArea .content-main h2 .h2__inner {
	padding: 35px 0;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	color: #004ebb;
	position: relative;
	z-index: 3;
}

#ContentsArea .content-main .block-main {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}

#ContentsArea .content-main .block-main + .block-main {
	margin-top: 50px;
}

#ContentsArea .content-main .text-main {
	font-size: 16px;
	line-height: 1.95;
}

#ContentsArea .content-main .text-main .talk {
	font-weight: bold;
}

#ContentsArea .content-main .text-main .talk.blue {
	color: #004ebb;
}

#ContentsArea .content-main .text-main .talk.purple {
	color: #353190;
}

#ContentsArea .content-main .text-main .mc {
	font-weight: bold;
}

#ContentsArea .content-bottom {
	background: #fff;
	padding: 180px 20px 0;
	position: relative;
	z-index: 2;
}

#ContentsArea .photo-wrap {
	width: 100%;
	position: relative;
}

#ContentsArea .photo.photo-single {
	width: 270px;
	position: absolute;
}

#ContentsArea .photo.photo-single.photo-right {
	left: calc(100% + 50px);
}

#ContentsArea .photo.photo-single.photo-left {
	right: calc(100% + 50px);
}

#ContentsArea .photo.photo-wide {
	width: 350px;
	position: absolute;
}

#ContentsArea .photo.photo-wide::before {
	content: "";
	width: 560px;
	height: 100%;
	position: absolute;
	top: 0;
}

#ContentsArea .photo.photo-wide.photo1 {
	top: 0;
}

#ContentsArea .photo.photo-wide.photo1::before {
	background: linear-gradient(90deg, #004ebb 0%, #004ebb 40%, rgba(0, 78, 187, 0) 100%);
	left: 0;
}

#ContentsArea .photo.photo-wide.photo2 {
	top: -330px;
}

#ContentsArea .photo.photo-wide.photo2::before {
	background: linear-gradient(-90deg, #353190 0%, #353190 40%, rgba(53, 49, 144, 0) 100%);
	right: 0;
}

#ContentsArea .photo.photo-wide.photo-right {
	left: calc(100% + 50px);
}

#ContentsArea .photo.photo-wide.photo-right .profile__inner {
	text-align: left;
}

#ContentsArea .photo.photo-wide.photo-left {
	right: calc(100% + 50px);
}

#ContentsArea .photo.photo-wide.photo-left .profile__inner {
	text-align: right;
}

#ContentsArea .photo.photo-wide .person {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 2;
}

#ContentsArea .photo.photo-wide .person img {
	display: block;
	width: 100%;
}

#ContentsArea .photo.photo-wide .profile {
	color: #fff;
	width: 100%;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

#ContentsArea .photo.photo-wide .profile__inner {
	width: 100%;
	padding: 10px 10px 15px;
}

#ContentsArea .photo.photo-wide .profile .kata {
	font-size: 13px;
	line-height: 1.55;
}

#ContentsArea .photo.photo-wide .profile .name {
	margin-top: 10px;
	line-height: 1;
	font-size: 30px;
}

#ContentsArea .photo.photo-wide .profile .name span {
	font-size: 80%;
}

#ContentsArea .photo.photo-wide .profile .kana {
	font-size: 15px;
}

#ContentsArea .figure-wrap {
	width: 1000px;
	background: #fff;
	padding: 20px 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	text-align: left;
	position: relative;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}

#ContentsArea .figure-wrap .figure-title {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.35;
	overflow: hidden;
	font-weight: bold;
}

#ContentsArea .figure-wrap .figure-title span.zu {
	display: block;
	float: left;
	margin-right: 0.5em;
	color: #004ebb;
}

#ContentsArea .figure-wrap .figure-title span.text {
	display: block;
	overflow: hidden;
}

#ContentsArea .figure-wrap .figure-text {
	display: block;
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.65;
	text-align: left;
	color: #000000;
}

#ContentsArea a.figure:hover {
	background-color: #004ebb;
	text-decoration: none;
}

#ContentsArea a.figure:hover .figure_in .zoom {
	background: url("zoom_on.gif") no-repeat left bottom;
}

#ContentsArea .figure {
	display: block;
	font-size: 11px;
	text-align: left;
	transition: all 0.3s;
}

#ContentsArea .figure.wide {
	width: 100%;
}

#ContentsArea .figure.wide img {
	width: 100%;
}

#ContentsArea .figure.wide .figure_in .title {
	width: auto;
	padding-right: 10px;
}

#ContentsArea .figure.no-frame {
	background: none;
	padding: 0;
}

#ContentsArea .figure.no-frame .figure_in {
	margin: 0;
}

#ContentsArea .figure span {
	display: block;
}

#ContentsArea .figure span img {
	width: 100%;
}

#ContentsArea .figure .zoom {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 19px;
	background: url("zoom_off.gif") no-repeat left bottom;
}

#ContentsArea .figure .title {
	padding: 0 10px 5px 15px;
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
	overflow: hidden;
	color: #004ebb;
}

#ContentsArea .figure .title span.zu {
	display: block;
	float: left;
	margin-right: 1em;
}

#ContentsArea .figure .title span.text {
	overflow: hidden;
}

#ContentsArea .figure .txt {
	background: #000000;
	color: #fff;
	padding: 8px 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.64;
}

#ContentsArea .figure .txt .note {
	margin-top: 5px;
	font-size: 12px;
}

#ContentsArea .lb {
	display: flex;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0; /* 表示の「遅れ」を抑える（従来 0.3s） */
	transition: opacity 0.12s ease;
	pointer-events: none;
	z-index: 9999;
}

#ContentsArea .lb img {
	width: auto !important;
	max-width: 100%;
	max-height: 100% !important;
	cursor: pointer;
}

#ContentsArea .lb img,
#ContentsArea .lb iframe {
	transform: scale(0.85);
	transition: transform 0.15s ease;
}

#ContentsArea .lb:target {
	opacity: 1;
	pointer-events: auto;
	z-index: 9999;
}

#ContentsArea .lb:target img,
#ContentsArea .lb:target iframe {
	transform: scale(1);
}

#ContentsArea .lb { /* 閉じるボタン*/
}

#ContentsArea .lb::before,
#ContentsArea .lb::after {
	display: block;
	position: fixed;
	content: "";
	width: 24px;
	height: 3px;
	top: 24px;
	right: 12px;
	background: #fff;
	border-radius: 4px;
}

#ContentsArea .lb::before {
	transform: rotate(-315deg);
}

#ContentsArea .lb::after {
	transform: rotate(315deg);
}

#ContentsArea { /* .lb:target ライトボックスは .content-wrap 配下だが、ヒーロー(.content-head z-index:2)より
   * 前面に出すには親のスタッキング文脈を上げる必要がある（子の z-index だけでは届かない） */
}

#ContentsArea:has(.lb:target) .content-head {
	z-index: 0;
}

#ContentsArea:has(.lb:target) .content-wrap {
	z-index: 3;
}

#ContentsArea:has(.lb:target) .content-wrap__inner {
	z-index: 3;
}

#ContentsArea { /*--------------------
   * content-bottom 内 — 関連リンク（.link-area）
   *--------------------*/
}

#ContentsArea .link-area {
	background: #f2f2f2;
	width: 100%;
	border-bottom: solid 1px #f0f5fc;
	padding: 30px 30px 50px;
	border-radius: 10px;
}

#ContentsArea .link-area__inner {
	overflow: hidden;
	position: relative;
	text-align: center;
}

#ContentsArea .link-title {
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

#ContentsArea .link-title span {
	display: inline-block;
	width: 206px;
	background: #004ebb;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	border-radius: 50px;
}

#ContentsArea .link-list {
	display: inline-block;
	margin-top: 30px;
	list-style: none;
	padding: 0 50px;
}

#ContentsArea .link-list li {
	margin: 0;
	padding: 10px 0;
	line-height: 1.5em;
	font-size: 15px;
	position: relative;
	text-align: left;
}

#ContentsArea .link-list li:not(:first-child)::before {
	content: "";
	width: 100vw;
	border-top: dashed 1px #ccc;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate3d(-50%, 0, 0);
}

#ContentsArea .link-list a {
	color: #000000;
	display: inline-block;
	background: url("icon_arrow.gif") no-repeat left center;
	padding-left: 24px;
}

#ContentsArea .link-list .linkbot {
	overflow: hidden;
}

#ContentsArea { /*--------------------
   * content-bottom 内 — お問い合わせ（.contact-*）
   *--------------------*/
}

#ContentsArea .contact-area {
	width: 100%;
	margin-top: 60px;
	padding-top: 60px;
	background: #fff;
	position: relative;
}

#ContentsArea .contact-area::before {
	content: "";
	width: calc(100% + 40px);
	height: 1px;
	background: #004ebb;
	position: absolute;
	left: -20px;
	top: 0;
}

#ContentsArea .contact-area__inner {
	text-align: center;
}

#ContentsArea .contact-title {
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

#ContentsArea .contact-title span {
	display: inline-block;
	width: 206px;
	background: #004ebb;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	border-radius: 50px;
}

#ContentsArea .contact-logo {
	max-width: 200px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

#ContentsArea .contact-logo img {
	width: 100%;
}

#ContentsArea .contact-content {
	margin-top: 40px;
	font-size: 15px;
	line-height: 1.5;
	padding: 0 10px;
}

#ContentsArea .contact-content + .contact-title {
	margin-top: 50px;
}

#ContentsArea .contact-content strong {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

#ContentsArea .contact-content a {
	text-decoration: underline;
}

#ContentsArea { /*--------------------
   * content-bottom 内 — PAGETOP（.pagetop-area / .btn-pagetop）
   *--------------------*/
}

#ContentsArea .pagetop-area {
	margin-top: 100px;
}

#ContentsArea .pagetop-area .btn-pagetop {
	display: block;
	background: #f2f2f2;
	width: 100%;
	padding: 10px 30px 8px;
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 2px solid #004ebb;
	line-height: 2;
	transition: all 0.3s;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-align: center;
}

#ContentsArea .pagetop-area .btn-pagetop__inner {
	display: inline-block;
	position: relative;
}

#ContentsArea .pagetop-area .btn-pagetop__inner::before {
	display: inline-block;
	content: "▲";
	margin-right: 0.4em;
	font-size: 80%;
}

#ContentsArea .pagetop-area .btn-pagetop:hover {
	background: #004ebb;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #f2f2f2;
}

#ContentsArea { /*--------------------
  * 汎用
  *--------------------*/
}

#ContentsArea .disno {
	display: none;
}

#ContentsArea .disinline {
	display: inline;
}

#ContentsArea .ofh {
	overflow: hidden;
}

#ContentsArea .bold {
	font-weight: bold;
}

#ContentsArea .cl {
	clear: both;
}

#ContentsArea .fl {
	float: left;
}

#ContentsArea .fr {
	float: right;
}

#ContentsArea .tac {
	text-align: center;
}

#ContentsArea { /*clearfix --------------------------- */
}

#ContentsArea .clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

#ContentsArea .clearfix {
	zoom: 1;
}

#ContentsArea .mt5 {
	margin-top: 5px;
}

#ContentsArea .pt5 {
	padding-top: 5px;
}

#ContentsArea .mt0 {
	margin-top: 0px;
}

#ContentsArea .mr0 {
	margin-right: 0px;
}

#ContentsArea .mb0 {
	margin-bottom: 0px;
}

#ContentsArea .ml0 {
	margin-left: 0px;
}

#ContentsArea .pt0 {
	padding-top: 0px;
}

#ContentsArea .pr0 {
	padding-right: 0px;
}

#ContentsArea .pb0 {
	padding-bottom: 0px;
}

#ContentsArea .pl0 {
	padding-left: 0px;
}

#ContentsArea .mt10 {
	margin-top: 10px;
}

#ContentsArea .mr10 {
	margin-right: 10px;
}

#ContentsArea .mb10 {
	margin-bottom: 10px;
}

#ContentsArea .ml10 {
	margin-left: 10px;
}

#ContentsArea .pt10 {
	padding-top: 10px;
}

#ContentsArea .pr10 {
	padding-right: 10px;
}

#ContentsArea .pb10 {
	padding-bottom: 10px;
}

#ContentsArea .pl10 {
	padding-left: 10px;
}

#ContentsArea .mt20 {
	margin-top: 20px;
}

#ContentsArea .mr20 {
	margin-right: 20px;
}

#ContentsArea .mb20 {
	margin-bottom: 20px;
}

#ContentsArea .ml20 {
	margin-left: 20px;
}

#ContentsArea .pt20 {
	padding-top: 20px;
}

#ContentsArea .pr20 {
	padding-right: 20px;
}

#ContentsArea .pb20 {
	padding-bottom: 20px;
}

#ContentsArea .pl20 {
	padding-left: 20px;
}

#ContentsArea .mt30 {
	margin-top: 30px;
}

#ContentsArea .mr30 {
	margin-right: 30px;
}

#ContentsArea .mb30 {
	margin-bottom: 30px;
}

#ContentsArea .ml30 {
	margin-left: 30px;
}

#ContentsArea .pt30 {
	padding-top: 30px;
}

#ContentsArea .pr30 {
	padding-right: 30px;
}

#ContentsArea .pb30 {
	padding-bottom: 30px;
}

#ContentsArea .pl30 {
	padding-left: 30px;
}

#ContentsArea .mt40 {
	margin-top: 40px;
}

#ContentsArea .mr40 {
	margin-right: 40px;
}

#ContentsArea .mb40 {
	margin-bottom: 40px;
}

#ContentsArea .ml40 {
	margin-left: 40px;
}

#ContentsArea .pt40 {
	padding-top: 40px;
}

#ContentsArea .pr40 {
	padding-right: 40px;
}

#ContentsArea .pb40 {
	padding-bottom: 40px;
}

#ContentsArea .pl40 {
	padding-left: 40px;
}

#ContentsArea .mt50 {
	margin-top: 50px;
}

#ContentsArea .mr50 {
	margin-right: 50px;
}

#ContentsArea .mb50 {
	margin-bottom: 50px;
}

#ContentsArea .ml50 {
	margin-left: 50px;
}

#ContentsArea .pt50 {
	padding-top: 50px;
}

#ContentsArea .pr50 {
	padding-right: 50px;
}

#ContentsArea .pb50 {
	padding-bottom: 50px;
}

#ContentsArea .pl50 {
	padding-left: 50px;
}

#ContentsArea .mt60 {
	margin-top: 60px;
}

#ContentsArea .mr60 {
	margin-right: 60px;
}

#ContentsArea .mb60 {
	margin-bottom: 60px;
}

#ContentsArea .ml60 {
	margin-left: 60px;
}

#ContentsArea .pt60 {
	padding-top: 60px;
}

#ContentsArea .pr60 {
	padding-right: 60px;
}

#ContentsArea .pb60 {
	padding-bottom: 60px;
}

#ContentsArea .pl60 {
	padding-left: 60px;
}

#ContentsArea .mt70 {
	margin-top: 70px;
}

#ContentsArea .mr70 {
	margin-right: 70px;
}

#ContentsArea .mb70 {
	margin-bottom: 70px;
}

#ContentsArea .ml70 {
	margin-left: 70px;
}

#ContentsArea .pt70 {
	padding-top: 70px;
}

#ContentsArea .pr70 {
	padding-right: 70px;
}

#ContentsArea .pb70 {
	padding-bottom: 70px;
}

#ContentsArea .pl70 {
	padding-left: 70px;
}

#ContentsArea .mt80 {
	margin-top: 80px;
}

#ContentsArea .mr80 {
	margin-right: 80px;
}

#ContentsArea .mb80 {
	margin-bottom: 80px;
}

#ContentsArea .ml80 {
	margin-left: 80px;
}

#ContentsArea .pt80 {
	padding-top: 80px;
}

#ContentsArea .pr80 {
	padding-right: 80px;
}

#ContentsArea .pb80 {
	padding-bottom: 80px;
}

#ContentsArea .pl80 {
	padding-left: 80px;
}

#ContentsArea .mt90 {
	margin-top: 90px;
}

#ContentsArea .mr90 {
	margin-right: 90px;
}

#ContentsArea .mb90 {
	margin-bottom: 90px;
}

#ContentsArea .ml90 {
	margin-left: 90px;
}

#ContentsArea .pt90 {
	padding-top: 90px;
}

#ContentsArea .pr90 {
	padding-right: 90px;
}

#ContentsArea .pb90 {
	padding-bottom: 90px;
}

#ContentsArea .pl90 {
	padding-left: 90px;
}

#ContentsArea .mt100 {
	margin-top: 100px;
}

#ContentsArea .mr100 {
	margin-right: 100px;
}

#ContentsArea .mb100 {
	margin-bottom: 100px;
}

#ContentsArea .ml100 {
	margin-left: 100px;
}

#ContentsArea .pt100 {
	padding-top: 100px;
}

#ContentsArea .pr100 {
	padding-right: 100px;
}

#ContentsArea .pb100 {
	padding-bottom: 100px;
}

#ContentsArea .pl100 {
	padding-left: 100px;
}

@media screen and (min-width: 440px) {

.header_wrap {
	padding: 10px 0;
}

.header_logo {
	width: 179.598px;
}

.header_pr {
	width: 40px;
}

}

@media screen and (min-width: 640px) {

.header_logo {
	width: 210px;
}

.header_wrap {
	padding: 9.55px 0;
}

}

@media only screen and (max-width: 1280px) {

#ContentsArea .photo.photo-wide {
	position: static;
	margin-left: auto;
	margin: 20px auto 60px;
}

#ContentsArea .photo.photo-wide::before {
	width: 400px;
}

#ContentsArea .photo.photo-wide.photo1::before {
	background: #004ebb;
	left: calc(50% - 200px);
}

#ContentsArea .photo.photo-wide.photo2::before {
	background: #353190;
	right: calc(50% - 200px);
}

#ContentsArea .photo.photo-wide.photo-right .profile__inner,
#ContentsArea .photo.photo-wide.photo-left .profile__inner {
	text-align: center;
}

}

@media only screen and (max-width: 1200px) {

#ContentsArea .content-head {
	padding: 0 30px;
}

#ContentsArea .content-wrap {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

#ContentsArea .photo-wrap.photo3 {
	width: 270px;
	margin-top: 5px;
	margin-bottom: 50px;
	float: right;
	margin-left: 30px;
}

#ContentsArea .photo-wrap.photo4 {
	width: 270px;
	margin-top: 5px;
	margin-bottom: 50px;
	float: left;
	margin-right: 30px;
}

#ContentsArea .photo.photo-single {
	position: static;
}

#ContentsArea .figure-wrap {
	width: 100%;
	max-width: calc(100% - 40px);
	padding: 15px 20px;
}

}

@media only screen and (max-width: 1000px) {

else body {
	width: 100%;
}

.tab-off {
	display: none;
}

#ContentsArea .content-head .lead {
	padding: 40px 20px;
	font-size: 1.8vw;
}

#ContentsArea .content-main h2 .h2__inner {
	font-size: 3vw;
}

}

@media only screen and (max-width: 800px) {

#ContentsArea .content-main .block-main {
	padding-left: 0px;
	padding-right: 0px;
}

#ContentsArea .content-main .text-main {
	padding-left: 20px;
	padding-right: 20px;
}

#ContentsArea .photo-wrap.photo3,
#ContentsArea .photo-wrap.photo4 {
	width: 100%;
	max-width: 270px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#ContentsArea .photo.photo-single {
	width: 100%;
	max-width: 270px;
}

}

@media only screen and (max-width: 750px) {

img {
	width: 100%;
}

.pc {
	display: none;
}

.pc-in {
	display: none;
}

.sp {
	display: block;
}

.sp-in {
	display: inline-block;
}

#ContentsArea .bg-visual {
	width: 100%;
}

#ContentsArea .content-head {
	padding: 0 10px;
}

#ContentsArea .content-head .shoulder {
	width: 75%;
}

#ContentsArea .content-head .shoulder span {
	line-height: 1.35;
	font-size: max(15px, 2.6666666667vw);
}

#ContentsArea .content-head .lead {
	padding: 30px;
	text-align: left;
	font-size: 16px;
}

#ContentsArea .content-wrap {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#ContentsArea .content-main h2 .h2__inner {
	font-size: 24px;
}

#ContentsArea .content-main .block-main + .block-main {
	margin-top: 30px;
}

#ContentsArea .content-bottom {
	padding: 60px 20px 0;
}

#ContentsArea .photo.photo-wide {
	display: block;
	width: calc(100% - 40px);
	max-width: 320px;
}

#ContentsArea .photo.photo-wide::before {
	width: calc(100% - 20px);
	max-width: 340px;
}

#ContentsArea .photo.photo-wide.photo-right::before {
	left: 50%;
	transform: translate(-50%, 0);
}

#ContentsArea .photo.photo-wide.photo-left::before {
	right: 50%;
	transform: translate(50%, 0);
}

#ContentsArea .photo.photo-wide .person {
	width: 100%;
}

#ContentsArea .photo.photo-wide .profile {
	width: 100%;
	overflow: hidden;
}

#ContentsArea .photo.photo-wide .profile::before {
	width: 100%;
	height: 150%;
}

#ContentsArea .photo.photo-wide .profile__inner {
	position: relative;
}

#ContentsArea .photo.photo-wide .profile .kata {
	font-size: 12px;
}

#ContentsArea .photo.photo-wide .profile .name {
	font-size: 20px;
}

#ContentsArea .figure-wrap {
	width: calc(100% - 40px);
	padding: 10px;
}

#ContentsArea .figure-wrap .figure-title {
	font-size: 18px;
}

#ContentsArea .figure-wrap .figure-text {
	margin-top: 10px;
}

#ContentsArea .figure {
	width: 90%;
	background-color: #004ebb;
	display: block;
	padding: 2px 0;
	font-size: 11px;
	text-align: left;
}

#ContentsArea .figure.fl,
#ContentsArea .figure.fr {
	float: none;
	margin-left: auto !important;
	margin-right: auto !important;
}

#ContentsArea .figure.simple {
	padding: 0;
}

#ContentsArea .figure.simple .figure_in {
	margin: 0;
}

#ContentsArea .figure span {
	display: block;
}

#ContentsArea .figure .figure_in {
	margin: 0 2px;
	background-color: #fff;
	position: relative;
}

#ContentsArea .figure .title {
	color: #004ebb;
	padding: 10px 4px 7px 8px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	overflow: hidden;
}

#ContentsArea .figure .title span.zu {
	display: block;
	margin-right: 1em;
}

#ContentsArea .figure .title span.text {
	overflow: hidden;
}

#ContentsArea .figure .txt {
	background: #004ebb;
	color: #FFF;
	padding: 8px 10px 6px;
}

#ContentsArea .figure .txt.simple {
	background: none;
	text-align: center;
	color: #000;
	font-size: 16px;
}

#ContentsArea .link-area {
	padding: 20px 20px 30px;
}

#ContentsArea .link-title {
	font-size: 14px;
}

#ContentsArea .link-title span {
	width: 150px;
}

#ContentsArea .link-list {
	margin-top: 20px;
	padding: 0;
}

#ContentsArea .link-list li {
	font-size: 13px;
}

#ContentsArea .contact-area {
	margin-top: 40px;
	padding-top: 30px;
}

#ContentsArea .contact-title {
	font-size: 14px;
}

#ContentsArea .contact-title span {
	width: 150px;
}

#ContentsArea .contact-content strong {
	font-size: 15px;
}

}

@media only screen and (max-width: 520px) {

#ContentsArea .content-head__inner {
	padding-top: 10px;
}

#ContentsArea .content-head .head-photo {
	width: 236%;
}

#ContentsArea .content-head .shoulder {
	width: calc(100% - 20px);
}

#ContentsArea .content-head h1 {
	width: calc(100% - 30px);
}

#ContentsArea .content-head .lead {
	padding: 20px 15px 35px;
}

}

@media only screen and (max-width: 480px) {

#ContentsArea .content-main h2 .h2__inner {
	font-size: 5vw;
}

}

@media only screen and (max-width: 374px) {

#ContentsArea .content-head .shoulder span {
	font-size: max(12px, 4.0106951872vw);
}

#ContentsArea .content-head .lead {
	font-size: 15px;
}

#ContentsArea .photo.photo-wide .kata {
	font-size: 11px;
}

#ContentsArea .photo.photo-wide .name {
	font-size: 18px;
}

#ContentsArea .figure-wrap .figure-title {
	font-size: 15px;
}

#ContentsArea .contact-content {
	font-size: 13px;
}

#ContentsArea .contact-content strong {
	font-size: 15px;
	font-size: 4.0106951872vw;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

}

@keyframes fadeUp {

0% {
	opacity: 0;
	transform: translate3d(0, 10px, 0);
}

100% {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

}

@keyframes fadeDown {

0% {
	opacity: 0;
	transform: translate3d(0, -10px, 0);
}

100% {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

}

@keyframes fadeLeft {

0% {
	opacity: 0;
	transform: translate3d(-10px, 0, 0);
}

100% {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

}

@keyframes fadeRight {

0% {
	opacity: 0;
	transform: translate3d(10px, 0, 0);
}

100% {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

}

@keyframes widthIn {

0% {
	width: 0;
}

100% {
	width: calc(100% + 50vw - 50%);
}

}

@keyframes widthInSp {

0% {
	width: 0;
}

100% {
	width: calc(100% - 20px);
}

}

