@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

/* ページ全体
============================================================================================================ */
html {
	font-size: 62.5%;
}
body {
	color: #FFF;
	font: 1.6rem/1.5em 'Noto Sans JP', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #202020;
	text-align: left;
  font-weight: 300;
  position: relative;
}
img {
  width: 100%;
  height: auto;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.cat-item-none {
  display: none;
}
.load-hidden {
    visibility: hidden;
}
@media screen and (max-width:767px) {
.pc-only {
  display: none;
}
.sp-only {
  display: block;
}
}
@media screen and (min-width:768px) and (max-width: 1099px) {
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
}

/* リンク・hover指定
========================================================= */
/* 画像（hoverで70％透過）
============================= */
a img {
	transition: all .3s ease-out;
}
a:hover img {
	filter: opacity(0.7);
}

/* テキスト
============================= */
a:link {
	color: #333;
	transition: all  0.3s ease;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #333;
}


/* レアウトブロック
============================================================================================================ */
/* ヘッター
========================================================= */
.header--position {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.header {
  width: 100%;
  padding: 13px 80px;
  display: flex;
  justify-content: space-between;
}
.header h1 {
  width: 155px;
}

.nav {
  width: 496px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav ul li {
  width: calc(50% - 16px / 2);
  margin-right: 16px;
}
.nav ul li:last-of-type {
  margin-right: 0;
}
.nav ul li a {
  display: block;
  text-align: center;
  line-height: 55px;
  color: #FFF;
  font-size: 1.6rem;
  padding: 0 5px;
}
.nav ul li:first-of-type a {
  border: 1px solid #FFF;
  background: rgba(0,0,0,0.5);
}
.nav ul li:last-of-type a {
  border: 1px solid #D40E5D;
  background-color: #D40E5D;
}
.nav ul li:first-of-type a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url("images/icon_dl.svg") no-repeat center center;
  background-size: contain;
  margin-right: 16px;
  vertical-align: middle;
}
.nav ul li:last-of-type a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 13px;
  background: url("images/icon_mail.svg") no-repeat center center;
  background-size: contain;
  margin-right: 16px;
  vertical-align: middle;
}
.nav ul li:first-of-type a:hover {
  opacity: 0.5;
}
.nav ul li:last-of-type a:hover {
  opacity: 0.5;
}
@media screen and (max-width:875px) {
.header {
  width: 100%;
  padding: 13px 10px;
  background-color: rgba(255,255,255,0.3);
}
.header h1 {
  max-width: 155px;
  display: flex;
  align-items: center;
}

.nav {
  display: none;
}
}

/* メインビジュアル
========================================================= */
.main-visual {
  width: 100%;
  position: relative;
  padding: 211px 0 0 0;
  background: url("images/bg_mv1.jpg") no-repeat center top;
  background-size: contain;
  height: 1750px;
  z-index: 0;
  margin-bottom: 406px;
  overflow: hidden;
}
.mv-device {
  position: absolute;
  top: -80px;
  right: -190px;
  z-index: -1;
  max-width: 1200px;
}
.bt-scroll {
  width: 47px;
  position: absolute;
  top: 799px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.bt-scroll img{
  width: 100%;
  height: auto;
}
.main-visual__upper {
  padding-bottom: 250px;
  position: relative;
}
.main-visual__upper {
  padding-bottom: 250px;
  position: relative;
}
.main-visual__upper__logo {
  padding-left: 80px;
  width: 100%;
  max-width: 450px;
  margin-bottom: 80px;
}
.main-visual__upper__logo img {
  width: 100%;
}
.main-visual__upper h2 {
  font-size: clamp(24px, 8.177083vw, 157px);
  font-weight: 500;
  padding-left: 80px;
  line-height: 1;
  position: relative;
  margin-bottom: 72px;
}
.main-visual__upper h2 span {
  position: relative;
  z-index: 1;
}
.main-visual__upper h2 span::before {
  content: "";
  display: block;
  background: transparent linear-gradient(135deg, #FF3214 0%, #FFA296 100%) 0% 0% no-repeat;
  width: 115%;
  height: 51px;
  padding: 0 50px;
  position: absolute;
  left: 50%;
  bottom: 11px;
  transform: translateX(-50%);
  z-index: -1;
}
.main-visual__upper h3 {
  font-size: clamp(16px, 4.507042vw, 48px);
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 19.3px;
  padding-left: 80px;
  line-height: 1;
  margin-bottom: 50px;
}
.main-visual__upper p {
  font-size: clamp(11px, 3.004694vw, 32px);
  font-weight: 300;
  letter-spacing: 3px;
  padding-left: 80px;
  line-height: 1;
}
.main-visual__bottom {
  position: relative;
}
.main-visual__bottom figure {
  max-width: 312px;
}
.main-visual__bottom figure:first-of-type {
  position: absolute;
  left: 28px;
  top: 0;
}
.main-visual__bottom figure:nth-of-type(2) {
  position: absolute;
  left: 393px;
  top: 100px;
}
.main-visual__bottom figure:nth-of-type(3) {
  position: absolute;
  left: 140px;
  top: 463px;
}
.main-visual__bottom figure:nth-of-type(4) {
  position: absolute;
  left: 564px;
  top: 580px;
}
.main-visual__bottom figure:last-of-type {
  position: absolute;
  left: 1034px;
  top: 610px;
}
.main-visual__bottom p {
  font-size: clamp(13px, 1.979166vw, 38px);
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  left: 762px;
  top: 250px;
}
@media screen and (max-width: 1366px) {
.main-visual {
  padding: 211px 0 0 0;
  background: url("images/bg_mv1.jpg") no-repeat center top;
  background-size: contain;
  height: 1450px;
  margin-bottom: 250px;
}
.mv-device {
  max-width: 850px;
}
.bt-scroll {
  top: 720px;
}
.main-visual__upper {
  padding-bottom: 150px;
}
.main-visual__upper h2 {
  padding-left: 80px;
  margin-bottom: 72px;
}
.main-visual__upper h2 span::before {
  width: 125%;
  height: 51px;
  bottom: 11px;
}
.main-visual__upper h3 {
  font-weight: 400;
  letter-spacing: 15.3px;
  margin-bottom: 50px;
}
.main-visual__upper p {
  font-weight: 300;
  letter-spacing: 3px;
}
.main-visual__bottom figure {
  max-width: 240px;
}
.main-visual__bottom figure:first-of-type {
  left: 28px;
  top: 0;
}
.main-visual__bottom figure:nth-of-type(2) {
  left: 300px;
  top: 100px;
}
.main-visual__bottom figure:nth-of-type(3) {
  left: 100px;
  top: 340px;
}
.main-visual__bottom figure:nth-of-type(4) {
  left: 430px;
  top: 440px;
}
.main-visual__bottom figure:last-of-type {
  left: 800px;
  top: 500px;
}
.main-visual__bottom p {
  font-weight: 500;
  line-height: 1.8;
  left: 600px;
  top: 150px;
  font-size: clamp(25px, 1.46412vw, 30px);
}
}
@media screen and (max-width: 1100px) {
.main-visual {
  padding: 211px 0 0 0;
  background-size: contain;
  height: 1300px;
  margin-bottom: 180px;
}
.mv-device {
  max-width: 700px;
  top: -50px;
  right: -140px;
}
.bt-scroll {
  top: 670px;
}
.main-visual__upper {
  padding-bottom: 150px;
}
.main-visual__upper h2 {
  padding-left: 80px;
  margin-bottom: 72px;
}
.main-visual__upper h2 span::before {
  width: 125%;
  height: 51px;
  bottom: 11px;
}
.main-visual__upper h3 {
  font-weight: 400;
  letter-spacing: 15.3px;
  margin-bottom: 50px;
}
.main-visual__upper p {
  font-weight: 300;
  letter-spacing: 3px;
}
.main-visual__bottom figure {
  max-width: 180px;
}
.main-visual__bottom figure:first-of-type {
  left: 28px;
  top: 0;
}
.main-visual__bottom figure:nth-of-type(2) {
  left: 200px;
  top: 100px;
}
.main-visual__bottom figure:nth-of-type(3) {
  left: 100px;
  top: 300px;
}
.main-visual__bottom figure:nth-of-type(4) {
  left: 330px;
  top: 340px;
}
.main-visual__bottom figure:last-of-type {
  left: 540px;
  top: 460px;
}
.main-visual__bottom p {
  font-weight: 500;
  line-height: 1.8;
  left: 400px;
  top: 90px;
  padding-right: 20px;
  font-size: clamp(17px, 2.09090vw, 23px);
}
}
@media screen and (max-width:768px) {
.main-visual {
  padding: 166px 0 0 0;
  height: 850px;
  margin-bottom: 200px;
}
.mv-device {
  top: -40px;
  right: -100px;
  max-width: 500px;
}
.bt-scroll {
  top: 520px;
}
.main-visual__upper {
  padding-bottom: 250px;
}
.main-visual__upper h2 {
  font-size: clamp(24px, 8.177083vw, 157px);
  padding-left: 15px;
  margin-bottom: 40px;
}
.main-visual__upper h2 span::before {
  height: 20px;
  bottom: 0px;
  z-index: -1;
}
.main-visual__upper h3 {
  font-size: clamp(12px, 3.911342vw, 30px);
  font-weight: 400;
  letter-spacing: 10px;
  padding-left: 15px;
  line-height: 1;
  margin-bottom: 40px;
}
.main-visual__upper__logo {
  max-width: 300px;
  padding-left: 15px;
  margin-bottom: 60px;
}
.main-visual__upper p {
  font-size: clamp(11px, 3.004694vw, 32px);
  font-weight: 300;
  letter-spacing: 3px;
  padding-left: 15px;
  line-height: 1;
}
.main-visual__bottom figure {
  max-width: 90px;
}
.main-visual__bottom figure:first-of-type {
  left: 15px;
  top: -30px;
}
.main-visual__bottom figure:nth-of-type(2) {
  left: 120px;
  top: 10px;
}
.main-visual__bottom figure:nth-of-type(3) {
  left: 100px;
  top: 110px;
}
.main-visual__bottom figure:nth-of-type(4) {
  left: 210px;
  top: 120px;
}
.main-visual__bottom figure:last-of-type {
  left: 340px;
  top: 140px;
}
.main-visual__bottom p {
  font-weight: 500;
  line-height: 1.8;
  left: 250px;
  top: -60px;
  padding-right: 20px;
}
}
@media screen and (max-width:540px) {
.main-visual {
  padding: 166px 0 0 0;
  height: 850px;
  margin-bottom: 100px;
}
.mv-device {
  top: -40px;
  right: -100px;
  max-width: 400px;
}
.bt-scroll {
  top: 440px;
}
.main-visual__upper {
  padding-bottom: 200px;
}
.main-visual__upper h2 {
  font-size: clamp(24px, 7.40740vw, 40px);
  padding-left: 20px;
  margin-bottom: 40px;
}
.main-visual__upper h2 span::before {
  height: 10px;
  bottom: 0px;
  z-index: -1;
  padding: 0 5px;
}
.main-visual__upper h3 {
  font-size: clamp(19px, 4.07407vw, 22px);
  font-weight: 400;
  letter-spacing: 5px;
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 40px;
}
.main-visual__upper__logo {
  max-width: 200px;
  margin-bottom: 50px;
}
.main-visual__upper p {
  font-size: clamp(11px, 2.96296vw, 16px);
  font-weight: 300;
  letter-spacing: 3px;
  padding-left: 20px;
  line-height: 1;
}
.main-visual__bottom figure {
  max-width: 80px;
}
.main-visual__bottom figure:first-of-type {
  left: 4%;
  top: 100px;
}
.main-visual__bottom figure:nth-of-type(2) {
  left: 25%;
  top: 150px;
}
.main-visual__bottom figure:nth-of-type(3) {
  left: 45%;
  top: 90px;
}
.main-visual__bottom figure:nth-of-type(4) {
  left: 51%;
  top: 190px;
}
.main-visual__bottom figure:last-of-type {
  left: initial;
  right: 4%;
  top: 130px;
}
.main-visual__bottom p {
  font-weight: 500;
  line-height: 1.8;
  left: 20px;
  top: -40px;
  padding-right: 20px;
  font-size: clamp(12px, 2.59259vw, 14px);
}
}
@media screen and (max-width:400px) {
.main-visual__bottom figure {
  max-width: 70px;
}
}

/* フッター
========================================================= */
.footer {
  padding: 120px 0 0;
}
.footer ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  margin: 0 auto 105px;
}
.footer ul li {
  width: calc(50% - 28px / 2);
  margin-right: 28px;
}
.footer ul li:last-of-type {
  margin-right: 0;
}
.footer ul li a {
  display: block;
  text-align: center;
  line-height: 93px;
  color: #FFF;
}
.footer ul li:first-of-type a {
  border: 1px solid #FFF;
}
.footer ul li:last-of-type a {
  border: 1px solid #D40E5D;
  background-color: #D40E5D;
}
.footer ul li:first-of-type a::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 31px;
  background: url("images/icon_dl.svg") no-repeat center center;
  background-size: contain;
  margin-right: 16px;
  vertical-align: middle;
}
.footer ul li:last-of-type a::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 23px;
  background: url("images/icon_mail.svg") no-repeat center center;
  background-size: contain;
  margin-right: 16px;
  vertical-align: middle;
}
.footer ul li:first-of-type a:hover {
  opacity: 0.5;
}
.footer ul li:last-of-type a:hover {
  opacity: 0.5;
}
.footer small {
  font-size: clamp(11px, 0.833333vw, 16px);
  text-align: center;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width:1100px) and (max-width: 1366px) {
.footer {
  padding: 70px 0 0;
}
.footer ul li a {
  font-size: clamp(11px, 1.97657vw, 27px);
}
.footer small {
  font-size: clamp(11px, 1.171303vw, 16px);
}
}
@media screen and (max-width:768px) {
.footer {
  padding: 70px 0 0;
}
.footer ul {
  max-width: 100%;
  margin: 0 auto 80px;
  padding: 0 50px;
}
.footer ul li a {
  display: block;
  text-align: center;
  line-height: 80px;
  color: #FFF;
}
.footer small {
  font-size: clamp(13px, 1.45586vw, 16px);
}
}
@media screen and (max-width:540px) {
.footer {
  padding: 50px 0 0;
}
.footer ul {
  max-width: 100%;
  margin: 0 auto 50px;
}
.footer ul li a {
  display: block;
  text-align: center;
  line-height: 50px;
  color: #FFF;
  font-size: clamp(10px, 1.82529vw, 14px);
}
.footer ul li:first-of-type a::before {
  width: 16px;
  height: 18px;
  margin-right: 10px;
}
.footer ul li:last-of-type a::before {
  width: 18px;
  height: 13px;
  margin-right: 10px;
}
.footer small {
  font-size: clamp(10px, 1.82529vw, 14px);
}
}


/* コンテンツ
============================================================================================================ */
/* 共通
========================================================= */
.title-style1 {
  font-size: 68px;
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 16%, #FFA296 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 1;
}
.title-style2 {
  font-size: 65px;
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 5%, #FFA296 28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 1;
}
.title-style3 {
  font-size: 65px;
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 5%, #FFA296 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 1;
}
.title-style4 {
  font-size: 65px;
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 0%, #FFA296 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 1;
}
.title-style--left {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.title-style--center {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.btn-style1 {
  font-size: 1.6rem;
  line-height: 36px;
  text-align: center;
  display: block;
  border: 1px solid #FFF;
  border-radius: 20px;
  width: 230px;
  color: #FFF !important;
}
.btn-style1:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1366px) {
.title-style1 {
  font-size: clamp(40px, 4.3923vw, 60px);
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 16%, #FFA296 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-style2 {
  font-size: clamp(40px, 4.3923vw, 60px);
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 5%, #FFA296 28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-style3 {
  font-size: clamp(40px, 4.3923vw, 60px);
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 5%, #FFA296 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-style4 {
  font-size: clamp(40px, 4.3923vw, 60px);
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 0%, #FFA296 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-style--left {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.title-style--center {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.btn-style1 {
  width: 180px;
}
}
@media screen and (max-width: 1100px) {
.title-style1 {
  font-size: clamp(30px, 4.54545vw, 50px);
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 16%, #FFA296 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.title-style2 {
  font-size: clamp(30px, 4.54545vw, 50px);
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 5%, #FFA296 28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.title-style3 {
  font-size: clamp(30px, 4.54545vw, 50px);
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 5%, #FFA296 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.title-style4 {
  font-size: clamp(30px, 4.54545vw, 50px);
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 0%, #FFA296 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.title-style--left {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.title-style--center {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.btn-style1 {
  width: 180px;
}
}
@media screen and (max-width:768px) {
.title-style1 {
  font-size: clamp(20px, 5.20833vw, 40px);
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 16%, #FFA296 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.title-style2 {
  font-size: clamp(20px, 5.20833vw, 40px);
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 5%, #FFA296 28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.title-style3 {
  font-size: clamp(20px, 5.20833vw, 40px);
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 5%, #FFA296 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.title-style4 {
  font-size: clamp(20px, 5.20833vw, 40px);
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 0%, #FFA296 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.title-style--left {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.title-style--center {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.btn-style1 {
  width: 200px;
  margin: 0 auto;
  line-height: 45px;
}
}
@media screen and (max-width:540px) {
.title-style1 {
  font-size: clamp(20px, 5.91446vw, 65px);
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 16%, #FFA296 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.title-style2 {
  font-size: clamp(20px, 5.91446vw, 65px);
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 5%, #FFA296 28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.title-style3 {
  font-size: clamp(20px, 5.91446vw, 65px);
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 5%, #FFA296 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.title-style4 {
  font-size: clamp(20px, 5.91446vw, 65px);
  color: #FF3214;
  background: -webkit-linear-gradient(0deg, #FF3214 0%, #FFA296 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.title-style--left {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.title-style--center {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.btn-style1 {
  width: 100%;
  line-height: 45px;
}
}

/* コンテンツ1
========================================================= */
.content1 {
  background: url("images/content1_bg1.png") no-repeat center bottom;
  background-size: cover;
  height: 730px;
  margin-bottom: 273px;
}
.content1 h2 {
  margin-bottom: 84px;
}
.content1__inner {
  width: 100%;
  max-width: 712px;
  margin: 0 auto;
}
.content1__inner p {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 1366px) {
.content1 {
  height: 650px;
  margin-bottom: 200px;
}
.content1 h2 {
  margin-bottom: 84px;
}
.content1__inner {
  max-width: 45%;
}
.content1__inner p {
  line-height: 1.8;
  font-size: clamp(18px, 1.46412vw, 20px);
}
}
@media screen and (max-width: 1100px) {
.content1 {
  background: url("images/content1_bg1.png") no-repeat center center;
  background-size: contain;
  height: 600px;
  margin-bottom: 100px;
}
.content1__inner {
  max-width: 45%;
}
.content1__inner p {
  line-height: 1.8;
  font-size: clamp(17px, 1.81818vw, 20px);
}
}
@media screen and (max-width:768px) {
.content1 {
  background: url("images/content1_bg1.png") no-repeat center top;
  background-size: contain;
  height: 700px;
  margin-bottom: 50px;
}
.content1 h2 {
  margin-bottom: 40px;
}
.content1__inner {
  max-width: 55%;
}
.content1__inner p {
  line-height: 1.8;
  font-size: clamp(15px, 2.34374vw, 18px);
}
}

/* コンテンツ2
========================================================= */
.content2 {
  margin-bottom: 255px;
}
.content2 h2 {
  margin-bottom: 57px;
}
.content2__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content2__inner p {
  font-size: 2.4rem;
  line-height: 1.5;
  width: 100%;
  max-width: 625px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1366px) {
.content2 {
  margin-bottom: 255px;
  padding: 0 80px;
}
.content2 h2 {
  margin-bottom: 57px;
}
.content2__inner p {
  line-height: 1.5;
  max-width: 570px;
  font-size: clamp(18px, 1.46412vw, 20px);
}
}
@media screen and (max-width: 1100px) {
.content2 {
  margin-bottom: 150px;
  padding: 0 50px;
}
.content2 h2 {
  margin-bottom: 50px;
}
.content2__inner p {
  font-size: clamp(17px, 1.81818vw, 20px);
  line-height: 1.5;
  max-width: 50%;
}
}
@media screen and (max-width:768px) {
.content2 {
  margin-bottom: 100px;
  padding: 0 30px;
}
.content2 h2 {
  margin-bottom: 50px;
}
.content2__inner p {
  font-size: clamp(14px, 2.34374vw, 18px);
  line-height: 1.5;
  max-width: 100%;
}
}

/* コンテンツ3
========================================================= */
.content3 {
  margin-bottom: 193px;
  background: url("images/content3_bg1.jpg") no-repeat center center;
  background-size: cover;
  padding: 130px 0;
}
.content3 h2 {
  margin-bottom: 50px;
}
.content3__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content3__inner p:first-of-type {
  margin-bottom: 60px;
  font-size: 2.4rem;
  line-height: 1.5;
}
.content3__inner p:nth-of-type(2) {
  margin-bottom: 100px;
  width: 52%;
  line-height: 1.8;
  font-size: clamp(18px, 1.249999vw, 24px);
}
@media screen and (max-width: 1366px) {
.content3 {
  margin-bottom: 100px;
  padding: 130px 80px;
}
.content3__inner p:first-of-type {
  font-size: clamp(18px, 1.75695vw, 24px);
  width: 55%;
}
.content3__inner p:nth-of-type(2) {
  margin-bottom: 100px;
  width: 55%;
  line-height: 1.8;
  font-size: clamp(18px, 1.61054vw, 22px);
}
}
@media screen and (max-width: 1100px) {
.content3 {
  margin-bottom: 50px;
  background-size: cover;
  padding: 80px 50px;
}
.content3 h2 {
  margin-bottom: 20px;
}
.content3__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content3__inner p:first-of-type {
  margin-bottom: 60px;
  width: 65%;
  font-size: clamp(16px, 2.18181vw, 24px);
}
.content3__inner p:nth-of-type(2) {
  margin-bottom: 80px;
  width: 60%;
  font-size: clamp(16px, 1.99999vw, 22px);
}
}
@media screen and (max-width:768px) {
.content3 {
  margin-bottom: 50px;
  background: url("images/content3_bg1.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 30px;
  height: auto;
}
.content3 h2 {
  margin-bottom: 20px;
}
.content3__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content3__inner p:first-of-type {
  margin-bottom: 60px;
  width: 80%;
  font-size: clamp(16px, 2.86458vw, 22px);
}
.content3__inner p:nth-of-type(2) {
  margin-bottom: 80px;
  width: 75%;
  font-size: clamp(16px, 2.60416vw, 20px);
}
}

/* コンテンツ4
========================================================= */
.content4 {
  background: url("images/content4_bg1.jpg") no-repeat center center;
  background-size: cover;
  padding: 200px 0 312px;
  position: relative;
}
.content4__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content4__inner__text {
  width: 54.17%;
}
.content4__inner__text h2 {
  margin-bottom: 84px;
}
.content4__inner figure {
  width: 37.08%;
  height: auto;
  position: absolute;
  right: 80px;
}
.content4__inner__text p {
  font-size: 2.4rem;
  line-height: 1.8;
  margin-bottom: 50px;
}
.content4 iframe{
  width: 100%;
  max-width: 560px;
  height: 315px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1365px) {
.content4 {
  padding: 150px 50px 150px;
}
.content4__inner__text h2 {
  margin-bottom: 20px;
}
.content4__inner__text {
  padding-right: 40px;
}
.content4__inner__text p {
  margin-bottom: 50px;
  font-size: clamp(18px, 1.46412vw, 20px);
}
}
@media screen and (max-width: 1100px) {
.content4 {
  padding: 50px 50px 100px;
  position: relative;
}
.content4__inner__text h2 {
  margin-bottom: 50px;
}
.content4__inner figure {
  right: 50px;
}
.content4__inner__text p {
  margin-bottom: 50px;
  font-size: clamp(14px, 1.81818vw, 20px);
}
}
@media screen and (max-width:768px) {
.content4 {
  padding: 50px 30px 100px;
}
.content4__inner {
  justify-content: initial;
  flex-direction: column-reverse;
}
.content4__inner__text {
  width: 100%;
  padding-right: 0;
}
.content4__inner__text h2 {
  margin-bottom: 30px;
}
.content4__inner figure {
  width: 100%;
  position: static;
  right: 0;
  margin-bottom: 50px;
}
.content4__inner__text p {
  font-size: clamp(16px, 2.60416vw, 20px);
}
}

/* コンテンツ5
========================================================= */
.content5 {
  padding: 30px 0 0 0;
  margin-bottom: 217px;
}
.content5 h2 {
  font-size: 4.6rem;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 64px;
  font-weight: 500;
}
.content5__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content5__inner__upper {
  background-color: #292727;
  padding: 79px 88px 79px 68px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 68px;
}
.content5__inner__upper figure {
  max-width: 300px;
}
.content5__inner__upper__text {
  width: calc(100% - 332px);
}
.content5__inner__upper__text h3 {
  font-size: 4rem;
  margin-bottom: 42px;
}
.content5__inner__upper__text p:first-of-type {
  font-size: 2.4rem;
  margin-bottom: 90px;
}
.content5__inner__upper__text p:nth-of-type(2) {
  font-size: 1.8rem;
  margin-bottom: 66px;
}
.content5__inner__bottom {
  display: flex;
  justify-content: space-between;
}
.content5__inner__bottom__block {
  width: calc(50% - 40px / 2);
  /* margin-right: 40px; */
  margin-right: 30px;
  background-color: #292727;
  /* padding: 53px 110px 64px; */
  padding: 40px;
}
.content5__inner__bottom__block:last-of-type {
  margin-right: 0;
}
.content5__inner__bottom__block h3 {
  /* font-size: 4rem; */
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 32px;
}
.content5__inner__bottom__block p:first-of-type {
  margin-bottom: 38px;
  font-size: 2.4rem;
  line-height: 1.5;
}
.content5__inner__bottom__block p:nth-of-type(2) {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 53px;
}
.content5__inner__bottom__block figure {
  text-align: center;
  margin-bottom: 43px;
  /* min-height: 225px; */
}
.content5__inner__bottom__block figure img {
  box-shadow: 0px 3px 32px #00000042;
}
@media screen and (max-width: 1366px) {
.content5 {
  padding: 30px 80px 0;
  margin-bottom: 180px;
}
.content5__inner__upper {
  padding: 50px 70px;
}
.content5__inner__upper__text h3 {
  margin-bottom: 42px;
}
.content5__inner__upper__text p:first-of-type {
  margin-bottom: 80px;
}
.content5__inner__upper__text p:nth-of-type(2) {
  margin-bottom: 66px;
}
.content5__inner__bottom__block {
  /* padding: 50px 80px 50px; */
  padding: 30px;
}
}
@media screen and (max-width: 1100px) {
.content5 {
  padding: 30px 50px 0;
  margin-bottom: 100px;
}
.content5 h2 {
  font-size: clamp(24px, 4.18562vw, 46px);
}
.content5__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content5__inner__upper {
  padding: 50px 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 68px;
}
.content5__inner__upper figure {
  max-width: 300px;
}
.content5__inner__upper__text {
  width: calc(100% - 332px);
}
.content5__inner__upper__text h3 {
  font-size: clamp(30px, 3.63967vw, 40px);
  margin-bottom: 40px;
  line-height: 1.3;
}
.content5__inner__upper__text p:first-of-type {
  font-size: clamp(22px, 2.18380vw, 24px);
  line-height: 1.3;
  margin-bottom: 40px;
}
.content5__inner__upper__text p:nth-of-type(2) {
  font-size: clamp(16px, 1.63785vw, 18px);
  line-height: 1.5;
  margin-bottom: 50px;
}
.content5__inner__bottom__block {
  padding: 30px 50px;
}
.content5__inner__bottom__block h3 {
  font-size: clamp(30px, 2.18380vw, 40px);
}
.content5__inner__bottom__block p:first-of-type {
  font-size: clamp(20px, 2.18380vw, 24px);
}
.content5__inner__bottom__block p:nth-of-type(2) {
  font-size: clamp(15px, 1.63785vw, 18px);
  line-height: 1.5;
}
.content5__inner__bottom__block figure {
  text-align: center;
  margin-bottom: 40px;
  min-height: 150px;
}
}
@media screen and (max-width:768px) {
.content5 {
  padding: 30px 30px 0;
  margin-bottom: 100px;
}
.content5 h2 {
  font-size: clamp(24px, 5.99739vw, 46px);
}
.content5__inner__upper {
  padding: 50px 30px;
  display: block;
  margin-bottom: 50px;
}
.content5__inner__upper figure {
  max-width: 100%;
  text-align: center;
}
.content5__inner__upper figure img {
  width: 70%;
}
.content5__inner__upper__text {
  width: 100%;
}
.content5__inner__upper__text h3 {
  font-size: clamp(30px, 5.21512vw, 40px);
  margin-bottom: 30px;
  line-height: 1.3;
}
.content5__inner__upper__text p:first-of-type {
  font-size: clamp(16px, 3.12907vw, 24px);
  line-height: 1.3;
  margin-bottom: 40px;
}
.content5__inner__upper__text p:nth-of-type(2) {
  font-size: clamp(14px, 2.34680vw, 18px);
  line-height: 1.5;
  margin-bottom: 50px;
}
.content5__inner__bottom {
  display: block;
}
.content5__inner__bottom__block {
  padding: 30px 30px;
  width: 100%;
  margin-right: 0;
}
.content5__inner__bottom__block:not(:last-of-type) {
  margin-bottom: 50px;
}
.content5__inner__bottom__block h3 {
  font-size: clamp(30px, 5.21512vw, 40px);
}
.content5__inner__bottom__block p:first-of-type {
  font-size: clamp(16px, 3.12907vw, 24px);
}
.content5__inner__bottom__block p:nth-of-type(2) {
  font-size: clamp(14px, 2.34680vw, 18px);
  line-height: 1.5;
}
.content5__inner__bottom__block figure {
  text-align: center;
  margin-bottom: 40px;
  min-height: 150px;
}
}

/* コンテンツ6
========================================================= */
.content6 {
  margin-bottom: 0;
}
.content6 h2 {
  font-size: 4.6rem;
  text-align: center;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 72px;
  font-weight: 500;
}
.content6__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.tab-btn{
  display: none;
}
.tab-list-wrap{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 567px;
  margin: 0 auto 40px;
}
.tab-list{
  display: block;
  width: 189px;
  padding: 0 0 11px;
  text-align: center;
  border-bottom: 2px solid #878787;
  cursor: pointer;
  margin: 0 auto;
  color: #8E8E8E;
  font-size: 2rem;
}
#tab-btn1:checked ~ .tab-list-wrap #tab-list1,
#tab-btn2:checked ~ .tab-list-wrap #tab-list2,
#tab-btn3:checked ~ .tab-list-wrap #tab-list3{
  color: #FFF;
  border-bottom: 4px solid #FFF;
}
.tab-content{
  display: none;
}
#tab-btn1:checked ~ .tab-content-wrap #tab-content1,
#tab-btn2:checked ~ .tab-content-wrap #tab-content2,
#tab-btn3:checked ~ .tab-content-wrap #tab-content3,
#tab-btn4:checked ~ .tab-content-wrap #tab-content4{
display: block;
}
.content6__inner table {
  border: 1px solid #FFF;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.content6__inner table span {
  font-size: 1.3rem;
  margin-left: 10px;
}
.content6__inner table th {
  border: 1px solid #FFF;
  padding: 16px;
  font-weight: 300;
}
.content6__inner table td {
  border: 1px solid #FFF;
  padding: 16px;
}
.content6__inner table td:last-of-type {
  width: 45%;
}
.content6__inner ul li {
  font-size: 1.4rem;
}
.content6__inner ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
@media screen and (max-width: 1366px) {
.content6 {
  padding: 0 80px;
  margin-bottom: 200px;
}
.content6__inner ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
}
@media screen and (max-width: 1100px) {
.content6 {
  margin-bottom: 100px;
  padding: 0 50px;
}
.content6 h2 {
  font-size: clamp(24px, 4.18562vw, 46px);
}
.tab-list{
  font-size: clamp(17px, 1.81983vw, 20px);
}
.content6__inner table {
  font-size: clamp(14px, 1.63785vw, 18px);
}
.content6__inner table span {
  font-size: clamp(10px, 1.18289vw, 13px);
}
}
@media screen and (max-width:768px) {
.content6 {
  margin-bottom: 50px;
  padding: 0 30px;
}
.content6 h2 {
  font-size: clamp(24px, 5.99739vw, 46px);
}
.tab-list{
  font-size: clamp(14px, 2.3468vw, 18px);
  width: 100%;
}
.tab-list-wrap {
  max-width: 100%;
}
.tab-list-wrap li {
  width: 33.3333333%;
}
.content6__inner table {
  font-size: clamp(14px, 2.3468vw, 18px);
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}
.content6__inner table span {
  font-size: clamp(10px, 1.6949vw, 13px);
}
}
@media screen and (max-width:380px) {
.tab-content__wrap {
  width: 100%;
  overflow-x: scroll;
  margin: 0 auto;
}
}

/* コンテンツ7
========================================================= */
.content7 {
  background-color: #FFF;
  padding: 85px 0 109px;
}
.content7 h2 {
  font-size: 4.6rem;
  text-align: center;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 53px;
  font-weight: 500;
  color: #202020;
}
.content7__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.content7__inner table {
  border: 1px solid #707070;
  border-collapse: collapse;
  color: #202020;
  width: 100%;
  table-layout: fixed;
}
.content7__inner table th {
  border: 1px solid #707070;
  padding: 16px;
  font-weight: 300;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.content7__inner table td {
  border: 1px solid #707070;
  padding: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1366px) {
.content7 {
  background-color: #FFF;
  padding: 70px 80px 90px;
}
}
@media screen and (max-width: 1100px) {
.content7 {
  background-color: #FFF;
  padding: 80px 50px;
}
.content7 h2 {
  font-size: clamp(24px, 4.18562vw, 46px);
}
.content7__inner {
  max-width: 100%;
}
.content7__inner table {
  width: 100%;
  font-size: clamp(14px, 1.63785vw, 18px);
}
}
@media screen and (max-width:768px) {
.content7 {
  background-color: #FFF;
  padding: 50px 30px;
}
.content7 h2 {
  font-size: clamp(24px, 4.18562vw, 46px);
  margin-bottom: 30px;
}
.content7__inner {
  max-width: 100%;
  overflow-x: scroll;
  margin: 0 auto;
}
.content7__inner table {
  font-size: clamp(14px, 1.63785vw, 18px);
}
}
@media screen and (max-width:380px) {
.content7__inner {
  max-width: 100%;
  overflow-x: scroll;
  margin: 0 auto;
}
.content7__inner table {
  width: 450px;
}
}

/*---------------------
山口追記
---------------------*/

.multilinkimg{
  width: 1024px;
  margin: 80px auto;
}

.multilinkimg img{
  width: 100%;
}

.rascow2{
  width: 1024px;
  margin: -480px auto 240px;
}
.sitefooter{
  color: #ffffff;
  background: #000000;
  width: 100%;
}
.sitefooter-inner{
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
}
.sitefooter_logo img{
  width: 89px;
  height: 24px;
  vertical-align: middle;
}
.sitefooter_copy{
  font-size: 1.4rem;
  margin: auto;
}
.sitefooter_sns{
  display: flex;
}
.sitefooter_sns a img{
  width: 21px;
  margin-right: 10px;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .sitefooter-inner{
    height: auto;
    display: block;
    text-align: center;
  }
  .sitefooter_copy{
    line-height: initial;
  }
  .sitefooter_sns{
    justify-content: center;
  }
}
.pagetop{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  border-top: 1px solid #737373;
  border-left: #737373;
  background: #060303;
  z-index: 100;
}
.pagetop a{
  position: relative;
  display: block;
  width: inherit;
  height: inherit;
  text-decoration: none;
  margin-top: 4px;
}
.pagetop a::before{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1366px) {
  .rascow2{
    margin-top: -380px;
  }
}

@media screen and (max-width: 1100px){
  .multilinkimg{
    width: 80%;
    margin: 48px auto 80px;
  }

  .rascow2{
    width: 80%;
    margin: -180px auto 120px;
  }
}

@media screen and (max-width:768px){
  .multilinkimg{
    width: 80%;
    margin: 48px auto 80px;
  }
  .sitefooter-inner{
    display: block;
    height: auto;
    text-align: center;
  }
/*   .sitefooter_logo img{
    vertical-align: bottom;
  } */
  .sitefooter_sns{
    display: block;
  }

}
@media screen and (max-width: 400px) {
  .content1{
    height: 650px;
  }
  .multilinkimg{
    width: 84%;
  }
  .rascow2{
    width: 98%;
    margin: -180px auto 80px;
  }
}

.txt_mt{
  margin: 50px 0 0;
}
@media screen and (max-width:768px) {
  .txt_mt{
    margin: 40px 0 0;
  }
}
