@charset "utf-8";
/*
Theme Name: aoi
*/
:target::before {
    content: "";
    display: block;
    height: 100px;
    margin: -60px 0 0;
}

html {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 200%;
	font-family: 'Shippori Mincho','NotoSansJP-Black', sans-serif;
	color: #333;
}

*,::before,::after {
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	background-color: #fff;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: top;
	object-fit: cover;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover,
a:hover img {
	opacity: 0.75;
}

ul {
	padding: 0;
}

ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #333;
}

figure {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 20px;
	line-height: 200%;
}

h1,h2,h3,h4 {
	letter-spacing: 0.2rem;
	line-height: 200%;
	margin: 0 0 20px;
}

h1 {
	font-size: 1.6rem;
}

h2 {
	font-size: 1.4rem;
}

h3 {
	font-size: 1.2rem;
}

article {
	padding: 0 0 10%;
}

table {
    border-collapse: collapse;
}

@keyframes shine {
  0% {
    opacity: 1 !important;
  }
  100% {
    opacity: 0 !important;
  }
}

/* お問い合わせ */
/* リセット */
:where(button, input, textarea, optgroup, select) {
	appearance: none;
	background-color: transparent;
	border-radius: unset;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	vertical-align: middle;
}

:where(textarea) {
	field-sizing: content;
	resize: block;
}

:where(button, [type="button"], [type="submit"], [type="reset"]) {
	text-align: center;
	user-select: none;
	touch-action: manipulation;
	border: 0;
}


:where(button, input, textarea, select):focus-visible {
	outline: 2px solid #005FCC;
	outline-offset: -2px;
}

:where(button,
input[type=button],
input[type=submit],
input[type=reset])[disabled] {
	cursor: not-allowed;
}

.bl_form_group:not(:first-of-type),
.bl_formConfirm_txt+.bl_form_group {
  margin-block-start: 1.5em;
}

.bl_form_group fieldset {
  display: contents;
}

.bl_form_control {
  margin-block-start: 0.5em;
	width: calc(100% - 250px);
}

.bl_form_group > p {
	width: 200px;
}

.bl_form_label {
  align-items: center;
  display: inline-grid;
  gap: 0.6em;
  grid-template-columns: 1fr auto;
}

.bl_form_required {
  background-color: red;
  color: #FFF;
  display: inline-block;
  font-weight: 700;
  padding-block: 0.1em;
  padding-inline: 0.2em;
}

.bl_form :is(input[type=text], input[type=email], input[type=tel], textarea, select) {
  background-color: #FFF;
  border: 2px solid #DDD;
  padding-inline: 0.3em;
}

.bl_form :is(input[type=text], input[type=email], input[type=tel], textarea) {
  inline-size: 100%;
}

.bl_form :is(input[type=text], input[type=email], input[type=tel], textarea)::placeholder {
  color: #C5C5C5;
}
.bl_form textarea {
  min-block-size: 5lh;
}

.bl_form .wpcf7-list-item {
  margin: unset;
}
.bl_form_radio,
.bl_form_checkbox {
  display: inline-grid;
  gap: 0.5em 2em;
}

.bl_form :is(input[type=radio], input[type=checkbox], input[type=checkbox]) {
  background-color: #FFF;
  block-size: 18px;
  border: 2px solid #DDD;
  inline-size: 18px;
  margin-block-end: 3px;
  position: relative;
}
.bl_form input[type=radio] {
  border-radius: 50%;
}

.bl_form label:has(:where(input[type=radio], input[type=checkbox]):focus-visible) {
  outline: 2px solid #005FCC;
  outline-offset: 2px;
}

.bl_form :where(input[type=radio], input[type=checkbox]):checked::before {
  content: "";
  inset-block-start: 2px;
  inset-inline-start: 2px;
  position: absolute;
}

.bl_form :where(input[type=radio]):checked::before {
  background-color: #37952F;
  block-size: 10px;
  border-radius: 50%;
  inline-size: 10px;
}

.bl_form :where(input[type=checkbox]):checked::before {
  block-size: 6px;
  border-block-end: 2px solid #37952F;
  border-inline-start: 2px solid #37952F;
  inline-size: 10px;
  rotate: -50deg;
}

.bl_form_consent {
  border: 2px solid #DDD;
  margin-block-start: 2.5rem;
  padding-block: 1em;
  padding-inline: 1.3em;
  text-align: center;
}
.bl_form_consent_desc_link {
  color: #0000EE;
  text-decoration: underline;
}

.bl_form_btn {
  display: flex;
  gap: 2em;
  justify-content: center;
  margin-block-start: 2.5rem;
}

.bl_form_confirm[disabled] {
  background-color: #CCC;
	border: 0;
}

.bl_form_confirm,
.bl_form_submit {
	background-color: #37952F;
	color: #FFF;
	inline-size: min(100%, 10em);
	padding-block: 0.5em;
	padding-inline: 1em;
	width: 200px;
	cursor: pointer;
}

.bl_form_btn p {
	display: flex;
	gap: 50px;
}

input[disabled] {
	cursor: not-allowed;
}

.bl_form_back {
	text-decoration: underline;
	cursor: pointer;
}

.bl_formConfirm,
.wpcf7-response-output,
.bl_formConfirm .wpcf7-spinner {
  display: none;
}

.bl_formThanks_ttl,
.bl_formThanks_txt {
  text-align: center;
}
.bl_formThanks_ttl {
  font-size: 24px;
  font-weight: 700;
}
.bl_formThanks_txt {
  margin-block-start: 1em;
}

@media (min-width: 768px) {
  .bl_form_group {
    align-items: start;
    display: flex;
    gap: 50px;
  }
  .bl_form_label {
    margin-block-start: 0.5em;
  }
  .bl_form_radio,
  .bl_form_checkbox {
    grid-auto-flow: column;
  }
}

.bl_confirm_message {
	white-space: pre-wrap;
}

.bl_form_hidden {
    display: none;
}

.bl_formConfirm .bl_form_control {
	border: 1px solid #cccccc;
	padding: 5px 0 5px 5px;
}

.bl_formConfirm .bl_form_control p {
	margin: 0;
}

/* post */	
.singlewrap {
	padding-top: 5% !important;
}

.informationwrap,
.archivewrap,
.singlewrap,
.categorywrap {
	display: flex;
	justify-content: center;
	gap: 30px;
	padding-left: 5% !important;
	padding-right: 5% !important;
}

.informationwrap {
	padding-top: 5%;
}

.informationwrap .news__wrap--contents {
	width: 100%;
}

.news__wrap--matchbox {
	border-bottom: 1px solid #333;
	display: block;
	margin: 0 0 25px 0;
}

.news__wrap--matchbox h3 {
	margin: 0;
}

.news__category {
	margin: 0 10px;
	padding: 0 10px;
	display: inline-block;
}

.pagination {
	margin-top: 10%;
}

.page-numbers {
	display: flex;
    justify-content: center;
    align-items: center;
}

.page-numbers li {
	text-align: center;
	width: 40px;
	height: 40px;
}

.page-numbers li span,
.page-numbers li a {
	width: 100%;
	height: 100%;
	display: flex;
}

.page-numbers li .current {
	background-color: #da81b2;
    color: #fff;
    font-weight: 600;
}

.page-numbers li:hover {
	background-color: #cccccc;
}

/* sidebar */
.sidebar {
	width: 250px;
	padding-top: 0 !important;
}

.sidebar h4 {
	margin: 0;
}

.sidebar_menu > li {
	margin-bottom: 20px;
}

.sidebar_menu h2 {
	font-size: 1rem;
	margin: 0;
	padding-left: 15px;
	border-left: 5px solid #FFD1DC;
	background-color: #f4f4f4;
}

.sidebar_menu {
	margin-top: 0;
}

/* privacypolicy */
.privacypolicy p {
	margin-top: 0;
}

.privacypolicy h2 {
	text-align: left;
	margin-bottom: 0;
}

.privacypolicy ol {
	text-align: left;
	margin-top: 0;
}

/* top */
.smooth {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1;
  margin-top: 15px;
}
.smooth.is-animated {
  clip-path: inset(0);
}

.title {
	position: relative;
	width: fit-content;
    margin: 0 auto 3%;
}

.title figure {
	position: absolute;
	animation: shine_star 0.6s steps(4) alternate infinite;
	-webkit-animation: shine_star 0.6s steps(4) alternate infinite;
    -moz-animation: shine 0.6s steps(4) alternate infinite;
}

@keyframes shine_star {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.delay-1s {
    -webkit-animation-delay: 1s !important;
    -moz-animation-delay: 1s !important;
    animation-delay: 1s !important;
}

.delay-15s {
    -webkit-animation-delay: 1.5s !important;
    -moz-animation-delay: 1.5s !important;
    animation-delay: 1.5s !important;
}

.title figure:nth-of-type(1) {
	top: 0;
    right: -40px;
    width: 25px;
    height: 25px;
}

.title figure:nth-of-type(2) {
	top: 30px;
    right: -55px;
    width: 20px;
    height: 20px;
}

.title figure:nth-of-type(3) {
	bottom: 0px;
    right: -25px;
    width: 15px;
    height: 15px;
}

.title h2 {
	font-size: clamp(1.3rem, 0.78rem + 2.6vw, 4rem);
	color: #1090F0;
}

.top_explanation,
.top_company,
.flow {
	background: url("common/images/bg.gif") center top #f5f6f1;
	background-size: 225px auto;
    background-attachment: fixed;
}

.sp {
	display: none;
}

.sp1000 {
	display: none;
}

.maxwidth {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.minwidth {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.maxwidth1920 {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.btn {
    display: flex !important;
	justify-content: center;
	align-items: center;
	width: 250px;
	position: relative;
	background: #228bc8 !important;
	border: 1px solid #228bc8 !important;
	box-sizing: border-box;
	padding: 10px 25px 10px 40px !important;
	color: #fff !important;
	font-size: 16px !important;
	letter-spacing: 0.1em !important;
	line-height: 1.3 !important;
	text-align: left !important;
	transition-duration: 0.3s !important;
	margin: 5% auto 0 !important;
	z-index: 3 !important;
}

.btn a {
	color: #fff;
}

.btn::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 23px;
	left: 25px;
	margin-top: -6px;
}

.btn:hover {
    background: #fff !important;
}

.btn:hover a {
	width: 100%;
	color: #228bc8;
	text-align: center;
}

.btn:hover::after {
	border-top: 2px solid #228bc8;
	border-right: 2px solid #228bc8;
}

header h1 {
	margin: 0;
}

header {
	position: fixed;
	top: 0;
	padding: 0 20px;
	z-index: 10;
	transition: .3s;
	width: 100%;
	height: 110px;
}

header section {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .tel {
	position: relative;
}

header .tel::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -50%;
	transform: translate(28% , -50%);
	background-image: url("common/images/tel.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
}

header .tel p {
	margin: 0;
}

.globalnavi > ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.sub-menu {
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	position: absolute;
	left: 20px;
	top: 30px;
	text-align: left;
	white-space: nowrap;
	width: 100%;
}

.sub-menu li {
	display: inline-block;
	padding: 0 10px;
}
.sub-menu li:nth-of-type(1) {
	padding-left: 0;
}

.sub-menu.hoverd {
	visibility: visible;
	opacity: 1;
}

.globalnavi__item .sub-menu.hovered {
	visibility: visible;
	opacity: 1;
}

.globalnavi__item {
	box-sizing: border-box;
    text-align: center;
	padding: 0 20px;
	position: relative;
}

.toggle-icon,
.globalnavi__hamburger {
	display: none;
}


.footer_cta {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("common/images/1696140_l.jpg");
	position: relative;
}

.bg {
	background-color: rgba(250, 237, 245, 0.5);
	width: 100%;
}

.footer_cta .maxwidth {
	overflow: hidden;
	position: relative;
}

.footer_ctabox {
	padding: 30px;
	width: 100%;
	height: 100%;
}

.footer_ctabox h2 {
	text-align: center;
}

.footer_ctatext {
	display: flex;
	justify-content: space-around;
}

.footer_ctatext p {
	width: 50%;
	font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
	margin: 0;
}

.footer_ctatext .btn {
	width: fit-content;
	height: fit-content;
}

.footer_nav {
	padding: 3% 0 0 0;
	background-color: #C75467;
}

.footer_nav .minwidth ul {
	display: flex;
	align-items: center;
	justify-content: center;
    margin: 0 auto;
	flex-wrap: wrap;
	margin-bottom: 3%;
}

.footer_nav .minwidth ul li {
	line-height: 1.5;
	white-space: normal;
	font-size: 1.2rem;
	padding-bottom: 10px;
}

.footer_nav .minwidth ul li a {
	color: #fff;
}

.footer_nav .minwidth ul li:not(:first-child):before {
	content: "|";
	margin-right: 1.3em;
	color: #fff;
}

.footer_company {
	text-align: center;
	margin-bottom: 30px;
}

.footer_company p,
.footer_company a {
	margin: 0;
	color: #fff;
}

.copyright {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.copyright small,
.copyright p {
	color: #fff;
}

.top_mainvisual {
	background-color: #ffd1dc;
	background-image: linear-gradient(51deg, #ffd1dc 39%, #ffebef 90%);
	padding: 3% 3% 12%;
	position: relative;
}

.top_mainvisual_backimg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.top_mainvisual_backimg svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 110px;
}

.top_mainvisual_backimg .shape-fill {
    fill: #FFFFFF;
}

.top_mainvisual .maxwidth {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding-bottom: 30px;
}

.top_mainvisual figure {
	width: 100%;
	border-radius: 24px;
	overflow: hidden;
}

.top_mainvisual figure img {
	height: 85vh;
	max-height: 1200px;
	min-height: 700px;
}


.top_textbox {
	width: 50%;
    position: absolute;
    background-color: #ffd1dc;
    border-radius: 0 30px 0 0;
    padding: 30px 30px 0;
    left: 0%;
    bottom: 0;
}

.top_textbox::before {
	content: "";
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url("common/images/kado24.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
	
}

.top_textbox::after{
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -40px;
    width: 40px;
    height: 40px;
    background-image: url("common/images/kado24.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
	
}

.top_textbox h2 {
	color: #FC6C85;
	font-size: clamp(1rem, 0.88rem + 0.6vw, 1.6rem);
	text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;;
}

.top_textbox p {
	font-size: clamp(0.8rem, 0.7rem + 0.5vw, 1.3rem);
	text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;;
	margin: 0;
}

.top_explanation,
.top_company {
	position: relative;
}

.top_explanation .maxwidth {
	z-index: 2;
}

.top_explanation::before,
.top_explanation::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 30%;
    background-repeat: no-repeat;
    background-size: contain;
}

.top_explanation::before {
	top: -5px;
	left: 0;
	background-image: url(common/images/kado.svg);
}

.top_explanation::after {
	bottom: 0;
	left: 0;
	background-image: url(common/images/kado_bottom.svg);
}

.top_explanation h2,
.top_about h2,
.top_company h2 {
	text-align: center;
	position: relative;
	margin-bottom: 10%;
}

.top_explanation .explanationbox,
.top_company .top_companybox {
	display: flex;
	gap: 5%;
	align-items: center;
	width: 100%;
	position: relative;
	margin-bottom: 15%;
}

.top_explanation .explanationbox::after,
.top_company .top_companybox::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10%;
	right: 0;
	width: 65%;
	height: 100%;
	background-color: #FAEDF5;
	border-radius: 30px 0 0 30px;
}

.explanationtext,
.top_companytext {
	z-index: 2;
}

.explanationbox figure,
.top_companybox figure {
	border-radius: 0 30px 30px 0;
	width: 65%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.top_company .top_companybox {
	flex-direction: row-reverse;
}

.top_companybox figure {
	border-radius: 30px 0 0 30px;
}

.top_companytext {
	left: 0;
    right: inherit;
	padding-left: 20px;
	width: 50%;
}

.top_company .top_companybox::after {
	left: 0;
	right: inherit;
	border-radius: 0px 30px 30px 0;
}

.top_pointswrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 5%;
}

.top_pointsbox:nth-of-type(1),
.top_pointsbox:nth-of-type(2) {
	width: calc(50% - 3%);
	position: relative;
	background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.top_pointsbox:nth-last-of-type(1) {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.top_pointsbox:nth-of-type(1) {
	background-image: url("common/images/frame20.svg");
}

.top_pointsbox:nth-of-type(2) {
	background-image: url("common/images/frame21.svg");
}

.top_pointsbox:nth-last-of-type(1) {
	background-image: url("common/images/frame22.svg");
	margin-top: 5%;
}

.top_pointstext h3 {
	position: relative;
	padding-left: 60px;
}

.top_pointstext h3::before {
	position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(0%, -25%);
    font-size: 2rem;
    font-style: italic;
    color: #fff;
    border-radius: 50%;
    background-color: #FFD1DC;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.top_pointsbox:nth-of-type(1) .top_pointstext h3::before {
	content: "01";
}

.top_pointsbox:nth-of-type(2) .top_pointstext h3::before {
	content: "02";
}

.top_pointsbox:nth-last-of-type(1) .top_pointstext h3::before {
	content: "03";
}

.top_pointsbox figure,
.top_aboutwrap figure {
	border: 2px solid #FC6C85;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 30px !important;
}

.top_about .maxwidth {
	display: flex;
	justify-content: center;
	gap: 5%;
	flex-wrap: wrap;
}

.top_aboutwrap {
	display: flex;
    flex-direction: column;
	width: calc(50% - 3%);
}

.top_aboutwrap:nth-last-of-type(1) {
	width: 100%;
	margin-top: 5%;
}

.top_aboutwrap figure {
	margin: 0 auto;
	width: 100%;
}

.top_aboutwrap h2,
.top_aboutwrap h3,
.top_aboutwrap p {
	text-align: left;
	margin: 0;
}

.top_aboutwrap h3 {
	margin-bottom: 30px;
	text-align: center;
}

.top_aboutwrap h2 {
	position: relative;
	padding-left: 70px;
}

.top_aboutwrap h2::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.top_aboutwrap:nth-of-type(1) h2::before {
	background-image: url(common/images/home12.svg);
}

.top_aboutwrap:nth-of-type(2) h2::before {
	background-image: url(common/images/car11.svg);
}

.top_aboutwrap:nth-of-type(3) h2::before {
	background-image: url(common/images/car21.svg);
}

.top_aboutwrap .btn {
	margin: 5% auto 0;
}

.titleimg {
	width: 50px;
	margin: 0 auto;
	position: relative;
}

.titleimg::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -100%;
	transform: translate(-50% , -50%);
	width: 50px;
	height: 1px;
	background-color: #FC6C85;
}

.titleimg::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -100%;
	transform: translate(50% , -50%);
	width: 50px;
	height: 1px;
	background-color: #FC6C85;
}

.top_news,
.top_about,
.price,
.top_company {
	position: relative;
}

.top_news::before,
.top_about::after,
.top_about::before,
.flow::before,
.flow::after,
.top_company::before,
.top_company::after {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
	width: 300px;
	height: 150px;
}

.top_news::before {
	right: 5%;
	bottom: -15%;
	background-image: url(common/images/bg_item8.svg);
	z-index: 2;
}

.top_about::after {
	left: 5%;
	top: -3%;
	background-image: url(common/images/bg_item9.svg);
}

.top_about::before {
	right: 5%;
	bottom: 0;
	background-image: url(common/images/bg_item11.svg);
	height: 200px;
}

.flow::before {
	left: 5%;
	top: 5%;
	background-image: url(common/images/flour3.svg);
	animation: fuwafuwa 3s ease-in-out infinite alternate;
	transition: 1.5s ease-in-out;
	width: 70px;
	height: 300px;
}

.flow::after {
	right: 5%;
	bottom: 5%;
	background-image: url(common/images/flour4.svg);
	animation: fuwafuwa 3s ease-in-out infinite alternate;
	transition: 1.5s ease-in-out;
	width: 70px;
	height: 300px;
}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

.flow::after {
	right: 5%;
	bottom: 0;
	background-image: url(common/images/flour4.svg);
}

.top_company::before {
	left: 5%;
	bottom: 5%;
	background-image: url(common/images/bg_item7.svg);
	z-index: 2;
}

.top_company::after {
	right: 5%;
	bottom: 5%;
	background-image: url(common/images/bg_item6.svg);
	z-index: 2;
}

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

.top_news h2 {
	position: relative;
}

.top_news h2::before {
	content: "";
	display: block;
	position: absolute;
}

.top_news li {
	padding: 10px;
	border-bottom: 1px solid;
	text-align: left;
	display: flex;
    align-items: center;
}

.top_news li time {
	order: 1;
}

.top_news li a {
	margin-left: 10px;
	order: 2;
}

.top_about {
	padding-bottom: 10%;
}

.pricetable {
	width: 100%;
}

.pricetable tr {
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-bottom: 1px dotted #c0c0c0;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.pricetable th,
.pricetable td {
	display: block;
	width: 100%;
	text-align: center;
}

.flow {
	background-image: radial-gradient(circle, #fc6c85 1px, transparent 1px), radial-gradient(circle, #f59e0b 1px, transparent 1px);
	background-position: 0 0, 0 22px;
	background-size: 22px 44px;
	padding: 10% 0;
	position: relative;
}

.flow h2 {
	text-align: center;
}

.flowbox {
	background-color: #fff;
    display: flex;
    padding: 30px;
	align-items: center;
	gap: 30px;
	margin-bottom: 100px;
	position: relative;
	box-shadow: 5px 5px 10px -5px #FC6C85;
}

.flowbox:nth-last-of-type(1) {
	margin-bottom: 0;
}

.flowbox::after {
	content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 50%);
    background-image: url(common/images/chevron-down-solid.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    background-position: center center;
}

.flowbox:nth-last-of-type(1)::after {
	content: none;
}

.flowbox figure {
	width: 15%;
}

.flowimg {
	width: 15%;
}

.flowimg figure:nth-of-type(2) {
	margin: 0 0 0 auto;
}

.flowimg figure {
	width: 50px;
}

.flowtext {
	width: 80%;
}

.flowtext h3 {
	margin-bottom: 0;
}

/* contents */
.contentswrap header {
	background-image: linear-gradient(51deg, #ffd1dc 39%, #ffebef 90%);
    height: auto !important;
    padding-bottom: 100px;
	position: relative;
}

.contentswrap article {
	padding: 0 0 100px;
}

.contentswrap .top_mainvisual_backimg {
	bottom: -3px;
}

main.contents {
	margin-top: 50px;
}

.title_h2 {
	text-align: center;
}

.pagetitle {
	font-size: 2rem;
	margin: 0;
}

.contentswrap article.colorbox {
	padding: 100px 0;
	margin-bottom: 100px;
}

.nursing-carebox figure {
	width: 150px;
	margin: 0 auto 30px;
	text-align: center;
}

.nursing-caretext:nth-of-type(2) figure {
	width: 100px;
}

.nursing-caretext:nth-of-type(3) figure {
	width: 134px;
}

.nursing-caretext {
	padding: 30px;
	border-radius: 30px;
	border: 3px solid #FC6C85;
}

.nursing-caretext h3 {
	position: relative;
}

.nursing-caretext h3::before {
	content: "";
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
	height: 3px;
	background-color: #CCCCCC;
}

.nursing-care-taxiimg figure figure {
	border-radius: 30px !important;
    overflow: hidden;
    flex-grow: inherit !important;
    display: block !important;
}

.nursing-care-taxiimg figure img {
	aspect-ratio: 1 / 1 !important;
    height: auto !important;
    border-radius: 30px;
}

#nursing-care-taxi .wp-container-core-columns-is-layout-3 {
	align-items: center !important;
}

.nursing-care-taxiimg figure figure:nth-of-type(1) {
	margin: 0 auto auto 0 !important;
}

.nursing-care-taxiimg figure figure:nth-last-of-type(1) {
	margin-left: -50px !important;
    margin-top: 180px !important;
}

.nursing-care-taxitext .uagb-icon-list__wrap,
.welfare-taxitext .uagb-icon-list__wrap {
	padding: 30px;
	border-radius: 30px;
	border: 3px solid #FC6C85;
	position: relative;
}

.nursing-care-taxitext .uagb-icon-list__wrap::before,
.welfare-taxitext .uagb-icon-list__wrap::before {
	content: "points";
    color: #FC6C85;
    background-color: #f5f6f1;
    position: absolute;
    top: -20px;
    left: 50px;
    padding: 0 10px;
    font-size: 1.7rem;
    font-style: italic;
}

.welfare-taxitext .uagb-icon-list__wrap::before {
	background-color: #fff;
}

#welfare-taxi .wp-block-media-text__media {
	border-radius: 30px;
	overflow: hidden;
}

.servicelinks h3 a {
	position: relative;
}

.servicelinks h3 a::before {
	position: absolute;
    top: -60px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 2rem;
    font-style: italic;
    color: #fff;
    border-radius: 50%;
    background-color: #FFD1DC;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.servicelinks .wp-block-column:nth-of-type(1) h3 a::before {
	content: "01";
}

.servicelinks .wp-block-column:nth-of-type(2) h3 a::before {
	content: "02";
}

.servicelinks .wp-block-column:nth-of-type(3) h3 a::before {
	content: "03";
}

.mgb100 {
	margin-bottom: 100px !important;
}

.company_box table {
	width: 100%;
	margin: 0 auto;
}

.company_box td {
	border: 1px solid #FC6C85 !important;
}

.company_box td {
	padding: 10px;
}

.company_box td:nth-of-type(1) {
	color: #fff;
	background-color: #FC6C85;
	border-bottom: 1px solid #fff !important;
	border-right: none !important;
    border-left: none !important;
	border-top: none !important;
	width: 150px;
}

.company_box tr:nth-last-of-type(1) td:nth-of-type(1) {
	border-bottom: 1px solid #FC6C85 !important;
}

.company_box tr:nth-of-type(1) td:nth-of-type(1) {
	border-top: 1px solid #FC6C85 !important;
}


@media screen and (max-width: 1220px) and (min-width: 1px) {
	.maxwidth {
		max-width: inherit;
		width: 90%;
		margin: 0 auto;
	}
	
	.footer_cta .maxwidth {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) and (min-width: 1px) {
	.pc1000 {
		display: none;
	}
	
	.sp1000 {
		display: block;
	}
	
	.top_textbox {
		width: 45%;
	}
	
}

@media screen and (max-width: 781px) and (min-width: 1px) {
	.servicelinks h3 a {
		width: 200px;
		margin: 0 auto;
		display: block;
	}
	
	.servicelinks h3 a::before {
		top: 0;
		left: -55px;
		transform: translate(0 , -15%);
	}
	
	.nursing-care-taxiimg figure figure:nth-last-of-type(1) {
		margin: 0 !important;
	}
}

@media screen and (max-width: 768px) and (min-width: 1px) {
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	.none .globalnavi {
		transition: none;
	}
	
	.minwidth {
		width: 90%;
		margin: 0 auto;
	}
	
	body.active {
		position: absolute;
        max-width: 100%;
        max-height: 100%;
        overflow: hidden;
	}
	
	.globalnavi,
	header h1 {
		grid-area: none;
		font-size: 1rem;
		padding-left: 10px;
	}
	
	header {
		display: flex;
		justify-content: space-between;
		height: 80px;
		padding: 0;
	}
	
	header section {
		width: calc(100% - 45px);
	}
	
	.globalnavi {
		position: fixed;
		height: 100vh;
		z-index: 1000;
		top: 0;
		right: -100%;
		width: 320px;
		transition: all 0.6s;
		background-color: #fff;
		flex-wrap: wrap;
		justify-content: center;
		overflow-y: scroll;
		gap: 20px;
		padding-top: 100px;
	}
	
	.active .globalnavi {
		right: 0;
	}
	
	.active .overlay {
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
    }
	
	.globalnavi__hamburger {
		position: relative;
		width: 45px;
		height: 45px;
		cursor: pointer;
		z-index: 2000;
		display: block;
		margin-bottom: 15px;
	}
	
	.globalnavi__hamburger .globalnavi__hamburger--line {
		display: block;
		position: absolute;
		width: 35px;
		border-bottom: solid 4px #333;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 6px;
		border-radius: 10px;
	}
	
	.active .globalnavi__hamburger span:nth-child(1) {
		top: 18px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-bottom: solid 3px #fff;
	}
	
	.active .globalnavi__hamburger span:nth-child(2), 
	.active .globalnavi__hamburger span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		border-bottom: solid 3px #fff;
	}
	
	.active .globalnavi__hamburger span:nth-child(1),
	.active .globalnavi__hamburger span:nth-child(2),
	.active .globalnavi__hamburger span:nth-child(3) {
		border-bottom: solid 3px #333;
	}
	
	.active .globalnavi__hamburger--open,
	.active .globalnavi__hamburger--close {
		color: #333;
	}
	
	.h_logo figure {
		width: 300px;
		height: auto;
		margin: 0 auto;
}
	
	.globalnavi__hamburger span:nth-child(1) {
		top: 9px;
	}
	
	.globalnavi__hamburger span:nth-child(2) {
		top: 20px;
	}
	
	.globalnavi__hamburger span:nth-child(3) {
		top: 31px;
	}
	
	.globalnavi__hamburger--open {
		opacity: 1;
		transition: 1s;
		position: absolute;
		left: 3px;
		font-size: 14px;
		top: 30px;
	}
	
	.active .globalnavi__hamburger--open,
	.globalnavi__hamburger--close {
		opacity: 0;
	}
	
	.active .globalnavi__hamburger--close {
		opacity: 1;
		transition: 1s;
		position: absolute;
		left: 5px;
		font-size: 14px;
		top: 30px;
	}
	
	.active .overlay {
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0.5);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
	}
	
	.globalnavi ul {
		display: block;
		margin: 0 auto 30px;
		height: initial;
	}
	
	.globalnavi__item {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		position: relative;
		padding: 0;
		height: auto;
		border: none;
		border-bottom: 1px solid #CEE6C1;
	}
	
	.globalnavi__item:nth-of-type(1) {
		border-top: 1px solid #CEE6C1;
	}
	
	.globalnavi__toggle > a {
		width: calc(100% - 80px) !important;
	}
	
	.globalnavi__item a {
		display: inline-block;
		width: 100%;
		color: #333;
		padding: 10px 0;
	}
	
	.globalnavi__item .toggle-icon {
		width: 60px;
		height: 50px;
		display: inline-block;
		position: absolute;
		right: 0;
	}

	.sub-menu {
		visibility: inherit;
		transition: none;
		opacity: 1;
		display: none;
		padding-top: 0 !important;
		width: 100% !important;
		position: inherit;
		top: 0;
		left: 0;
		background-color: #fff;
		margin: 0 !important;
	}
	
	.sub-menu li {
		position: relative;
		padding: 0 !important;
		width: 50%;
		margin: 0 auto;
		text-align: left;
		border-bottom: 5px solid #fff;
		background-color: #fff;
	}
	
	.sub-menu li:nth-last-of-type(1) {
		border-bottom: 5px solid #CEE6C1;
	}
	
	.sub-menu a {
		width: 100%;
		display: block;
		padding-left: 10px;
	}
	
	.globalnavi__item.on {
		background-color: #CEE6C1;
		border-bottom: none;
	}
	
	.on .sub-menu {
		background-color: #CEE6C1;
	}
	
	.sub-menu li {
		display: block;
	}
	
	.on .sub-menu li {
		border-bottom: 5px solid #CEE6C1;
	}
	
	.toggle-icon .fa-minus {
		display: none;
	}
	
	.toggle-icon i {
		width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
	}
	.toggle-icon .fa-plus::before,
	.toggle-icon .fa-minus::before {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.toggle-icon.active .fa-plus {
		display: none;
	}
	
	.toggle-icon.active .fa-minus {
		display: block;
	}
	
	.globalnavi .logo {
		margin: 10px auto 0 !important;
		width: 150px;
		height: initial;
	}
	
	.globalnavi__toggle a {
		display: inline-block;
		color: #333;
	}
	
	.globalnavi__item:nth-of-type(1)::before,
	.sub-menu li:nth-of-type(1)::before {
		display: none;
	}
	
	.globalnavi__item a::after {
		display: none;
	}
	
	.footer_nav .maxwidth {
		display: block;
	}
	
	.footer_logo > figure {
		width: 100%;
	}
	
	.footer_logo, .footer_navbox {
		width: 100%;
	}
	
	.footer_sns {
		margin: 0 auto;
	}
	
	.top_textbox h2 {
		margin-left: 0;
	}
	
	.top_textbox {
		top: 25px;
		width: 100%;
		background-color: transparent;
	}
	
	.top_mainvisual figure img {
		min-height: 500px;
	}
	
	.top_explanation .explanationbox,
	.top_company .top_companybox {
		display: block;
	}
	
	.explanationbox figure,
	.top_companybox figure {
		width: 90%;
	}
	
	.explanationtext,
	.top_pointstext,
	.top_companytext {
		position: relative;
		transform: none;
		width: 100%;
		padding: 0 5%;
	}
	
	.top_explanation .explanationtext h2,
	.top_company .top_companytext h2 {
		text-align: left;
		margin: 0;
	}
	
	.top_companybox figure {
		margin: 0 0 0 auto;
	}
	
	.top_pointsbox {
		width: 100% !important;
		margin-bottom: 5%;
	}
	
	
	.top_pointsbox::before {
		transform: none;
		top: -3%;
	}
	
	.top_textbox::before,
	.top_textbox::after {
		content: none;
	}
	
	.top_about .maxwidth {
		display: block;
	}
	
	.top_aboutwrap .btn,
	.top_aboutwrap {
		margin-bottom: 5%;
	}
	
	.top_aboutwrap {
		width: 100%;
	}
	
	.top_news::before {
		top: -25%;
		bottom: inherit;
	}
	
	.top_about::after {
		width: 200px;
	}
	
	.price::before {
		top: -52%
	}
	
	.footer_ctatext {
		display: block;
	}
	
	.footer_ctatext p {
		width: 100%;
		text-align: center;
	}
	
	.top_company::after {
		content: none;
	}
	
	.top_company::before {
		left: 5%;
		z-index: 3;
		bottom: -5%;
	}
	
	.footer_nav .minwidth ul li:not(:first-child):before {
		content: none;
	}
	
	.footer_nav .minwidth ul li {
		padding: 0;
		border: none;
	}
	
	.mgb100 {
		margin-bottom: 50px !important;
	}
	
	.bl_form_control {
		width: 100%;
		margin: 0;
	}
	
	.bl_form_group > p {
		padding: 10px;
		width: 100%;
	}
	
	.bl_formConfirm.minwidth {
		width: 100%;
	}
	
	.bl_formConfirm p {
		margin-bottom: 0;
		padding: 0;
	}
	
	.bl_form_btn p {
		gap: 10px;
	}
	
	/* post */
	.informationwrap,
	.archivewrap,
	.singlewrap,
	.categorywrap {
		display: block;
	}
	
	.informationwrap .minwidth,
	.archivewrap .minwidth,
	.singlewrap .minwidth,
	.categorywrap .minwidth {
		width: 100%;
	}
	
	.sidebar {
		width: 100%;
		margin: 30px auto 0;
	}
}

@media screen and (max-width: 600px) and (min-width: 1px) {
	.top_about::after,
	.price::before,
	.flow::before,
	.flow::after {
		content: none;
	}
	
	.top_company::before {
		width: 200px;
		bottom: -9%;
	}
	
	.title figure:nth-of-type(1) {
		right: -25px;
	}
	
	.title figure:nth-of-type(2) {
		right: -36px;
	}
	
	.title figure:nth-of-type(3) {
		right: -8px;
	}
	
	.flowbox {
		display: block;
	}
	
	.flowbox figure,
	.flowimg {
		margin: 0 auto;
	}
	
	.flowtext {
		width: 100%;
	}
	
	.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
		margin-bottom: 30px !important;
	}
	
	.wp-block-media-text>.wp-block-media-text__content {
		padding: 0 !important;
	}
	
	.company_box td:nth-of-type(1) {
		border: 0 !important;
	}
	
	table td,
	table th {
        width: 100% !important;
        display: block;
    }

}

@media screen and (max-width: 400px) and (min-width: 1px) {
	.top_company::before {
		bottom: -15%;
	}
}