@charset "utf-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}
/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  word-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
  tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; /* 6 */
}
/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
:where(body) {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}
/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}
/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "\200B";
  float: left;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(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.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}
/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}
/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color in Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: currentColor; /* 2 */
  text-indent: 0; /* 3 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}
/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}
/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons 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 styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
:where(dialog:not([open])) {
  display: none;
}
/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}
/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy="true" i]) {
  cursor: progress;
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}
/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden="false" i][hidden]) {
  display: inline;
  display: initial;
}
:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
html {
	font-size: 62.5%;
}
body {
	overflow-x: hidden;
	background: #f0ece5;
	color: #333;
	font-family: "Helvetica", "Helvetica Neue", "Arial", "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.5em;
	line-height: 1.6666;
	letter-spacing: 0.04em;
}
a {
	color: #333;
}
a:hover,
a:active {
	color: #666;
}
/* Typography Base Setting */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
p, ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
}
ol, ul {
	padding-left: 2em;
}
ol {
	list-style: decimal outside none;
}
ul {
	list-style: square outside none;
}
li ol, li ul {
	margin-bottom: 0;
}
nav ol, nav ul {
	list-style: none;
	padding-left: 0;
}
em {
	font-style: normal;
}
rp, rt {
	line-height: 1;
	font-size: .688em;
}
table {
	empty-cells: show;
	font-size: 1em;
}
iframe {
	display: block;
	width: 100%;
}
figure {
	margin: 0;
}
img {
	height: auto;
}
img, iframe, button, input, select, textarea {
	max-width: 100%;
}
textarea {
	height: auto;
	resize: vertical;
}
/* ==========================================================================
   Layout
   ========================================================================== */
body {
  opacity: 0;
	-webkit-animation: fadeIn 0.5s ease 0.3s both;
	animation: fadeIn 0.5s ease 0.3s both;
}
@-webkit-keyframes fadeIn {
	0% { opacity: 0 }
	100% { opacity: 1 }
}
@keyframes fadeIn {
	0% { opacity: 0 }
	100% { opacity: 1 }
}
.container {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.container-wide {
  position: relative;
	width: 90%;
  max-width: 1320px;
  margin: 0 auto;
}
/* -----------------------------------
 Header
----------------------------------- */
.header {
  position: relative;
  width: 90%;
  max-width: 1320px;
  margin: 0 auto 20%;
  padding-top: 30px;
}
.header__logo {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
  width: 180px;
  margin: 0
}
.header__logo img {
    display: block;
    width: 100%;
  }
.header__lang {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: right;
  line-height: 1
}
.header__lang a {
    text-decoration: none;
  }
.header__lang .current {
    padding-bottom: 5px;
    border-bottom: 1px solid;
  }
/* -----------------------------------
  Footer
----------------------------------- */
.footer {
	position: relative;
	padding: 50px 0;
  background: #fff;
}
.footer__form dl {
    margin: 20px 0;
  }
.footer__form dd {
    margin: 0;
  }
.footer__form label {
    font-size: 1.3rem;
  }
.footer__text {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
}
.footer__logo {
  margin-bottom: 30px;
}
.footer__sns ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
.footer__sns li {
    display: inline-block;
  }
.footer__sns li + li {
    margin-left: 10px;
  }
.copyright {
	font-size: 1.1rem;
	letter-spacing: 0.05em;
  text-align: center;
}
.contact{
	position: relative;
    width: 90%;
	margin: 0 auto;
    text-align: left;
	padding-bottom: 20px;
}
/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/*------------------------------------*\
    Solved by Flexbox
    CC BY 4.0 license
    https://github.com/philipwalton/solved-by-flexbox.git
\*------------------------------------*/
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.grid-cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.grid--flexcells > .grid-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.grid--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.grid--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid--justifyCenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid-cell--top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.grid-cell--bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.grid-cell--center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.grid-cell--autoSize {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.grid--fit > .grid-cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.grid--full > .grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.grid--1of2 > .grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.grid--1of3 > .grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}
.grid--1of4 > .grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.grid--gutters {
  margin: -1.5rem 0 1.5rem -1.5rem;
}
.grid--gutters > .grid-cell {
  padding: 1.5rem 0 0 1.5rem;
}
.grid--gutters-wide {
  margin: -3rem 0 3rem -3rem;
}
.grid--gutters-wide > .grid-cell {
  padding: 3rem 0 0 3rem;
}
/* 見出し */
.h2 {
  margin-bottom: 10%;
}
.subheading {
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.lead {
  font-size: 1.8rem;
  font-weight: bold;
}
/*------------------------------------*\
    Tables
\*------------------------------------*/
.table {
	width: 100%;
	max-width: 100%
}
.table th,
	.table td {
		padding: 1.5em 0;
		border-bottom: 1px solid #d7d1c6;
		vertical-align: top;
	}
.table th {
		text-align: left;
	}
/* レスポンシブ */
/*------------------------------------*\
    Buttons
\*------------------------------------*/
.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 300px;
	height: 48px;
	margin: 0;
	padding: 1em;
	border-radius: 24px;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	color: #666;
	line-height: 1;
	text-decoration: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0 !important;
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}
.btn::before {
		content: "";
		display: inline-block;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 7px;
		height: 7px;
		margin-right: 10px;
		border-top: 2px solid;
		border-right: 2px solid;
	}
.btn:focus,
	.btn:hover {
		background-color: #999;
		color: #fff;
	}
.btn.disabled,
	.btn:disabled {
		background-color: #e1e1e1;
		color: #aaa;
		pointer-events: none;
	}
.btn.disabled:hover {
		background-color: #e1e1e1;
	}
/* Sizes */
.btn-large { font-size: 1.8rem; }
.btn-small { font-size: 1.2rem; }
/* Themes */
.btn-outline {
	border-color: #634210;
	background-color: transparent;
	color: #634210;
}
.btn-outline:focus,
.btn-outline:hover {
	border-color: transparent!important;
	color: #fff!important;
}
/*------------------------------------*\
    Form Element
\*------------------------------------*/
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #ddd;
  font-size: 1.8rem;
  font-weight: bold;
}
.input,
.textarea,
.select,
.select option {
  -webkit-appearance: none;
  -moz-appearance: none;
	appearance: none;
}
.input,
.textarea,
.select {
	width: 100%;
	line-height: normal;
	margin: 0;
	padding: 0 1rem;
	border-radius: 0;
	background-color: #f6f6f6;
	border: 1px solid #f6f6f6;
	color: #333;
	font-size: 1.6rem;
	-webkit-transition: all .1s;
	transition: all .1s;
  outline: 0;
}
.input {
  display: inline-block;
	height: 2.5em;
	line-height: 1;
  vertical-align: middle;
}
.input::-ms-clear,
.input::-ms-reveal {/* IE10以上用 */
	margin-right: -6px;
	height: 20px;
	color: rgba(0,0,0,.5);
}
.textarea {
	height: auto;
	min-height: 100px;
	padding-top: .8rem;
	padding-bottom: .8rem;
	line-height: 1.4;
	vertical-align: top;
}
.select {
	display: block;
  padding: 0 24px 0 1rem;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgOSAxNCI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNLjUgNWw0LTQgNCA0TTguNSA5LjAxbC00IDQtNC00IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojNWU2Yzc1O3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS13aWR0aDouOTNweCIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: right .8rem center;
  text-overflow: "";
}
.select::-ms-expand { display: none;}
/* IE10以上用 */
/* Project
   ----------------------------------------------------------------- */
.hero {
  margin-bottom: 25%;
}
.hero__title {
  width: 25%;
  margin: 0 auto;
  text-align: center;
}
.hero__lead {
  margin: 10% 0;
  text-align: center;
}
.image1 img, .image2 img {
    width: 100%;
  }
.about {
  position: relative;
}
.about__image1 {
  width: 80%;
  margin-left: auto;
}
.about__image2 {
  position: absolute;
  top: 25%;
  right: 5%;
  width: 30%;
}
.about__image3 {
  position: absolute;
  top: 15%;
  left: 0;
  width: 15%;
}
.about__text {
  width: 90%;
  margin: 0 auto;
  padding-top: 35%;
}
.about__heading {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.2
}
.about__heading small {
    font-size: 1.2rem;
  }
.lineup {
  padding: 60px 0;
}
.lineup-item {
  margin-bottom: 40px;
}
.lineup-item__title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding-left: 15px
}
.lineup-item__title span {
    display: inline-block;
    border-bottom: 2px solid;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
  }
.lineup-item__image {
  margin-top: -20px;
  margin-bottom: 30px
}
.lineup-item__image img {
    width: 100%;
  }
.difference {
  padding: 70px 0 150px;
}
.difference__heading {
  margin-bottom: 8%;
}
.difference__lead {
  font-weight: bold;
  line-height: 1.8
}
.difference__lead.line::after {
    content: "";
    display: block;
    width: 50px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid;
  }
.difference-movie {
  max-width: 370px;
  margin: 30px auto 0
}
.difference-movie figcaption {
    margin-top: 1em;
  }
.cherish {
  position: relative;
  z-index: 0;
  padding-bottom: 50px;
  background: #fff;
}
.cherish__heading {
  margin-bottom: 10%;
  -webkit-transform: translateY(-3vw);
  transform: translateY(-3vw);
  text-align: center;
}
.cherish-item {
  margin-bottom: 40px;
}
.cherish-item__text {
  margin-bottom: 30px;
}
.cherish-item__heading {
  margin-bottom: 1em;
  color: #634210;
}
.cherish-item__image {
  position: relative;
  z-index: -1;
  text-align: center;
}
.message {
  padding: 12% 0 10%;
}
.message__image {
  width: 70%;
  margin: 0 auto 30px;
  font-weight: bold;
  text-align: center
}
.message__image img {
    margin-bottom: 15px;
  }
.extra {
  padding: 10% 0 12%;
}
.extra__heading {
  margin-bottom: 5%;
}
.commitment-list {
  list-style: none;
  margin: 0;
  padding: 0
}
.commitment-list li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 50px;
  }
.commitment-list li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
  }
.commitment-list li:nth-of-type(1)::before {
    background-image: url(../image/number1.png);
  }
.commitment-list li:nth-of-type(2)::before {
    background-image: url(../image/number2.png);
  }
.commitment-list li:nth-of-type(3)::before {
    background-image: url(../image/number3.png);
  }
.howis-list {
  list-style: none;
  margin: 0;
  padding: 0
}
.howis-list li {
    margin-bottom: 40px;
  }
.howis-list .num {
    display: inline-block;
    width: 2em;
    height: 2em;
    margin-bottom: 15px;
    border-radius: 50%;
    border: 1px solid;
    color: #634210;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.9;
  }
.howis__image {
  margin-bottom: 20px
}
.howis__image img {
    width: 100%;
  }
.aboutus {
  padding-top: 50px;
  padding-bottom: 50px;	
}
/* Utility
   ----------------------------------------------------------------- */
/* Responsive */
.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.video iframe {
	position: absolute;
	outline: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Display */
.none { display: none; }
.block { display: block; }
.inline { display: inline; }
.inline-block { display: inline-block; }
/* Text Align & Font style */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
/* widths */
.w100 { width: 100%; }
.w90 { width: 90%; }
.w80 { width: 80%; }
.w75 { width: 75%; }
.w70 { width: 70%; }
.w66 { width: 66%; }
.w60 { width: 60%; }
.w50 { width: 50%; }
.w40 { width: 40%; }
.w33 { width: 33%; }
.w30 { width: 30%; }
.w25 { width: 25%; }
.w20 { width: 20%; }
.w10 { width: 10%; }
.w-auto { width: auto; }
/* Margins */
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mr-0 { margin-right: 0 !important; }
.ml-0 { margin-left: 0 !important; }
.mt-1 { margin-top: 10px !important; }
.mr-1 { margin-right: 10px !important; }
.mb-1 { margin-bottom: 10px !important; }
.ml-1 { margin-left: 10px !important; }
.mt-2 { margin-top: 20px !important; }
.mr-2 { margin-right: 20px !important; }
.mb-2 { margin-bottom: 20px !important; }
.ml-2 { margin-left: 20px !important; }
.mt-3 { margin-top: 30px !important; }
.mr-3 { margin-right: 30px !important; }
.mb-3 { margin-bottom: 30px !important; }
.ml-3 { margin-left: 30px !important; }
.mt-4 { margin-top: 45px !important; }
.mr-4 { margin-right: 45px !important; }
.mb-4 { margin-bottom: 45px !important; }
.ml-4 { margin-left: 45px !important; }
.mt-5 { margin-top: 60px !important; }
.mr-5 { margin-right: 60px !important; }
.mb-5 { margin-bottom: 60px !important; }
.ml-5 { margin-left: 60px !important; }
.mr-auto,
.mx-auto { margin-right: auto !important; }
.ml-auto,
.mx-auto { margin-left: auto !important; }
/* Paddings */
.p-0 { padding-top: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
/* Text Styles */
.bold { font-weight: bold; }
.normal { font-weight: 400; }
.font-l { font-size: 2.4rem; }
.font-m { font-size: 1.8rem; }
.font-s { font-size: 1.2rem; }
@media (max-width: 30em) {}
@media (min-width: 30.001em) {
    .footer__form dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .footer__form dt {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 6em;
      flex: 1 0 6em;
      max-width: 6em;
    }
    .footer__form dd {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
  .sm-grid--fit > .grid-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sm-grid--full > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sm-grid--1of2 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .sm-grid--1of3 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .sm-grid--1of4 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .sm-grid--gutters {
    margin: -1.5rem 0 1.5rem -1.5rem;
  }
  .sm-grid--gutters > .grid-cell {
    padding: 1.5rem 0 0 1.5rem;
  }
  .sm-grid--gutters-wide {
    margin: -3rem 0 3rem -3rem;
  }
  .sm-grid--gutters-wide > .grid-cell {
    padding: 3rem 0 0 3rem;
  }
	.sm-none { display: none !important; }
	.sm-block { display: block !important; }
	.sm-inline { display: inline !important; }
	.sm-inline-block { display: inline-block !important; }}
@media (max-width: 40em) {}
@media (min-width: 40.001em) {
  .md-grid--fit > .grid-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .md-grid--full > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .md-grid--1of2 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .md-grid--1of3 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .md-grid--1of4 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .md-grid--gutters {
    margin: -2rem 0 2rem -2rem;
  }
  .md-grid--gutters > .grid-cell {
    padding: 2rem 0 0 2rem;
  }
  .md-grid--gutters-wide {
    margin: -4.4rem 0 4.4rem -4.4rem;
  }
  .md-grid--gutters-wide > .grid-cell {
    padding: 4.4rem 0 0 4.4rem;
  }
  .image1 {
    width: 83.3333%;
    max-width: 1200px;
  }
  .about__image1 {
    width: 62.5%;
    max-width: 900px;
  }
  .about__image2 {
    top: 29.5vw;
    right: 10%;
    width: 25%;
  }
  .about__image3 {
    top: auto;
    bottom: 0;
    width: 12.5%;
  }
  .about__text {
    width: 60%;
    max-width: 860px;
    padding: 6.25% 17.5% 6.25% 0;
    line-height: 2;
  }
  .about__heading {
    font-size: 3.6rem;
  }
  .lineup-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .lineup-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    margin-bottom: 60px;
    padding: 0 15px;
  }
    .commitment-list li {
      padding-left: 70px;
    }
    .commitment-list li::before {
      width: 33px;
      height: 60px;
    }
    .howis-list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 50px;
    }
  .howis__image {
    width: 32%;
  }
  .howis__text {
    width: 64%;
  }
	.md-none { display: none !important; }
	.md-block { display: block !important; }
	.md-inline { display: inline !important; }
	.md-inline-block { display: inline-block !important; }}
@media (max-width: 60em) {}
@media (min-width: 60.001em) {
  .header {
    margin-bottom: 140px;
  }
	.header__logo {
		width: 260px;
	}
  .header__lang {
    font-size: 1.8rem;
  }
  .footer {
    padding: 60px 0;
  }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__form {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    max-width: 60%
  }
    .footer__form dt {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 120px;
      flex: 1 0 120px;
      max-width: 120px;
    }
  .footer__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 31.6666%;
    flex: 1 0 31.6666%;
    max-width: 31.6666%;
    margin-bottom: 60;
    text-align: left;
  }
  .footer__logo {
    margin-bottom: 40px;
  }
  .copyright {
    margin-top: -20px;
    text-align: left;
  }
  .contact{
    width: 60%;
	}
  .lg-grid--fit > .grid-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .lg-grid--full > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .lg-grid--1of2 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .lg-grid--1of3 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .lg-grid--1of4 > .grid-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .lg-grid--gutters {
    margin: -2rem 0 2rem -2rem;
  }
  .lg-grid--gutters > .grid-cell {
    padding: 2rem 0 0 2rem;
  }
  .lg-grid--gutters-wide {
    margin: -4.4rem 0 4.4rem -4.4rem;
  }
  .lg-grid--gutters-wide > .grid-cell {
    padding: 4.4rem 0 0 4.4rem;
  }
  .h2 {
    margin-bottom: 100px;
  }
  .lead {
    line-height: 2;
  }
  .hero {
    margin-bottom: 160px;
  }
  .lineup {
    padding: 100px 0;
  }
  .lineup-items {
    margin-right: -30px;
    margin-left: -30px;
  }
  .lineup-item {
    margin-bottom: 120px;
    padding: 0 30px;
  }
  .lineup-item__title {
    padding-left: 30px;
  }
  .difference {
    padding: 120px 0 190px;
  }
  .difference__heading {
    margin-bottom: 60px;
  }
  .difference__lead {
    line-height: 2
  }
    .difference__lead.line::after {
      margin-bottom: 50px;
      padding-bottom: 50px;
    }
  .cherish {
    padding-bottom: 140px;
  }
  .cherish__heading {
    margin-bottom: 60px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .cherish-item {
    position: relative;
    margin-bottom: 60px;
  }
  .cherish-item__text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60.8%;
  }
  .cherish-item__image {
    width: 47.5%;
  }
    .cherish-item:nth-of-type(odd) .cherish-item__text {
      left: 0;
    }
    .cherish-item:nth-of-type(odd) .cherish-item__image {
      margin-left: auto;
    }
    .cherish-item:nth-of-type(even) .cherish-item__text {
      right: 0;
      text-align: right;
    }
    .cherish-item:nth-of-type(even) .cherish-item__image {
    }
  .message {
    padding: 140px 0 120px;
  }
  .message__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .message__text {
    width: 63.3333%;
    padding-top: 1.5em;
  }
  .message__image {
    width: 30%;
    margin-bottom: 0;
  }
  .extra {
    padding: 120px 0 180px;
  }
  .extra__heading {
    width: 90%;
    margin-bottom: 70px;
    margin-left: auto;
  }
  .extra__inner {
    width: 80%;
    margin-left: auto;
  }
    .commitment-list li {
      margin-bottom: 70px;
      padding-left: 105px;
    }
    .commitment-list li::before {
      width: 44px;
      height: 80px;
    }
  .howis__image {
    width: 35.8933%;
  }
  .howis__text {
    width: 56.25%;
  }
  .aboutus {
    padding-top: 100px;
  }
	.lg-none { display: none !important; }
	.lg-block { display: block !important; }
	.lg-inline { display: inline !important; }
	.lg-inline-block { display: inline-block !important; }}
@media (min-width: 80.001em) {
  .about__image2 {
    top: auto;
    bottom: -100px;
  }
  .about__text {
    padding-top: 80px;
    padding-bottom: 80px;
  }}
@media screen and (--max-md) {
	.table th,
	.table td {
		padding: .5em;
	}
	.table-scroller {
		display: block;
		width: 100%;
		overflow-x: auto
	}

		.table-scroller table {
			margin-bottom: 4px;
		}
		.table-scroller td,
		.table-scroller th {
			border: 1px solid #ccc;
			white-space: nowrap;
		}
}

/* a1 /////////////////////// */
.a1 {
  display: table;
  width: 230px;
  color: #FFFFFF;
  text-align: center;
  /* 黒 */
  background-color: #333333;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 13px 0;
  margin: 0 auto;
text-decoration: none;	
}
.a1 p {
  display: table;
  margin: 0 auto;
  padding: 0 0 0 0px;
}
.a1:hover {
  /* ベージュ3 */
  background-color: #D1CDC6;
  color: #4B4B4A;
}