@charset "UTF-8";

/* base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

:root {
	--scrollbar: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

html:has(#navi[aria-hidden=false]) {
	overflow: hidden;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #333333;
	word-wrap: break-word;
}

a {
	color: inherit;
}

div[id],
section[id],
article[id] {
	scroll-margin-top: 80px;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	outline: none;
}

button,
a {
	cursor: pointer;
}

button:focus-visible,
a:focus-visible {
	outline: auto;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Tools */

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.hidden {
	display: none !important;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.fw-700 {
	font-weight: 700;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

/* gap
-------------------------------*/

/* grid
-------------------------------*/

.grid-1col > *,
.grid-2col > *,
.grid-3col > *,
.grid-4col > * {
	min-width: 0;
}

.grid-1col {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.grid-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.grid-4col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

/* Layout */

.l-body {
	width: 100%;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	height: 100px;
	padding: 18px 30px 18px 20px;
	z-index: 1000;
}

.l-wrapper {
	position: relative;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

/* Module */

.noscript {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	border: 3px solid red;
}

.noscript span {
	color: red;
}

/*
#styleguide
heading-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-primary">見出し２です</p>
```
*/

.heading-primary {
	text-align: center;
	color: #FFF;
	margin-bottom: 47px;
}

.heading-primary__label {
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: #5598cb;
	color: #FFF;
	border-radius: 17.5px;
	padding: 0.45em 0.8em;
	margin-bottom: 10px;
}

.heading-primary__jp {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.heading-primary__jp__yellow {
	color: #fff66d;
}

.heading-primary__en {
	display: block;
	font: 700 1.8rem "Lato", sans-serif;
	letter-spacing: 0.05em;
	margin-top: 15px;
}

.heading-primary--black {
	color: #333333;
}

.heading-primary--black .heading-primary__en {
	color: #5598cb;
}

/*
#styleguide
heading-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-secondary">見出し２です</p>
```
*/

.heading-secondary {
	position: relative;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.98;
	text-align: center;
	color: #FFF;
	margin-bottom: 35px;
}

.heading-secondary::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #FFF;
}

.heading-secondary span {
	position: relative;
	background: #9fc3de;
	padding: 0 0.6em;
}

/*
#styleguide
heading-tertiary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-tertiary">見出し２です</p>
```
*/

/*
#styleguide
text-base

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-base">ベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントです</p>
```
*/

.text-base {
	font-size: 1.6rem;
	line-height: 1.8;
}

.text-base p,
.text-base ol,
.text-base ul {
	margin-bottom: 1.8em;
}

/*
#styleguide
text-lg

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-lg">大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです</p>
```
*/

.text-lg {
	font-size: 2rem;
	line-height: 1.8;
}

.text-lg p,
.text-lg ol,
.text-lg ul {
	margin-bottom: 1.8em;
}

/*
#styleguide
text-sm

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-sm">小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです</p>
```
*/

.text-sm {
	font-size: 1.4rem;
	line-height: 1.8;
}

.text-sm p,
.text-sm ol,
.text-sm ul {
	margin-bottom: 1.8em;
}

/*
#styleguide
text-note

米印の下にテキストの回り込みが内容にします。
```
<p class="text-note">※テキストですテキストです。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。</p>
```
*/

.text-note {
	padding-left: 1em;
	text-indent: -1em;
}

.buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

/*
#styleguide
button-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-primary">ボタン</a>
	<button type="button" class="button-primary">ボタン</button>
</div>
```
*/

.button-primary {
	background: #333333;
	color: #FFF;
	border: none;
	padding: 0.5em 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

/*
#styleguide
button-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-secondary">ボタン</a>
	<button type="button" class="button-secondary">ボタン</button>
</div>
```
*/

.button-secondary {
	background: blue;
	color: #FFF;
	border: none;
	padding: 0.5em 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.header-text {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.45;
}

.header-button {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: #f39800;
	border: 1px solid #f39800;
	color: #FFF;
	padding: 1em 2.9em;
	border-radius: 25px;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-top: 7px;
}

.footer {
	padding: 100px 0 0;
}

.footer__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 32px;
}

.footer__logo {
	width: 144px;
	margin-bottom: 28px;
}

.footer__logo img {
	display: block;
}

.footer__company {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.footer__address {
	margin-top: 30px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.875;
}

.footer__logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	padding-bottom: 8px;
}

.footer__logos__item {
	width: 108px;
}

.footer__logos__item img {
	display: block;
}

.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #dcdcdc;
	padding: 40px 0 50px;
}

.footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 45px;
}

.footer__links__item {
	letter-spacing: 0.1em;
}

.footer__links__item a {
	text-underline-offset: 0.5em;
}

.copyright {
	font: 400 1.2rem "Lato", sans-serif;
	letter-spacing: 0.1em;
	color: #aaabab;
}

.mainvisual {
	position: relative;
	padding: 95px 0 120px;
}

.mainvisual::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/bg_mv_pc.jpg) no-repeat center/cover;
	border-radius: 0 0 40px 40px;
	z-index: -1;
}

.mainvisual__inner {
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.mainvisual__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 22px;
	margin-bottom: 20px;
}

.mainvisual__head__text {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.25;
	color: #bb9618;
	margin-bottom: 16px;
}

.mainvisual__badge {
	width: 148px;
}

.mainvisual__badge img {
	display: block;
}

.mainvisual__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 28px;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 20px;
	max-width: 845px;
	padding: 33px 3% 38px 4%;
}

.mainvisual__logo {
	width: 125px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.mainvisual__text {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #5598cb;
}

.mainvisual__text__lg {
	display: block;
	font-size: clamp(5.8rem, 2.9555555556rem + 3.7037037037vw, 7.4rem);
	letter-spacing: 0.08em;
	color: #666666;
	margin-top: 13px;
	margin-left: -0.15em;
}

.mainvisual__text__lg strong {
	color: #5598cb;
	background: linear-gradient(to top, transparent 10px, #fff66d 10px, #fff66d 30px, transparent 30px);
}

.mainvisual__label {
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2;
	background: #5598cb;
	color: #FFF;
	border-radius: 24px;
	padding: 0.4em 0.8em;
	margin-top: 23px;
}

.mainvisual__scroll {
	position: absolute;
	top: calc(100% - 75px);
	left: 3.9%;
	font: 700 1.4rem "Lato", sans-serif;
	letter-spacing: 0.1em;
	color: #5598cb;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding-bottom: 168px;
	z-index: 1;
}

.mainvisual__scroll::before {
	position: absolute;
	bottom: 0;
	left: 45%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 2px;
	height: 150px;
	display: block;
	background: currentColor;
}

.mainvisual__scroll::after {
	position: absolute;
	bottom: 150px;
	left: 45%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	background: #5598cb;
	border-radius: 50%;
	-webkit-animation: up-down 2s ease-out infinite;
	animation: up-down 2s ease-out infinite;
}

.lead {
	position: relative;
	padding: 75px 0 95px;
	border-radius: 0 0 50px 50px;
	overflow: hidden;
}

.lead::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: calc(100% + 95px);
	display: block;
	background: -webkit-gradient(linear, left bottom, left top, from(#ebf2f9), color-stop(70%, #ebf2f9), to(transparent));
	background: linear-gradient(to top, #ebf2f9, #ebf2f9 70%, transparent);
}

.lead::after {
	position: absolute;
	bottom: -1.5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "PatraNeo";
	font-size: clamp(11rem, 2.1111111111rem + 11.5740740741vw, 16rem);
	font-weight: 700;
	font-family: "Lato", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #FFF;
	white-space: nowrap;
}

.lead__head {
	text-align: center;
}

.lead__head__sm {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.61;
}

.lead__head__sm::before,
.lead__head__sm::after {
	content: "";
	width: 2px;
	height: 35px;
	display: inline-block;
	background: #333333;
	vertical-align: middle;
}

.lead__head__sm::before {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	margin-right: 0.4em;
}

.lead__head__sm::after {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	margin-left: 0.4em;
}

.lead__head__lg {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2;
	margin-top: 0.1em;
}

.lead__head__lg span {
	font-size: 6rem;
	letter-spacing: 0.1em;
	color: #5598cb;
	background: linear-gradient(to top, transparent 10px, #fff66d 10px, #fff66d 30px, transparent 30px);
}

.lead__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3.5%;
	margin-top: 60px;
}

.lead__list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 20px;
	overflow: hidden;
}

.lead__list__heading {
	position: relative;
	background: #5598cb;
	color: #FFF;
	font-size: clamp(1.8rem, 0.7333333333rem + 1.3888888889vw, 2.4rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.375;
	text-align: center;
	padding: 0.5em 0.5em 0.6em;
}

.lead__list__heading::before {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-top: 14px solid #5598cb;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.lead__list__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #FFF;
	padding: 20px 9% 28px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.lead__list__text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.875;
	text-align: justify;
}

.lead__list__text span {
	font-weight: 700;
	background: linear-gradient(to top, #fff66d 10px, transparent 10px);
}

.lead__list__image {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

.lead__list__image img {
	display: block;
	width: 100%;
}

.lead__list__image--sm {
	width: 70%;
}

.lead__image {
	position: relative;
	z-index: 1;
	width: 82.7%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

.section {
	position: relative;
	padding: 100px 0;
}

.section--pt-0 {
	padding-top: 0;
}

.bg-blue {
	background: #9fc3de;
}

.bg-blue::before {
	position: absolute;
	bottom: 100%;
	left: 0;
	content: "";
	width: 100%;
	height: 50px;
	display: block;
	background: #9fc3de;
	z-index: -1;
}

.function {
	position: relative;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(338px, 1fr));
	gap: 30px;
}

.function__item {
	background: #FFF;
	border-radius: 20px;
	padding: 50px 7.8% 43px;
}

.function__image {
	position: relative;
	max-width: 80%;
	height: 150px;
	margin-bottom: 26px;
	margin-left: auto;
	margin-right: auto;
}

.function__image img {
	position: relative;
	z-index: 1;
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.function__image--05 img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.function__image--07 img {
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.function__image--08 img {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.function__image__text {
	position: absolute;
	bottom: -15px;
	left: -38px;
	display: inline-block;
	letter-spacing: 0.05em;
	line-height: 1.43;
	background: #5598cb;
	color: #FFF;
	padding: 0.35em 0.95em;
	border-radius: 5px;
	z-index: 1;
	white-space: nowrap;
}

.function__option {
	position: absolute;
	top: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	border: 2px solid #5598cb;
	background: #FFF;
	width: 90px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	color: #5598cb;
}

.function__option--01 {
	left: clamp(50% + 45px, 64%, 64%);
}

.function__option--02 {
	left: clamp(50% + 105px, 87%, 87%);
}

.function__option--03 {
	left: clamp(50% + 105px, 89%, 89%);
}

.function__option--04 {
	left: 90%;
}

.function__heading {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.92;
	text-align: center;
	color: #5598cb;
	margin-bottom: 11px;
}

.function__text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.875;
}

.function__text sup {
	font-size: 50%;
	vertical-align: top;
}

.function__note {
	display: block;
	letter-spacing: 0.05em;
	color: #595858;
	text-align: right;
	margin-top: 10px;
	margin-bottom: -25px;
}

.implement__main {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 60px;
}

.implement__item {
	display: grid;
	grid-row: span 3;
	grid-template-rows: subgrid;
	gap: 0;
}

.implement__image {
	border-radius: 20px;
	background: #f3f3f3;
	overflow: hidden;
}

.implement__image img {
	display: block;
}

.implement__text {
	position: relative;
	padding-left: 40px;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 14px;
}

.implement__text::before {
	position: absolute;
	top: 0.2em;
	left: 0;
	content: "";
	width: 32px;
	height: 32px;
	display: block;
	background: url(../img/icon_check.svg) no-repeat center/contain;
}

.implement__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
	padding-left: 40px;
}

.implement__list__item {
	border-radius: 3px;
	border: 2px solid currentColor;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-radius: 3px;
	padding: 0.3em 0.45em;
	color: #5598cb;
}

.implement__message {
	background: #fff9de;
	border: 3px solid #f39800;
	border-radius: 24px;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.7;
	text-align: center;
	margin-top: 60px;
	padding: 0.5em 0.3em 0.65em;
}

.implement__message span {
	color: #f37800;
	font-size: 3.5rem;
	text-decoration: underline;
	text-decoration-thickness: 0.06em;
	text-underline-offset: 0.25em;
}

.image-wide img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.origin {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: -webkit-gradient(linear, left top, right top, from(#f0f5f9), to(#e2ecf4));
	background: linear-gradient(90deg, #f0f5f9, #e2ecf4);
	border-radius: 30px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.origin__image {
	margin-left: -21%;
	width: 38%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.origin__image img {
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.origin__main {
	padding: 57px 5% 73px 1.5%;
}

.origin__heading {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #5598cb;
	margin-bottom: 13px;
}

.origin__text {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.67;
}

.origin__text p:not(:last-child) {
	margin-bottom: 1em;
}

.origin__text p span {
	font-weight: 700;
}

.origin__note {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	letter-spacing: 0.05em;
	color: #595858;
}

.onehealth {
	background: url(../img/bg_onehealth.png) no-repeat right center/auto 100%, #fff2ca;
}

.onehealth__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 0 63px;
}

.onehealth__logo {
	position: relative;
	width: 17.6%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 4%;
}

.onehealth__logo::before {
	position: absolute;
	top: 52%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 151.1%;
	height: 128.3%;
	display: block;
	background: url(../img/bg_logo_onehealth.png) no-repeat center/contain;
	mix-blend-mode: multiply;
}

.onehealth__logo img {
	display: block;
}

.onehealth__heading {
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #f39800;
	margin-bottom: 26px;
}

.onehealth__text {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.67;
	padding-left: 5px;
}

.cv {
	background: #5598cb;
	border-radius: 50px 50px 0 0;
	margin-top: 100px;
	padding: 90px 0 78px;
}

.cv__heading {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	color: #FFF;
	margin-bottom: 45px;
}

.cv__contents {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3%;
}

.cv__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #FFF;
	border-radius: 20px;
	padding: 53px 8.76% 45px;
}

.cv__item__heading {
	font-size: clamp(2.3rem, 1.7666666667rem + 0.6944444444vw, 2.6rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.cv__button {
	position: relative;
	display: block;
	width: 100%;
	background: #f39800;
	border: 1px solid #f39800;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 35px;
	text-decoration: none;
	padding: 13px calc(5% + 1.67em);
	margin-top: 15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.cv__button::before {
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 1.67em;
	height: 1.67em;
	display: block;
	background: #FFF;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.cv__button::after {
	position: absolute;
	top: 50%;
	right: calc(5% + 0.835em);
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	content: "";
	width: 0.5em;
	height: 0.67em;
	display: block;
	-webkit-mask: url(../img/arrow_right.svg) no-repeat center/contain;
	mask: url(../img/arrow_right.svg) no-repeat center/contain;
	background: #f39800;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.cv__button span {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	margin-top: 10px;
}

.cv__note {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.875;
	margin-top: 12px;
}

.cv__note span {
	display: inline-block;
	border: 1px solid #cdcccc;
	line-height: 1;
	padding: 0.25em 3.1em;
	margin-bottom: 6px;
}

.cv__tel {
	font-size: clamp(3.5rem, 2.6111111111rem + 1.1574074074vw, 4rem);
	font-weight: 700;
	font-family: "Lato", sans-serif;
	letter-spacing: 0.06em;
	line-height: 1;
	color: #f39800;
	text-decoration: none;
	margin-top: 10px;
}

.cv__tel::before {
	content: "";
	width: 0.475em;
	height: 0.75em;
	display: inline-block;
	background: url(../img/icon_tel.svg) no-repeat center/contain;
	margin-right: 0.2em;
}

.cv__text {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.67;
	text-align: center;
	color: #FFF;
	margin-top: 32px;
}

.fixed-btn {
	position: fixed;
	bottom: 20px;
	right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1.44;
	width: 140px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #f39800;
	color: #FFF;
	text-align: center;
	border: 3px solid currentColor;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	z-index: 100;
}

.fixed-btn::before {
	position: absolute;
	bottom: 17px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	border-top: 14px solid #fff799;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fixed-btn.is-hidden {
	opacity: 0;
	pointer-events: none;
}

.function-icons {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
	gap: 12px;
}

.function-icons__item {
	background: #FFF;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px 5px;
}

.function-icons__icon {
	display: block;
	width: 41px;
	margin-left: auto;
	margin-right: auto;
}

.function-icons__icon img {
	display: block;
	width: 100%;
}

.function-icons__text {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

.function-main {
	margin-top: 38px;
	margin-bottom: 80px;
}

.function-main__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.3%;
	border-radius: 20px;
	background: #ebf2f9;
	padding: 40px 4%;
}

.function-main__item:not(:last-of-type) {
	margin-bottom: 40px;
}

.function-main__image {
	width: 38%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.function-main__image img {
	display: block;
}

.function-main__main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: -8px;
}

.function-main__heading {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.52;
	color: #5598cb;
	margin-bottom: 15px;
}

.function-main__text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.875;
}

.function-main__text span {
	font-weight: 700;
	background: linear-gradient(to top, #fff66d 10px, transparent 10px);
}

.function-main__note {
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: right;
	margin-top: 16px;
}

@media (hover: hover) {

.header-button:hover {
	color: #f39800;
	background: #FFF;
}

.footer__links__item a:hover {
	text-decoration: none;
}

.cv__button:hover {
	background: #FFF;
	color: #f39800;
}

.cv__button:hover::before {
	background: #f39800;
}

.cv__button:hover::after {
	background: #FFF;
}

.fixed-btn:hover {
	background: #FFF;
	color: #f39800;
}

.fixed-btn:hover::before {
	border-top-color: currentColor;
}

}

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

.text-pc-left { /* pc */
	text-align: left;
}

.text-pc-center { /* pc */
	text-align: center;
}

.text-pc-right { /* pc */
	text-align: right;
}

.l-wrapper { /* pc */
	max-width: 1000px;
}

}

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

.text-sp-left { /* sp */
	text-align: left;
}

.text-sp-center { /* sp */
	text-align: center;
}

.text-sp-right { /* sp */
	text-align: right;
}

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

/* sp */

.sp-grid-1col {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.sp-grid-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.sp-grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.sp-grid-4col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.--sp-grid-2col { /* sp */
	grid-template-columns: repeat(2, 1fr);
}

.--sp-grid-1col { /* sp */
	grid-template-columns: repeat(1, 1fr);
}

.l-header { /* sp */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	padding: 0 15px;
	background: #FFF;
}

.heading-primary { /* sp */
	margin-bottom: 30px;
}

.heading-primary__jp { /* sp */
	font-size: 2.8rem;
}

.heading-primary__en { /* sp */
	font-size: 1.6rem;
	margin-top: 10px;
}

.heading-secondary { /* sp */
	font-size: 2.5rem;
	margin-bottom: 25px;
}

.header-text { /* sp */
	font-size: 1.1rem;
}

.header-button { /* sp */
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	padding: 0.96em 1.6em;
	border-radius: 20px;
	margin: 0;
}

.footer { /* sp */
	padding: 50px 0 0;
}

.footer__contents { /* sp */
	display: block;
	padding-bottom: 20px;
}

.footer__logo { /* sp */
	width: 120px;
	margin-bottom: 20px;
}

.footer__company { /* sp */
	font-size: 1.6rem;
}

.footer__address { /* sp */
	font-size: 1.4rem;
}

.footer__logos { /* sp */
	gap: 10px;
	padding: 0;
	margin-top: 20px;
}

.footer__logos__item { /* sp */
	width: 90px;
}

.footer__bottom { /* sp */
	display: block;
	padding: 30px 0;
}

.footer__links { /* sp */
	gap: 30px;
	margin-bottom: 40px;
}

.mainvisual { /* sp */
	padding: 20px 4% 53px;
	margin-top: 60px;
}

.mainvisual::before { /* sp */
	background-image: url(../img/bg_mv_sp.jpg);
	border-radius: 0 0 25px 25px;
}

.mainvisual__inner { /* sp */
	width: auto;
	max-width: none;
}

.mainvisual__head { /* sp */
	gap: 0;
	margin-bottom: 15px;
}

.mainvisual__head__text { /* sp */
	font-size: 2rem;
	letter-spacing: 0.0375em;
	line-height: 1.35;
	margin-bottom: 0;
}

.mainvisual__badge { /* sp */
	width: 78px;
	margin-right: 6.5px;
}

.mainvisual__contents { /* sp */
	border-radius: 10px;
	max-width: 350px;
	padding: 1.4em 1em 1.8em 1.4em;
}

.mainvisual__logo { /* sp */
	width: 75px;
	margin-right: 18px;
}

.mainvisual__text { /* sp */
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.mainvisual__text__lg { /* sp */
	font-size: 3.6rem;
	letter-spacing: 0.1em;
	margin-top: 10px;
}

.mainvisual__label { /* sp */
	font-size: 1.45rem;
	letter-spacing: 0.1em;
	margin-top: 12px;
	padding: 0.4em 1em;
}

.mainvisual__scroll { /* sp */
	top: calc(100% + 10px);
	left: 2%;
	font-size: 1rem;
	padding-bottom: 125px;
}

.mainvisual__scroll::before { /* sp */
	height: 113px;
}

.mainvisual__scroll::after { /* sp */
	bottom: 113px;
	width: 8px;
	height: 8px;
	-webkit-animation: up-down-sp 2s ease-out infinite;
	animation: up-down-sp 2s ease-out infinite;
}

.lead { /* sp */
	padding: 50px 0 30px;
	border-radius: 25px;
}

.lead::before { /* sp */
	height: calc(100% + 55px);
}

.lead::after { /* sp */
	bottom: -5px;
	font-size: 5.3rem;
}

.lead__head__sm { /* sp */
	position: relative;
	font-size: 1.8rem;
}

.lead__head__sm::before { /* sp */
	position: absolute;
	bottom: 0;
	right: calc(50% + 9em);
}

.lead__head__lg { /* sp */
	font-size: 2.5rem;
}

.lead__head__lg span { /* sp */
	font-size: 4rem;
}

.lead__list { /* sp */
	grid-template-columns: repeat(1, 1fr);
	margin-top: 30px;
}

.lead__list__heading { /* sp */
	font-size: 2rem;
}

.lead__list__main { /* sp */
	padding: 1.5em 20px;
}

.lead__list__image { /* sp */
	width: 80%;
}

.lead__list__image--sm { /* sp */
	width: 50%;
}

.lead__image { /* sp */
	width: 100%;
	margin-top: 30px;
}

.section { /* sp */
	padding: 50px 0;
}

.section--pt-0 { /* sp */
	padding-top: 0;
}

.bg-blue::before { /* sp */
	height: 25px;
}

.function { /* sp */
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}

.function__item { /* sp */
	padding: 30px 20px;
}

.function__image { /* sp */
	margin-bottom: 18px;
}

.function__image--03 img { /* sp */
	-webkit-transform: translateX(-15px);
	transform: translateX(-15px);
}

.function__image--07 img { /* sp */
	-webkit-transform: none;
	transform: none;
}

.function__option { /* sp */
	font-size: 1.2rem;
	width: 70px;
}

.function__option--02 { /* sp */
	left: calc(50% + 100px);
}

.function__option--03 { /* sp */
	top: -20px;
	left: calc(50% + 100px);
}

.function__option--04 { /* sp */
	top: -28px;
	left: calc(50% + 100px);
}

.function__heading { /* sp */
	line-height: 1.5;
}

.function__note { /* sp */
	margin-bottom: 0;
}

.implement__main { /* sp */
	grid-template-columns: 1fr;
	gap: 50px 30px;
}

.implement__item { /* sp */
	display: block;
}

.implement__image { /* sp */
}

.implement__text { /* sp */
	padding-left: 30px;
	font-size: 1.6rem;
}

.implement__text::before { /* sp */
	top: 0.1em;
	width: 24px;
	height: 24px;
}

.implement__list__item { /* sp */
	font-size: 1.4rem;
}

.implement__message { /* sp */
	font-size: 1.8rem;
	margin-top: 30px;
}

.implement__message span { /* sp */
	font-size: 2rem;
}

.image-wide { /* sp */
	aspect-ratio: 375/200;
}

.origin { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	border-radius: 15px;
	padding: 30px 20px 0;
}

.origin__image { /* sp */
	margin: 10px 0 -2.5% -5%;
	width: 70%;
}

.origin__main { /* sp */
	padding: 0;
}

.origin__heading { /* sp */
	font-size: 2.8rem;
	margin-bottom: 20px;
}

.origin__text { /* sp */
	font-size: 1.6rem;
}

.origin__note { /* sp */
	top: calc(100% + 5px);
	left: auto;
	right: 0;
	font-size: 1.2rem;
}

.onehealth { /* sp */
	background-image: url(../img/bg_onehealth_sp.png);
	background-size: 100% auto;
	background-position: center bottom;
}

.onehealth__contents { /* sp */
	display: block;
	padding: 30px 0 13.3vw;
}

.onehealth__logo { /* sp */
	width: 176px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.onehealth__heading { /* sp */
	font-size: 2.2rem;
	margin-bottom: 15px;
}

.onehealth__text { /* sp */
	font-size: 1.6rem;
}

.cv { /* sp */
	margin-top: 50px;
	padding: 50px 0;
	border-radius: 25px 25px 0 0;
}

.cv__heading { /* sp */
	font-size: 2rem;
}

.cv__contents { /* sp */
	grid-template-columns: repeat(1, 1fr);
}

.cv__item { /* sp */
	border-radius: 10px;
	padding: 30px 20px;
}

.cv__item__heading { /* sp */
	font-size: 2rem;
}

.cv__tel { /* sp */
	font-size: 3.5rem;
}

.cv__text { /* sp */
	font-size: 1.6rem;
	text-align: left;
}

.fixed-btn { /* sp */
	bottom: 10px;
	right: 10px;
	width: 95px;
	font-size: 1.4rem;
}

.fixed-btn::before { /* sp */
	bottom: 10px;
	border-top-width: 10px;
	border-left-width: 8px;
	border-right-width: 8px;
}

.function-icons { /* sp */
	gap: 10px;
}

.function-main__item { /* sp */
	display: block;
	padding: 30px 20px;
}

.function-main__item:not(:last-of-type) { /* sp */
	margin-bottom: 20px;
}

.function-main__image { /* sp */
	width: 100%;
	margin-bottom: 20px;
}

.function-main__heading { /* sp */
	font-size: 2rem;
	margin-bottom: 10px;
}

.function-main__note { /* sp */
	font-size: 1.2rem;
	letter-spacing: 0;
	text-align: left;
	margin-top: 10px;
}

}

@-webkit-keyframes up-down {

0% {
	bottom: 150px;
}

100% {
	bottom: 0;
}

}

@keyframes up-down {

0% {
	bottom: 150px;
}

100% {
	bottom: 0;
}

}

@-webkit-keyframes up-down-sp {

0% {
	bottom: 113px;
}

100% {
	bottom: 0;
}

}

@keyframes up-down-sp {

0% {
	bottom: 113px;
}

100% {
	bottom: 0;
}

}

