@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import "https://use.fontawesome.com/releases/v5.15.1/css/all.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap");
html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 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 */ }

/** 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: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** 1. Remove the bottom border in Chrome 57- and Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** 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: 1em; /* 2 */ }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** 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 ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** 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; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** 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; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 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 { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** 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 odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [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 */ }

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

/* Add the correct display in all browsers. */
summary { display: item; }

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }

.c-btn-a { border: none; display: inline-block; box-sizing: border-box; position: relative; border-radius: 2px; font-weight: 500; line-height: 1; text-align: center; text-decoration: none; cursor: pointer; }

/**************************************************/
/* helpers */
/**************************************************/
._disp-ib { display: inline-block !important; }

@media screen and (min-width: 901px) { ._disp-tb { display: none !important; }
  ._hide-pc { display: none !important; } }

@media screen and (max-width: 900px) { ._disp-pc { display: none !important; } }

@media screen and (min-width: 601px) and (max-width: 900px) { ._hide-tb { display: none !important; } }

@media screen and (min-width: 601px) { ._disp-sp { display: none !important; } }

@media screen and (max-width: 600px) { ._disp-tb { display: none !important; }
  ._hide-sp { display: none !important; } }

._clearfix { zoom: 1; }

._clearfix:after { content: ''; display: block; clear: both; overflow: auto; }

._center { text-align: center !important; }

._left { text-align: left !important; }

._right { text-align: right !important; }

._float-l { float: left !important; }

._float-r { float: right !important; }

._clear { clear: both !important; }

._hidden { display: none !important; }

._disp-ib { display: inline-block !important; }

._margin0 { margin: 0 !important; }

._padding0 { padding: 0 !important; }

._border0 { border: none !important; }

._fixed { position: fixed !important; }

._absolute { position: absolute !important; }

._static { position: static !important; }

._xsmall { font-size: 75% !important; }

._small { font-size: 88% !important; }

._large { font-size: 113% !important; }

._xlarge { font-size: 133% !important; }

._nowrap { white-space: nowrap !important; }

._nobg { background: none !important; }

._full { width: 100% !important; }

/**************************************************/
/* base */
/**************************************************/
html { -webkit-font-smoothing: antialiased; background-color: #fff; font-size: 10px; }

body { font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; min-width: 375px; padding: 0px; color: #333; line-height: 1.5; }

body.-fixed { position: fixed; width: 100%; height: 100%; }

body, input, textarea { font-size: 16px; }

input, textarea, select, button { font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }

button, input[type="button"], input[type="submit"] { transition: opacity 0.15s ease-out; }

button:hover, input[type="button"]:hover, input[type="submit"]:hover { opacity: 0.7; }

img { max-width: 100%; height: auto; vertical-align: bottom; }

a { text-decoration: underline; transition: opacity 0.15s ease-out; }

a:hover { opacity: 0.7; }

._ios a:hover { opacity: 1; }

em { font-style: normal; }

p { margin: 0; line-height: 2; }

a.-telink { cursor: default; opacity: 1 !important; }

/**************************************************/
/* structure 構造を定義 */
/**************************************************/
body > .inbox { padding-top: 80px; }

@media screen and (max-width: 900px) { body > .inbox { padding-top: 56px; } }

.page-container { position: relative; overflow: hidden; z-index: 1; }

.bc-nav { position: relative; background: #eee; }

.bc-list { display: flex; flex-flow: row wrap; justify-content: flex-start; list-style: none; padding-left: 0; max-width: 890px; margin-left: auto; margin-right: auto; align-items: center; margin: 0 auto; padding: 10px; }

.bc-list > li { position: relative; padding: .5em; font-size: 1.2rem; line-height: 1; }

.bc-list > li:not(:first-child) { margin-left: 1.5em; padding-left: 1.5em; }

.bc-list > li:not(:first-child)::after { position: absolute; top: 50%; left: -0.15em; margin-top: -0.5em; line-height: 1; font-family: "Font Awesome 5 Free"; content: ""; font-weight: 900; font-size: 1.6rem; }

.bc-list > li a { display: block; color: #0068ac; }

@media screen and (max-width: 900px) { .bc-list { padding-top: 5px; padding-bottom: 5px; }
  .bc-list > li { font-size: 1rem; }
  .bc-list > li:not(:first-child) { margin-left: 1em; padding-left: 1em; } }

.site-header { box-sizing: border-box; width: 100%; height: 80px; position: fixed; top: 0; left: 0; z-index: 100; background-color: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.site-header.-static { position: static; margin-top: -80px; }

@media screen and (max-width: 900px) { .site-header { height: 56px; } }

.header-inner { box-sizing: border-box; position: relative; margin: 0 auto; }

.header-inner > .site-logo { padding: 20px 20px 20px 40px; }

@media screen and (max-width: 900px) { .header-inner > .site-logo { padding: 12px 20px 11px 20px; } }

.header-inner > .sp-menuButton { display: block; position: absolute; top: 0; right: 0; margin: 0; }

.site-logo { margin: 0; color: #000; line-height: 0; }

.site-logo > a { display: inline-block; color: inherit; text-decoration: none; }

@media screen and (max-width: 900px) { .site-logo { max-width: 170px; } }

.sp-menuButton { display: block; position: relative; width: 80px; height: 80px; cursor: pointer; box-sizing: border-box; }

@media screen and (max-width: 900px) { .sp-menuButton { width: 56px; height: 56px; } }

.sp-menuButton > img { position: absolute; top: 50%; left: 50%; width: 33px; transform: translate(-50%, -50%); }

.global-nav { display: none; position: fixed; top: 80px; right: 0; width: 100%; height: calc(100% - 80px); background-color: #fff; z-index: 100; }

@media screen and (max-width: 900px) { .global-nav { top: 56px; height: calc(100% - 56px); } }

.global-nav > .container { scrollbar-width: none; -ms-overflow-style: none; max-height: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch; width: 100%; position: absolute; top: calc(50% - 80px); transform: translateY(-50%); }

.global-nav > .container::-webkit-scrollbar { display: none; }

@media screen and (max-width: 900px) { .global-nav > .container { top: calc(50% - 56px); } }

.global-nav > .container > .close-btn { width: 28px; height: 28px; cursor: pointer; margin: 0 auto; display: flex; align-items: center; margin-bottom: 64px; }

@media screen and (max-width: 600px) { .global-nav > .container > .close-btn { margin-bottom: 40px; } }

.global-nav > .container > .close-btn > .bar { width: 28px; height: 2px; display: block; margin: 0 auto; position: relative; transform: rotate(45deg); background-color: #aabebe; }

.global-nav > .container > .close-btn > .bar:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: inherit; border-radius: inherit; transform: rotate(90deg); }

.gnav-list { margin: 0 auto; padding-left: 0; list-style: none; color: #0000ff; }

.gnav-list > li { text-align: center; padding: 10px 0; font-size: 3rem; letter-spacing: 0.1em; font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "BIZ UDPゴシック", "BIZ UDPGothic", "メイリオ", "Meiryo", sans-serif; font-weight: 300; }

@media screen and (max-width: 900px) { .gnav-list > li { font-size: 2.8rem; } }

@media screen and (max-width: 600px) { .gnav-list > li { font-size: 2.6rem; } }

.gnav-list > li a { color: inherit; text-decoration: none; }

.site-footer { position: relative; background-color: #aabebe; z-index: 5; }

.footer-inner { max-width: 890px; margin-left: auto; margin-right: auto; display: flex; justify-content: space-around; align-items: center; padding: 68px 0 60px; }

@media screen and (max-width: 900px) { .footer-inner { padding: 50px 0 44px; } }

@media screen and (max-width: 600px) { .footer-inner { display: block; text-align: center; padding: 30px 0 28px; } }

.footer-inner > .policy { color: #000; text-decoration: none; font-size: 1.5rem; text-align: center; letter-spacing: 0.04em; }

.footer-inner > .copyright { margin: 0; font-size: 1.5rem; color: #000; text-align: center; letter-spacing: 0.04em; }

@media screen and (max-width: 600px) { .footer-inner > .copyright { margin-top: 12px; }
  .footer-inner > .copyright.-privacy { margin-top: 0; } }

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-text-a { font-size: 1.6rem; }

@media screen and (max-width: 930px) { .c-text-a { font-size: 1.5rem; line-height: 1.8; } }

.c-heading-a { font-size: 3rem; line-height: 1.5; text-align: center; margin: 0; padding-top: 24px; letter-spacing: 0.1em; font-weight: 300; position: relative; font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "BIZ UDPゴシック", "BIZ UDPGothic", "メイリオ", "Meiryo", sans-serif; }

@media screen and (max-width: 900px) { .c-heading-a { font-size: 2.8rem; } }

@media screen and (max-width: 600px) { .c-heading-a { font-size: 2.6rem; } }

.c-heading-a:before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); line-height: 1; font-family: "Font Awesome 5 Free"; content: ""; font-weight: 900; font-size: 1.2rem; }

.c-heading-b { font-size: 2.5rem; line-height: 1.5; text-align: center; margin: 0; letter-spacing: 0.1em; }

@media screen and (max-width: 900px) { .c-heading-b { font-size: 2.3rem; } }

@media screen and (max-width: 600px) { .c-heading-b { font-size: 2.1rem; } }

.c-link-pdf { position: relative; }

.c-link-pdf::after { line-height: 1; font-family: "Font Awesome 5 Free"; content: ""; font-weight: 900; display: inline-block; margin-left: .5em; }

.c-link-external { position: relative; }

.c-link-external::after { line-height: 1; font-family: "Font Awesome 5 Free"; content: ""; font-weight: 400; display: inline-block; margin-left: .5em; }

.c-btn-a { background-color: #0000ff; color: #fff; width: 100%; border-radius: 10px; font-size: 4.2rem; letter-spacing: 0.04em; padding: 50px 20px; margin-top: 34px; font-family: "游ゴシック体","YuGothic", "游ゴシック","Yu Gothic","Yu Gothic UI Bold","Yu Gothic UI", sans-serif; }

@media screen and (max-width: 900px) { .c-btn-a { font-size: 3.4rem; padding: 42px 20px; } }

@media screen and (max-width: 600px) { .c-btn-a { font-size: 2.5rem; padding: 34px 20px; margin-top: 30px; } }

_:-ms-input-placeholder, :root .c-btn-a { padding: 60px 20px 40px; }

@media screen and (max-width: 900px) { _:-ms-input-placeholder, :root .c-btn-a { padding: 50px 20px 34px; } }

@media screen and (max-width: 600px) { _:-ms-input-placeholder, :root .c-btn-a { padding: 40px 20px 28px; } }

.c-list-0 { list-style: none; padding-left: 0; line-height: 1.5; }

.c-list-0 > li { text-align: left; }

.c-list-0.-indention { margin-left: 1em; text-indent: -1em; }

.c-list-0.-indention > * { text-indent: 0; }

.c-list-0.-indention1 > li { padding-left: 1em; text-indent: -1em; }

.c-list-0.-disc { padding-left: 1.5em; list-style: disc; }

.c-list-a { list-style: none; padding-left: 0; line-height: 1.5; }

.c-list-a > li { padding-left: 1.5em; text-indent: -1.5em; }

.c-list-a > li::before { line-height: 1; font-family: "Font Awesome 5 Free"; content: ""; font-weight: 900; display: inline-block; width: 1em; margin-right: .5em; text-indent: 0; }

.c-list-a > li > * { text-indent: 0; }

.c-order-0 { padding-left: 1.5em; list-style: decimal; line-height: 1.5; }

.c-order-0 > li { text-align: left; }

.c-order-a { padding-left: 0; list-style: none; line-height: 1.5; counter-reset: orderA; }

.c-order-a > li { position: relative; padding-left: 2.5em; text-indent: -2.5em; text-align: left; }

.c-order-a > li::before { display: inline-block; width: 2.5em; text-align: right; text-indent: 0; white-space: nowrap; word-wrap: normal; overflow-wrap: normal; counter-increment: orderA; content: "（" counter(orderA) "）"; }

.c-order-a > li:nth-child(n+10)::before { text-indent: -.5em; }

.c-order-a > li > * { text-indent: 0; }

.c-table-a { border-collapse: collapse; }

.c-table-a th, .c-table-a td { padding: 1em; font-size: 1.6rem; border: solid 1px #ccc; text-align: left; line-height: 1.5; vertical-align: top; }

.c-table-a th.-txtl, .c-table-a td.-txtl { text-align: left; }

.c-table-a th.-txtc, .c-table-a td.-txtc { text-align: center; }

.c-table-a th.-txtr, .c-table-a td.-txtr { text-align: right; }

.c-table-a th.-top, .c-table-a td.-top { vertical-align: top; }

.c-table-a th.-nobg, .c-table-a td.-nobg { background-color: transparent; }

.c-table-a th { background-color: #f3f3f3; white-space: nowrap; }

.c-table-a.-nobg th, .c-table-a.-nobg td { background: none; }

@media screen and (max-width: 600px) { .c-table-a.-block { display: block; }
  .c-table-a.-block tbody, .c-table-a.-block tr, .c-table-a.-block th, .c-table-a.-block td { display: block; }
  .c-table-a.-block th, .c-table-a.-block td { border: none; }
  .c-table-a.-block th { background-color: #eee; } }

/**************************************************/
/* components - layout */
/**************************************************/
.l-page-contents { max-width: 890px; margin-left: auto; margin-right: auto; position: relative; padding: 0 20px; }

@media screen and (max-width: 900px) { .l-page-contents { box-sizing: border-box; } }

.l-section { position: relative; padding: 70px 0 100px; }

@media screen and (max-width: 900px) { .l-section { padding: 60px 0 70px; } }

@media screen and (max-width: 600px) { .l-section { padding: 40px 0 50px; } }

.l-section.-fill { background-color: #f3f3f3; }

.l-section.-contentTop { padding-top: 40px; }

.l-section.-contentBottom { padding-bottom: 120px; }

/**************************************************/
/* pages */
/**************************************************/
.pg-home._ios:before { content: ""; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url(../../images/mainvisual.jpg) no-repeat center bottom; background-size: auto calc(100% - 56px); z-index: 0; }

.pg-home._ios:after { content: ""; background-color: #ffff00; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; min-height: 640px; }

.pg-home._ios.-hide:before { display: none; }

.pg-home._ios .l-section.-mainvisual { background-color: transparent; }

.pg-home._ios .l-section.-mainvisual:before { display: none; }

.pg-home._ios .l-section.-concept:before { display: none; }

.pg-home._ios .l-section.-concept:after { opacity: 0.6; background-color: #6689b2; }

.l-section.-mainvisual { background-color: #ffff00; position: relative; height: calc(100vh - 80px); padding: 0; min-height: calc(640px - 80px); color: #0000ff; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Toppan Bunkyu Mincho", "凸版文久明朝", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "BIZ UDP明朝", "BIZ UDPMincho", serif, serif; }

@media screen and (max-width: 900px) { .l-section.-mainvisual { height: calc(100vh - 56px); min-height: calc(640px - 56px); } }

.l-section.-mainvisual:before { content: ""; display: block; background: url(../../images/mainvisual.jpg) no-repeat center bottom; background-size: auto calc(100% - 80px); height: 100%; width: 100%; background-attachment: fixed; }

@media screen and (max-width: 900px) { .l-section.-mainvisual:before { background-size: auto calc(100% - 56px); } }

.l-section.-mainvisual > .copy { z-index: 1; position: relative; margin: 0; position: absolute; top: 20.168%; left: 8.3%; font-size: 3.5rem; letter-spacing: 0.13em; }

@media screen and (max-width: 600px) { .l-section.-mainvisual > .copy { font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Toppan Bunkyu Mincho", "凸版文久明朝", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "BIZ UDP明朝", "BIZ UDPMincho", serif, serif; font-size: 3rem; top: 19%; } }

.l-section.-mainvisual > .copy > .dq { width: 11.3px; display: inline-block; margin: 0 7px; }

.l-section.-mainvisual > .copy > .dq.-start { margin-right: 7px; }

.l-section.-mainvisual > .copy > .dq.-end { margin: 0 5px 0 -1px; }

.l-section.-mainvisual > .copy > .dq > img { vertical-align: middle; padding-bottom: 0.6em; }

.l-section.-mainvisual > .copy > .space { padding-left: 0.7em; }

.l-section.-mainvisual > .text { z-index: 1; position: relative; max-width: 254px; margin-left: auto; position: absolute; bottom: 21.848739%; right: 10%; }

@media screen and (max-width: 900px) { .l-section.-mainvisual > .text { bottom: 19%; } }

@media screen and (max-width: 600px) { .l-section.-mainvisual > .text { bottom: 16%; } }

.l-section.-concept { height: 100vh; color: #ffff00; min-height: 640px; padding: 0; }

@media screen and (max-width: 600px) { .l-section.-concept { display: table; } }

.l-section.-concept:before { content: ""; display: block; background: url(../../images/mainvisual.jpg) no-repeat center bottom; background-size: auto calc(100% - 80px); height: 100%; width: 100%; background-attachment: fixed; }

@media screen and (max-width: 900px) { .l-section.-concept:before { background-size: auto calc(100% - 56px); position: absolute; } }

.l-section.-concept:after { content: ""; display: block; height: 100%; width: 100%; background-color: #a0b4d2; position: absolute; top: 0; right: 0; left: 0; mix-blend-mode: multiply; position: absolute; }

@media all and (-ms-high-contrast: none) { .l-section.-concept:after { opacity: 0.6; background-color: #6689b2; } }

.l-section.-concept > .l-page-contents { z-index: 2; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; max-width: 890px; margin-left: auto; margin-right: auto; }

@media screen and (max-width: 600px) { .l-section.-concept > .l-page-contents { position: relative; top: auto; left: auto; transform: none; padding: 40px 20px 50px; display: table-cell; vertical-align: middle; } }

.l-section.-concept > .l-page-contents > .copy { text-align: center; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Toppan Bunkyu Mincho", "凸版文久明朝", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "BIZ UDP明朝", "BIZ UDPMincho", serif, serif; margin-top: 46px; letter-spacing: 0.08em; font-size: 3rem; line-height: 1.5; font-weight: bold; }

@media screen and (max-width: 900px) { .l-section.-concept > .l-page-contents > .copy { font-size: 2.8rem; } }

@media screen and (max-width: 600px) { .l-section.-concept > .l-page-contents > .copy { font-size: 2.6rem; margin-top: 30px; } }

.l-section.-concept > .l-page-contents > .text { text-align: center; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Toppan Bunkyu Mincho", "凸版文久明朝", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "BIZ UDP明朝", "BIZ UDPMincho", serif, serif; font-size: 1.8rem; line-height: 2; letter-spacing: 0.1em; margin-top: 34px; }

@media screen and (max-width: 900px) { .l-section.-concept > .l-page-contents > .text { font-size: 1.7rem; } }

@media screen and (max-width: 600px) { .l-section.-concept > .l-page-contents > .text { text-align: left; font-size: 1.6rem; margin-top: 28px; } }

.l-section.-service { background-color: #d7ebff; }

.service-container { border: 2px solid #000; border-radius: 6px; background-color: #fff; padding: 52px 96px 96px; margin-top: 40px; }

@media screen and (max-width: 775px) { .service-container { padding: 52px 50px 70px; } }

@media screen and (max-width: 600px) { .service-container { padding: 40px 20px 50px; } }

.service-container > .wrapper { max-width: 578px; margin: 0 auto; }

@media screen and (max-width: 600px) { .service-container > .wrapper:nth-of-type(n+2) { margin-top: 54px; } }

.service-container > .wrapper > .copy { text-align: center; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Toppan Bunkyu Mincho", "凸版文久明朝", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "BIZ UDP明朝", "BIZ UDPMincho", serif, serif; font-size: 2.5rem; line-height: 1.5; margin: 0; letter-spacing: 0.08em; }

@media screen and (max-width: 900px) { .service-container > .wrapper > .copy { font-size: 2.3rem; } }

@media screen and (max-width: 600px) { .service-container > .wrapper > .copy { font-size: 2.3rem; } }

.service-to { display: flex; margin-top: 83px; align-items: flex-start; }

@media screen and (max-width: 900px) { .service-to { margin-top: 54px; } }

@media screen and (max-width: 600px) { .service-to { display: block; margin-top: 30px; } }

.service-to > .image { margin-right: 32px; width: 100%; }

@media screen and (max-width: 600px) { .service-to > .image { margin: 0 auto; } }

.service-to > .image.-img01 { max-width: 166px; }

.service-to > .image.-img02 { max-width: 170px; }

.service-to > .image.-img03 { max-width: 114px; }

.service-to > .textarea { align-self: flex-end; }

.service-to > .textarea > .heading { font-size: 2rem; font-weight: bold; letter-spacing: 0.04em; }

@media screen and (max-width: 600px) { .service-to > .textarea > .heading { text-align: center; margin-top: 30px; } }

.service-to > .textarea > .text { font-size: 1.6rem; line-height: 1.8; margin-top: 10px; }

@media screen and (max-width: 600px) { .service-to > .textarea > .text { font-size: 1.5rem; margin-top: 5px; } }

.service-to.-me { margin-top: 50px; }

@media screen and (max-width: 900px) { .service-to.-me { margin-top: 40px; } }

@media screen and (max-width: 600px) { .service-to.-me { margin-top: 30px; } }

.service-to.-me > .textarea .text { margin-bottom: 14px; }

@media screen and (max-width: 900px) { .service-to.-me > .textarea .text { margin-bottom: 0; } }

.service-item { margin-top: 66px; margin-bottom: 0; }

@media screen and (max-width: 900px) { .service-item { margin-top: 55px; } }

@media screen and (max-width: 600px) { .service-item { text-align: center; margin-top: 50px; } }

.service-item:first-of-type { margin-top: 84px; }

@media screen and (max-width: 900px) { .service-item:first-of-type { margin-top: 74px; } }

@media screen and (max-width: 600px) { .service-item:first-of-type { margin-top: 50px; } }

.service-item > .heading { min-width: 188px; border: 1px solid #000; display: inline-block; text-align: center; font-weight: bold; padding: 8px 22px; box-sizing: border-box; letter-spacing: 0.1em; font-size: 1.7rem; }

@media screen and (max-width: 900px) { .service-item > .heading { font-size: 1.6rem; } }

@media screen and (max-width: 600px) { .service-item > .heading { font-size: 1.5rem; } }

.service-item > .text { margin-left: 0; margin-top: 14px; font-size: 1.5rem; line-height: 1.7; letter-spacing: 0.04em; }

@media screen and (max-width: 900px) { .service-item > .text { font-size: 1.4rem; } }

@media screen and (max-width: 600px) { .service-item > .text { text-align: left; font-size: 1.3rem; } }

.service-separation { margin-top: 92px; padding-bottom: 10px; width: 100%; text-align: right; border-bottom: 2px solid #000; font-size: 1.5rem; letter-spacing: 0.02em; }

@media screen and (max-width: 900px) { .service-separation { font-size: 1.4rem; margin-top: 70px; } }

@media screen and (max-width: 600px) { .service-separation { margin-top: 50px; font-size: 1.3rem; text-align: left; } }

.merkerText { text-align: center; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Toppan Bunkyu Mincho", "凸版文久明朝", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "BIZ UDP明朝", "BIZ UDPMincho", serif, serif; margin-top: 96px; font-size: 2rem; font-weight: bold; letter-spacing: 0.08em; }

@media screen and (max-width: 900px) { .merkerText { margin-top: 60px; } }

@media screen and (max-width: 600px) { .merkerText { margin-top: 40px; margin-bottom: 20px; } }

.merkerText > .line { border-bottom: 0.4em solid #ffff00; padding: 0 0.2em 0.26em 0.6em; }

@media screen and (max-width: 900px) { .merkerText > .line { padding: 0 0 0.26em; } }

.l-section.-contact { text-align: center; background-color: #fff; padding: 36px 0 60px; }

@media screen and (max-width: 600px) { .l-section.-contact { padding: 30px 0 50px; } }

.l-section.-contact .logo { max-width: 50px; margin: 0 auto; }

.l-section.-contact .tel { color: #0000ff; font-size: 2.5rem; letter-spacing: 0.1em; line-height: 1em; margin-top: 56px; font-family: "Montserrat", "メイリオ", "Meiryo", sans-serif; font-weight: 300px; }

@media screen and (max-width: 600px) { .l-section.-contact .tel { margin-top: 45px; font-size: 2.3rem; } }

.l-section.-contact .tel > a { text-decoration: none; }

.l-section.-contact .tel > a > .icon { max-width: 21px; width: 21px; display: inline-block; padding-right: 0.5em; }

.l-section.-profile { background-color: #ffff00; color: #0000ff; }

.profile-container { margin-top: 60px; display: flex; }

@media screen and (max-width: 900px) { .profile-container { display: block; margin-top: 34px; } }

.profile-container .left { width: 290px; padding-right: 44px; box-sizing: border-box; }

@media screen and (max-width: 900px) { .profile-container .left { width: 100%; max-width: 700px; margin: 0 auto; padding-right: 0; } }

.profile-container .left > .image { max-width: 198px; width: 100%; margin: 0 auto; }

.profile-container .left > .name { font-size: 3rem; font-weight: bold; margin-top: 34px; line-height: 1.5; }

@media screen and (max-width: 900px) { .profile-container .left > .name { text-align: center; margin-top: 25px; } }

.profile-container .left > .position { font-size: 1.5rem; line-height: 1.7; margin-top: 15px; font-weight: bold; }

@media screen and (max-width: 900px) { .profile-container .left > .position { text-align: center; } }

@media screen and (max-width: 600px) { .profile-container .left > .position { margin-top: 13px; } }

.profile-container .left > .text { font-size: 1.5rem; line-height: 1.9; margin-top: 40px; letter-spacing: 0.02em; }

@media screen and (max-width: 900px) { .profile-container .left > .text { margin-top: 36px; } }

@media screen and (max-width: 600px) { .profile-container .left > .text { margin-top: 30px; font-size: 1.3rem; } }

.profile-container .right { width: 600px; box-sizing: border-box; padding-left: 44px; border-left: 4px solid #0000ff; }

@media screen and (max-width: 900px) { .profile-container .right { width: 100%; max-width: 700px; margin: 0 auto; margin-top: 40px; padding-left: 36px; } }

@media screen and (max-width: 600px) { .profile-container .right { padding-left: 24px; } }

.profile-container .right > .heading { font-size: 2.5rem; padding-bottom: 7px; border-bottom: 2px solid #0000ff; margin: 10px 0 0 0; font-family: sans-serif; /*font-family: $Hiragino, "BIZ UDPゴシック","BIZ UDPGothic", "メイリオ","Meiryo", sans-serif;*/ font-weight: 300; letter-spacing: 0.1em; }

@media screen and (max-width: 900px) { .profile-container .right > .heading { font-size: 2.4rem; } }

@media screen and (max-width: 600px) { .profile-container .right > .heading { font-size: 2.2rem; } }

.profile-container .right > .heading:nth-of-type(n+2) { margin-top: 38px; }

@media screen and (max-width: 900px) { .profile-container .right > .heading:nth-of-type(n+2) { margin-top: 34px; } }

@media screen and (max-width: 600px) { .profile-container .right > .heading:nth-of-type(n+2) { margin-top: 30px; } }

.profile-activities { margin-top: 6px; }

.profile-activities > dt { font-size: 1.5rem; line-height: 2.1; font-weight: bold; margin-top: 32px; }

@media screen and (max-width: 900px) { .profile-activities > dt { font-size: 1.4rem; margin-top: 28px; } }

@media screen and (max-width: 600px) { .profile-activities > dt { font-size: 1.3rem; } }

.profile-activities > dt:first-of-type { margin-top: 0; }

.profile-activities > dd { font-size: 1.5rem; line-height: 1.9; margin-left: 0; }

@media screen and (max-width: 900px) { .profile-activities > dd { font-size: 1.4rem; } }

@media screen and (max-width: 600px) { .profile-activities > dd { font-size: 1.3rem; } }

.profile-activities > dd + dd { margin-top: 28px; }

@media screen and (max-width: 900px) { .profile-activities > dd + dd { margin-top: 24px; } }

.profile-activities > dd .nowrap { white-space: nowrap; }

@media screen and (max-width: 900px) { .profile-activities > dd .nowrap { white-space: normal; } }

.profile-awards { margin-top: 6px; border-collapse: collapse; border-spacing: 0; font-size: 1.5rem; line-height: 2.1; width: 100%; }

@media screen and (max-width: 900px) { .profile-awards { font-size: 1.4rem; } }

@media screen and (max-width: 600px) { .profile-awards { font-size: 1.3rem; } }

.profile-awards th { text-align: left; font-weight: normal; width: 124px; padding: 0 1em 0 0; box-sizing: border-box; }

.profile-awards td { padding: 0; }

.l-section.-sns { background-color: #fff; }

.l-section.-sns .sns-heading { font-size: 2.4rem; line-height: 1.5; text-align: center; margin: 146px 0 0 0; padding-top: 24px; letter-spacing: 0.1em; font-weight: normal; position: relative; color: #0000ff; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Toppan Bunkyu Mincho", "凸版文久明朝", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "BIZ UDP明朝", "BIZ UDPMincho", serif; }

@media screen and (max-width: 900px) { .l-section.-sns .sns-heading { margin-top: 70px; font-size: 2.2rem; } }

@media screen and (max-width: 600px) { .l-section.-sns .sns-heading { margin-top: 50px; font-size: 2rem; } }

.l-section.-sns .sns-heading:before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); line-height: 1; font-family: "Font Awesome 5 Free"; content: ""; font-weight: 900; font-size: 1.2rem; }

.sns-gallery { display: flex; flex-wrap: wrap; margin-left: -40px; }

@media screen and (max-width: 900px) { .sns-gallery { margin-left: -20px; } }

@media screen and (max-width: 600px) { .sns-gallery { flex-direction: column; margin-left: 0; } }

.sns-gallery > .image { width: 33.333333%; padding-left: 40px; box-sizing: border-box; }

@media screen and (max-width: 900px) { .sns-gallery > .image { padding-left: 20px; } }

@media screen and (max-width: 600px) { .sns-gallery > .image { width: 100%; margin-top: 20px; padding-left: 0; min-height: 0%; }
  .sns-gallery > .image:first-of-type { margin-top: 0; } }

.sns-link { margin-top: 62px; display: flex; justify-content: center; }

@media screen and (max-width: 900px) { .sns-link { margin-top: 46px; } }

@media screen and (max-width: 600px) { .sns-link { margin-top: 40px; } }

.sns-link > .icon { width: 83px; max-width: 83px; display: block; margin: 0 20px; }

.l-section.-privacy { padding: 74px 0 130px; }

@media screen and (max-width: 900px) { .l-section.-privacy { padding: 60px 0 70px; } }

@media screen and (max-width: 600px) { .l-section.-privacy { padding: 60px 0 50px; } }

.l-section.-privacy > .l-page-contents { color: #000; max-width: 650px; font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif; }

.l-section.-privacy > .l-page-contents > .text { font-size: 1.3rem; line-height: 2; margin-top: 90px; letter-spacing: 0.04em; }

@media screen and (max-width: 900px) { .l-section.-privacy > .l-page-contents > .text { margin-top: 60px; } }

@media screen and (max-width: 600px) { .l-section.-privacy > .l-page-contents > .text { margin-top: 40px; } }

.l-section.-privacy > .l-page-contents > .date { margin-top: 64px; font-size: 1.3rem; letter-spacing: 0.04em; line-height: 1.9; }

@media screen and (max-width: 900px) { .l-section.-privacy > .l-page-contents > .date { margin-top: 44px; } }

.l-section.-privacy > .l-page-contents > .name { font-size: 1.3rem; line-height: 1.9; letter-spacing: 0.04em; }

.privacy-contents > dt { font-size: 1.4rem; margin: 46px 0 0 0; position: relative; padding-bottom: 3px; letter-spacing: 0.04em; }

@media screen and (max-width: 900px) { .privacy-contents > dt { font-size: 1.6rem; margin-top: 34px; } }

.privacy-contents > dt:first-of-type { margin-top: 68px; }

@media screen and (max-width: 900px) { .privacy-contents > dt:first-of-type { margin-top: 44px; } }

.privacy-contents > dt.line:after { content: ""; width: 22px; height: 1px; border-bottom: 1px solid #808080; position: absolute; bottom: 0; left: 0; }

.privacy-contents > dd { margin-left: 0; margin-top: 12px; color: #666; font-size: 1.2rem; line-height: 1.9; letter-spacing: 0.02em; }

@media screen and (max-width: 900px) { .privacy-contents > dd { margin-top: 8px; } }

.privacy-contents > dd > .link { color: #0000ff; font-size: 1.3rem; }

.privacy-contents > dd > .list { margin: 0; list-style: none; padding-left: 1.2em; }

.privacy-contents > dd > .list > li { position: relative; }

.privacy-contents > dd > .list > li:before { content: "・"; position: absolute; top: 0; left: -1.2em; }

@media screen and (max-width: 900px) { _:-ms-input-placeholder, :root .privacy-contents dt { padding-bottom: 0; } }
/*# sourceMappingURL=site.css.map */