@charset "UTF-8";
/*
Theme Name: theme name
Description: description
Author:yashibous
Author URI: https://yashibous.com
*/
/* 
 * Reset
 * --------------------------
 */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* 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;
	position: relative;
	z-index: 10;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 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-top-width: 1px;
	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] {
	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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type=radio] {
	-webkit-appearance: radio;
	appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */
option {
	padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
	outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
	border-color: inherit; /* 1 */
	border-collapse: collapse;
}

caption {
	text-align: left;
}

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

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

/* 
 * Mixin
 * --------------------------
 */
/*
 * responsive.scss
 */
/*
 * text-setting.scss
 */
/* 
 * Base
 * --------------------------
 */
/*
 * base.scss
 */
body {
	margin: 0 auto;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシ＞ック", Arial, Verdana, sans-serif;
	font-weight: 500;
}

main {
	max-width: 1000px;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

img {
	width: 100%;
	vertical-align: bottom;
}

/*
 * function.scss
 */
/*
 * variables.scss
 */
/*
 * ビューポートサイズ
 */
/*
 * デザイン幅
 */
/*
 * デザイン幅
 */
/*
 * カラーパレット
 */
/* 
 * Module
 * --------------------------
 */
/*
 * mainvisual.scss
 */
 .mainvisual {
  overflow: hidden;
  margin-bottom: -1px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.mainvisual__top {
  width: 100%; /* FVコンテナの幅を100%に設定 */
  /* height: 100vh; FVコンテナの高さをビューポートの高さに合わせる */
  overflow: hidden; /* 画像からはみ出る部分を隠す */
  text-align: center; /* 画像を中央に配置 */
  margin: 0 auto; /* 左右の余白を中央揃えにする */
}
.mainvisual__top img {
  height: unset;
}
/*
 * parts.scss
 */
.clipped-shadow {
	width: 100%;
	height: 100%;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}
.clipped-shadow > * {
	clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
	width: 100%;
	height: 100%;
}

.layout_wrapper {
	position: relative;
	z-index: 9999;
	display: grid;
	grid-template-areas:
	"block1"
	"block2"
	"block3";
}

.layout_wrapper .layout_block1 {
	grid-area: block1;

}
.layout_wrapper .layout_block2 {
	grid-area: block2;
}

.layout_wrapper .layout_block3 {
	grid-area: block3;
}

.layout_wrapper main {
	padding-top: clamp(1px, 1.3333333333vw, 10px);
}

.mfp_err {
	/* font-size: clamp(1px, 1.6vw, 12px); */
	font-size: clamp(1px, 2.1333333333vw, 16px);
	color: #ff0000;
}
/* .layout_wrapper aside {
	padding-top: clamp(1px, 1.3333333333vw, 10px);
} */

@media screen and (min-width: 1080px) {
	.layout_wrapper {
	place-content: center;
	grid-template-areas:
	"block1 block2"
	"block3 block2";
	}
	.layout_wrapper .layout_block1 {
	grid-area: block1;
	width: 100%;
	max-width: 935px;
	}
	.layout_wrapper .layout_block2 {
	grid-area: block2;
	width: 380px;
	height: 100vh;
	position: sticky;
	right: 0;
	top: 0;
	overflow-y: auto;
	}
	
	.layout_wrapper .layout_block3 {
	grid-area: block3;
	width: 100%;
	}
	/* .layout_wrapper main {
	flex-basis: calc(100% - 380px);
	width: calc(100% - 380px);
	}
	.layout_wrapper aside {
	flex-basis: 380px;
	width: 380px;
	height: 100vh;
	position: sticky;
	right: 0;
	top: 0;
	overflow-y: auto;
	} */
}
/*
 * section.scss
 */
.section {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	/* セクションごとのレイアウト */
}
.section__img {
	width: 100%;
}
.section--form {
	width: 100%;
}



/*
 * footer.scss
 */
.footer {
	width: 100%;
	height: clamp(1px, 6.6666666667vw, 50px);
	background-color: #E6E6E6;
	display: flex;
	align-items: center;
	text-align: center;
}
.footer__inner {
	margin-left: auto;
	margin-right: auto;
}
.footer__copyright {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1px, 2.1333333333vw, 16px);
	line-height: 1;
	color: #333333;
	font-feature-settings: normal;
}


/*
 * form.scss
 */
.form {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	margin: auto;
	overflow: auto;
	padding: clamp(1px, 10.6666666667vw, 80px);
}
/* @media screen and (min-width: 1080px) {
	.form {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	height: fit-content;
	}
} */
.form__hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
}
.form__title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: clamp(1px, 4.8vw, 36px);
	line-height: 1.3;
	color: #10509E;
	font-feature-settings: normal;
	text-align: center;
	margin-bottom: clamp(1px, 4vw, 30px);
}
/* @media screen and (min-width: 1080px) {
	.form__title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: 24px;
	line-height: 1.3;
	color: #10509E;
	font-feature-settings: normal;
	margin-bottom: 16px;
	}
} */
.form__box {
	width: 100%;
	max-width: 570px;
	margin-left:auto;
	margin-right:auto;
	padding: clamp(1px, 1.3333333333vw, 10px);
}
@media screen and (min-width: 1080px) {
	.form__box {
	/* border: #10509E clamp(1px, 0.2666666667vw, 2px) solid; */
	/* border-radius: clamp(1px, 0.6666666667vw, 5px); */
	}
}
.form__notice {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 10px;
	line-height: 1;
	color: #333333;
	font-feature-settings: "palt";
	text-align: left;
	margin-bottom: 8px;
}
/* @media screen and (min-width: 1080px) {
	.form__notice {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1px, 2.6666666667vw, 20px);
	line-height: 1;
	color: #333333;
	font-feature-settings: "palt";
	margin-bottom: clamp(1px, 1.0666666667vw, 8px);
	}
}
@media screen and (min-width: 1080px) {
	.form__item-box {
	display: flex;
	}  
} */
.form__item-title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: clamp(1px, 3.7333333333vw, 28px);
	line-height: 1.3;
	color: #333333;
	font-feature-settings: "palt";
	text-align: left;
	margin: clamp(1px, 3.2vw, 24px) 0  clamp(1px, 0.8vw, 6px);
}
/* @media screen and (min-width: 1080px) {
	.form__item-title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	color: #333333;
	font-feature-settings: "palt";
	margin: 8px 0 8px;
	}
} */
.form__item-input {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: clamp(1px, 2.6666666667vw, 20px);
	line-height: 1;
	color: #333333;
	font-feature-settings: "palt";
	margin: 0 0 clamp(1px, 1.0666666667vw, 8px);
	position: relative;
}
/* @media screen and (min-width: 1080px) {
	.form__item-input {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: #333333;
	font-feature-settings: "palt";
	margin: 0 0 8px;
	}
} */
.form__item-input--name {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: clamp(1px, 1.0666666667vw, 8px);
}
.form__item-input--name-sub {
	width: 22%;
	text-align: center;
}
.form__item-input--name-block {
	display: flex;
	align-items: center;
	width: 100%;
}
.form__item-input--name input {
	width: 50%;
}
/* @media screen and (min-width: 1080px) {
	.form__item-input--name {
	gap: 8px;
	}
} */
.form__item-input--tel {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: clamp(1px, 1.0666666667vw, 8px);
}
.form__item-input--tel > span {
	width: 100%;
}
/* @media screen and (min-width: 1080px) {
	.form__item-input--tel {
	gap: 8px;
	}
} */
.form__item-input--check {
	margin-bottom: clamp(1px, 1.6vw, 12px);
	display: flex;
	align-items: center;
	gap: clamp(1px, 1.0666666667vw, 8px);
	margin-right: clamp(1px, 1.0666666667vw, 8px);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: clamp(1px, 3.4666666667vw, 26px);
	line-height: 1.2;
	color: #333333;
	font-feature-settings: "palt";
}
.form__item-input--check > span {
	width: 100%;
	margin: 0;
}
.form__item-input--check label {
	width: 100%;
}
.form__item-input--check:hover {
	cursor: pointer;
}
/* @media screen and (min-width: 1080px) {
	.form__item-input--check {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #333333;
	font-feature-settings: "palt";
	margin-bottom: 8px;
	gap: 8px;
	border-radius: 8px;
	padding-left: 0;
	margin-right: 8px;
	}
} */
.form__item-input--pp {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: clamp(1px, 2.6666666667vw, 20px);
	line-height: 2;
	color: #333333;
	font-feature-settings: "palt";
	background-color: rgba(16, 80, 158, 0.0980392157);
	border-radius: clamp(1px, 1.0666666667vw, 8px);
	display: block;
	padding: clamp(1px, 0.5333333333vw, 4px) clamp(1px, 1.0666666667vw, 8px);
	margin-top: clamp(1px, 2.1333333333vw, 16px);
	margin-right: clamp(1px, 1.0666666667vw, 8px);
}
/* @media screen and (min-width: 1080px) {
	.form__item-input--pp {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 2;
	color: #333333;
	font-feature-settings: "palt";
	border-radius: 8px;
	display: block;
	padding: 4px 8px;
	margin-top: 8px;
	margin-right: 8px;
	}
} */
.form__item-input--check,
.form__item-input input,
.form__item-input select {
	border-radius: clamp(1px, 1.0666666667vw, 8px);
	background-color: rgba(16, 80, 158, 0.0980392157);
	width: 100%;
	height: clamp(1px, 8vw, 60px);
	vertical-align: middle;
	padding-left: clamp(1px, 2.1333333333vw, 16px);
}
/* @media screen and (min-width: 1080px) {
	.form__item-input--check, .form__item-input input, .form__item-input select {
	border-radius: 8px;
	height: 40px;
	padding: 10px 0 10px 16px;
	}
} */
.form__item-input input:focus-visible, .form__item-input select:focus-visible {
	outline: #1E88E5 solid 1px;
	border-radius: clamp(1px, 1.0666666667vw, 8px);
}
/* @media screen and (min-width: 1080px) {
	.form__item-input input:focus-visible, .form__item-input select:focus-visible {
	border-radius: 8px;
	}
} */
.form__item-input input[type=checkbox] {
	display: inline;
	width: clamp(1px, 4.2666666667vw, 32px);
}
/* @media screen and (min-width: 1080px) {
	.form__item-input input[type=checkbox] {
	width: 20px;
	}
} */
.form__item-pp {
	padding-right: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: clamp(1px, 3.2vw, 24px);
	line-height: 1.2;
	color: #333333;
	font-feature-settings: "palt";
	border-radius: clamp(1px, 1.0666666667vw, 8px);
	padding: clamp(1px, 1.0666666667vw, 8px);
	margin-bottom: clamp(1px, 5.3333333333vw, 40px);
}
/* @media screen and (min-width: 1080px) {
	.form__item-pp {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	color: #333333;
	font-feature-settings: "palt";
	border-radius: 8px;
	padding: 0 8px;
	margin-bottom: 8px;
	}
} */
.form__item-pp .form__item-title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: clamp(1px, 3.2vw, 24px);
	line-height: 1.5;
	color: #333333;
	font-feature-settings: "palt";
}
/* @media screen and (min-width: 1080px) {
	.form__item-pp .form__item-title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	color: #333333;
	font-feature-settings: "palt";
	}
} */
.form__input-btn {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: clamp(1px, 3.7333333333vw, 28px);
	line-height: 1;
	color: #fff;
	font-feature-settings: "palt";
	width: 100%;
	height: 3em;
	background-color: #1e88e5;
	background-image: linear-gradient(to bottom, #1E88E5 0%, #1E88E5 50%, #3795E8 50%);
	margin-bottom: clamp(1px, 1.0666666667vw, 8px);
	text-align: center;
}
.form__input-btn:hover {
	opacity: 0.9;
}
.form__input-btn input {
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
}
/* @media screen and (min-width: 1080px) {
	.form__input-btn {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	font-feature-settings: "palt";
	margin-bottom: 8px;
	}
} */
.form .form__tag--want::after {
	margin: clamp(1px, 0.5333333333vw, 4px) 0;
	content: "任意";
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: clamp(1px, 2.6666666667vw, 20px);
	line-height: 1;
	color: #333333;
	font-feature-settings: "palt";
	margin-left: clamp(1px, 0.8vw, 6px);
	padding: 0px clamp(1px, 0.6666666667vw, 5px) clamp(1px, 0.2666666667vw, 2px);
	background-color: #E6E6E6;
	border-radius: clamp(1px, 1.0666666667vw, 8px);
	position: relative;
	top: clamp(-3px, -0.4vw, 0px);
}
/* @media screen and (min-width: 1080px) {
	.form .form__tag--want::after {
	margin: 4px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 1;
	color: #333333;
	font-feature-settings: "palt";
	margin-left: 6px;
	padding: 0px 5px 2px;
	border-radius: 8px;
	top: -1px;
	}
} */
.form .form__tag--must::after {
	margin: clamp(1px, 0.5333333333vw, 4px) 0;
	content: "必須";
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: clamp(1px, 2.6666666667vw, 20px);
	line-height: 1;
	color: #fff;
	font-feature-settings: "palt";
	margin-left: clamp(1px, 0.8vw, 6px);
	padding: 0px clamp(1px, 0.6666666667vw, 5px) clamp(1px, 0.2666666667vw, 2px);
	background-color: #D10004;
	border-radius: clamp(1px, 1.0666666667vw, 8px);
	margin-bottom: clamp(1px, 0.2666666667vw, 2px);
	position: relative;
	top: clamp(-3px, -0.4vw, 0px);
}
/* @media screen and (min-width: 1080px) {
	.form .form__tag--must::after {
	margin: 4px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	font-feature-settings: "palt";
	margin-left: 6px;
	padding: 0px 5px 2px;
	border-radius: 8px;
	margin-bottom: 2px;
	top: -1px;
	}
} */

.wpcf7-list-item {
	border-radius: clamp(1px, 1.0666666667vw, 8px);
	background-color: rgba(16, 80, 158, 0.0980392157);
	width: 100%;
	height: 100%;
	padding: 0 0 0 clamp(1px, 2.1333333333vw, 16px);
	cursor: pointer;
}
.wpcf7-list-item > label {
	display: flex;
	gap: clamp(1px, 2.1333333333vw, 16px);
	align-items: center;
}
/* @media screen and (min-width: 1080px) {
	.wpcf7-list-item {
	border-radius: 8px;
	padding: 4px 0 4px 16px;
	}
	.wpcf7-list-item > label {
	display: flex;
	gap: 16px;
	align-items: center;
	}
} */

/* 
 * Utility
 * --------------------------
 */
/*
 * util.scss
 */
@media screen and (min-width: 1080px) {
	.sp {
	display: none;
	}
}

.pc {
	display: none;
}
@media screen and (min-width: 1080px) {
	.pc {
	display: inherit;
	}
}

.box-shadow {
	box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.2);
	width: fit-content;
}

.box-bg-grad {
	background-image: linear-gradient(30deg, #F48222, #ffffff 30%, #ffffff 70%, #F48222);
}

.text-capitalize {
	text-transform: capitalize;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-accent {
	font-family: "Noto Sans JP", sans-serif;
	color: #F48222;
	font-feature-settings: inherit;
}

.text-color--black {
	color: #333333;
}
.text-color--green {
	color: #218386;
}
.text-color--pink {
	color: #DC797E;
}
.text-color--orange {
	color: #FF8400;
}
.text-color--yellow {
	color: #FFFF80;
}

.text-deco-marker {
	background: linear-gradient(transparent 80%, rgba(255, 192, 2, 0.6666666667) 80%);
}

.text-deco-marker2 {
	background: linear-gradient(transparent 85%, rgba(255, 192, 2, 0.6666666667) 85%, rgba(255, 192, 2, 0.6666666667) 100%, transparent 100%);
}

.text-deco-dash--accent, .text-deco-dash {
	text-decoration: underline;
	text-decoration-style: dashed;
	text-decoration-thickness: clamp(1px, 0.2666666667vw, 2px);
	text-underline-offset: clamp(1px, 1.0666666667vw, 8px);
}

.text-deco-dash--accent {
	text-decoration-color: #F48222;
}

.text-deco-regular {
	font-feature-settings: inherit;
}

.text-deco-medium {
	font-feature-settings: inherit;
}

.text-deco-bold {
	font-feature-settings: inherit;
}

.text-deco-black {
	font-feature-settings: inherit;
}

.text-deco-underline--accent, .text-deco-underline {
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: clamp(1px, 0.2666666667vw, 2px);
	text-underline-offset: clamp(1px, 1.0666666667vw, 8px);
}

.text-deco-underline--accent {
	text-decoration-color: #F48222;
}

.text-deco-overdot--small, .text-deco-overdot--accent, .text-deco-overdot {
	position: relative;
}
.text-deco-overdot--small::after, .text-deco-overdot--accent::after, .text-deco-overdot::after {
	position: absolute;
	content: "・";
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	color: #333333;
	font-feature-settings: "palt";
	top: -0.5em;
	left: 0.25em;
}

.text-deco-overdot--accent::after {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	color: #F48222;
	font-feature-settings: "palt";
}
.text-deco-overdot--small::after {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.5em;
	line-height: 1;
	font-feature-settings: "palt";
	top: -0.3em;
	left: 0.8em;
}

.text-deco-wave {
	text-decoration: underline;
	text-decoration-style: wavy;
	text-decoration-thickness: clamp(1px, 0.2666666667vw, 2px);
	text-underline-offset: clamp(1px, 0.4vw, 3px);
	text-decoration-color: #A27E8A;
}

.text-deco-wave2 {
	text-decoration: underline;
	text-decoration-style: wavy;
	text-decoration-thickness: clamp(1px, 0.2666666667vw, 2px);
	text-underline-offset: clamp(1px, 0.4vw, 3px);
	text-decoration-color: #ff0000;
}

.text-shadow {
	text-shadow: clamp(1px, 0.4vw, 3px) clamp(1px, 0.4vw, 3px) clamp(1px, 0vw, 0px) #F48222;
}
.text-shadow--blur {
	text-shadow: clamp(1px, 0.6666666667vw, 5px) clamp(1px, 0.6666666667vw, 5px) clamp(1px, 1.0666666667vw, 8px) #F48222, clamp(1px, 0.6666666667vw, 5px) clamp(-5px, -0.6666666667vw, 0px) clamp(1px, 1.0666666667vw, 8px) #F48222, clamp(-5px, -0.6666666667vw, 0px) clamp(1px, 0.6666666667vw, 5px) clamp(1px, 1.0666666667vw, 8px) #F48222, clamp(-5px, -0.6666666667vw, 0px) clamp(-5px, -0.6666666667vw, 0px) clamp(1px, 1.0666666667vw, 8px) #F48222;
}
.text-shadow--box {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: clamp(1px, 1.6vw, 12px);
	padding: clamp(1px, 1.0666666667vw, 8px);
	box-shadow: inset clamp(1px, 0.4vw, 3px) clamp(1px, 0.4vw, 3px) clamp(1px, 2.6666666667vw, 20px) #ffffff, inset clamp(-3px, -0.4vw, 0px) clamp(-3px, -0.4vw, 0px) clamp(1px, 2.6666666667vw, 20px) #ffffff;
}

.text-num {
	font-size: 1.4em;
	font-feature-settings: "palt";
}

.text-fz60 {
	font-size: 0.6em;
}

.text-fz70 {
	font-size: 0.7em;
}

.text-fz80 {
	font-size: 0.8em;
}

.text-fz90 {
	font-size: 0.9em;
}

.text-fz110 {
	font-size: 1.1em;
}

.text-fz120 {
	font-size: 1.2em;
}

.text-fz130 {
	font-size: 1.3em;
}

.text-fz140 {
	font-size: 1.4em;
}

.text-fz150 {
	font-size: 1.5em;
}

.text-fz200 {
	font-size: 2em;
	line-height: 1.3;
}

.text-fz250 {
	font-size: 2.5em;
}

.mb_vw0 {
	margin-bottom: unset;
}

.mb_vw10 {
	margin-bottom: clamp(1px, 1.3333333333vw, 10px);
}

.mb_vw20 {
	margin-bottom: clamp(1px, 2.6666666667vw, 20px);
}

.mb_vw30 {
	margin-bottom: clamp(1px, 4vw, 30px);
}

.mb_vw40 {
	margin-bottom: clamp(1px, 5.3333333333vw, 40px);
}

.mb_vw50 {
	margin-bottom: clamp(1px, 6.6666666667vw, 50px);
}

.mb_vw60 {
	margin-bottom: clamp(1px, 8vw, 60px);
}

.mb_vw70 {
	margin-bottom: clamp(1px, 9.3333333333vw, 70px);
}

.mb_vw80 {
	margin-bottom: clamp(1px, 10.6666666667vw, 80px);
}

.mb_vw90 {
	margin-bottom: clamp(1px, 12vw, 90px);
}

.mb_vw100 {
	margin-bottom: clamp(1px, 13.3333333333vw, 100px);
}

.plr_vw10 {
	padding-left: clamp(1px, 1.3333333333vw, 10px);
	padding-right: clamp(1px, 1.3333333333vw, 10px);
}

.plr_vw20 {
	padding-left: clamp(1px, 2.6666666667vw, 20px);
	padding-right: clamp(1px, 2.6666666667vw, 20px);
}

.plr_vw30 {
	padding-left: clamp(1px, 4vw, 30px);
	padding-right: clamp(1px, 4vw, 30px);
}

.plr_vw40 {
	padding-left: clamp(1px, 5.3333333333vw, 40px);
	padding-right: clamp(1px, 5.3333333333vw, 40px);
}

.plr_vw60 {
	padding-left: clamp(1px, 8vw, 60px);
	padding-right: clamp(1px, 8vw, 60px);
}

.nanameline--accent, .nanameline {
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.nanameline--accent::before, .nanameline::before {
	content: "";
	position: absolute;
	display: block;
	width: clamp(1px, 0.4vw, 3px);
	height: 90%;
	background-color: #10509E;
	left: clamp(-20px, -2.6666666667vw, 0px);
	bottom: -0.1em;
	transform: rotate(-20deg);
}
.nanameline--accent::after, .nanameline::after {
	content: "";
	position: absolute;
	display: block;
	width: clamp(1px, 0.4vw, 3px);
	height: 90%;
	background-color: #10509E;
	right: clamp(-20px, -2.6666666667vw, 0px);
	bottom: -0.1em;
	transform: rotate(20deg);
}

.nanameline--accent::before, .nanameline--accent::after {
	background-color: #F48222;
	width: clamp(1px, 0.2666666667vw, 2px);
}
.nanameline--accent::before {
	left: -0.6em;
}
.nanameline--accent::after {
	right: -0.6em;
}

.fullwidth {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 1180px;
}
@media screen and (min-width: 1080px) {
	.fullwidth {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	}
}

.grad--to-bottom {
	background-image: linear-gradient(to bottom, #00719C, #1E1B6D);
}
.grad--to-right {
	background-image: linear-gradient(to right, #00719C, #1E1B6D);
}

/*
 * cta.scss
 */
 .cta {
  background-color: #ffffff;
  padding-bottom: clamp(1px, 10.6666666667vw, 80px);
  padding-top: clamp(1px, 10.6666666667vw, 80px);
}
.cta__img1 {
  width: clamp(1px, 91.6vw, 687px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 1.3333333333vw, 10px);
}
.cta__img2 {
  width: clamp(1px, 58vw, 435px);
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(1px, 6.6666666667vw, 50px);
}
.cta__link {
  display: block;
  width: clamp(1px, 71.0666666667vw, 533px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 1.3333333333vw, 10px);
}
.cta__link:hover {
  opacity: 0.9;
  position: relative;
  bottom: -1px;
}