@charset "UTF-8";

/***** 配色設定 *****/
:root {
	--main-color-normal: #ff0000;
	--main-color-dark: #990000;
	--main-color-light: #ccdeff;
	--accent-color1: #0c3472;
	--accent-color2: #ff7fb2;
	--accent-color3: #5c2467;
	--accent-color3-right: #cd6fdf;
	--accent-color3-superright: #e492f3;
	--main-gradient1: linear-gradient(to right, #c8f2ff, #ffdeec, #c8f2ff);
	--main-gradient2: linear-gradient(to right , #afcafe, #fee0f8, #afcafe);
	--main-gradient3: linear-gradient(to bottom, #ccdeff, #fff, #ccdeff);
	--main-gradient4: linear-gradient(45deg, #4081ff, #7dc9ff, #4081ff, #7dc9ff, #4081ff);
	--main-gradient5: linear-gradient(to bottom, #e2dffa, #c6bcff, #e2dffa);
	--pink-left-gradient: linear-gradient(to left, #fdfcff, #ffdffb) ;
	--pink-right-gradient: linear-gradient(to right, #fdfcff, #ffdffb) ;
	--pink-bottom-gradient: linear-gradient(to bottom, #ffdffb, #fdfcff, #ffdffb) ;
	--line-color: linear-gradient(to bottom, #12cc64, #33bb0f);
	--mail-color: linear-gradient(to bottom, #fc6623, #f2394b);
}

@media screen and (max-width: 767px){
	:root {
		--main-gradient1: linear-gradient(180deg, #ffdeec, #c8f2ff, #ffdeec);
		--main-gradient3: linear-gradient(45deg, #ccdeff, #fff, #ccdeff, #fff, #ccdeff);
		--main-gradient5: linear-gradient(45deg, #e2dffa, #c6bcff, #e2dffa, #c6bcff, #e2dffa);
		--pink-bottom-gradient: linear-gradient(45deg, #ffdffb, #fdfcff, #ffdffb, #fdfcff, #ffdffb) ;
	}
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	color: #444;
	counter-reset: number 0;
}

::placeholder {
  font-size: 0.9em;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    overflow-y: scroll;
}

main {
	display: block;
}

section:not(:last-child):not(.boxed):not(.nomargin) {
	margin-bottom: 4rem;
}

@media screen and (max-width: 767px){
	section:not(:last-child):not(.boxed):not(.nomargin) {
		margin-bottom: 2rem;
	}
}

address {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #1355a3;
	transition: 0.3s;
}

a:hover {
	color: #6AC9F2;
	transition: 0.3s;
}

a img {
	opacity: 1;
	transition: 0.3s;
}

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

p,
ul li,
ol li
dl dt,
dl dd {
	font-size: 16px;
	line-height: 1.7;
}

@media screen and (max-width: 767px){
	p,
	ul li,
	ol li,
	dl dt,
	dl dd {
		font-size: 14px;
		line-height: 2;
	}
}

@media screen and (max-width: 767px){
	.pc_nav,
	.pc_only {
		display: none;
	}
}

@media screen and (min-width: 768px){
	.sp_nav,
	.sp_only {
		display: none;
	}
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

b,
strong {
	font-weight: bold;
}

img {
	max-width: 100%;
	height: auto;
	border-style: none;
	vertical-align:top;
}

button,
input[type="text"],
input[type="email"],
optgroup,
select,
textarea {
	/* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
	display: inline-block;
	width: 100%;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    line-height: 1;
	background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #999;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #fafafa;
	border: 1px solid #4d6b9b;
	transition: 0.3s;
}

/* デフォルトの矢印をリセットしカスタマイズ */
.select-arrow {
	width: 100%;
    max-width: 200px;
    position: relative;
}

.select-arrow2 {
	width: 100%;
    position: relative;
}

.select-arrow::after,
.select-arrow2::after{
	content: "▼";
    position: absolute;
    font-size: 16px;
    line-height: 1;
    color: #999;
    margin: 0 10px;
    top: calc(50% - 8px);
    right: 0;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
select{
	cursor: pointer;
}

select {
	background: #fff;
	transition: 0.3s;
}

select:hover {
	background: #eaf7ff;
	transition: 0.3s;
}

input[type="submit"]{
	color: #fff;
	background: #45a9c7;
	transition: 0.3s;
}

input[type="submit"]:hover{
	background: #1e7b97;
}

:focus {
    outline: none;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
	cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

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

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

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

textarea {
	display: block;
	font-family: sans-serif;
	line-height: 1.7;
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;

}

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

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

html {
	margin: 0!important;
}

html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,form,legend,pre,iframe,hr,h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.wrap {
	max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .wrap {
        padding: 0 10px;
    }
}

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

ol, ul {
	list-style-type: none;
}

input[type="text"],
textarea{
	width: 100%;
}

input[type="submit"],
button[type="submit"]{
	width: 90%;
	display: block;
    max-width: 450px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    border-radius: 100px;
    cursor: pointer;
	transition: 0.3s;
}

input[type="submit"]{
	background: #0c3472;
	margin: 30px auto 0;
}

button[type="submit"]{
	background: #999;
	margin: 30px auto;
}

input[type="submit"]:hover{
	background: #4d6b9b;
	transition: 0.3s;
}

input[type="submit"].disa{
	background: #999;
	cursor: not-allowed;
}

span.mwform-radio-field {
	display: flex;
	align-items: center;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
	display: flex;
	align-items: center;
}

.btn_area {
	margin-bottom: 50px;
}

.btn_area label {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.btn_area label span {
	display: flex;
    position: relative;
	width: fit-content;
    align-items: center;
	margin: auto;
}


label input + span {
	display: flex;
	position: relative;
	align-items: center;
	cursor: pointer;
}

label input + span::before {
	display: inline-block;
    content: "";
    height: 24px;
    width: 24px;
	background: #fff;
    border: solid 1px #999;
    margin-right: 10px;
    box-sizing: border-box;
}

label input[type="checkbox"] + span::before {
    border-radius: 5px;
}

label input[type="radio"] + span::before {
    border-radius: 100px;
}

label input[type="checkbox"] + span::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 10px;
    height: 15px;
    border: solid #0c3472;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    transition: 0.3s;
    opacity: 0;
}

label input[type="radio"] + span::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #0c3472;
    border-radius: 100%;
    transition: 0.3s;
    opacity: 0;
}

label input:checked + span::after {
    opacity: 1;
}

label span a {
	text-decoration: underline;
}

input[type="checkbox"],
input[type="radio"]{
    display: none;
}

.mw_wp_form_preview .btn_area label {
	display: none;
}

.mwform-radio-field {
	margin: 6px 0;
}

.mw_wp_form .error {
	width: fit-content;
	font-size: 0.8em!important;
	margin-top: 5px;
    color: #fff!important;
    background: #B70000;
    padding: 5px 15px;
    line-height: 1;
    border-radius: 100px;
}

.mw_wp_form .error::before {
    content: "※ ";
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.top_btn {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    background: #fff;
    padding: 10px;
    border: 1px solid #1355a3;
    z-index: 1000;
}

@media screen and (max-width: 767px) {
    .top_btn {
        width: 45px;
        height: 45px;
        bottom: 70px;
        right: 5px;
        padding: 5px;
    }
}