/*--------------------
 * 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: #1f1172;
	text-decoration: none;
	border: none;
}

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

body .content-inner {
	width: 100%;
	max-width: 1200px;
	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
 *--------------------*/

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

#bpGlobalFooter {
	width: 100%;
}

#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: 1;
}

.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: #f0f0f0;
	width: 100%;
	max-width: 2000px;
	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.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	width: 2000px;
	height: 1152px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	z-index: 1;
}

#ContentsArea .bg-visual:after {
	content: "";
	background: linear-gradient(rgba(240, 240, 240, 0), #f0f0f0);
	width: 100%;
	height: 20%;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 1;
}

#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: #1f1172;
	text-decoration: none;
	border: none;
}

#ContentsArea a:hover {
	color: #2a2468;
	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: 1200px;
	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 用変数（LP ヒーロー） */
}

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

#ContentsArea .content-head__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 100%;
	pointer-events: auto;
	position: relative;
}

#ContentsArea .content-head .shoulder {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	line-height: 0;
	text-align: center;
	position: relative;
}

#ContentsArea .content-head .shoulder::before,
#ContentsArea .content-head .shoulder::after {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}

#ContentsArea .content-head .shoulder::before {
	background: linear-gradient(-90deg, #1f1172 0%, #1f1172 25%, rgba(31, 17, 114, 0) 100%);
	right: 50%;
}

#ContentsArea .content-head .shoulder::after {
	background: linear-gradient(90deg, #1f1172 0%, #1f1172 25%, rgba(31, 17, 114, 0) 100%);
	left: 50%;
}

#ContentsArea .content-head .shoulder__inner {
	display: inline-block;
	padding: 10px 40px 10px;
	position: relative;
	z-index: 3;
}

#ContentsArea .content-head .shoulder figure {
	width: 120px;
	background: #1f1172;
	padding: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	border-radius: 100%;
	z-index: 2;
}

#ContentsArea .content-head .shoulder figure img {
	width: 100%;
	opacity: 0.2;
}

#ContentsArea .content-head-content {
	display: flex;
}

#ContentsArea .content-head-content__left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	padding: 30px;
	position: relative;
	background: rgba(0, 0, 0, 0.8);
}

#ContentsArea .content-head-content__left:before {
	content: "";
	background: linear-gradient(-90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	width: 50%;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	z-index: 1;
}

#ContentsArea .content-head-content__right {
	width: 50%;
	position: relative;
	animation-name: fadeRight;
	animation-duration: 0.75s;
	animation-delay: 0.25s;
}

#ContentsArea .content-head-content__right:before {
	content: "";
	background: linear-gradient(90deg, rgba(31, 17, 114, 0.8) 0%, rgba(31, 17, 114, 0) 100%);
	width: 50%;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 1;
}

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

#ContentsArea .content-head__page-title1 {
	width: 100%;
	line-height: 0;
	position: relative;
	animation-name: fadeLeft;
	animation-duration: 0.75s;
	animation-delay: 0.75s;
}

#ContentsArea .content-head__page-title1 img {
	width: 100%;
}

#ContentsArea .content-head__page-title2 {
	width: 100%;
	margin-top: 40px;
	animation-name: fadeLeft;
	animation-duration: 0.75s;
	animation-delay: 1s;
	position: relative;
	text-align: center;
}

#ContentsArea .content-head__page-title2 img {
	width: 70%;
}

#ContentsArea .content-head .lead {
	background: linear-gradient(90deg, #1f1172, #139cb7);
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.75;
	position: relative;
}

#ContentsArea .content-head .lead span {
	display: block;
	max-width: 1020px;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	animation-name: fadeUp;
	animation-duration: 0.75s;
	animation-delay: 1.25s;
}

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

#ContentsArea .content-wrap {
	position: relative;
	z-index: 3;
	width: 100%;
	overflow: hidden;
}

#ContentsArea .content-wrap__inner {
	background: #fff;
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 100px 0;
	font-size: 30px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

#ContentsArea .content-wrap__inner::before {
	content: "";
	width: 100px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #1f1172;
	opacity: 0.25;
}

#ContentsArea .content-wrap h2 {
	font-size: 30px;
	position: relative;
}

#ContentsArea .content-wrap h2::before,
#ContentsArea .content-wrap h2::after {
	content: "";
	height: 2px;
	position: absolute;
}

#ContentsArea .content-wrap h2::before {
	width: 25vw;
	background: linear-gradient(90deg, #139cb7, #1f1172);
	top: calc(50% - 24px);
	right: 100%;
}

#ContentsArea .content-wrap h2::after {
	width: 100vw;
	background: linear-gradient(90deg, #1f1172, #139cb7);
	top: calc(50% - 1px);
	left: 0px;
}

#ContentsArea .content-wrap h2 .h2__inner {
	position: relative;
	padding-left: 75px;
	color: #139cb7;
}

#ContentsArea .content-wrap h2 .h2__inner::before {
	content: "";
	background-image: url(h2_icon.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 80px;
	height: 80px;
	position: absolute;
	left: -40px;
	top: calc(50% - 40px);
}

#ContentsArea .content-wrap h2 span {
	display: inline-block;
	position: relative;
	z-index: 2;
}

#ContentsArea .content-wrap .block-main {
	padding: 40px 0 80px 100px;
}

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

#ContentsArea .content-bottom {
	background: #fff;
	max-width: 1060px;
	margin: 120px auto 0;
	padding-left: 100px;
	position: relative;
	z-index: 2;
}

#ContentsArea { /*--------------------
   * 写真＋肩書・氏名（.photo + .fl / .fr で本文回り込み）
   * HTML: .person > img, .kata, .name
   *--------------------*/
}

#ContentsArea .photo {
	position: relative;
}

#ContentsArea .photo.fl {
	margin-left: -200px;
}

#ContentsArea .photo.fl .person {
	position: relative;
}

#ContentsArea .photo.fl .person:before {
	content: "";
	background: linear-gradient(-90deg, rgba(31, 17, 114, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
	width: 50%;
	height: calc(100% + 3px);
	position: absolute;
	right: 100%;
	top: 0;
	z-index: 1;
}

#ContentsArea .photo {
	width: 100%;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#ContentsArea .photo .person {
	position: relative;
}

#ContentsArea .photo .person::after {
	content: "";
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #1f1172, #139cb7);
	position: absolute;
	left: 0;
	top: 100%;
}

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

#ContentsArea .photo .profile {
	padding: 15px 15px 0 15px;
}

#ContentsArea .photo .profile__inner {
	display: inline-block;
}

#ContentsArea .photo .kata {
	font-size: 14px;
	line-height: 1.5;
}

#ContentsArea .photo .name {
	font-weight: bold;
	margin-top: 5px;
	font-size: 30px;
	line-height: 1;
	color: #1f1172;
}

#ContentsArea .photo .name span {
	display: inline-block;
	padding-left: 0.1em;
	font-size: 80%;
	color: #000000;
}

#ContentsArea .photo.photo-single {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#ContentsArea { /* ワイド写真＋左オーバーレイ（プロフィール） */
}

#ContentsArea .photo.photo-wide {
	display: flex;
	flex-direction: row-reverse;
	width: calc(100% - 180px);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

#ContentsArea .photo.photo-wide .person {
	width: 66.6666666667%;
	position: relative;
	line-height: 0;
}

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

#ContentsArea .photo.photo-wide .profile {
	background: #1f1172;
	color: #fff;
	width: 33.3333333333%;
	position: relative;
}

#ContentsArea .photo.photo-wide .profile::before {
	content: "";
	background-image: url(h2_photo.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 120%;
	height: 372px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#ContentsArea .photo.photo-wide .profile__inner {
	text-align: right;
	padding: 10px 10px 15px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

#ContentsArea .photo.photo-wide .profile .kata {
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 1.55;
}

#ContentsArea .photo.photo-wide .profile .name {
	color: #fff;
	font-size: 30px;
}

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

#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-title {
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

#ContentsArea .link-title span {
	display: inline-block;
	width: 300px;
	background: linear-gradient(90deg, #1f1172, #139cb7);
	color: #fff;
	font-weight: bold;
	padding: 5px 5px 7px;
	border-radius: 50px;
}

#ContentsArea .link-list {
	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;
	text-align: center;
}

#ContentsArea .link-list li:not(:first-child) {
	border-top: dashed 1px #ccc;
}

#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: 80px;
	border-top: solid 1px #139cb7;
	padding-top: 60px;
	background: #fff;
	position: relative;
}

#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: 300px;
	background: linear-gradient(90deg, #1f1172, #139cb7);
	color: #fff;
	font-weight: bold;
	padding: 5px 5px 7px;
	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: 60px;
}

#ContentsArea .pagetop-area .btn-pagetop {
	display: block;
	background: #f2f2f2;
	width: 100%;
	padding: 10px 30px 8px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 2px solid #1f1172;
	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: #139cb7;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #ccc;
}

#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 only screen and (max-width: 1200px) {

else body {
	width: 100%;
}

#ContentsArea .content-wrap .block-main {
	padding-right: 50px;
}

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

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

#ContentsArea .photo.photo-wide .profile {
	width: 39.2156862745%;
}

#ContentsArea .photo.photo-wide .profile .kata {
	font-size: 22px;
	font-size: 1.8333333333vw;
}

#ContentsArea .photo.photo-wide .profile .name {
	font-size: 36px;
	font-size: 3vw;
}

}

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

.tab-off {
	display: none;
}

}

@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 {
	background-color: #000;
}

#ContentsArea .bg-visual {
	width: 150%;
	left: 25%;
}

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

#ContentsArea .content-head .shoulder {
	width: 64%;
	margin-left: auto;
	margin-right: auto;
}

#ContentsArea .content-head .shoulder figure {
	width: 90px;
	padding: 8px;
}

#ContentsArea .content-head-content {
	display: block;
}

#ContentsArea .content-head-content__left {
	width: 100%;
	padding: 40px 20px 20px;
}

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

#ContentsArea .content-head-content__right:before {
	display: none;
}

#ContentsArea .content-head__page-title2 {
	margin-top: 20px;
}

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

#ContentsArea .content-head .lead span {
	padding: 30px 20px;
}

#ContentsArea .content-wrap__inner {
	padding: 40px 10px 0 20px;
}

#ContentsArea .content-wrap__inner::before {
	width: 10px;
}

#ContentsArea .content-wrap h2 {
	font-size: 4.5333333333vw;
}

#ContentsArea .content-wrap h2 .h2__inner {
	padding-left: 30px;
}

#ContentsArea .content-wrap h2 .h2__inner::before {
	width: 60px;
	height: 60px;
	left: -40px;
	top: calc(50% - 30px);
}

#ContentsArea .content-wrap .block-main {
	padding: 20px 5px 40px 10px;
}

#ContentsArea .content-wrap .block-main .text-main {
	font-size: 15px;
}

#ContentsArea .content-bottom {
	margin-top: 50px;
	padding-left: 0;
}

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

#ContentsArea .photo.fl {
	float: none;
	margin-left: 0;
}

#ContentsArea .photo.fl .person:before {
	display: none;
}

#ContentsArea .photo__inner {
	position: relative;
	right: auto;
	text-align: center;
}

#ContentsArea .photo.photo-wide {
	max-width: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#ContentsArea .photo.is-side {
	width: 100%;
}

#ContentsArea .photo.mb50,
#ContentsArea .photo.mb60 {
	margin-bottom: 30px;
}

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

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

#ContentsArea .photo .person {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

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

#ContentsArea .photo .profile {
	width: 100%;
	text-align: right;
	padding: 15px 0 20px 0;
	position: relative;
	right: 0;
	top: 0;
	text-align: center;
}

#ContentsArea .photo .profile__inner {
	display: inline-block;
}

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

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

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

#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: 13px;
}

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

#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;
}

#ContentsArea .pagetop-area .btn-pagetop {
	font-size: 12px;
	padding: 8px 20px 6px;
}

}

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

#ContentsArea .content-wrap h2 {
	font-size: 4.5833333333vw;
}

}

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

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

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

#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%);
}

}

