@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------------------------------

	 共通

---------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
	-webkit-text-size-adjust: 100%;
	position: relative;
    min-width: 1024px;
    transition: all 0.3s;
}
.en {
    font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho",YuMincho,"MS P明朝","MS PMincho",serif;
}
.gnav {
    display: block;
}
/* Full Screen Navigation */
.menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 94px;
	height: 89px;
	z-index: 99999;
	background: #3680FB;
}
.menu__line {
    background: #f0f0f0;
    display: block;
    height: 3px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
    z-index: 9999;
}
.menu__line--top {
	width: 42px;
	top: 30px;
	right: 23px;
}
.menu__line--center {
	width: 27px;
	top: 43px;
	right: 23px;
}
.menu__line--bottom {
	width: 16px;
	top: 56px;
	right: 23px;
}
.menu__line--top.active {
	top: 43px;
	right: 24px;
	width: 40px;
	transform: rotate(45deg);
	background: #fff;
}
.menu__line--center.active {
    transform:scaleX(0);
}
.menu__line--bottom.active {
	top: 43px;
	right: 24px;
	transform: rotate(135deg);
	width: 40px;
	background: #fff;
}
.gnav {
    background: rgba(18,47,97,0.95);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99998;
    left: 0;
}
.gnav__wrap {
    align-items:flex-start;
    display: flex;
	height: auto;
    justify-content: center;
    position: absolute;
	right: 50%;
	bottom: 50%;
    transform: translate(50%, 50%);
}
.gnav__menu {
    min-width: 55%;
    width: auto;
    vertical-align: top;
}
.gnav__menu li {
	width: 230px;
	margin-bottom: 35px;
}
.gnav__menu li img {
    height: 20px;
}
.gnav__menu__item a {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	display: block;
	padding: 0 0 0 18px;
	position: relative;
	letter-spacing: 0;
	line-height: 1.2;
}
.gnav__menu__item a:hover {
    color: #ccc;
}
.gnav__menu__item a::before {
	content: '';
	background: url("../images/icon_list.svg") no-repeat center center/9px auto;
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0px;
	width: 10px;
	height: 17px;
}
@media screen and (max-width: 769px) {
.gnav__menu__item a::before {
	top: 0px;
}
.gnav__menu__item a {
	padding: 0 0 0 20px;
}
}
.loader {
    display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99999999999999;
	width: 100vw;
	height: 100vh;
	margin: -50px auto 0;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #3680FF;
  font-size: 10px;
  line-height: 10;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
  color: #3680FF;
}
.loader:before {
  left: -3em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
#wrap{
	opacity : 0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
    width: 100%;
    height: 100%;
	z-index: 9999999;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
a:focus, *:focus { outline:none; }
/* IE8+, Chrome */
input, button {
  outline: 0;
}
/* Firefox */
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}
.pc_off {display: none !important;}
br.pc_off {display: none;}
.smt_off {display: inherit;}
br.smt_off {display: inherit;}

img {
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {transition: all 0.3s;}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
a img {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
a.link {
	text-decoration: underline;
}
.contents {
	max-width: 1100px;
	margin: auto;
}
@media screen and (max-width: 1140px) {
.contents {
	max-width: 90%;
	margin: auto;
}
}
#page_top {
    width: 40px;
    height: auto;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
#page_top a {
  position: relative;
  display: block;
  text-decoration: none;
}
#header {
    position: relative;
}
#header_sub {
    position: relative;
    height: 142px;
}
#header .logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
#header .logo img {
	max-width: 125px;
}
#header_sub .logo {
	position: absolute;
	left: 20px;
	top: 15px;
	z-index: 999;
    background: #fff;
}
#header_sub .logo img {
	background: #fff;
	width: 90px;
}

#header .logo h1,#header.logo h2 {
    color: #fff;
}
#header .logo a h1,#header.logo a h2,#header .logo a {
    color: #fff !important;
}
#header_sub .logo h1,#header_sub.logo h2 {
    color: #1F1F1F;
}
.logo a:hover {
    text-decoration: none;
}
ul.navi {
	position: absolute;
	right: 46%;
	top: 27px;
	-webkit-transform: translate(50%, 0%);
	-ms-transform: translate(50%, 0%);
	transform: translate(50%, 0%);
	z-index: 999;
	width: 1020px;
	text-align: center;
}
.navi li a {
    font-size: 13px;
    color: #fff;  
    font-weight: 600;
}
ul.navi li {
	display: inline-block;
    margin-right: 25px;
}

ul.navi li:last-child {
    margin-right: 0;
}
ul.navi li a {
	padding: 6px;
	display: inline-block;
}
ul.navi li a:hover {
	text-decoration: none;
    color: #efefef;
}
ul.navi li img {
    height: 13px;
}
.navi_logo {
	position: absolute;
	top: 32px;
	left: 25px;
}
.navi_logo img {
    width: 100px;
}
ul.navi li .language {
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
}
ul.navi li .language a {
    font-size: 13px;
    padding-bottom: 0;
}
ul.navi li .language p {
    margin-left: 5px;
    font-size: 13px;
}
ul.navi li .language span {
    padding: 2px 12px;
    border-radius: 5px;
    background-color: #04244F;
    color: #FFF;
    margin-left: 5px;
}
.gnav__menu__item .language {
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.gnav__menu__item .language p {
    margin-left: 5px;
    font-size: 20px;
}
.gnav__menu__item .language span {
    padding: 2px 12px;
    border-radius: 5px;
    background-color: #FFF;
    color: #04244F;
    margin-left: 5px;
}

.slide_new .bx-wrapper {
    max-height: 100vh;
    overflow: hidden;
}
.slide_new .bx-wrapper img {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.bx-wrapper h2.main-copy img {
    display: block;
    width: auto;
}

.bx-wrapper h2.main-copy{
	position: absolute;
	left: -40px;
	top: 50%;
	z-index: 9999;
	margin: -80px 0 0 0;
}

.bx-wrapper h2.main-copy-l img {
    display: block;
    width: auto;
}
.we_are_one h2 {
    position: absolute;
    left: 59px;
    bottom: 220px;
    z-index: 999;
    /*max-width: clamp(600px, 45vw, 769px);*/
    max-width: 769px;
}
.slide_copy h2 {
    position: absolute;
    left: 54px;
    bottom: 40px;
    z-index: 999;
    width: 90%;
    max-width: clamp(200px, 45vw, 379px);
}
.slide_new {
    position: relative;
    margin-bottom: 135px;
}
.slide_new .bx-wrapper:first-child {
	padding: 0 0 0 162px;
}
.side_copyright {
    position: absolute;
    right: 25px;
    bottom: 26%;
    transform: translate(0%, 0%);
    color: #fff;
    z-index: 999;
}
.side_copyright img {
    max-width: 35px;
}
.side_scroll {
    position: absolute;
    right: 34px;
    bottom: 7%;
    transform: translate(0%, 0%);
    color: #fff;
    z-index: 999;
}
.side_scroll img {
    max-width: 15px;
}
.kujo_negi {
    max-width: 87.5%;
    margin: 0 auto 140px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.kujo_negi_img {
    max-width: 737px;
    max-width: 50%;
}
.kujo_negi_txt {
    width: 42%;
    width: 600px;
    margin-left: 8%;
}
.kujo_negi_txt h2 {
	font-size: clamp(45px, 5.5vw, 87px);
	line-height: 1.2;
	letter-spacing: -4px;
	margin-bottom: 43px;
	font-weight: 500;
    width: 100%;
}
.kujo_negi_txt h2 span {
    color: #122F61;
}
.kujo_negi_txt p {
    font-size: 24px;
    line-height: 2.1;
    margin-bottom: 24px;
    font-weight: 600;
    letter-spacing: 3px;
}
.more_samurai a {
    width: 296px;
    background: url("../images/arrow_w.svg") no-repeat top 50% right 30px,#3680FB;
    display: flex;
    justify-content: center;
    color: #fff;
	padding: 11px 15px 13px;
	font-size: 18px;
    letter-spacing: 0;
	font-weight: 400;
}
.more_samurai a:hover {
	text-decoration: none;
	background: url("../images/arrow_w.svg") no-repeat top 50% right 30px,#5595FF;
}
.loop_wrap_area {
    overflow: hidden;
}
.loop_wrap {
    display: flex;
    width: 200vw;
    height: 100%;
    overflow: hidden;
    margin: 0 auto 141px;
}
.loop_wrap img {
    width: auto;
    height: 100%;
    padding-right: 110px;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_wrap img:first-child {
  animation: loop 100s -50s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 100s linear infinite;
}
.what_we_do {
    background: #F7F7F7;
    position: relative;
    padding: 142px 0 129px;
    margin-bottom: 120px;
}
.ttl_what_we_do {
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translate(-50%, 0%);
	line-height: 1.2;
	text-align: center;
	width: 100%;
}
.ttl_what_we_do h2 {
	font-size: clamp(40px, 4vw, 60px);
	letter-spacing: -6px;
    margin-bottom: 14px;
}
.ttl_what_we_do p {
    font-size: 30px;
    color: #3680FB;
    letter-spacing: -1px;
}
.what_we_do ul {
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
    flex-wrap: nowrap;
}
.what_we_do ul li {
	width: 32%;
	height: 300px;
	position: relative;
	display: block;
}
.what_we_do ul li img {
    position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90px;
}
.what_we_do ul li:nth-child(1) {
    background: url("../images/effort_bg1.jpg") no-repeat 100% 100%/cover;
}
.what_we_do ul li:nth-child(2) {
    background: url("../images/effort_bg2.jpg") no-repeat 100% 100%/cover;
}
.what_we_do ul li:nth-child(3) {
    background: url("../images/effort_bg3.jpg?2024") no-repeat 100% 100%/cover;
}
.top_item_list {
    width: 90%;
    margin: 0 0 165px auto;
    background: #F7F7F7;
    padding: 80px 13vw 66px 123px;
    position: relative;
}
.ttl_top_item_list {
	position: absolute;
	left: -25px;
	top: 70px;
	text-align: center;
}
.ttl_top_item_list h2 {
	font-size: 70px;
	margin-bottom: 40px;
	writing-mode: vertical-rl;
	letter-spacing: 10px;
    width: 60px;
    line-height: 1;
}
.ttl_top_item_list p {
    margin: auto;
    width: 22px;
    font-weight: 400;
}
.ttl_top_item_list p img {
    max-width: 22px;
}
.top_item_list_img {
    margin-bottom: 30px;
}
.top_item_list_img img {
    width: 100%;
    min-height: 535px;
    object-fit: cover;
}
.top_item_list p {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
}
.more_item_list {
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
}
.more_item_list a {
    width: 277px;
    background: url("../images/arrow_w.svg") no-repeat top 50% right 30px,#3680FB;
    display: flex;
    justify-content: center;
    color: #fff;
	padding: 11px 15px 13px;
	font-size: 18px;
    letter-spacing: 0;
	font-weight: 400;
}
.more_item_list a:hover {
	text-decoration: none;
	background: url("../images/arrow_w.svg") no-repeat top 50% right 30px,#5595FF;
}
.partner {
    width: 100%;
    height: 0;
    padding-top: 66.68%;
    background: url("../images/samurai_bg.jpg?2024") no-repeat center center/cover;
    position: relative;
    margin-bottom: 69px;
}
.partner_txt {
	position: absolute;
	left: 50%;
	top: 6%;
	transform: translate(-50%, 0%);
	width: 910px;
	margin: auto;
	text-align: left;
	color: #fff;
}
.partner_txt h2 {
    font-size: clamp(45px, 5vw, 50px);
	font-weight: 600;
	margin-bottom: 4px;
    text-align: center;
}
.partner_txt p {
	font-weight: 500;
	max-width: 88%;
	letter-spacing: 2px;
    line-height: 1.9;
    margin: auto;
}
.samurai4 {
    text-align: center;
    margin-bottom: 183px;
}
.samurai4 h2 {
    font-size: 77px;
    font-size: clamp(60px, 5vw, 77px);
    font-weight: 600;
}
.samurai4 p {
	font-weight: 400;
	letter-spacing: 2px;
    line-height: 1.8;
}
.samurai4 ul {
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 54px;
}
.samurai4 ul li {
    width: 24%;
}
.samurai4 ul li p {
	line-height: 1.2;
	margin-top: 12px;
	letter-spacing: 0;
	font-size: 17px;
}
.samurai4 ul li h4 {
    font-size: 26px;
    font-weight: 600;
}
.evolution {
    width: 100%;
    height: 0;
    padding-top: 51.83%;
    min-height: 780px;
    background: url("../images/evolution_bg.jpg") no-repeat center center/cover;
    position: relative;
    margin-bottom: 127px;
}
.evolution_txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 670px;
	color: #fff;
    height: 100%;
}
.evolution_txt {
    display: flex;
	justify-content: space-between;
	align-items: center;
    flex-wrap: nowrap;
}
.evolution_txt div {
    min-width: 460px;
}
.evolution_txt h2 {
    font-size: 63px;
    font-size: clamp(45px, 4vw, 63px);
    writing-mode: vertical-rl;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 1.3;
    margin-right: 75px;
    margin-top: 76px;
}
.evolution_txt p {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.95;
	margin-bottom: 35px;
	letter-spacing: 2px;
}
.footer_contact {
    width: 100%;
    background: linear-gradient(180deg, #fff 0%, #fff 75%, #F8F8F8 25%, #F8F8F8 100%);
}
.footer_contact_inner {
    width: 90%;
    margin: auto;
    background: #122F61;
    color: #fff;
    display: flex;
	justify-content: center;
	align-items: center;
    padding: 20px 0 54px;
}
.btn_form a {
    width: 277px;
    background: url("../images/arrow_w.svg") no-repeat top 50% right 30px,#3680FB;
    display: flex;
    justify-content: center;
    color: #fff;
	padding: 11px 15px 13px;
	font-size: 18px;
    letter-spacing: 0;
	font-weight: 400;
}
.btn_form a:hover {
	text-decoration: none;
	background: url("../images/arrow_w.svg") no-repeat top 50% right 30px,#5595FF;
}
.footer_contact_left {
    margin-right: 50px;
    color: #fff;
}
.footer_contact_left h3 {
    font-size: 36px;
    letter-spacing: -3px;
	font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho",YuMincho,"MS P明朝","MS PMincho",serif;
}
.footer_contact_left p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1px;
}
.footer_navi {
    background: #F8F8F8;
    padding: 61px 0 100px;
}
.footer_inner {
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
    flex-wrap: nowrap;
    max-width: 95%;
    margin: auto;
}
.footer_left ul {
	display: inline-block;
	vertical-align: top;
}
.footer_left ul:first-child {
    margin-right: 80px;
}
.footer_left ul li a {
	font-size: 13px;
	font-weight: 400;
}
.footer_right {
    text-align: right;
}
.footer_right h1 {
    margin-bottom: 10px;
}
.footer_right p img {
    width: 160px;
}
.footer_right img {
    width: 300px;
}

@media screen and (max-width: 1640px) {
ul.navi {
	right: 45.5%;
}
}

@media screen and (max-width: 1550px) {
.kujo_negi_img {
	max-width: 45%;
}
.kujo_negi_txt p {
	font-size: clamp(18px, 1.5vw, 24px);
	letter-spacing: 2px;
}
}

@media screen and (max-width: 1360px) {
ul.navi {
	right: 43.5%;
    width: 860px;
}
ul.navi li {
	margin-right: 15px;
}
ul.navi li.companyli {
    display: none;
}
.ttl_top_item_list h2 {
	font-size: clamp(60px, 5vw, 70px);
}
.ttl_top_item_list {
	left: -30px;
}
}

@media screen and (max-width: 1220px) {
ul.navi {
	right: 44.5%;
    top: 4px;
}
.menu {
	width: 69px;
	height: 63px;
}
.menu__line--top {
	width: 38px;
	top: 18px;
	right: 15px;
}
.menu__line--center {
	width: 27px;
	top: 28px;
	right: 15px;
}
.menu__line--bottom {
	width: 18px;
	top: 39px;
	right: 15px;
}
.menu__line--top.active {
	top: 30px;
	right: 14px;
}
.menu__line--bottom.active {
	top: 30px;
	right: 14px;
}


.we_are_one h2 {
	max-width: clamp(600px, 45vw, 769px);
}
.slide_copy h2 {
    max-width: clamp(200px, 45vw, 379px);
}
.ttl_what_we_do {
	top: -36px;
}
.ttl_what_we_do h2 {
    font-size: clamp(55px, 5vw, 68px);
}
}

@media screen and (max-width: 1150px) {
ul.navi {
    display: none;
}
}

@media screen and (max-width: 940px) {
.partner_txt {
	width: 90%;
}
}


.logo img,ul.navi,ul.navi li,.gnav__menu__item a,.kujo_negi_img,.we_are_one h2,.we_are_one h2 img,.ttl_what_we_do h2,.ttl_what_we_do,.ttl_top_item_list h2,.ttl_top_item_list {
    transition: .5s;
}

.menu,.menu__line--top,.menu__line--center,.menu__line--bottom {
    transition: .3s;
}



/*---------------------------------------------------------------------

	 下層

---------------------------------------------------------------------*/

.page_ttl {
    width: 84%;
    width: 90%;
    margin: 0 0 10px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.page_ttl h2 {
	font-size: 52px;
	font-weight: 400;
	letter-spacing: 0;
    line-height: 1;
}
.page_ttl h2.type_s {
    font-size: 38px;
}

.page_ttl h4 {
    font-size: 30px;
	font-weight: 400;
	color: #3680FB;
}
.page_ttl::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #122F61;
	display: block;
	position: relative;
	top: -18px;
}
.ttl {
    margin-top: 9px;
    position: relative;
    padding-right: 60px;
}
.ttl::before {
	content: "";
	height: 1px;
	background: #707070;
	transform: rotate(-45deg);
	width: 60px;
	display: block;
	position: absolute;
	right: -52px;
	top: 36px;
}
.ttl2::before {
	top: 26px;
}
ul.pankuzu {
    width: 84%;
    width: 90%;
    margin: 0 0 66px auto;
}
ul.pankuzu li {
	display: inline-block;
    font-size: 12px;
    letter-spacing: 0;
}
ul.pankuzu li a {
    font-size: 12px;
    letter-spacing: 0;
}
ul.pankuzu li::after {
	content: "\03e";
	padding: 0px 0px 0px 4px;
	position: relative;
	top: -1px;
}
ul.pankuzu li:last-child::after {
	content: "";
}
ul.pankuzu2 {
    width: 84%;
    width: 90%;
    margin: 0 0 40px auto;
}
ul.pankuzu2 li {
	display: inline-block;
    font-size: 12px;
    letter-spacing: 0;
}
ul.pankuzu2 li a {
    font-size: 12px;
    letter-spacing: 0;
}
ul.pankuzu2 li::after {
	content: "\03e";
	padding: 0px 0px 0px 4px;
	position: relative;
	top: -1px;
}
ul.pankuzu2 li:last-child::after {
	content: "";
}

.side_copy {
    position: absolute;
    right: 0;
    top: 260px;
    z-index: 9;
}
.about_copy {
    margin-bottom: 120px;
}
.about_copy h2 {
	font-size: 82px;
	font-size: clamp(50px, 5.5vw, 77px);
	color: #122F61;
	line-height: 1.2;
	letter-spacing: -3px;
	margin-bottom: 40px;
	font-weight: 500;
}
.about_copy p {
	font-size: clamp(18px, 1.8vw, 22px);
	line-height: 2.1;
	margin-bottom: 24px;
	font-weight: 500;
	letter-spacing: 1px;
    max-width: 90%;
}
.about_img_area {
	position: relative;
	max-height: 1085px;
	height: 0;
	margin-bottom: 100px;
	padding-top: 50%;
	padding-bottom: 150px;
    min-height: 1085px;
}
@media screen and (max-width: 1490px) {
.about_img_area {
    min-height: inherit;
    padding-top: 63%;
}
}

.img01 {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 812px;
    width: 53.5vw;
    min-width: 630px;
}
.img02 {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 500px;
    min-width: 275px;
    width: 40vw;
}
.img03 {
    position: absolute;
    left: 240px;
    left: 17%;
    top: 449px;
    max-width: 382px;
    min-width: 241px;
    width: 30.4vw;
}
.img04 {
    position: absolute;
    right: 400px;
    right: 20%;
    top: 380px;
    max-width: 453px;
    min-width: 351px;
    width: 29.6vw;
}

@media screen and (max-width: 1180px) {
.about_img_area {
	min-height: 920px;
}
.img04 {
	right: 15%;
}
}

.vision_area {
	background: #F7F7F7;
	padding: 80px 0 74px;
	margin-bottom: 150px;
}
.vision_area h2 {
    width: 215px;
    margin: 0 auto 56px;
}
.vision1 {
    height: 585px;
    position: relative;
    margin-bottom: 58px;
}
.vision1 .vision_main_img img {
    max-width: 846px;
    position: absolute;
    left: 0;
    top: 0;
}
.vision1 .vision_box {
    width: 100%;
    max-width: 534px;
    background: #122F61;
    color: #fff;
    padding: 46px 50px 50px 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.vision1 .vision_box h3 img {
	max-width: 126px;
	margin-bottom: 13px;
}
.vision1 .vision_box p {
	font-size: 44px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0;
}

.vision2 {
    height: 641px;
    position: relative;
    margin-bottom: 115px;
}
.vision2 .vision_main_img img {
    max-width: 846px;
    position: absolute;
    right: 0;
    top: 0;
}
.vision2 .vision_box {
    width: 100%;
    max-width: 677px;
    background: #122F61;
    color: #fff;
    padding: 46px 50px 50px 85px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.vision2 .vision_box h3 img {
	max-width: 97px;
	margin-bottom: 13px;
}
.vision2 .vision_box p {
	font-size: 44px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0;
}

.vision3 {
    height: 633px;
    position: relative;
    margin-bottom: 58px;
}
.vision3 .vision_main_img img {
    max-width: 846px;
    position: absolute;
    left: 0;
    top: 0;
}
.vision3 .vision_box {
    width: 100%;
    max-width: 641px;
    background: #122F61;
    color: #fff;
    padding: 46px 50px 50px 85px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.vision3 .vision_box h3 img {
	max-width: 89px;
	margin-bottom: 13px;
}
.vision3 .vision_box p {
	font-size: 44px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0;
}
.farmers_main {
    max-width: 90%;
    margin: 0 auto 74px 0;
}
.farmers_copy {
    margin: 0 auto 125px;
}
.farmers_copy h2 {
	font-size: clamp(50px, 5.5vw, 73px);	
	line-height: 1.2;
    color: #122F61;
	letter-spacing: -4px;
	margin-bottom: 35px;
	font-weight: 500;
}
.farmers_copy p {
	font-size: clamp(18px, 1.8vw, 22px);
	line-height: 2.1;
	margin-bottom: 24px;
	font-weight: 500;
	letter-spacing: 1px;
}
.ideal_box {
    background: #F7F7F7;
    padding: 74px 50px 80px;
    position: relative;
    margin: 0 auto 105px;
}
.ideal_box h2 {
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translate(-50%, 0%);
    line-height: 1.2;
    text-align: center;
    width: 100%;
    font-size: clamp(28px, 2.55vw, 40px);
    font-weight: 600;
    letter-spacing: 1px;
}
.ideal_box ul {
	display: grid;
	grid-template-columns: 48% 48%;
	column-gap: 34px;
	row-gap: 22px;
}
.ideal_box ul li {
	display: flex;
	align-items: center;
	color: #fff;
	height: 75px;
	padding: 0 10px 0 74px;
	width: 100%;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	background: url("../images/icon_check.svg") no-repeat left 31px top 50%,#3680FB;
	padding-bottom: 3px;
}

@media screen and (max-width: 1100px) {
.ideal_box ul li {
    font-size: clamp(16px, 1.7vw, 20px);
}
}

.img_area {
    display: grid;
	grid-template-columns: 38.6875% 59.5625%;
    column-gap: 1.75%;
    margin-bottom: 100px;
}
.img_area img {
    width: 100%;
}
.farmers_our_support {
    margin-bottom: 257px;
}
.farmers_our_support h2 {
    font-size: clamp(40px, 4vw, 57px);
    font-weight: 600;
    letter-spacing: -4px;
    color: #122F61;
    text-align: center;
    margin-bottom: 13px;    
}
.farmers_our_support ul {
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.farmers_our_support ul li h3 {
    font-size: clamp(22px, 2.5vw, 36px);
    font-weight: 400;
    color: #122F61;
    margin: 15px 0 0;
    letter-spacing: -2px;
    line-height: 1.7;
}
.farmers_our_support ul li p {
    letter-spacing: 0;
}
.farmers_our_support ul li {
    width: 32%;
}
.strength_bg {
    background: #F7F7F7;
    position: relative;
    padding: 120px 0 117px;
    margin-bottom: 162px;
}
.ttl_strength {
    position: absolute;
	left: 50%;
	top: -40px;
	transform: translate(-50%, 0%);
	line-height: 1.2;
	text-align: center;
	width: 100%;
}
.ttl_strength h2 {
    font-size: clamp(60px, 5vw, 72px);
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.ttl_strength p {
	font-size: 30px;
	color: #3680FB;
	letter-spacing: -1px;
}
.global_gap {
    padding: 0 5%;
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
    margin-bottom: 43px;
}
.global_gap_img {
    width: 32.55%;
}
.global_gap_txt {
    width: 61.91%;
}
.global_gap_txt h3 {
    font-size: 36px;
    letter-spacing: -2px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
}
.global_gap_txt h3 span {
    font-size: 39px;
    letter-spacing: 0px;
}
.global_gap_txt ul li h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 38px;
    letter-spacing: -1px;
}
.global_gap_txt ul li:nth-child(1) h4 {
    background: url("../images/icon_strength1.svg") no-repeat center left;
}
.global_gap_txt ul li:nth-child(2) h4 {
    background: url("../images/icon_strength2.svg") no-repeat center left;
}
.global_gap_txt ul li:nth-child(3) h4 {
    background: url("../images/icon_strength3.svg") no-repeat center left;
}
.global_gap_txt ul li p {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 1.2px;
}
.global_gap_txt ul li {
    margin-bottom: 18px;
}
.supply {
    padding: 0 2%;
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
    margin-bottom: 62px;
    column-gap: 3%;
}
@media screen and (max-width: 1140px) {
.global_gap,.supply {
    padding: 0;
}
}
.supply_img {
    width: 336px;
}
.supply_txt {
    width: 669px;
    width: 64.26%;
    margin-top: 10px;
}
.supply_txt h4 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 20px;
    letter-spacing: 0;
}
.flow_quality h3 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 600;
    text-align: center;
	margin-bottom: 50px;
    letter-spacing: -2px;
}
.flow_quality ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 2%;
}
.flow_quality ul li {
    border: solid 1px #707070;
    background: #fff;
    display: flex;
	justify-content: space-between;
	align-items: center;
    width: 49%;
    padding: 33px 40px 40px;
    margin-bottom: 30px;
}
.flow_quality ul li img {
    width: 109px;
}
.flow_quality ul li p {
    width: 290px;
    font-size: 16px;
    line-height: 1.7;
}
.support_flow {
    margin-bottom: 98px;
}
h3.ttl_support {
    font-size: 21px;
    position: relative;
    padding-left: 39px;
    letter-spacing: -1px;
}
h3.ttl_support::before {
	content: "";
	display: inline;
	border-left: solid 24px #3680FB;
	height: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
ul.step {
    margin-top: 30px;
}
ul.step li {
	border: solid 7px #EDEDED;
	padding: 35px 60px 40px 90px;
	position: relative;
	width: 97%;
	margin: 0 0 30px auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.flow_img {
	margin-right: 40px;
	min-width: 148px;
}
ul.step li:before {
    content: "";
	display: block;
    position: absolute;
	left: -1px;
	top: 50%;
	transform: translate(-50%, -50%);
    width: 80px;
	height: 80px;
}
ul.step li:nth-child(1)::before {
	background: url("../images/step1.svg") no-repeat left 0 center;
}
ul.step li:nth-child(2)::before {
	background: url("../images/step2.svg") no-repeat left 0 center;
}
ul.step li:nth-child(3)::before {
	background: url("../images/step3.svg") no-repeat left 0 center;
}
ul.step li:nth-child(4)::before {
	background: url("../images/step4.svg") no-repeat left 0 center;
}
ul.step li:nth-child(5)::before {
	background: url("../images/step5.svg") no-repeat left 0 center;
}
ul.step li h4 {
    font-size: 32px;
    color: #122F61;
    margin-bottom: 5px;
}
ul.step li p {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0;
}
.support_faq {
    margin-bottom: 60px;
}
ul.faq_list li {
}
li.ttl_q {
	font-size: 26px;
	font-weight: 500;
	color: #122F61;
	min-height: 60px;
	background: url("../images/icon_q.svg") no-repeat top 40px left/60px auto;
	padding: 40px 0 10px 80px;
}
li.txt_a {
	font-size: 18px;
	line-height: 1.7;
	background: url("../images/icon_a.svg") no-repeat top 10px left/60px auto;
	padding: 20px 0 40px 80px;
	border-bottom: solid 1px #C4C4C4;
}
li.txt_a:last-child {
    border-bottom: none;
}
.faq_note {
    font-size: 19px;
    text-align: center;
    font-weight: 400;
    margin: 100px auto 160px;
    letter-spacing: 0;
}

table.company_history {
  width: 100%;
  margin: 0 auto 100px;
}
table.company_history tr td {
    font-size: 18px;
    font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho",YuMincho,"MS P明朝","MS PMincho",serif;
}
table.company_history tr td:nth-child(1) {
    border-top: solid 1px #122F61;
    padding: 6px 5px 7px 30px;
    vertical-align: top;
    width: 16%;
}
table.company_history tr td:nth-child(2) {
    border-top: solid 1px #BFBFBF;
    padding: 6px 0 7px 45px;
}
table.company_history tr:last-child td:nth-child(1) {
    border-bottom: solid 1px #122F61;
}
table.company_history tr:last-child td:nth-child(2) {
    border-bottom: solid 1px #BFBFBF;
}
.ttl3::before {
	top: 26px;
}
.privacy-area {
    margin-bottom: 120px;
}
.privacy-area h4 {
    font-size: 18px;
	font-weight: 500;
	margin-top: 30px;
}
ul.privacy_list {
	margin-top: 5px;
	padding-left: 20px;
}
ul.privacy_list li {
	list-style: disc !important;
}
.privacy_contact {
	margin-top: 30px;
}
.privacy_contact h3 {
    font-size: 20px;
}
.contact_area {
    max-width: 950px;
    margin: auto;
}
@media screen and (max-width: 970px) {
.contact_area {
    max-width: 90%;
}
}
.contact_top {
    font-size: 16px;
    margin-bottom: 20px;
}
.contact_note {
	background: #F7F7F7;
	padding: 35px 45px 25px;
	margin-bottom: 50px;
}
.contact_note ul li {
	font-size: 15px;
	margin-bottom: 13px;
	line-height: 1.7;
    list-style-type: disc;
    color: #b1b1b1;
}
.contact_note ul li span {
    color: #222;
}
.contact_note ul li span.send {
    color: #3680FB;
}
.entry_form {
    margin-bottom: 120px;
}
.agree {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	margin: 70px auto 50px;
}
.agree a {
    text-decoration: underline;
    color: #122F61;
}
.entry_form table,
.entry_form table tbody,
.entry_form table tr,
.entry_form table tr td {
    display: block !important;
    width: 100% !important;
}
.entry_form table tr td p {
    font-size: 16px;
}
input.textVerM {
    padding: 15px;
    background: #F7F7F7;
    border: none;
    width: 45%;
}
input.textVerL {
    padding: 15px;
    background: #F7F7F7;
    border: none;
    width: 100%;
}
.entry_form table tr td:nth-child(even) {
    margin-bottom: 25px;
    margin-top: 4px;
}
span.require {
	font-size: 12px;
	text-align: center;
	display: inline-block;
	background: #122F61;
	color: #fff;
	margin-left: 10px;
	line-height: 1.6;
	padding: 1px 10px 5px;
	position: relative;
	top: -2px;
}
p.select_txt {
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
    font-weight: 300 !important;
    font-weight: normal;
}
.checkButtonArea {
    margin: 40px auto 0;
    text-align: center;
}
button.submit {
    background: #122F61;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    height: 63px;
    width: 190px;
    border-radius: 60px;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}
button.submit:hover {
    background: #333;
}
.checkButtonArea input {
    background: #122F61;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    height: 63px;
    width: 190px;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    border: none !important;
}
.checkButtonArea input:hover {
    background: #0d367c;
}
textarea.commentBox {
    background: #F7F7F7;
    border: none;
    width: 100%;
    height: 265px;
    padding: 15px;
}
::placeholder {
    color: #B4B4B4;
}
.entry_form table tr td .mb20 {
    margin-left: 20px;
}
.entry_form table tr td .mb20 p {
    margin-bottom: 3px;
}
label.radio {
    margin-right: 30px;
}
label.radio:last-child {
    margin-right: 0px;
}
label.checkbox {
    width: 100%;
    display: block;
}
label.accented_r input {
    accent-color: #122F61;
}
.thanksArea {
	margin: 60px auto 120px;
	background: #F7F7F7;
	padding: 35px 45px 50px;
}
.thanks_ttl {
	margin: 5px auto 0px;
	font-size: 20px;
	text-align: center;
	font-weight: 500;
}
.textInner {
	text-align: left;
	display: inline-block;
	margin: 11px auto 0px;
	line-height: 2;
	font-size: 15px;
	letter-spacing: 1.2px;
}
.textInner span {
    font-weight: 500;
}

/* 商品詳細 商品一覧 */


.item_all {
    margin-bottom: 70px;
}
.item_area {
    margin-bottom: 13px;
}
ul.list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
ul.list li {
	width: 23.5%;
    text-align: center;
    margin-bottom: 40px;
}
ul.list::before {
  content: "";
  display: block;
  width: 25%;
  order: 1;
}
ul.list::after {
  content: "";
  display: block;
  width: 25%;
}
ul.list li a {
	display: block;
	height: 100%;
	width: 100%;
}
ul.list li a:hover {
    text-decoration: none;
}
ul.list li a:hover p.original_brand {
    background: #02367c;
}
ul.list li a:hover img {
    opacity: 1;
}
ul.list li h2 {
    font-size: 20px;
    margin: 10px auto 1px;
}

.item_list_ttl {
	color: #2f2f2f;
	font-size: 16px;
    font-weight: 500;
	display: flex;
	align-items: center;
	letter-spacing: 0;
    margin-bottom: 25px;
}
.item_list_ttl::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #6F819F;
	display: block;
}
.item_list_ttl::after {
	margin-left: 55px;
}

p.original_brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #04244F;
	color: #fff;
	font-size: 13px;
	border-radius: 30px;
	padding: 2px 13px 3px;
}
.item_img img {
    border: solid 1px #D6D6D6;
}
.zoom {
    overflow: hidden;
}
.zoom img {
    transition: all .3s;
}
.list li a:hover img {
    transform: scale(1.1);
    transition: all .3s;
}
.zoom:hover img {
    opacity: 1;
}

/* 商品紹介 */

.detail_main {
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 94px;
}
.detail_main_img {
    width: 45%;
    margin-right: 4%
}
.detail_main_txt {
    width: 51%;
}
.detail_main_txt h2 {
    font-size: clamp(43px, 4.1vw, 53px);
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 25px;
    font-weight: 600;
}
.detail_main_txt p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0;
}
.item_feature {
    background: #F7F7F7;
    padding: 100px 75px 57px;
	position: relative;
	margin: 0 auto 36px;
}
.ttl_item_feature {
    position: absolute;
	left: 50%;
	top: -19px;
	transform: translate(-50%, 0%);
    width: 100%;
    text-align: center;
}
.ttl_item_feature h2 {
	line-height: 1.2;
	font-size: clamp(30px, 2.4vw, 36px);
	font-weight: 500;
	letter-spacing: 1px;
}
.ttl_item_feature p {
	font-size: 30px;
	color: #3680FB;
	letter-spacing: -1px;
}
.item_feature ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.item_feature ul li {
	width: 32%;
}
.item_feature ul li h3 {
	font-size: clamp(21px, 2vw, 24px);
	font-weight: 500;
	margin: 0 0 3px;
	letter-spacing: 0px;
	line-height: 1.5;
    font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho",YuMincho,"MS P明朝","MS PMincho",serif;
}
.item_feature ul li p {
    letter-spacing: 0;
    width: 89%;
    font-size: 16px;
    line-height: 1.9;
}
.item_info {
    margin-bottom: 130px;
}
h3.ttl_item_info {
    font-size: 25px;
    position: relative;
    padding-left: 42px;
    letter-spacing: -1px;
    font-weight: 500;
    margin-bottom: 25px;
}
h3.ttl_item_info::before {
	content: "";
	display: inline;
	border-left: solid 24px #3680FB;
	height: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

/* タブ */
.panels > .panel {
    display: none;
}
.panels > .panel.active {
    display: block;
}
.tabs {
    margin: 0 auto;
    text-align: center;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: center;
	align-items: flex-start;
}
.tab {
	width: 26.5%;
	display: block;
	padding: 5px;
}
.tab:nth-child(2) {
    margin: 0 1%;
}
.toptab a {
	display: block;
	padding: 6px 0 8px;
	font-size: 16px;
	text-align: center;
	background: #C9C9C9;
    color: #fff;
	transition: all .2s ease 0s;
    font-weight: 400;
}	
.tab.active {
	background: #3680FB;
	color: #fff;
}
.toptab a:hover {
	text-decoration: none;
	background: #3680FB;
	color: #fff;
}	
.sub_tab.active {
	background: #1db3eb;
	color: #fff;
}
a.sub_tab:hover {
	text-decoration: none;
	background: #1db3eb;
	color: #fff;
}
.panels {
	border: solid 1px #B1B1B1;
	padding: 26px 45px;
	position: relative;
	top: -1px;
}

p.schedule {
    font-size: 16px;
    margin-bottom: 1px;
}
.schedule_img img {
    width: 100%;
    margin-bottom: 20px;
}
.item_info_flex {
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
    flex-wrap: wrap;
}
.info1 {
    width: 40.33%;
}
.info2 {
    width: 30.10%;
}
.info3 {
    width: 24%;
}
.item_info_flex p {
    font-size: 16px;
    margin-bottom: 3px;
}
.info1 table {
    width: 100%;
}
.info1 table tr td {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}
.info1 table tr td:nth-child(2n+1) {
	background: #3680FB;
	color: #fff;
	padding: 3px 15px 11px 29px;
	border: solid 1px #B9B9B9;
	width: 28%;
}
.info1 table tr td:nth-child(even) {
    padding: 3px 15px 11px;
    border: solid 1px #B9B9B9;
}

.info2 table {
    width: 100%;
}
.info2 table tr td {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}
.info2 table tr td:nth-child(2n+1) {
	background: #3680FB;
	color: #fff;
	padding: 3px 15px 11px 29px;
	border: solid 1px #B9B9B9;
	width: 28%;
}
.info2 table tr td:nth-child(even) {
    padding: 3px 15px 11px;
    border: solid 1px #B9B9B9;
}
.ttl_bg {
    background: #3680FB;
    color: #fff;
}
.item_box {
    border: solid 1px #B1B1B1;
	padding: 26px 45px;
}
.info4 {
	width: 55%;
	margin-left: 3%;
}
.info4 img {
    width: 100%;
}
.item_info_flex2 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 30px;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
  }

.doc01{
    width: 500px;
    margin: 0 auto 100px auto;
    text-align: center;
}



