@charset "utf-8";
/*
Theme Name: Future me
Description: 
Version: 1.0
*/

/**
 * Reset
 * ----------------------------------------------------------------------------
 */

/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model */
/* ============================================ */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input:not([type="radio"]):not([type="checkbox"]),
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Remove margin, padding & outline.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/**
 * 共通
 * ----------------------------------------------------------------------------
 */

body {
	color: #080808;
	font-family: fot-tsukuardgothic-std, sans-serif;
	position: relative;
}
img {
	max-width:100%;
	height: auto;
}

p {
	margin-bottom: 20px;
	line-height: 1.6;
}


.xxsmall {
	font-size:14px;
}
.xsmall {
	font-size:16px;
}
.small {
	font-size:22px;
}
.medium {
	font-size:30px;
	line-height: 1.4;
}
.large {
	font-size:40px;
	line-height: 1.4;
}
.xlarge {
	font-size:50px;
}
.xxlarge {
	font-size:70px;
}
.b {
	font-weight:bold;
}
.b500 {
	font-weight: 500;
}
.n {
	font-weight:normal;
}
.u {
	border-bottom: 1px solid;
}
.i {
	font-style: italic;
}

.font_mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.font_notojp {
	font-family: 'Noto Sans JP', sans-serif;
}

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

a {
	transition: opacity 0.3s;
}
a:hover {
	opacity: 0.7;
}


.white {
	color: #fff;
}
.black {
	color: #080808;
}
.blue {
	color: #292D95;
}
.lightblue {
	color: #2EA9E0;
}
.darkblue {
	color: #170C66;
}

.bg_white {
	background-color: #fff;
}

.en {
	font-family: 'Rubik', sans-serif;
}
.en.b {
	font-weight: 500;
}

.header_ikan {
	position: absolute;
	right: 20px;
	top: 0;
}

.header_menu_list {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

main {
	overflow: hidden;
	margin-top: 150px;
}

.common_header_h2 {
	position: absolute;
	top: 14vw;
	left: 35%;
	right: 0;
	text-align: center;
	font-size: 40px;
	transition: all 2s cubic-bezier(.22,.94,.44,1);
	opacity: 0;
	transform: translateY(200px);
	z-index: 5;
	color:#1b1464;
}

.common_header_h2.active {
    opacity: 1;
    transform: translateY(0);
}

.common_h3 {
	margin-bottom: 15px;
	border: 2px solid #2EA9E0;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 40px;
	position: relative;
	line-height: 1;
}

.common_h3:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	left: -11px;
	bottom: -4px;
	background-image: url(/wp-content/uploads/2022/09/water.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.common_h3:after {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	right: -16px;
	top: -13px;
	background-image: url(/wp-content/uploads/2022/09/water.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.wp-block-column {
	flex-grow: unset!important;
	flex-basis: auto!important;
}

.wp-block-columns {
	gap: 0!important;
}

.header {
	padding: 10px 20px 15px;
	position: fixed;
	z-index: 9998;
	background-color: #fff;
	width: 100%;
	top: 0;
}

.admin-bar .header {
	top: 32px;	
}

.header_inner {
	max-width: 1240px;
	margin: auto;
	position: relative;
}

.footer {
    display: flex;
    width: 1200px;
    max-width: 100%;
    border-top: 2px solid #2EA9E0;
	margin: 40px auto 20px;
	justify-content: space-between;
	font-size: 14px;
	padding: 0 10px;
}

.footer_company_contact {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.footer_company_contact h3 {
    color: #3263A8;
    margin-right: 15px;
}

.footer_company_contact > div {
    border-left: 2px solid #2EA9E0;
    padding-left: 15px;
    line-height: 1.6;
}

.footer_company_contact img {
    margin-bottom: 15px;
}

.footer_company_contact_subtitle {
    display: inline-block;
    text-align: center;
    width: 60px;
    margin-right: 10px;
}

.footer_company_contact_caution {
    color: #3263A8;
    margin-left: 5px;
	display: inline-block;
}

.footer_company_logo {
    max-width: 240px;
    margin-top: 35px;
}

.footer_menu {
    color: #3263A8;
    margin-top: 20px;
}

.footer_menu li {
    margin-bottom: 12px;
}

.header_logo_white {
	display: none;
}

.common_header.wp-block-image .alignright {
	padding: 0 0 0 2%;
	margin: 0;
}

.full_cover {
	padding: 0;
}

.common_inner {
	max-width: 1200px;
	margin: auto;
}

.submenu1 {
	max-width: 1000px;
	margin: 0 auto  40px;
	justify-content: space-between;
}

.submenu2 {
	max-width: 1000px;
	margin: auto;
	justify-content: space-between;
}

.submenu1 > div {
	margin: 0 20px;
}

.submenu2 > div {
	margin: 0 20px;
}

.wp-block-table {
	overflow-x: visible;
}

.full_img {
	width: 100%;
}


/**
* トップページ
* ----------------------------------------------------------------------------
 */

#metaslider-id-16 {
    max-width: 1200px;
    margin: auto;
}

#metaslider-id-16:before {
	content: "";
	background-image: url(/wp-content/uploads/2022/08/slide_cover.png);
	position: absolute;
	left: -16.3%;
	top: 0;
	width: 100%;
	height: 130%;
	z-index: 5;
	background-size: contain;
	background-repeat: no-repeat;
}

#metaslider-id-16 .flex-control-nav {
    text-align: right;
    bottom: -15px;
}

#metaslider-id-16 .flex-control-nav li a {
	font-size: 0;
	border-radius: 0;
	width: 50px;
	height: 8px;
	background-color: #CCCCCC;
}

#metaslider-id-16 .flex-control-nav li:last-child a {
	margin-right: 0;
}

#metaslider-id-16 .flex-control-nav li a.flex-active {
	background-color: #2EA9E0;
}

.top_description {
	max-width: 1200px;
	margin: 60px auto 0;
	padding-left: 510px;
	position: relative;
}
.top_description:before {
	content: "";
	position: absolute;
	top: -150px;
	left: -60px;
	bottom: -100px;
	width: 550px;
	background-image: url(/wp-content/uploads/2022/08/top_description_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.top_information {
	background-color: #fff;
	max-width: 1200px;
	margin: auto;
	position: relative;
	padding: 30px;
	min-height: 270px;
	margin-bottom: -6vw;
}

.top_information_tab {
	text-align: right;
	display: table;
	width: 600px;
	margin-left: auto;
	border-spacing: 2px;
}

.top_information_tab:before {
	content: "";
	height: 2px;
	left: 30px;
	right: 32px;
	top: 30px;
	position: absolute;
	background-color: #00ACE4;
}

.top_information_tab li {
	padding: 2px 5px;
	width: 150px;
	height: 45px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background-color: #999999;
	color: #fff;
	margin-left: 2px;
	cursor: pointer;
}

.top_information_tab li.active {
	background-color: #292D95;
}

.top_information_link:after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    left: 20px;
    top: 90px;
    background-image: url(/wp-content/uploads/2022/08/top_information_title.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.top_information_table {
	margin-left: 150px;
	border-spacing: 10px;
	border-collapse: separate;
}

.top_information_table td {
	vertical-align: middle;
}

.top_information_table_cat {
	width: 110px;
	font-size: 12px;
	color: #fff;
	background-color: #2EA9E0;
	text-align: center;
	padding: 5px;
	height: 30px;
}

.freezing .top_information_table_cat {
    background-color: #3263A8;
}

.ikan .top_information_table_cat {
	background-color: #F09401;
}

.top_information_table_date {
	color: #292D95;
	width: 85px;
}

.top_information_table_title {
	word-break: break-all;
}

.top_freezing1 {
	background-image: url(/wp-content/uploads/2022/09/top_freezing_bg1.png);
	background-size: 100.3%;
	background-position: bottom 0 left -0.1vw;
	justify-content: flex-end;
	align-items: center!important;
	margin-bottom: 0;
}
}

.top_freezing1 > div:nth-child(1) {
	width: 640px;
}

.top_freezing1 > div:nth-child(2) {
	width: 45%;
	height: 48vw;
}

.top_freezing1 .more {
	margin-right: 40px;
}

.top_freezing2 .countdown {
	font-size: 90px;
	line-height: 1;
	margin-bottom: 10px;
}

.top_freezing2 > div:nth-child(1) {
	order: 2;
	text-align: right;
}

.top_freezing2 {
	background-image: url(/wp-content/uploads/2022/09/top_freezing_bg2.png);
	background-size: cover;
	justify-content: center;
	align-items: center!important;
	height: 38.6vw;
	margin-bottom: 0;
}

.top_freezing2 > div:nth-child(2) {
	width: 380px;
	max-width: 100%;
}

.top_freezing2 > div:nth-child(2) img {
    width: 200px;
}

.top_freezing3 {
	background-image: url(/wp-content/uploads/2022/09/top_freezing_bg3.png);
	background-size: cover;
	background-position: left top;
	justify-content: flex-end;
	align-items: center!important;
	margin-bottom: 0;
}

.top_freezing_img {
	position: absolute;
	background-size: 100%;
	background-position: center;
	transition: all 0.8s;
}

.top_freezing1 > div:nth-child(2),.top_freezing3 > div:nth-child(2), .top_merit > div:nth-child(2) {
	position: relative;
	z-index: 1;
}

.top_freezing1 > div:nth-child(1),.top_freezing3 > div:nth-child(1),.top_merit > div:nth-child(1) {
	position: relative;
	z-index: 2;
}

.top_freezing_img:hover {
    background-size: 120%;
}

.top_freezing1 .top_freezing_img {
	right: 14vw;
	bottom: 2.5vw;
	height: 30vw;
	width: 30vw;
	background-image: url(/wp-content/uploads/2022/09/top_freezing1.png);
	border-radius: 50%;
}

.top_freezing3 .top_freezing_img {
	right: 14vw;
	bottom: 9vw;
	height: 30vw;
	width: 30vw;
	background-image: url(/wp-content/uploads/2022/09/top_freezing3.png);
	border-radius: 50%;
}

.top_merit .top_freezing_img {
	right: 0;
	top: 3vw;
	height: 36.5vw;
	width: 38.5vw;
	background-image: url(/wp-content/uploads/2022/09/top_freezing4.png);
}

.top_freezing3 > div:nth-child(1) {
	width: 640px;
}

.top_freezing3 > div:nth-child(2) {
	width: 45%;
	height: 51.7vw;
}

.top_freezing3 .more {
	margin-right: 40px;
}

.top_freezing3 .common_h3:after {
    width: 17px;
    height: 17px;
    right: -5px;
    top: -10px;
}

.top_merit {
	background-image: url(/wp-content/uploads/2022/09/top_merit_bg.png);
	background-size: contain;
	background-position: top 0 center;
	justify-content: flex-end;
	margin-bottom: 0;
	background-repeat: no-repeat;
}
}

.top_merit > div:nth-child(1) {
	width: 640px;
}

.top_merit > div:nth-child(2) {
	width: 40%;
	height: 55vw;
}

.top_merit .more {
	margin-right: 40px;
}

.top_merit > div:nth-child(1) {
    margin-top: 5%;
}

.top_about {
    align-items: center!important;
    justify-content: center;
}

.top_about > div:nth-child(2) {
	margin-left: 40px;
}

.top_flow_h2 {
	background-color: #170C66;
	display: inline-block;
	line-height: 1;
	padding: 15px;
	text-align: right;
	width: 28.5%;
	margin-bottom: 60px;
	margin-top: 60px;
}

.top_qa {
	margin-top: 100px;
	background-image: url(/wp-content/uploads/2022/09/top_qa.png);
	background-size: cover;
	background-position: center top;
	height: 42vw;
	background-repeat: no-repeat;
	position: relative;
}

.top_qa > div:nth-child(1) {
	margin-top: 15.5vw;
	width: 48.5vw;
	text-align: right;
}

.top_qa > div:nth-child(2) {
	margin-top: 15.5vw;
	width: 36.5vw;
	text-align: right;
}

.top_qa > div > figure:nth-child(2) {
	margin-top: 16.5vw;
}

.top_qa > div:nth-child(1) > figure:nth-child(2) {
	margin-right: 8vw;
}

.top_qa > div:nth-child(2) > figure:nth-child(2) {
	margin-right: 5.5vw;
}

.top_qa > div > figure img {
	max-width: 14vw;
}

.top_qa_more {
	position: absolute;
	left: 31vw;
	top: 0vw;
	width: 16.9vw;
}

.top_qa_more:after {
	content: "";
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0;
	width: 20px;
	background-color: #0571ba;
}

.top_qa > div > figure.top_qa_more img {
	max-width: 100%;
	width: 100%;
}

.top_qa_more a {
	opacity: 1;
}

/* 2022.11追加ここから */
img.line_header_btn {
    width: 18rem;
}
/* ここまで */
/**
* 卵子凍結保存とは
* ----------------------------------------------------------------------------
*/

.freezing_header .common_h3 {
	border-color: #FCEE21;
}

.freezing_header .common_h3:before {
	width: 40px;
	height: 40px;
	left: -15px;
	top: -15px;
}

.freezing_header .common_h3:after {
	width: 24px;
	height: 24px;
	right: -15px;
	top: 22px;
}

.freezing_header:before {
	content: "";
	position: absolute;
	top: 25%;
	left: 0;
	width: 39%;
	height: 120%;
	background-image: url(/wp-content/uploads/2022/09/common_water_bg.png);
	background-size: contain;
    background-repeat: no-repeat;
}

.freezing_header {
	padding-bottom: 15%;
}

.freezing_gensho:before {
	content: "";
	position: absolute;
	top: -31vw;
	left: -39%;
	bottom: -5vw;
	right: 0%;
	background-image: url(/wp-content/uploads/2022/09/common_bg_object_white.png);
	z-index: 1;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.freezing_amh {
	align-items: start;
	padding-top: 32vw;
	margin-bottom: 60px;
}

.freezing_amh .common_h3 {
	margin-bottom: 2vw;
	border-color: #FCEE21;
}

.freezing_amh .common_h3:before {
    width: 40px;
    height: 40px;
    top: -25px;
    left: -3px;
}

.freezing_amh .common_h3:after {
	background-image: url(/wp-content/uploads/2022/09/water2.png);
	background-size: contain;
	top: auto;
	bottom: -13px;
	right: -13px;
}


/**
* Future meについて
* ----------------------------------------------------------------------------
 */

.about_header {
	padding-bottom: 15%;
}

.about_header h3 {
	border-color: #FCEE21;
}

.about_header:before {
	content: "";
	position: absolute;
	top: 25%;
	left: 0;
	width: 39%;
	height: 120%;
	background-image: url(/wp-content/uploads/2022/09/common_water_bg.png);
	background-size: contain;
    background-repeat: no-repeat;
}

.about_strage:before {
	content: "";
	position: absolute;
	top: -31vw;
	left: -39%;
	bottom: 5vw;
	right: 0%;
	background-image: url(/wp-content/uploads/2022/09/common_bg_object_white.png);
	z-index: 1;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.about_strage .common_h3:before {
	height: 40px;
	width: 40px;
	top: -22px;
	left: -14px;
}

.about_strage .common_h3:after {
	width: 25px;
	height: 25px;
	top: auto;
	bottom: -13px;
	right: -4px;
}

.about_strage {
	background: linear-gradient(rgba(255,255,255,80%), transparent);
	z-index: 1;
}

.about_support {
	margin-top: -11vw;
	align-items: start;
	padding-top: 15vw;
}

.about_support .common_h3 {
	border-color: #FCEE21;
	margin-bottom: 40px;
}

.about_support .common_h3:before {
	height: 35px;
	width: 35px;
	top: -25px;
	left: 10px;
}

.about_support .common_h3:after {
	width: 25px;
	height: 25px;
	top: auto;
	bottom: -13px;
	right: -4px;
}

.about_company .common_h3:before {
	height: 40px;
	width: 40px;
	top: -22px;
	left: -14px;
}

.about_company .common_h3:after {
	width: 25px;
	height: 25px;
	top: auto;
	bottom: -13px;
	right: -4px;
}

.about_company table td:nth-child(1) {
	text-align: center;
	width: 130px;
	padding-bottom: 20px;
	color: #1B1464;
}

.about_company table {
	max-width: 500px;
	margin: auto;
}

.about_company table tr {
}

.about_company table td:nth-child(2) {
	color: #0073BA;
	padding-bottom: 20px;
}

.about_access .common_h3:before {
	height: 40px;
	width: 40px;
	top: -22px;
	left: -14px;
}

.about_access .common_h3:after {
	width: 25px;
	height: 25px;
	top: auto;
	bottom: -13px;
	right: -4px;
}


.about_access iframe {
    width: 100%;
    margin-top: 20px;
}

.about_access {
	margin-bottom: 100px;
}




/**
* 卵子凍結保存のメリット
* ----------------------------------------------------------------------------
 */

.merit_header .common_inner {
	max-width: 100%;
	justify-content: center;
	padding-bottom: 60px;
}
.merit_header .common_inner .wp-block-cover__inner-container {
	max-width: 1200px;
	margin: auto;
}

.merit_header:before {
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    width: 39%;
    height: 120%;
    background-image: url(/wp-content/uploads/2022/09/common_water_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.merit_kakuritsu img.wp-block-cover__image-background {
	opacity: 0.9;
}

.merit_header:before {
	content: "";
	position: absolute;
	top: 28%;
	left: 0;
	width: 39%;
	height: 120%;
	background-image: url(/wp-content/uploads/2022/09/common_water_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.3;
}

.merit_kakuritsu .common_h3 {
    border-color: #FCEE21;
	margin-bottom: 40px;
}

.merit_kakuritsu .common_h3:before {
    width: 40px;
    height: 40px;
    left: -15px;
    top: -15px;
}

.merit_kakuritsu .common_h3:after {
	width: 24px;
	height: 24px;
	right: 15px;
	top: auto;
	bottom: -10px;
}

.merit_kakuritsu {
	padding-top: 50px;
}

.merit_header .common_inner:after {
	content: "";
	position: absolute;
	right: -3%;
	bottom: -32vw;
	left: -10%;
	top: 0;
	background-image: url(/wp-content/uploads/2022/09/merit_kakuritsu_object.png);
	background-size: cover;
	z-index: 1;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.merit_header .wp-block-image .alignright {
	z-index: 3;
	position: relative;
}

.merit_header .wp-block-cover__inner-container {
	z-index: 2;
}

.merit_kakuritsu.wp-block-cover .wp-block-cover__inner-container {
	z-index: 2;
}

/**
* 凍結胚・凍結精子国内移管サービス
* ----------------------------------------------------------------------------
 */

.ikan_line_banner {
	position: fixed;
	margin-bottom: 0;
	width: 120px;
	right: 0;
	top: calc( 50% - 129px );
	z-index: 999;
}


.ikan main {
	font-family: 'Noto Sans JP', sans-serif;
}

.ikan_case p {
    padding: 20px 80px 20px 30px;
}

.ikan_case h3 {
    font-size: 18px;
    font-weight: bold;
    color: #F09401;
    border: 4px dotted #0073BB;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}

.ikan_case > div {
	padding: 50px 100px 0px 50px;
	position: relative;
}

.ikan p {
	color: #0073BB;
	line-height: 1.4;
}

.ikan_case .wp-block-image {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 0;
}

.ikan_case1 .wp-block-image {
	width: 180px;
}

.ikan_case2 .wp-block-image {
	width: 170px;
}

.ikan_case3 p {
	padding-right: 120px;
}

.ikan_case3 .wp-block-image {
	width: 230px;
	bottom: 30px;
}

.ikan_case4 .wp-block-image {
	width: 160px;
	bottom: 30px;
}

.ikan_point_h3 {
	font-size: 32px;
	font-weight: bold;
}

.ikan .wp-block-cover img.wp-block-cover__image-background {
    object-fit: contain;
    object-position: top;
}

.ikan_point_h4 {
    font-size: 25px;
    margin-bottom: 1vw;
    color: #00ACA8!important;
}

.ikan_point1 p, .ikan_point2 p, .ikan_point3 p {
    color: #0073BB!important;
}

.ikan_point1 .ikan_point_h3 {
	color: #009FE8!important;
	margin-bottom: 100px;
	margin-left: 30px;
}

.ikan_point1 .wp-block-cover__inner-container {
    position: absolute;
    top: 140px;
    padding-left: 60px;
    padding-right: 410px;
}

.ikan_point1 .ikan_point_h4 {
	margin-top: 30px;
}

.ikan_point1 {
    margin-bottom: 40px;
}


.ikan_point2 .ikan_point_h3 {
	color: #CA72A9!important;
	margin-bottom: 120px;
	margin-left: 30px;
}

.ikan_point2 .wp-block-cover__inner-container {
    position: absolute;
    top: 152px;
    padding-left: 75px;
    padding-right: 410px;
}

.ikan_point2 .ikan_point_h4 {
	margin-top: 100px;
}

.ikan_point2 {
    margin-bottom: 40px;
}

.ikan_point3 .ikan_point_h3 {
	color: #00ACA8!important;
	margin-bottom: 60px;
	margin-left: 30px;
}

.ikan_point3 .wp-block-cover__inner-container {
	position: absolute;
	top: 121px;
	padding-left: 60px;
	padding-right: 380px;
}

.ikan_point3 .ikan_point_h4 {
	margin-top: 80px;
}

.ikan_point3 {
    margin-bottom: 40px;
}

.ikan_point3 .ikan_point_h4.ikan_point3_cost_h4 {
	margin-top: 190px;
}

.ikan_point3 p.ikan_point3_cost_txt.has-text-color {
	color: #231815!important;
	letter-spacing: -1px;
}

.ikan_flow {
	background-image: url(/wp-content/uploads/2022/09/ikan_flow_bg.png);
	height: 90vw;
	background-position: top center;
	align-items: start;
	padding: 15vw 20vw 0 40vw;
}

.ikan_flow h4 {
	color: #039DE6!important;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
	height: 3.1vw;
}

.ikan_flow p {
	color: #0073BB!important;
	height: 5.2vw;
	max-width: 400px;
	margin: 0 auto 5.5vw;
	font-size: 18px;
}

.ikan .common_header_h2 {
	top: 24vw;
	left: 43%;
	right: 15%;
}

/**
* ご利用の流れ
* ----------------------------------------------------------------------------
*/
.flow_link1 {
	justify-content: center;
}

.flow_link1 {
	color: #170C66;
	margin-bottom: 60px;
}

.flow_link1 a:after {
	content: "";
	background-image: url(/wp-content/uploads/2022/09/flow_link_yajirushi.png);
	position: absolute;
	bottom: -2px;
	top: 0;
	right: 0;
	width: 60px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: #fff;
}

.flow_link1 a {
	padding-right: 70px;
	position: relative;
	margin-right: 20px;
	border-bottom: 2px solid #2EA9E0;
}

.flow_link1 p {
	line-height: 1;
}

.flow_link2 > div {
	padding-right: 20px;
	position: relative;
}

.flow_link2 > div:after {
	content: "";
	right: -20px;
	top: 0;
	bottom: 0;
	position: absolute;
	width: 45px;
	background-image: url(/wp-content/uploads/2022/09/flow_step_angle.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.flow_link2 > div:last-child:after {
	display: none;
}

.flow_link2 > div:last-child {
	padding-right: 0;
}

.flow_header:before {
	content: "";
	position: absolute;
	top: 28%;
	left: 0;
	width: 39%;
	height: 120%;
	background-image: url(/wp-content/uploads/2022/09/common_water_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.2;
}

.flow_step_num {
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.flow_step_num img {
	max-width: 60px;
}

.flow_step1 {
	background-image: url(/wp-content/uploads/2022/09/flow_step1_bg.png);
	background-size: auto 100%;
	background-position: right center;
	justify-content: flex-end;
	background-repeat: no-repeat;
	align-items: center!important;
	margin-bottom: 0;
	z-index: 3;
	position: relative;
	height: 48vw;
}

.flow_step1 > div:nth-child(1) {
	width: 680px;
}

.flow_step1 > div:nth-child(2) {
	width: 45%;
}

.flow_step2 {
	background-image: url(/wp-content/uploads/2022/09/flow_step2_bg.png);
	background-size: cover;
	background-position: center;
	justify-content: start;
	background-repeat: no-repeat;
	align-items: center!important;
	margin-bottom: 0;
	height: 61vw;
	margin-top: -10vw;
	position: relative;
	z-index: 2;
}

.flow_step2 > div:nth-child(1) {
	width: 610px;
	order: 2;
	text-align: right;
}

.flow_step2 > div:nth-child(2) {
	width: 45%;
}

.flow_step3 {
	background-image: url(/wp-content/uploads/2022/09/flow_step3_bg.png);
	background-size: cover;
	background-position: center bottom;
	justify-content: flex-end;
	background-repeat: no-repeat;
	align-items: center!important;
	margin-bottom: 0;
	z-index: 1;
	position: relative;
	height: 52vw;
	margin-top: -10vw;
	position: relative;
	padding-top: 10vw;
}

.flow_step3 > div:nth-child(1) {
	width: 950px;
}

.flow_step3 > div:nth-child(2) {
	width: 30%;
}

.flow_step4 {
	background-image: url(/wp-content/uploads/2022/09/flow_step4_bg.png);
	background-size: cover;
	background-position: top;
	justify-content: start;
	background-repeat: no-repeat;
	align-items: center!important;
	margin-bottom: 0;
	height: 53.8vw;
	position: relative;
	z-index: 2;
	margin-top: -1px;
}

.flow_step4 > div:nth-child(1) {
	width: 790px;
	order: 2;
	text-align: right;
	padding-bottom: 10vw;
}

.flow_step4 > div:nth-child(2) {
	width: 28%;
}

.flow_step4 .common_h3 {
	border-color: #FCEE21;
}

.flow_step5 {
	background-image: url(/wp-content/uploads/2022/09/flow_step5_bg.png);
	background-size: cover;
	background-position: center;
	justify-content: flex-end;
	background-repeat: no-repeat;
	align-items: center!important;
	margin-bottom: 0;
	z-index: 1;
	position: relative;
	height: 51vw;
	margin-top: -10vw;
	position: relative;
}

.flow_step5 > div:nth-child(1) {
	width: 560px;
}

.flow_step5 > div:nth-child(2) {
	width: 49%;
}

.flow_price_h2 {
    background-color: #170C66;
    display: inline-block;
    line-height: 1;
    padding: 15px;
    text-align: right;
    width: 28.5%;
    margin-bottom: 20px;
    margin-top: 50px;
}

.flow_step1, .flow_step2, .flow_step3, .flow_step4, .flow_step5 {
	padding: 0 20px;
}

.flow_step3 {
	z-index: 3;
}

.flow .submenu2 {
	justify-content: center;
}

/**
* よくある質問
* ----------------------------------------------------------------------------
 */

.qa_list {
	max-width: 1200px;
	margin: auto;
	border: 1px solid #29ABE2;
	border-radius: 15px;
	overflow: hidden;
	font-weight: bold;
}

.qa_list li {
    position: relative;
    background-color: #fff;
}

.qa_list li p:nth-child(2) {
    display: none;
    padding: 20px;
    color: #0071BC;
}

.qa_list p {
    margin-bottom: 0;
}

.qa_list li:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 15px;
    right: 15px;
    background-color: #29ABE2;
}

.qa_list li p:nth-child(1) {
	background-image: url(/wp-content/uploads/2022/09/qa_plus.png);
	background-repeat: no-repeat;
	color: #1B1464;
	padding: 20px 60px 20px 20px;
	background-position: center right 20px;
    cursor: pointer;
    font-size: 20px;
}

.qa_list li p.active:nth-child(1) {
    background-color: rgba(41,171,226,30%);
}

.qa_list li p.active:nth-child(1) {
    background-image: url(/wp-content/uploads/2022/09/qa_minus.png);
}

.qa .wp-block-cover {
	align-items: start!important;
}

.qa_list li:last-child:after {
	display: none;
}


/**
* よくある質問
* ----------------------------------------------------------------------------
 */

.contact .wpcf7 {
	background-image: url(/wp-content/uploads/2022/09/contact_bg2.png);
	background-size: cover;
	background-position: center;
	font-weight: bold;
}

.contact .wpcf7 form {
    max-width: 800px;
    margin: auto;
	padding: 20px;
}

.contact_shubetsu_area {
	background-color: rgb(0,113,188,20%);
	padding: 20px;
	border-radius: 15px;
	margin-bottom: 20px;
}

.required {
    color: #F29600;
}

.contact [type="radio"]:checked + span {
    color: #fff;
    background-color: #0071BC;
}

.contact [type="radio"] {
    z-index: 2;
    position: relative;
    left: 25px;
}

.contact label {display: block;}

.contact [type="radio"] + span {
    background-color: #CCCCCC;
    display: inline-block;
    padding: 15px 15px 14px 35px;
    border-radius: 30px;
    cursor: pointer;
}

.contact　p:nth-child(even) input {
    border: 2px solid #29ABE2!important;
}

.contact input[type="text"], .contact input[type="tel"], .contact input[type="email"] {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 5px 10px;
}

.contact p:nth-child(even) input[type="text"], .contact p:nth-child(even) input[type="tel"],  .contact p:nth-child(even) input[type="email"] {
    border: 2px solid #29ABE2;
}

.contact p:nth-child(odd) input[type="text"],.contact p:nth-child(odd) input[type="tel"],  .contact p:nth-child(odd) input[type="email"] {
    border: 2px solid #0071BC;
}

input[name="enquete_ex"] {
	width: 200px!important;
	border: 2px solid #ccc!important;
}

.contact input[name="your-zipcode"] {
	max-width: 200px;
}

.contact input[name="your-tel"],.contact input[name="your-birthday"],.contact input[name="email"],.contact input[name="email_confirm"] {
	max-width: 400px;
}

.contact textarea {
    border: 2px solid #0071BC;
    background-color: #fff;
    width: 100%;
    border-radius: 20px;
}

.contact_border {
    border-top: 2px solid #29ABE2;
    margin-bottom: 20px;
}

.contact_pricacy {
    text-align: center;
    border-bottom: 1px solid #004A9D;
    padding-bottom: 10px;
}

.contact .wpcf7-list-item {
	margin-right: 10px;
	margin-left: 0;
}


.wpcf7-submit {
	background-color: #fff!important;
	color: #0071BC!important;
	border: 2px solid #0071BC!important;
	width: 240px;
	margin-top: 40px!important;
	display: inline-block;
	padding: 8px!important;
	text-align: center!important;
	border-radius: 30px!important;
	text-align: center!important;
}

.submit_blue {
	background-color: #0071BC!important;
	color: #fff!important;
	width: 240px;
	margin-top: 40px!important;
	display: inline-block;
	padding: 8px!important;
	border-radius: 30px!important;
	text-align: center!important;
}

.wpcf7-spinner {
	display: block;
}

.contact_confirm {
	max-width: 800px;
	margin: auto;
	padding: 20px;
}

.contact_confirm span {
	font-weight: normal;
}

.contact_submit .wpcf7-submit, .contact_submit .submit_blue {
	margin-top: 20px!important;	
}

.contact_submit {
	margin-top: 40px;
}

/**
* プライバシーポリシー
* ----------------------------------------------------------------------------
*/

.privacy .common_inner h3 {
	margin-left: -13px;
	margin-bottom: 5px;
	color: #0571BC!important;
}

.privacy .common_inner {
	padding: 30px;
	font-weight: bold;
}

.privacy_contact {
	padding: 15px;
	color: #0071BC!important;
	border: 1px solid;
}

/**
* 新着情報
* ----------------------------------------------------------------------------
*/
.information_cover {
	max-width: 1200px;
	margin: auto;
	padding: 30px;
	display: flex;
}

.information_widget {
	width: 300px;
	margin-bottom: 20px;
}

.information_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 60px;
}

.information_tab li {
    background-color: #292D95;
    width: 24.5%;
    text-align: center;
    padding: 10px 0;
    height: 36px;
    background-image: url(/wp-content/uploads/2022/09/information_tab_angle.png);
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size: 18px;
}

.information_tab li a {
	display: block;
}

.news_bg {
	background-color: #2EA9E0!important;
}

.freezing_bg {
	background-color: #3263A8!important;
}

.ikan_bg {
	background-color: #F09401!important;
}

li.ikan_bg {
    padding: 2px 0;
}


.information_list_cat {
	width: 95px;
	min-width: 95px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	margin-right: 5px;
	height: 26px;
}

.information_list_header {
	display: flex;
	margin-bottom: 20px;
}

.information_main {
	width: calc(100% - 300px);
}

.information_list_cat.ikan_bg {
	font-size: 10px;
	padding: 2px 5px;
}

.information_list_title {
	font-size: 22px;
	word-break: break-all;
	color: #170C66;
	line-height: 1;
}

.information_list_content {
	word-break: break-all;
}

.information_list li {
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.information_widget_monthly li {
	position: relative;
	padding-left: 20px;
	width: 120px;
	margin: 25px auto;
}

.information_widget_monthly li:before {
	content: "";
	height: 20px;
	width: 20px;
	position: absolute;
	border-radius: 50%;
	background-color: #170C66;
	left: 0;
	top: 0;
}

.information_widget_monthly {
	margin-bottom: 40px;
}

.single .information_list li {
	border-bottom: 0;
}

.wp-block-cover.information_header {
	min-height: auto;
}

/**
* レスポンシブ
* ----------------------------------------------------------------------------
*/


@media screen and  (max-width: 1200px) {
	.top_description {
		padding-left: 350px;
	}

	.top_description:before {
		width: 500px;
		left: -120px;
		bottom: -50px;
		background-position: bottom;
	}

	.top_information {
		margin-bottom: 0;
	}

	.top_freezing1 > div:nth-child(2) {
		width: 0;
	}

	.top_freezing1 {
		justify-content: space-between;
		padding-left: 10%;
	}
	
	.top_freezing2 .countdown {
		font-size: 60px;
	}

	.top_freezing2 > div:nth-child(2) {
		width: 240px;
	}

	.top_freezing2 {
		height: 39vw;
	}

	.top_freezing3 {
		justify-content: space-between;
		padding-left: 10%;
	}

	.top_freezing3 > div:nth-child(2) {
		width: 0;
	}
	
	.top_merit {
		justify-content: space-between;
		padding-left: 10%;
	}
	
	.top_merit > div:nth-child(2) {
		width: 0;
	}

	.top_merit > div:nth-child(1) {
		margin-top: 20px;
	}

	.freezing_amh {
		padding-bottom: 17vw;
		padding-top: 43vw;
	}

	.flow_step1, .flow_step3, .flow_step5 {
		justify-content: start;
	}

	.flow_step1 > div:nth-child(2), .flow_step3 > div:nth-child(2), .flow_step5 > div:nth-child(2) {
		width: 0;
	}
	
	.flow_step2, .flow_step4 {
		justify-content: flex-end;
	}

	.flow_step2 > div:nth-child(2),.flow_step4 > div:nth-child(2) {
		width: 0;
	}

	.wp-block-cover.about_support img.wp-block-cover__image-background {
		width: 120%;
		left: -10%;
	}
	.about_support {
		padding-top: 17vw;
		margin-top: -15.3vw;
		min-height: 100vw!important;
	}
	.ikan_point_h3 {
		font-size: 28px;
	}
	.ikan_point1 .wp-block-cover__inner-container {
		top: 11vw;
		padding-right: 30vw;
		padding-left: 4vw;
	}

	.ikan_point1 .ikan_point_h3 {
		margin-bottom: 7vw;
	}

	.ikan_point1 .ikan_point_h4 {
		margin-top: 20px;
	}

	.ikan_point1 {
		min-height: 59vw!important;
	}

	.ikan_point2 {
		min-height: 62vw!important;
	}

	.ikan_point2 .wp-block-cover__inner-container {
		top: 12vw;
		padding-right: 30vw;
		padding-left: 4vw;
	}

	.ikan_point2 .ikan_point_h3 {
		margin-bottom: 7vw;
		margin-left: 4vw;
	}

	.ikan_point2 .ikan_point_h4 {
		margin-top: 20px;
	}
	
	.ikan_point3 {
		min-height: 62vw!important;
	}

	.ikan_point3 .wp-block-cover__inner-container {
		top: 9.5vw;
		padding-right: 30vw;
		padding-left: 4vw;
	}

	.ikan_point3 .ikan_point_h3 {
		margin-bottom: 4vw;
		margin-left: 4vw;
	}

	.ikan_point3 .ikan_point_h4 {
		margin-top: 20px;
	}
	
	.ikan_point3 .ikan_point_h4.ikan_point3_cost_h4 {
		margin-top: 13vw;
		margin-left: 1vw;
	}

	.ikan_point3 p.ikan_point3_cost_txt.has-text-color {
		margin-left: 1vw;
		margin-right: 7vw;
	}
}

@media screen and  (min-width: 1001px) {
	.freezing_amh_sp {
		display: none;
	}

	.ikan_case h3 br {
		display: none;
	}
	
	.ikan_point_sp {
		display: none;
	}
}
@media screen and  (max-width: 1000px) {
	.top_freezing1 {
		background-image: url(/wp-content/uploads/2022/09/top_freezing_bg1_sp.png);
		height: auto;
		padding-left: 0;
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;	
		justify-content: center;
		align-items: start!important;
		padding-top: 10%;
		min-height: 140vw;
		position: relative;
	}
	.top_freezing1 h2 {
		text-align: center;
	}

	.top_freezing1 .wp-block-image .alignright {
		float: none;
		margin: auto;
	}

	.top_freezing1 .wp-block-image {
		margin-right: 0;
	}
	

	.top_freezing1 > div:nth-child(2) {
		display: none;
	}

	.top_freezing2 {
		background-image: url(/wp-content/uploads/2022/09/top_freezing_bg2_sp.png);
		min-height: 80vw;
		height: auto;
		display: block!important;
		padding-top: 10%;
		position: relative;
		z-index: 2;
	}
	
	.top_freezing2 > div:nth-child(1) {
		order: 0;
		text-align: center;
	}

	.top_freezing2 > div:nth-child(1) p {
		text-align: left;
		max-width: 600px;
		margin: 0 auto 20px;
	}

	.top_freezing2 .wp-block-image .alignright {
		float: none;
		margin: auto;
	}

	.top_freezing2 > div:nth-child(2) {
		width: 100%;
	}

	.top_freezing3 {
		padding-top: 100px;
		text-align: center;
		background: linear-gradient(to right,#3263A8,#5BB2E2);
		margin-top: -40px;
		padding-left: 0;
		justify-content: center;
		display: block!important;
	}

	.top_freezing3:after {
		content: "";
		display: block;
		height: 10vw;
	}

	.top_freezing3 p {
		text-align: left;
		max-width: 620px;
		margin: 0 auto 20px;
	}

	.top_freezing3 > div:nth-child(2) {
		display: none;
	}

	.top_freezing3 .wp-block-image .alignleft {
		float: none;
		margin: auto;
	}

	.top_freezing3:after {
		content: "";
		display: block;
		height: 90vw;
		background-image: url(/wp-content/uploads/2022/09/top_freezing_bg3_sp.png);
		background-size: cover;
		background-position: center;
	}
	
	.top_merit {
		background-image: url(/wp-content/uploads/2022/09/top_merit_bg_sp.png);
		background-size: cover;
		padding-left: 0;
		text-align: center;
		display: block!important;
		padding-top: 5px;
		background-position: bottom 0 center;
		min-height: 150vw;
	}

	.top_merit .wp-block-image .alignleft {
		float: none;
		margin: auto;
	}

	.top_merit p {
		text-align: left;
		max-width: 670px;
		margin: 0 auto 20px;
	}
	
	.footer_company_contact > div {
		max-width: 430px;
	}
	.top_freezing3 .more {
		margin-right: 0;
	}

	.freezing_amh {
		padding: 0;
	}

	.freezing_amh .wp-block-cover {
		padding: 0;
		background-color: #fff;
	}

	.freezing_amh p {
		position: relative;
		padding: 20px 1em 60px;
	}
	
	.freezing_amh p:before {
		content: "";
		position: absolute;
		top: -100px;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: url(/wp-content/uploads/2022/09/freezing_amh_bg_sp.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		z-index: -1;
	}

	.freezing_amh .common_h3 {
		display: block;
		max-width: 290px;
		text-align: center;
		margin: 40px auto 10px;
	}

	.about_support {
		padding-bottom: 40vw;
		margin-top: -18vw;
		padding-top: 20vw;
	}

	.merit_header .common_inner:after {
		top: 0;
		bottom: -32vw;
		right: -3%;
		background-size: 100%;
		left: -10%;
	}
	
	.flow_step_common .wp-block-spacer {
		display: none;	
	}

	.flow_step_common > div:nth-child(1) {
		width: 100%;
	}

	.flow_step_num {
		text-align: center;
		margin-bottom: 20px;
	}

	.flow_step_common {
		display: block!important;
		padding: 20px;
		height: auto;
	}

	.flow_step_common .common_h3 {
		display: block;
		margin: 0 auto 20px;
		text-align: center;
	}

	.flow_step1 .common_h3 {
		max-width: 380px;
	}

	.flow_step1 {
		background-image: url(/wp-content/uploads/2022/09/flow_step1_bg_sp.png);
		background-position: bottom;
		padding-bottom: 84vw;
		background-size: 100%;
	}

	.flow_step2 {
		margin-top: 0;
		background-image: url(/wp-content/uploads/2022/09/flow_step2_bg_sp.png);
		min-height: 140vw;
		background-size: cover;
		background-position: bottom;
	}


	.flow_step2 .common_h3 {
		max-width: 380px;
	}

	.flow_step2 > div:nth-child(1) {
		text-align: left;
	}

	.flow_step3 {
		margin-top: -30vw;
		background-image: url(/wp-content/uploads/2022/09/flow_step3_bg_sp.png);
		background-position: bottom center;
		background-size: 100%;
		padding-bottom: 74vw;
	}

	.flow_step3 .common_h3 {
		max-width: 250px;
	}
	.flow_step4 .common_h3 {
		max-width: 250px;
	}
	.flow_step4 > div:nth-child(1) {
		text-align: left;
	}

	.flow_step4 {
		background-image: url(/wp-content/uploads/2022/09/flow_step4_bg_sp.png);
		background-position: bottom center;
		padding-bottom: 15vw;
		background-size: cover;
	}

	.flow_step5 {
		margin-top: 0;
		background-image: url(/wp-content/uploads/2022/09/flow_step5_bg_sp.png);
		background-position: bottom;
		padding-bottom: 80vw;
		background-size: 100%;
	}

	.flow_step5 .common_h3 {
		max-width: 250px;
	}
	
	.top_freezing3 > div:nth-child(1) {
		width: auto;
	}

	.information_tab {
		flex-wrap: wrap;
	}

	.information_tab li {
		width: 48%;
		margin-bottom: 20px;
	}

	.ikan_case {
		display: block!important;
	}

	.ikan_case .wp-block-image {
		bottom: auto;
		top: 0;
		right: 25px;
	}

	.ikan_case1 .wp-block-image {
		width: 90px;
	}

	.ikan_case > div {
		padding: 20px;
	}

	.ikan_case2 .wp-block-image {
		width: 100px;
	}

	.ikan_case h3 {
		padding-right: 100px;
	}

	.ikan_case p {
		padding: 30px 0 0 0;
		margin-bottom: 0;
	}

	.ikan_case3 .wp-block-image {
		width: 145px;
		right: 5px;
	}

	.ikan_case4 .wp-block-image {
		width: 95px;
		right: 40px;
	}
	
	
	.ikan_point1, .ikan_point2, .ikan_point3 {
		display: none;
	}

	.wp-block-cover.ikan_point_sp img.wp-block-cover__image-background {
		object-fit: fill;
	}
	.ikan_point_sp {
		max-width: 500px;
		margin: 0 auto 40px;
		padding: 30px;
	}

	.ikan_point_cover > .wp-block-cover__inner-container > .wp-block-cover {
		padding: 0;
	}

	.ikan_point_h3_sp {
		font-size: 24px;
		font-weight: bold;
	}

	.ikan_point1_sp .ikan_point_h3_sp {
		color: #009FE8!important;
		padding: 45px 0 40px;
		background-image: url(/wp-content/uploads/2022/09/ikan_point1_title_bg_sp.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top center;
	}

	.ikan_point_h4_sp {
		font-size: 22px;
		color: #00ACA8!important;
		margin: 15px 0;
	}

	.ikan_point_sp p {
		color: #0073BB!important;
	}
	
	.ikan_point2_sp .ikan_point_h3_sp {
		color: #CA72A9!important;
		padding: 100px 0 40px;
		background-image: url(/wp-content/uploads/2022/09/ikan_point2_title_bg_sp.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	.ikan_point3_sp .ikan_point_h3_sp {
		color: #00ACA8!important;
		padding: 60px 0 30px;
		background-image: url(/wp-content/uploads/2022/09/ikan_point3_title_bg_sp.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top center;
	}

	.ikan_point3_img1 {
		padding-left: 50px;
	}

	.ikan_point_sp p.ikan_point3_cost_txt_sp {
		color: #231815!important;
	}

	.ikan_flow {
		padding: 14vw 15vw 0 40vw;
	}
	
	.ikan_flow h4 {
		font-size: 20px;
	}
	
	.ikan_flow p {
		font-size: 16px;
	}
}

@media screen and  (min-width: 782px) {
	.sp {
		display: none!important;
	}
	#metaslider-id-108 {
		display: none;
	}
}


@media screen and  (max-width: 781px) {
	.pc {
		display: none!important;
	}
	
	.xxsmall {
		font-size:10px;
	}
	.xsmall {
		font-size:14px;
	}
	.small {
		font-size:16px;
	}
	.medium {
		font-size:20px;
		line-height: 1.4;
	}
	.large {
		font-size:25px;
		line-height: 1.4;
	}
	.xlarge {
		font-size:30px;
	}
	.xxlarge {
		font-size:44px;
	}
	
	#metaslider-id-16 {
		display: none;
	}
	main {
		margin-top: 0;
	}
	.header {
		position: absolute;
		background-color: transparent;
		top: 0!important;
	}

	.header_logo {
		max-width: 30%;
	}

	.common_header_h2 {
		top: 24vw;
		left: 0;
		font-size: 24px;
	}

	#metaslider-id-16 .flex-control-nav {
		display: none;
	}
	
	.top_description {
		padding: 10px;
		margin-top: 20px;
		position: relative;
		z-index: 10;
	}

	.top_description:before {
		top: 0;bottom: 0;z-index: -2;
	}

	.top_description:after {
		content: "";
		position: absolute;
		background-color: #fff;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: -1;
		opacity: 0.8;
	}

	.top_information {
		padding: 20px;
	}

	.top_information_tab {
		max-width: 100%;
	}

	.top_information_tab:before {
		top: 20px;
		left: 24px;
		right: 22px;
	}
	
	.top_information_tab {
		width: auto;
		min-width:100%;
		max-width: 100%;
		font-size: 10px;
	}
	.top_information_tab li {
		width: 200px;
	}
	.top_information {
		padding: 20px 10px 75px;
	}

	.top_information_tab:before {
		top: 20px;
		left: 14px;
		right: 12px;
	}

	.top_information_table {
		margin-left: 0;
		padding: 0 3px;
		border-spacing: 0;
		margin-top: 20px;
		width: 100%;
	}

	.top_information_link:after {
		background-image: url(/wp-content/uploads/2022/09/top_information_btn.png);
		width: 50px;
		height: 50px;
		bottom: 20px;
		top: auto;
		left: calc(50% - 25px);
	}

	.top_information_table tr {
		display: block;
	}

	.top_information_table_title {
		display: block;
		padding-bottom: 15px;
		margin-top: 5px;
		border-bottom: 1px solid;
		margin-bottom: 14px;
	}

	.top_information_table_date {
		padding-left: 10px;
	}

	.top_freezing1 p, .top_freezing2 p, .top_freezing3 p, .top_merit p {
		padding: 0 15px;
	}
	
	.top_freezing1 {
		min-height: 880px;
		padding-top: 20px;
	}

	.home .more img {
		width: 150px;
	}

	.top_freezing2 {
		min-height: 100vw;
		background-position: center bottom;
		padding-bottom: 35vw;
	}

	.top_freezing3 {
		margin-top: -50vw;
		padding-top: 37vw;
	}

	.top_merit {
		min-height: auto;
		padding-bottom: 100vw;
	}

	.top_merit > div:nth-child(2) {
		display: none;
	}
	.top_about > div:nth-child(2) {
		margin-left: 0;
	}
	
	.top_about > div:nth-child(2) {
		padding: 15px;
		background-image: url(/wp-content/uploads/2022/09/top_about_bg.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom 180px center;
	}

	.top_about > div:nth-child(2) h2 {
		padding: 15px 0;
	}

	.top_about > div:nth-child(2) .wp-block-image {
		background-color: #fff;
		padding: 15px;
		margin-bottom: 0;
	}

	.top_about > div:nth-child(2) p {
		background-color: #fff;
		padding: 15px;
		margin-bottom: 0;
	}

	.top_about > div:nth-child(2) p:last-child {
		text-align: center;
		font-size: 22px;
	}
	.top_merit .more {
		margin-right: 0;
	}


	.top_flow_h2 {
		margin-top: 0;
		margin-bottom: 20px;
		width: 100%;
		display: block;
		text-align: center;
	}

	.top_flow_img_sp:after {
		content: "";
		position: absolute;
		bottom: -38px;
		left: calc(50% - 30px);
		width: 60px;
		height: 50px;
		background-image: url(/wp-content/uploads/2022/09/top_flow_angle.png);
		background-size: contain;
		background-repeat: no-repeat;
		z-index: 2;
	}
	
	.top_flow_img_sp_last:after {
		display: none;
	}

	.top_flow_img_sp {
		position: relative;
	}

	.top_qa_title_sp > div:nth-child(1) {
		max-width: 49.2%;
	}

	.top_qa_title_sp > div:nth-child(2) {
		max-width: 50.8%;
	}

	.top_qa_title_sp .wp-block-image {
		margin-bottom: 0;
	}

	.top_qa_title_sp {
		margin-bottom: 0;
	}

	.top_qa_content {
		margin-bottom: 0;
	}

	.footer {
		display: block;
		max-width: 95%;
		padding: 0;
		margin-bottom: 50px;
	}

	.footer_company_contact {
		display: block;
		text-align: center;
		margin-top: 5px;
	}

	.footer_company_contact h3 {
		margin-right: 0;
		padding-bottom: 5px;
		border-bottom: 2px solid #2EA9E0;
		margin-bottom: 10px;
	}

	.footer_company_contact > div {
		max-width: 100%;
		padding-left: 0;
		border-left: 0;
		border-bottom: 2px solid #2EA9E0;
		padding-bottom: 10px;
	}

	.footer_company_logo {
		margin: 20px auto;
	}
	
	.footer_company_contact_flex_sp {
		display: flex;
		justify-content: center;
	}

	.footer_company_contact_flex_sp > div {
		width: 50%;
		max-width: 210px;
	}

	.footer_company_contact_caution {
		border: 0;
		text-align: left;
	}

	.footer_company_contact_subtitle {
		display: block;
		text-align: center;
		max-width: 160px;
		width: auto;
		margin: auto;
		border: 1px solid;
		margin-bottom: 5px;
	}

	.footer_company_contact_flex_sp > div:nth-child(1) {
		margin-right: 5px;
	}

	.freezing .header_logo_default {
		display: none;
	}

	.freezing .header_logo_white {
		display: block;
	}

	.freezing_header .common_h3 {
		display: block;
		text-align: center;
		max-width: 250px;
		margin: -20px auto 50px;
	}

	.freezing_header {
		padding-bottom: 0;
	}

	.freezing_header:before {
		left: -20%;
		width: 79%;
		top: 10%;
	}

	.freezing_gensho:before {
		top: -28vw;
		left: -60%;
		background-size: cover;
		background-position: top left;
		bottom: auto;
		height: 140vw;
	}

	.freezing_gensho .common_h3 {
		display: block;
		text-align: center;
		max-width: 280px;
		margin: 0 auto 20px;
	}
	
	.freezing_amh .common_h3 {
		max-width: 220px;	
	}

	.submenu1.wp-block-columns .wp-block-column {
		flex-basis: auto!important;
		max-width: 42.5%;
		margin: 0 5%;
	}

	.submenu1.wp-block-columns .wp-block-column:nth-child(even) {
		margin-left: 0;
	}

	.freezing_amh {
		margin-bottom: 40px;
	}

	.submenu1 {justify-content: center;margin-bottom: 5px;}

	.submenu2 {
		text-align: center;
	}


	.about .header_logo_default {
		display: none;
	}

	.about .header_logo_white {
		display: block;
	}

	.about_header .common_h3 {
		max-width: 385px;
		margin: 0 auto 40px;
		display: block;
	}
	
	.about_strage .common_h3 {
		max-width: 285px;
		margin: 0 auto 30px;
		display: block;
	}

	.about_strage:before {
		top: -50vw;
		background-position: top left;
		background-size: contain;
		right: -35%;
		left: -90%;
	}
	
	.about_support {
		margin-top: 0;
		padding-top: 40px;
		background: linear-gradient(135deg,#4663a5 6%,rgb(124,178,224) 94%);
	}
	
	.about_support {
		margin-top: 0;
		padding-top: 40px;
		background: linear-gradient(90deg,#3358ab 6%,rgb(89 162 224) 94%);
		padding-bottom: 70vw;
	}

	.about_support .common_h3 {
		max-width: 305px;
		margin: 0 auto 30px;
		display: block;
	}

	.about_support .wp-block-cover__image-background {
		display: none;
	}
	.about_support:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 130vw;
		background-image: url(/wp-content/uploads/2022/09/about_support_bg.png);
		background-size: 100%;
		background-position: bottom;
	}

	.about_company .common_h3 {
		display: block;
		max-width: 200px;
		margin: 0 auto 20px;
		text-align: center;
	}
	
	.about_access .common_h3 {
		display: block;
		max-width: 200px;
		margin: 0 auto 20px;
		text-align: center;
	}

	.about_company table td:nth-child(1) {
		width: 110px;
	}
	.about_access {
		padding: 1em 0;
		margin-bottom: 20px;
	}
	
	.merit_header .common_h3 {
		display: block;
		max-width: 385px;
		margin: 0 auto 20px;
		text-align: center;
	}
	.merit_kakuritsu .common_h3 {
		display: block;
		max-width: 322px;
		margin: 0 auto 20px;
		text-align: center;
		background: linear-gradient(to right, rgba(70,99,165,70%), rgba(124,178,224,70%));
	}

	.merit_kakuritsu {
		background-image: url(/wp-content/uploads/2022/09/merit_kakuritsu_bg_sp.png);
		background-position: center;
		background-size: cover;
	}

	.merit_header .common_inner:after {
		bottom: -38vw;
		left: -30%;
	}
	
	.fix_menu {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40px;
		display: flex;
		background: linear-gradient(to left,#3b66a0,#53abd4,#3b66a0);
		z-index: 9999;
	}
	
	.ikan .fix_menu {
		background: #039DE6;
	}
		

	.fix_menu li a {
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: center;
		display: block;
		width: 100%;
		height: 100%;
	}

	.fix_menu li {
		width: 20%;
		padding: 3px 0;
		border-right: 1px solid #fff;
		margin: 3px 0;
	}

	.fix_menu li.tel a {
		background-image: url(/wp-content/uploads/2022/09/tel_icon.png);
	}

	.fix_menu li.mail a {
		background-image: url(/wp-content/uploads/2022/09/mail_icon.png);
	}
	
	.fix_menu li.line {
		width: 40%;
	}

	.fix_menu li.line a {
		background-image: url(/wp-content/uploads/2022/09/line.png);
	}
	
	.fix_menu li.menu a {
		background-image: url(/wp-content/uploads/2022/09/menu_icon.png);
	}

	.fix_menu li.mail, .fix_menu li.menu {
		padding: 6px 0;
	}

	.fix_menu li:last-child {
		border-right: 0;
	}

	.sp_menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9998;
		background-color: rgba(59,102,160,80%);
		padding: 60px 20px 20px 20px;
		text-align: center;
	}

	.sp_menu li {
		font-size: 18px;
		background-color: #fff;
		margin-bottom: 15px;
		font-weight: bold;
		border-radius: 20px;
	}
	
	.sp_menu li a {
		display: block;
		padding: 10px;
	}

	.sp_menu li.close {
		position: absolute;
		right: 0;
		top: 0;
		background-color: transparent;
	}

	.sp_menu li.close img {
		width: 32px;
	}

	.wp-block-columns.flow_link1 > div.wp-block-column {
		flex-basis: auto!important;
		font-size: 16px;
	}

	.flow_link1 {
		margin-bottom: 0;
	}

	.flow_link1 p {
		margin-bottom: 0;
	}

	.flow_link2_sp {
		padding: 0;
	}

	.flow_price_h2 {
		width: 100%;
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
	}
	.flow_link2_sp .wp-block-image:after {
		position: absolute;
		bottom: -40px;
		height: 60px;
		width: 60px;
		content: "";
		left: calc(50% - 30px);
		background-image: url(/wp-content/uploads/2022/09/flow_step_angle_sp.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		z-index: 2;
	}

	.flow_link2_sp .wp-block-image {
		position: relative;
	}

	.flow_link2_sp .wp-block-image:last-child:after {
		display: none;
	}


	.contact .contact_shubetsu_area [type="radio"]:checked + span {
		display: block;
	}

	.contact .contact_shubetsu_area [type="radio"] {
		position: absolute;
		left: 15px;
		top: 19px;
	}

	.contact .contact_shubetsu_area label {
		position: relative;
		margin-bottom: 10px;
	}

	.contact .contact_shubetsu_area .wpcf7-list-item {
		display: block!important;
	}

	.contact .contact_shubetsu_area [type="radio"] + span {
		display: block;
	}

	.information_main {
		width: 100%;
	}
	.information_widget {
		width: 100%;
	}

	.information_cover {
		display: block;
		padding: 10px;
	}

	.information_tab {
		margin-bottom: 40px;
	}
	.information_list_excerpt {
		display: none;
	}

	.information_list_header {
		display: block;
	}

	.information_list_cat {
		display: block;
		margin-bottom: 15px;
	}
	
	.information_list_header {
		margin-bottom: 10px;
	}

	.ikan .common_header_h2 {
		left: 10%;
		right: 10%;
		top: 40vw;
	}

	.ikan_flow {
		background-image: url(/wp-content/uploads/2022/09/ikan_flow_bg_sp.png);
		height: 305vw;
		margin-bottom: 40px;
		padding: 42vw 7vw 0 7vw;
	}
	.ikan_flow h4 {
		height: 8vw;
	}

	.ikan_flow p {
		height: 9.2vw;
		margin: 0 auto 36.5vw;
		text-align: center;
	}
}

@media screen and  (max-width: 620px) {
	.flow_step2 {
		min-height: 180vw;
	}	
}

@media screen and  (max-width: 450px) {
	.flow_step2 {
		min-height: 220vw;
	}
}

@media screen and  (max-width: 400px) {
	.top_information_tab {
		margin-left: -10px;
		margin-right: -10px;
		max-width: calc(100% + 20px);
		border-spacing: 1px;
	}
	.top_information_tab li {
		padding: 2px 0;
	}

	.top_information_tab:before {
		left: 1px;
		right: 1px;
	}

	.top_merit {
		padding-bottom: 160vw;
	}

	.flow_link1 p {
		margin-bottom: 15px;
	}
	
	.ikan_point_h3_sp {
		font-size: 18px;
	}

	.ikan_point_h4_sp {
		font-size: 18px;
	}
}

@media screen and  (max-width: 360px) {
	.top_freezing3 {
		margin-top: -65vw;
	}

	.top_freezing2 {
		padding-bottom: 50vw;
	}
	
	.ikan_flow h4 {
		font-size: 18px;
		height: 7vw;
	}
	.ikan_flow p {
		font-size: 14px;
		height: 10.2vw;
	}
}
