@charset "UTF-8";
/*!
---- SWDesign Original Stylesheet Template. ----
Thema Name:     model
Description:    model
Version:        1.0.0
Last Update:    2020/2/4
Author:         Naoto Ebitani
Company URL:    https://swdesign.jp
License:        GPL
License URL:    http://www.gnu.org/licenses/gpl.html
*/
html {
  font-display: swap;
}

.qs {
  font-family: 'Quicksand', sans-serif;
}

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

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

address {
  margin-bottom: 0;
}

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

dd {
  margin-bottom: 0;
  margin-left: 0;
}

label {
  margin-bottom: 0;
}

img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Noto Sans JP, "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  text-align: left;
  background-color: #Fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 5px;
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #333;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]) :hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 7.5px;
  padding-top: 0.75rem;
  padding-bottom: 7.5px;
  padding-bottom: 0.75rem;
  color: #333;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 5px;
  margin-bottom: .5rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.icon.icon-top:before {
  background-image: url(../image/icon/icon_top.svg);
  width: 15px;
  height: 15px;
  margin-top: -20px;
  margin-left: 8px;
}

.icon.icon-top-bk:before {
  background-image: url(../image/icon/icon_top-bk.svg);
  margin-top: -15px;
  margin-left: 8px;
  width: 12px;
  height: 12px;
}

.icon.icon-mail:before {
  background-image: url(../image/icon/icon_mail.svg);
  width: 22px;
  height: 20px;
  left: 20px;
}

.icon.icon-mail-fd:before {
  background-image: url(../image/icon/icon_mail.svg);
  width: 18px;
  height: 17px;
  left: 0;
  right: 0;
  top: 7px;
  margin: auto;
}

.icon.icon-time:before {
  background-image: url(../image/icon/icon_time.svg);
  width: 15px;
  height: 15px;
  margin-left: -25px;
  margin-top: 2px;
}

.icon.icon-phone:before {
  background-image: url(../image/icon/icon_phone.svg);
  width: 15px;
  height: 15px;
  margin-left: -20px;
  margin-top: 13px;
}

.icon.icon-phone-fd:before {
  background-image: url(../image/icon/icon_phone-bk.svg);
  width: 15px;
  height: 15px;
  right: 0;
  left: 0;
  top: 7px;
  margin: auto;
}

.icon.icon-phone-bk:before {
  background-image: url(../image/icon/icon_phone-bk.svg);
  width: 15px;
  height: 15px;
  left: -22px;
  top: 13px;
  top: 1.3rem;
  margin: auto;
}

.icon.icon-line:before {
  background-image: url(../image/icon/line.svg);
  width: 25px;
  height: 25px;
  margin-left: 22px;
  left: 0;
}

.icon.icon-line-fd:before {
  background-image: url(../image/icon/line.svg);
  height: 17px;
  left: 0;
  right: 0;
  top: 7px;
  margin: auto;
}

.icon.icon-arrow_down:before {
  background-image: url(../image/icon/icon_arrow_down.svg);
  width: 30px;
  height: 30px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -50px;
}

.icon.icon-arrow_right:after {
  background-image: url(../image/icon/icon_arrow_down.svg);
  transform: rotate(-90deg);
  width: 30px;
  height: 30px;
  margin: auto;
  right: -60px;
  bottom: 0;
  top: 0;
}

.icon.icon-wall:after {
  width: 1px;
  height: 25px;
  background-color: #bbb;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}

.icon.icon-arrow:before {
  background-image: url(../image/icon/icon_arrow_right_blue.svg);
  width: 19px;
  height: 16px;
  margin: auto;
  left: 50%;
  top: 0;
  bottom: 0;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.black {
  color: #333;
}

.white {
  color: #fff;
}

.gray {
  color: #6E6E6E;
}

.blue {
  color: #358AED;
}

.cream {
  color: #ffe8cb;
}

.lhM {
  line-height: 1;
}

.lhL {
  line-height: 1.4;
}

.lhXL {
  line-height: 1.6;
}

.lhXXL {
  line-height: 1.8;
}

.lhXXXL {
  line-height: 2;
}

.whiteBg {
  background: #fff;
}

.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.indentback {
  padding-left: 1em;
  text-indent: -1em;
}

.clearText {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.autoImg {
  width: 100%;
  height: auto;
}

.autoImg.full {
  width: auto;
  max-width: 100%;
  height: auto;
  display: table;
  margin: 0 auto;
}

.autoImg.lg {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.autoImg.md {
  width: 50%;
  margin: 0 auto;
  display: block;
}

.autoImg.sm {
  width: 30%;
  margin: 0 auto;
  display: block;
}

.hAuto {
  height: auto !important;
}

.imgFit {
  -o-object-fit: cover;
  object-fit: cover;
}

.icon {
  position: relative;
}

.icon:before, .icon:after {
  background: no-repeat center/contain;
  content: "";
  position: absolute;
}

.logo {
  position: relative;
}

.logo:before, .logo:after {
  background: no-repeat center/contain;
  content: "";
  position: absolute;
}

/*-----▼ 2カラムのときのレスポンシブな背景画像 ▼-----*/
.rwdBgImg {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  display: block;
  height: 100%;
}

.btn {
  padding: 20px 32px;
  transition: 0.1s;
  border-radius: 6px;
  background-color: #358AED;
  color: #fff;
  display: table;
  margin: 0px 48px 0 auto;
  font-weight: 500;
  line-height: 1;
}

.btn:hover {
  background: #333;
  color: #fff;
}

/*
.btn:after {
    display: inline-block;
    background-image: url(../image/icon/ic_arrow_forward_24px.svg);
    width: 11px;
    height: 11px;
    margin: auto 0 auto 10px;
    top: 0;
    bottom: 0;
}
.btn:hover:after {
    background-image: url(../image/icon/ic_arrow_forward_24px_w.svg);
}
.roundBtn {
	padding: 10px 80px 10px 60px;
    transition: 0.1s;
    border: 1px solid #aaa;
    border-radius: 30px;
    color: #333;
    font-weight: bold;
    display: table;
    margin: 0px auto;
    &__right {
        margin: 0 0 0 auto;
    }
    &:hover {
		background: $blue;
		color: $white;
		border: 1px solid $blue;
	}
    @include sp {
        padding: 10px 10% 10px 10%;
        &__right {
            margin: auto;
        }
    }
}
.roundBtn:after {
    background-image: url(../image/icon/icon_link.svg);
    width: 15px;
    height: 15px;
    margin-top: 8px;
    margin-left: 8px;
    @include sp {
        width: 13px;
        height: 13px;
        margin-top: 6px;
        display: inline-block;
        position: relative;
    }
}
.roundBtn:hover:after {
    background-image: url(../image/icon/icon_link-w.svg);
}
*/
.lineBtn {
  display: table;
  transition: 0.3s;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: auto;
}

.lineBtn img {
  width: 64px;
  margin-bottom: 10px;
  margin-top: 32px;
}

.lineBtn:hover {
  color: #fff;
  transform: translate(0px, 5px);
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
}

/*----------▼▼ wrapper ▼▼----------*/
.wrapper {
  letter-spacing: 0.05em;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/*----------▼▼ centering ▼▼----------*/
.mAuto {
  margin: auto;
}

/*----------▼▼ section ▼▼----------*/
/*---------- float ----------*/
.fL {
  float: left !important;
}

.fR {
  float: right !important;
}

/*----------▼▼ clearfix ▼▼----------*/
.cf:after {
  clear: both;
  content: "";
  display: block;
}

/*----------▼▼ flex-box ▼▼----------*/
/* common */
.flexBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* SP */

/* PC */

/*----------grid-box ----------*/
/* common */
.gridBox {
  display: -ms-grid;
  display: grid;
}

/* SP */

/* PC */

/*----------▼▼ content-size ▼▼----------*/
/* SP */

/* PC */

.breadcrumb > div > span {
  display: block;
  position: relative;
  padding-right: 30px;
  float: left;
}

.breadcrumb > div > span:after {
  content: '';
  width: 12px;
  height: 29px;
  background-image: url(../images/bread_list.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 8px;
  top: 0;
}

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

.breadcrumb > div > span:last-child:after {
  background-image: none;
}

.breadcrumb span a span {
  font-weight: bold;
  color: #333;
  transition: 0.3s;
}

.breadcrumb span a span:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  transition: 0.3s;
}

.breadcrumb span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: 2px;
  vertical-align: middle;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lpbreadcrumbArea {
  background-color: #6E6E6E;
  padding: 8px 0;
}

.cmnTtl__type1 {
  position: relative;
}

.cmnTtl__type1:before {
  content: '';
  background-color: #333;
  position: relative;
  display: inline-block;
  width: 35px;
  height: 1px;
  vertical-align: middle;
  margin-right: 14px;
}

.cmnTtl__type2--line {
  border-left: 5px solid #6E6E6E;
  padding-left: 20px;
}

.cmnTtl__type3 {
  font-weight: bold;
  position: relative;
  padding-left: 21px;
}

.cmnTtl__type3:before {
  content: '';
  background-color: #333;
  position: absolute;
  display: block;
  width: 12px;
  height: 1px;
  left: 0;
  top: 0.7em;
}

.cmnTtl__type4 {
  font-weight: bold;
}

.cmnTtl__type5 {
  font-weight: bold;
  color: #6E6E6E;
}

.cmnTtl__type6 {
  font-weight: bold;
  color: #6E6E6E;
}

/*
.cmnText {
	&__normal {
		@include sp {
			font-size: $textMSp;
		}
		@include pc {
			font-size: $textMPc;
		}
	}
	&__small {
		@include sp {
			font-size: $textSSp;
		}
		@include pc {
			font-size: $textSPc;
		}
	}
}
.cmnTextStyle {
	&__bold {
		font-weight: bold;
	}
	&__link {
		color: $linkColor;
		&:hover {
			color: $linkColorHover;
		}
	}
	&__marker {
		background: linear-gradient(transparent 80%, $gray 80%);
	}
}
.cmnTagList {
	overflow-x: scroll;
	-ms-overflow-style:none;
	overflow: -moz-scrollbars-none;
	white-space: nowrap;
	scrollbar-width: none;
	width: 100%;
	&::-webkit-scrollbar {
		display: none;
	}
	&__item {
		display: inline-block;
		margin-right: 3px;
	}
	&__link {
		background-color: $gray;
		border-radius: 3px;
		color: $black;
		padding: 7px;
		line-height: 1em;
		display: block;
		border: 1px solid transparent;
		@include sp {
			font-size: $textSSp;
			&:hover {
				color: $black;
				text-decoration: none;
			}
		}
		@include pc {
			font-size: $textXSPc;
			&:hover {
				color: $black;
				text-decoration: none;
				border: 1px solid $gray;
				background-color: $white;
				transition: 0.3s;
			}
		}
	}
}
.cmnLink {
	&__textLink {
		font-weight: bold;
		display: inline-block;
		padding: 8px 16px;
		color: $linkColor;
		position: relative;
		@include sp {
			font-size: $textMSp;
			&:hover {
				color: $gray;
				text-decoration: none;
			}
		}
		@include pc {
			font-size: $textMPc;
			&:hover {
				color: $linkColorHover;
				text-decoration: none;
				transition: 0.3s;
			}
		}
		&:before {
			background-repeat: no-repeat;
			background-position: center;
			background-size: contain;
			position: absolute;
			width: 24px;
			height: 24px;
			top: 50%;
			margin-top: -12px;
		}
		&--blog {
			padding-right: 28px;
			&:before {
				content: '';
				right: 0;
				background-image: url(../image/icon/icon_pen.svg);
			}
		}
	}
	&__offLink {
		font-weight: bold;
		display: inline-block;
		padding: 8px 16px;
		color: $gray;
		@include sp {
			font-size: $textMSp;
			&:hover {
				color: $gray;
				text-decoration: none;
			}
		}
		@include pc {
			font-size: $textMPc;
			&:hover {
				color: $black;
				text-decoration: none;
				transition: 0.3s;
			}
		}
	}
	&__btnLink {
		font-weight: bold;
		display: inline-block;
		padding: 8px 16px;
		border: 1px solid $gray;
		border-radius: 4px;
		@include sp {
			font-size: $textMSp;
			&:hover {
				color: $gray;
				text-decoration: none;
			}
		}
		@include pc {
			font-size: $textMPc;
			&:hover {
				color: $gray;
				text-decoration: none;
				background-color: $gray;
				border: 1px solid $gray;
				transition: 0.3s;
			}
			&--input {
				&:hover {
					border: 1px solid $gray !important;
				}
			}
		}
		&--full {
			width: 100%;
			text-align: center;
		}
		&--input {
			border: 1px solid $gray !important;
			border-radius: 4px !important;
			color: $gray;
		}
		&--disabled {
			pointer-events: none;
			color: $gray !important;
			background-color: $gray !important;
			border: 1px solid $gray !important;
			box-shadow: none !important;
			&:before {
				background-image: url(../image/icon/icon_mail.svg) !important;
			}
		}
	}
	&__ctaLink {
		font-weight: bold;
		display: inline-block;
		padding: 8px 16px;
		border-radius: 4px;
		box-shadow: 0 6px 6px rgba(0,0,0,0.1);
		background-color: $gray;
		border: 1px solid transparent;
		color: $white;
		@include sp {
			font-size: $textMSp;
			&:hover {
				color: $gray;
				text-decoration: none;
			}
		}
		@include pc {
			font-size: $textMPc;
			&:hover {
				color: $white;
				text-decoration: none;
				background-color: $gray;
				transition: 0.3s;
				box-shadow: 0 2px 2px rgba(0,0,0,0.1);
			}
		}
		&--full {
			width: 100%;
			text-align: center;
		}
	}
	&__iconLink {
		font-weight: bold;
		display: inline-block;
		padding: 8px 16px 8px 48px;
		border-radius: 4px;
		box-shadow: 0 6px 6px rgba(0,0,0,0.1);
		background-color: $gray;
		border: 1px solid transparent;
		color: $white;
		position: relative;
		@include sp {
			font-size: $textMSp;
			&:hover {
				color: $gray;
				text-decoration: none;
			}
		}
		@include pc {
			font-size: $textMPc;
			&:hover {
				color: $white;
				text-decoration: none;
				background-color: $gray;
				transition: 0.3s;
				box-shadow: 0 2px 2px rgba(0,0,0,0.1);
			}
		}
		&:before {
			content: '';
			position: absolute;
			background-repeat: no-repeat;
			background-position: center;
			background-size: contain;
			width: 24px;
			height: 24px;
			top: 50%;
			margin-top: -12px;
			left: 16px;
		}
		&--mail:before {
			background-image: url(../image/icon/icon_mail_white.svg);
		}
		&--full {
			width: 100%;
			text-align: center;
		}

		&--pamphlet {
			color: $gray;
			border: 1px solid $gray;
			background-color: transparent;
			box-shadow: none;
			&:hover {
				color: $gray !important;
				background-color: $gray !important;
				box-shadow: none !important;
			}
		}
		&--pamphlet:before {
			background-image: url(../image/icon/icon_pamphlet_btn.svg);
		}
	}
	&__blankLink {
		position: relative;
		text-decoration: underline;
		display: block;
		padding-left: 32px;
		font-weight: bold;
		&:before {
			content: '';
			position: absolute;
			background-repeat: no-repeat;
			background-position: center;
			background-size: contain;
			width: 24px;
			height: 24px;
			top: 50%;
			margin-top: -12px;
			left: 0;
			background-image: url(../image/icon/icon_blank.svg);
		}
		@include sp {
			font-size: $textMSp;
		}
		@include pc {
			font-size: $textMPc;
			&:hover {
				color: $gray;
				text-decoration: none;
			}
		}
	}
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
	&::-webkit-search-decoration {
		display: none;
	}
	&::focus {
		outline-offset: -2px;
	}
}
.cmnLinkPtn {
	&__left {
		text-align: left;
	}
	&__center {
		text-align: center;
	}
	&__right {
		text-align: right;
	}
}
.cmnLinkList {
	&__item {
		display: inline-block;
	}
}
.cmnUlList {
	margin-left: 1.5em;
	&__item {
		list-style-type: disc;
		margin-top: 8px;
		&:first-child {
			margin-top: 0;
		}
	}
}
.cmnNoteList {
	margin-left: 1.5em;
	&__item {
		position: relative;
		margin-top: 8px;
		&:first-child {
			margin-top: 0;
		}
		&:before {
			content: '※';
			position: absolute;
			left: -1.2em;
			top: 0;

		}
	}
}
.cmnOlList {
	margin-left: 1.5em;
	&__item {
		list-style-type: decimal;
		margin-top: 8px;
		&:first-child {
			margin-top: 0;
		}
	}
}
.cmnBlockquote {
	position: relative;
	background-color: $gray;
	@include sp {
		padding: 24px 16px;
	}
	@include pc {
		padding: 24px 32px;
	}
	&:before {
		content: '“';
		position: absolute;
		top: -30px;
		left: 10px;
		font-size: 120px;
		z-index: 0;
		opacity: 0.2;
	}
}
.cmnBlockTableRwd {
	width: 100%;
	@include sp {
	}
	@include pc {
		border-top: 1px solid $gray;
	}
	&__th {
		@include sp {
			margin-top: 16px;
		}
		@include pc {
			min-width: 120px;
		}
	}
	&__th,&__td {
		@include sp {
			display: block;
		}
		@include pc {
			padding: 8px;
			border-left: 1px solid $gray;
			border-bottom: 1px solid $gray;
			&:first-child {
				border-left: none;
			}
		}
	}
}
.cmnBlockTableNml {
	width: 100%;
	border-top: 1px solid $gray;
	&__th {
		min-width: 120px;
	}
	&__th,&__td {
		padding: 8px;
		border-left: 1px solid $gray;
		border-bottom: 1px solid $gray;
		&:first-child {
			border-left: none;
		}
	}
}
*/
.cmsContents h1 {
  margin: 32px 0 16px;
  font-weight: bold;
}

.cmsContents h2 {
  margin: 32px 0 16px;
  font-weight: bold;
  position: relative;
  padding-left: 21px;
}

.cmsContents h2:before {
  content: '';
  background-color: #333;
  position: absolute;
  display: block;
  width: 5px;
  height: 1em;
  left: 0;
  top: 0.3em;
}

.cmsContents h3 {
  margin: 32px 0 16px;
  font-weight: bold;
  position: relative;
  padding-left: 21px;
}

.cmsContents h3:before {
  content: '';
  background-color: #333;
  position: absolute;
  display: block;
  width: 12px;
  height: 1px;
  left: 0;
  top: 0.7em;
}

.cmsContents h4 {
  margin: 32px 0 16px;
  font-weight: bold;
}

.cmsContents h5 {
  margin: 32px 0 16px;
  font-weight: bold;
  color: #6E6E6E;
}

.cmsContents h6 {
  margin: 32px 0 16px;
  font-weight: bold;
  color: #6E6E6E;
}

.cmsContents p {
  margin: 16px 0 16px;
}

.cmsContents ul {
  margin: 16px 0 16px 1.5em;
}

.cmsContents ul li {
  list-style-type: disc;
  margin-top: 8px;
}

.cmsContents ul li:first-child {
  margin-top: 0;
}

.cmsContents ul.iroha li {
  list-style-type: katakana-iroha;
}

.cmsContents ul.aiueo li {
  list-style-type: katakana;
}

.cmsContents ul.abcde li {
  list-style-type: lower-alpha;
}

.cmsContents ol {
  margin: 16px 0 16px 1.5em;
}

.cmsContents ol > li {
  list-style-type: decimal;
  margin-top: 8px;
}

.cmsContents ol > li:first-child {
  margin-top: 0;
}

.cmsContents ol > li > ol {
  margin: 16px 0;
}

.cmsContents ol > li > ol > li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-top: 8px;
  position: relative;
  padding-left: 3em;
}

.cmsContents ol > li > ol > li:before {
  display: marker;
  content: "（" counter(cnt) "）";
  position: absolute;
  left: 0;
  top: 0;
}

.cmsContents ol > li > ol > li:first-child {
  margin-top: 0;
}

.cmsContents ol.kakko > li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-top: 8px;
  position: relative;
  padding-left: 3em;
}

.cmsContents ol.kakko > li:before {
  display: marker;
  content: "（" counter(cnt) "）";
  position: absolute;
  left: 0;
  top: 0;
}

.cmsContents ol.kakko > li:first-child {
  margin-top: 0;
}

.cmsContents ol.iroha li {
  list-style-type: katakana-iroha;
}

.cmsContents ol.aiueo li {
  list-style-type: katakana;
}

.cmsContents ol.abcde li {
  list-style-type: lower-alpha;
}

.cmsContents dl {
  margin: 16px 0;
}

.cmsContents dl dt {
  font-weight: bold;
}

.cmsContents dl dd {
  border-left: 1px solid #6E6E6E;
  margin-left: 8px;
  padding-left: 8px;
  margin-top: 8px;
  margin-bottom: 16px;
}

.cmsContents blockquote {
  margin: 32px 0 32px 0;
  position: relative;
  background-color: #6E6E6E;
}

.cmsContents blockquote:before {
  content: '“';
  position: absolute;
  top: -30px;
  left: 10px;
  font-size: 120px;
  z-index: 0;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.cmsContents table {
  margin: 32px 0 32px 0;
  width: 100%;
  border-top: 1px solid #6E6E6E;
}

.cmsContents table th {
  min-width: 120px;
}

.cmsContents table th, .cmsContents table td {
  padding: 8px;
  border-left: 1px solid #6E6E6E;
  border-bottom: 1px solid #6E6E6E;
}

.cmsContents table th:first-child, .cmsContents table td:first-child {
  border-left: none;
}

.cmsContents table td > *:first-child {
  margin-top: 0;
}

.cmsContents table td > *:last-child {
  margin-bottom: 0;
}

.cmsContents img {
  margin: 16px 0 16px;
}

.cmsContents strong {
  font-weight: bold;
}

/*
.cmnCardList {
	@include pc {
		margin-left: -24px;
	}
	&__item {
		margin-bottom: 24px;
		@include sp {
		}
		@include pc {
			width: calc( 33.3333% - 24px);
			float: left;
			margin-left: 24px;
			&:nth-child(3n+1) {
				clear: both;
			}
		}
	}
}
.cmnCard {
	background-color: $white;
	box-shadow: 0 3px 3px rgba(0,0,0,0.16);
	border-radius: 6px;
	padding: 0 0 56px 0;
	position: relative;
	&__type {
		color: $gray;
		font-weight: bold;
		padding: 16px 16px 16px 16px;
		@include sp {
			font-size: $textSSp;
		}
		@include pc {
			font-size: $textSPc;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
	}
	@include sp {
		height: auto !important;
	}
	&--rank1:before,&--rank2:before,&--rank3:before {
		content: '';
		position: absolute;
		text-align: center;
		font-weight: bold;
		@include sp {
			width: 30px;
			height: 30px;
			line-height: 30px;
			top: -12px;
			left: -12px;
			border-radius:15px;
			font-size: $textLSp;
		}
		@include pc {
			width: 40px;
			height: 40px;
			line-height: 40px;
			top: -16px;
			left: -16px;
			border-radius:20px;
			font-size: $textLSp;
		}
	}
	&--rank1:before {
		content: '1';
		background-color: #FBC02D;
	}
	&--rank2:before {
		content: '2';
		color: $white;
		background-color: #737474;
	}
	&--rank3:before {
		content: '3';
		color: $white;
		background-color: #817617;
	}
	&--end {
		.cmnCardSlider {
			position: relative;
			&:before {
				content: 'このプランの受付は終了しました';
				z-index: 1;
				color: $white;
				font-weight: bold;
				text-align:center;
				position: absolute;
				width: 100%;
				height: 100%;
				background-color: rgba(0,0,0,0.4);
				text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
				top: 0;
				left: 0;
				@include sp {
					font-size: $textSSp;
					padding-top: 30%;
				}
				@include pc {
					font-size: $textSPc;
					padding-top: 30%;
				}
			}
		}
	}
}
.cmnCardSlider {
	&.slick-dotted.slick-slider {
		margin-bottom: 0;
		z-index: 0;
	}
	&__item {
		width: 100%;
		&:focus {
			outline: transparent none;
		}
	}
	&__image {
		display: block;
		width: 100%;
		padding-top: 66.6666%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-color: $gray;
	}
	.slick-prev,.slick-next {
		width: 24px;
		height: 24px;
		z-index: 1;
		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;
	}
	.slick-prev {
		left: 0;
		background-image: url(../image/icon/icon_slider_left.svg);
	}
	.slick-next {
		right: 0;
		background-image: url(../image/icon/icon_slider_right.svg);
	}
	.slick-dots {
		bottom: -6px;
		li {
			width: 12px;
			height: 12px;
			button {
				background-color: #fff;
				border-radius: 50%;
				color: $white;
				position: relative;
				width: 12px;
				height: 12px;
				&:before {
					content: '';
					width: 8px;
					height: 8px;
					border-radius: 4px;
					background-color: $white;
					top: 2px;
					left: 2px;
				}
			}
			&.slick-active button {
				&:before {
					background-color: $gray;
					opacity: 1;
				}
			}
		}
	}
}
.cardContent {
	padding: 16px 16px 0 16px;
	a {
		text-decoration: none;
	}
	&__ttl {
		font-weight: bold;
		color: $black;
		@include sp {
			font-size: $textMSp;
			&:hover {
				text-decoration: none;
				color: $black;
			}
		}
		@include pc {
			font-size: $textMPc;
			&:hover {
				text-decoration: none;
				color: $gray;
				transition: 0.3s;
			}
		}
	}
	&__subTtl {
		margin-top: 8px;
		@include sp {
			font-size: $textSSp;
		}
		@include pc {
			font-size: $textSPc;
		}
	}
	&__copy {
		margin-top: 8px;
		font-weight: bold;
		color: $gray;
		@include sp {
			font-size: $textSSp;
		}
		@include pc {
			font-size: $textXSPc;
		}
	}
}
.cmnCardFooter {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 16px 16px 16px;
	&__linkBtn {
		position: absolute;
		right: 16px;
		bottom: 16px;
		font-weight: bold;
		@include sp {
			font-size: $textMSp;
			&:hover {
				text-decoration: none;
				color: $linkColor;
			}
		}
		@include pc {
			font-size: $textMPc;
			&:hover {
				text-decoration: none;
				color: $linkColorHover;
				transition: 0.3s;
			}
		}
	}
	&__clipBtn {
		position: absolute;
		left: 16px;
		bottom: 16px;
		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;
		display: block;
		width: 24px;
		height: 24px;
		background-image: url(../image/icon/icon_favo_off.svg);
		&.active {
			background-image: url(../image/icon/icon_favo_on.svg);
		}
	}
	&__clipDate {
		position: absolute;
		left: 48px;
		bottom: 16px;
		line-height: 24px;
		color: $gray;
		font-weight: bold;
		letter-spacing: 0;
		@include sp {
			font-size: $textSSp;
		}
		@include pc {
			font-size: $textXSPc;
		}
	}
	&__hr {
		position: absolute;
		bottom: 48px;
		width: calc(100% - 32px);
		height: 1px;
		border: none;
		background-color: $gray;
	}
}
.cmnCardImage {
	&__image {
		display: block;
		width: 100%;
		padding-top: 66.6666%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: $gray;
		border-radius: 6px 6px 0 0;
		@include pc {
			&:hover {
				opacity: 0.7;
				transition: 0.3s;
			}
		}
	}
}
.cardDlList {
	margin-top: 8px;
	overflow: hidden;
	@include sp {
		font-size: $textSSp;
	}
	@include pc {
		font-size: $textXSPc;
	}
	&__dt {
		float: left;
		clear: both;
	}
	&__dd {
		float: left;

	}

}
.cmnForm {
	&__ttl {
		display: block;
		font-weight: bold;
		font-size: $textMPc;
		&--req,&--any {
			position: relative;
			padding-left: 40px;
			&:before {
				position: absolute;
				color: $white;
				font-weight: bold;
				border-radius: 3px;
				margin-right: 5px;
				font-size: $textXSPc;
				line-height:20px;
				display: inline-block;
				width: 35px;
				height: 20px;
				left: 0;
				top: 50%;
				margin-top: -10px;
				text-align: center;
			}
		}
		&--req {
			&:before {
				content: '必須';
				background-color: $gray;
			}
		}
		&--any {
			&:before {
				content: '任意';
				background-color: $gray;
			}
		}
		@include pc {
			display: inline-block;
		}
	}
	&__ex {
		color: $gray;
		@include sp {
			font-size: $textSPc;
			display: block;
		}
		@include pc {
			display: inline-block;
			font-size: $textSPc;
			margin-left: 16px;
			&:first-child {
				margin-left: 0;
			}
		}
	}
	&__inputText {
		font-size: $textMPc;
		width: 100%;
		height: 40px;
		line-height: 40px;
		border: 1px solid $gray;
		border-radius: 5px;
		padding: 0 5px;
	}
	&__message {
		display: table;
		background-color: $gray;
		font-size: $textSPc;
		font-weight: bold;
		color: $white;
		line-height: 1em;
		padding: 5px;
		margin-top: 5px;
		border-radius: 5px;
	}
	&__memo {
		display: block;
		padding-left: 1.2em;
		position: relative;
		@include sp {
			font-size: $textSSp;
		}
		@include pc {
			font-size: $textSPc;
		}
		&:before {
			content: '※';
			position: absolute;
			left: 0;
		}
	}
	&__select {
		position: relative;
		&:after {
			content: '';
			position: absolute;
			background-repeat: no-repeat;
			background-position: center;
			background-size: contain;
			background-image: url(../image/icon/icon_select.svg);
			right: 0;
			top: 50%;
			margin-top: -12px;
			width: 24px;
			height: 24px;
			pointer-events: none;
		}
		&:disabled {
			color: $gray;
		}
		option:disabled {
			color: $gray;
		}
	}
	&__inputSelect {
		-webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    outline: none;
		font-size: $textMPc;
		width: 100%;
		height: 40px;
		line-height: 40px;
		border: 1px solid $gray;
		border-bottom-color: $black;
		border-radius: 5px 5px 0 0;
		padding: 0 20px 0 5px;
		background-color: $white;
	}
	&__checkList {
		display: flex;
		flex-wrap: wrap;
		&--vertical {
			display: block;
		}
	}
	&__checkListItem {
		margin-right: 5px;
		margin-bottom: 5px;
		&--pnf {
			@include pc {
				width: calc(50% - 5px);
			}
		}
	}
	&__checkListText {
		display: inline-block;
		font-size: $textMSp;
		position: relative;
		padding: 4px 8px 4px 38px;
		cursor: pointer;
		border: 1px solid transparent;
		transition: 0.3s;
		@include pc {
			&:hover {
				background-color: $gray;
				border: 1px solid $gray;
				border-radius: 3px;
			}
		}
		&:before {
			content: '';
			position: absolute;
			background-repeat: no-repeat;
			background-position: center;
			background-size: contain;
			left: 8px;
			top: 50%;
			margin-top: -13px;
			width: 24px;
			height: 24px;
		}
		&--radio {
			&:before {
				background-image: url(../image/icon/icon_radio_off.svg);
			}
		}
		&--check {
			&:before {
				background-image: url(../image/icon/icon_check_off.svg);
			}
		}
	}
	&__checkListRadio,&__checkListCheck {
		opacity: 0;
		position: absolute;
	}
	&__checkListRadio {
		&:checked {
			+ .cmnForm__checkListText--radio:before {
				background-image: url(../image/icon/icon_radio_on.svg);
			}
		}
	}
	&__checkListCheck {
		&:checked {
			+ .cmnForm__checkListText--check:before {
				background-image: url(../image/icon/icon_check_on.svg);
			}
		}
	}
	&__textarea {
		font-size: $textMPc;
		width: 100%;
		height: 200px;
		border: 1px solid $gray;
		border-radius: 5px;
		padding: 5px;
	}
	&__unit {
		line-height: 40px;
		display: block;
	}
}
.cmnTabList {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	&__item {
		width: 100%;
		text-align: center;
		cursor: pointer;
		transition: 0.3s;
		position: relative;
		font-weight: bold;
		&:after {
			content: '';
			position: absolute;
			width: 100%;
			height:1px;
			bottom: 1px;
			left: 0;
			background-color: $gray;
		}
		&:hover {
			@include pc {
				background-color: $gray;
			}
		}
		&.active {
			color: $gray;
			pointer-events: none;
			&:after {
				background-color: $gray;
				height: 3px;
			}
		}
		@include sp {
			font-size: $textSSp;
			padding: 0 0 8px 0;
		}
		@include pc {
			font-size: $textMPc;
			padding: 6px 0 8px 0;
		}
	}
	&__link {
		display: block;
		width: 100%;
		height: 100%;
		&:hover {
			color: $gray;
			text-decoration: none;
		}
	}
}
.cmnTabGroup {
	&__view {
		display: none;
		&.active {
			display: block;
		}
		@include pc {
			&--showPc {
				display: block !important;
			}
		}
	}
}
.cmnPager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	&__item {
		display: block;
		margin: 0 3px;
	}
	&__link {
		border: 1px solid $gray;
		display: block;
		@include sp {
			font-size: $textMSp;
			padding: 0 5px;
			height: 30px;
			line-height: 30px;
			text-align: center;
		}
		@include pc {
			font-size: $textMPc;
			padding: 0 10px;
			height: 40px;
			line-height: 40px;
			text-align: center;
			&:hover {
				background-color: $gray;
				transition: 0.3s;
			}
		}
		&:hover {
			text-decoration: none;
		}
		&--disable {
			pointer-events: none;
			border: 1px solid $gray;
			background-color: $gray;
			color: $gray;
		}
		&--first,&--prev,&--next,&--last {
			text-indent:300%;
			white-space:nowrap;
			overflow:hidden;
			width: 30px;
			background-size: 24px 24px;
			background-position: center;
			background-repeat: no-repeat;
		}
		&--first {
			background-image: url(../image/icon/icon_pager_first_on.svg);
		}
		&--prev {
			background-image: url(../image/icon/icon_pager_prev_on.svg);
		}
		&--next {
			background-image: url(../image/icon/icon_pager_next_on.svg);
		}
		&--last {
			background-image: url(../image/icon/icon_pager_last_on.svg);
		}
		&--first.cmnPager__link--disable {
			background-image: url(../image/icon/icon_pager_first_off.svg);
		}
		&--prev.cmnPager__link--disable {
			background-image: url(../image/icon/icon_pager_prev_off.svg);
		}
		&--next.cmnPager__link--disable {
			background-image: url(../image/icon/icon_pager_next_off.svg);
		}
		&--last.cmnPager__link--disable {
			background-image: url(../image/icon/icon_pager_last_off.svg);
		}
	}
}
.pnfCheck {
	display: flex;
	flex-wrap: wrap;
	&__face {
		width: 50px;
	}
	&__image {
		width: 50px;
		height: auto;
		border: 1px solid $gray;
	}
	&__text {
		width: calc(100% - 50px - 8px);
		margin-left: 8px;
	}
	&__title {
		display: block;
		font-weight: bold;
		@include sp {
			font-size: $textSSp;
		}
		@include pc {
			font-size: $textSPc;
		}
	}
	&__date {
		display: block;
		margin-top: 8px;
		color: $gray;
		@include sp {
			font-size: $textSSp;
		}
		@include pc {
			font-size: $textSPc;
		}
	}
}
.cmnHr {
	border: none;
	border-top: 1px solid $gray;
	background-color: transparent;
	height: 1px;
	width: 100%;
	margin: 0;
	padding: 0;
	&--dashed {
		border-top: 1px dashed $gray;
	}
}
.writerArea {
	border: 1px solid $gray;
	@include sp {
		font-size: $textMSp;
		padding: 16px;
	}
	@include pc {
		font-size: $textMPc;
		padding: 24px;
	}
	&__small {
		@include sp {
			font-size: $textSSp;
		}
		@include pc {
			font-size: $textSPc;
		}
	}
}
.caseNumber {
	position: fixed;
	z-index: 1;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: $gray;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.16);
	@include sp {
		font-size: $textMSp;
		right: 16px;
		bottom: 16px;
		padding: 16px;
	}
	@include pc {
		font-size: $textMPc;
		right: 32px;
		bottom: 32px;
		padding: 16px;
	}
	&__number {
		color: $gray;
		@include sp {
			font-size: $textXLSp;
		}
		@include pc {
			font-size: $textXLPc;
		}
	}
}
.formError {
	z-index:1;
}
.cartItem {
	background-color: $white;
	box-shadow: 0 3px 3px rgba(0,0,0,0.16);
	border-radius: 6px;
	padding: 16px;
	margin-bottom: 16px;
	&--ttl {
		@include sp {
		font-size: $textLSp;
		}
		@include pc {
			font-size: $textLPc;
		}
	}
}
.cartItemAction {
	display: flex;
	&--input {
		width: 40px;
		line-height: 1.6em;
		height: 1.6em;
		font-size: 16px;
	}
	&--number,&--link {
		margin-right: 16px;
		line-height: 1.6em;
	}
	@include sp {
		font-size: $textMSp;
	}
	@include pc {
		font-size: $textMPc;
	}
}
.cmnScrollTable {
	table {
		td {
			min-width: 100px;
		}
	}
	@include sp {
		overflow-x: scroll;
		table {
			width:1000px;
		}
	}
}
p.ruleTtl {
	margin-bottom: 8px;
	margin-top: 32px;
	font-weight: bold;
	+ * {
		margin-top: 0;
	}
}
img.inlineImage {
	display: inline-block;
}
.anchorLink {
	display: flex;
	margin: 0 auto;
	@include sp {
		font-size: $textMSp;
	}
	@include pc {
		font-size: $textMPc;
	}
	&__item {
		margin-right: 16px;
		font-weight: bold;
		&:last-child {
			margin-right: 0;
		}
	}
	&__link {
		display: block;
		padding-left: 24px;
		position: relative;
		&:after {
			content: '';
			width: 24px;
			height: 24px;
			position: absolute;
			left: 0;
			top: 50%;
			margin-top: -12px;
			background-image: url(../image/icon/icon_tab_down.svg);
			background-repeat: no-repeat;
			background-position: center;
			background-size: contain;
		}
	}
}
.formCaution {
	border: 3px solid $gray;
	padding: 16px;
	&__bold {
		font-weight: bold;
		color: $gray;
	}
}
.cmnLabel {
	display: inline-block;
	padding: 0 8px;
	border-radius: 3px;
	font-weight: bold;
	&__red {
		color: $white;
		background-color: $gray;
	}
	&__blue {
		color: $white;
		background-color: $gray;
	}
	@include sp {
		font-size: $textMSp;
	}
	@include pc {
		font-size: $textMPc;
	}
}
.anchorPosition {
	display: block;
	@include sp {
		padding-top: 24px;
		margin-top: -24px;
	}
	@include pc {
		padding-top: 88px;
		margin-top: -88px;
	}
}
*/
.gmap {
  height: 0;
  overflow: hidden;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.contact table {
  position: relative;
  width: 800px;
  margin: 48px auto 0;
}

.contact th {
  padding: 30px 0px 10px 10px;
  vertical-align: top;
  display: block;
  font-weight: 500;
}

.contact td {
  padding: 2px 10px 2px 30px;
  width: 100%;
  height: 80px;
  background: #f0f0f0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.contact td.textArea {
  height: 250px;
  padding: 20px 10px 20px 30px;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact td span {
  width: 100%;
}

.req .formLbl, .any .formLbl {
  box-sizing: border-box;
  width: 100%;
  display: block;
  position: relative;
  padding-left: 45px;
}

.req .formLbl:before, .any .formLbl:before {
  left: 0;
}

.req .formLbl, .any .formLbl {
  position: relative;
}

.req .formLbl:before, .any .formLbl:before {
  position: absolute;
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  padding: 2px 5px;
}

.req .formLbl:before {
  content: '必須';
  background-color: #d32f2f;
}

.any .formLbl:before {
  content: '任意';
  background-color: #e7ebf4;
  color: #333;
}

.screen-reader-response {
  display: none;
}

.submitBtn {
  display: table;
  font-size: 16px;
  font-weight: 600;
  margin: 64px auto 0px;
  cursor: pointer;
  padding: 14px 80px;
  color: #fff;
  background: #358AED;
  border: none;
  border-radius: 6px;
}

.submitBtn:hover {
  background: #333;
  color: #fff;
}

textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=date],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #f0f0f0;
  height: 100%;
  width: 100%;
  font-size: 16px;
  outline: none;
}

:-ms-input-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
  border-color: #333 !important;
  padding: 1.5em;
  font-size: 18px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 96px 1em !important;
  border: 3px solid #333 !important;
  border-radius: 8px;
}

.wpcf7-not-valid-tip {
  font-weight: bold !important;
  margin-top: 6px;
  text-align: right;
}

.password_form {
  text-align: center;
  height: calc( 100vh - 425px);
}

.password_form input[type=password] {
  background: #f0f0f0;
  border: none;
  height: 50px;
  width: 250px;
  padding: 0 15px;
  outline: none;
}

.password_form input[type=submit] {
  height: 50px;
  width: 50px;
  border: none;
  background: #333;
  color: #fff;
}

.FixedFt {
  z-index: 10;
  width: 100%;
  background: #E8E8E8;
  font-size: 15px;
}

.FtSMap {
  background: #333;
  color: #fff;
  font-size: 13px;
}

.footMenu {
  width: 800px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 24px;
  margin: 0px auto 16px;
}

.footMenu li {
  border-right: 1px solid #aaa;
  line-height: 1;
}

.footMenu li:last-child {
  border-right: none;
}

.footMenu a {
  position: relative;
  padding: 0 15px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  display: inline-block;
}

.Footer__copyYearContainer {
  background: #6E6E6E;
}

.Footer__copyYear {
  color: #fff;
  text-align: center;
}

.Footer__contact {
  background-color: #358AED;
  border-top: 1px solid #6E6E6E;
  padding: 40px 0;
}

#header {
  width: 100%;
  position: fixed;
  transition: 0.3s;
  z-index: 100;
  top: 0;
  background-color: #ffe8cb;
}

.header {
  width: 100%;
  min-width: 1000px;
  height: 200px;
  padding: 0 5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.header__brandName {
  margin: auto;
}

.header__brandName a {
  border-style: none;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-image: url(../image/logo/logo_b.svg);
  margin: auto 0px;
  height: 110px;
  margin-left: 30px;
}

.GNav__menuOpenBtn {
  position: absolute;
  z-index: 100;
}

.GNav__menuOpenBtn span {
  background: #fff;
  display: block;
  position: absolute;
  transition: .3s ease-in-out;
}

.GNav__menuBtnMenu {
  color: #fff;
}

.GNav__menuOpenBtn.js_gnavMenu-open span {
  background: #fff;
}

.GNav__menuOpenBtn.js_gnavMenu-open span:nth-child(1) {
  transform: rotate(315deg);
}

.GNav__menuOpenBtn.js_gnavMenu-open span:nth-child(2) {
  left: 50%;
  width: 0;
}

.GNav__menuOpenBtn.js_gnavMenu-open span:nth-child(3) {
  transform: rotate(-315deg);
}

.GNav__menu .mainMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.GNav__menu .mainMenu a {
  padding: 40px;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  transition: 0.3s;
  height: 60px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.GNav__menu .mainMenu a:hover {
  text-decoration: none;
  color: #fff;
  background: #333;
}

.GNav__menuLink {
  margin: 32px;
  display: block;
  font-size: 12px;
  text-align: center;
}

.mainVisual {
  position: relative;
  height: 100%;
}

.mainVisual__img {
  margin-top: 200px;
  height: calc(100vh - 200px);
  position: relative;
}

.swiper-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper, .swiper-slide > div {
  height: 100%;
  width: 100%;
}

.swiper-slide.sw-1 > div {
  background: url(../image/bg/shopImg01.webp) center top/cover no-repeat;
}

.swiper-slide.sw-2 > div {
  background: url(../image/bg/shopImg02.webp) center center/cover no-repeat;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active > div, .swiper-slide-duplicate-active > div, .swiper-slide-prev > div {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.innerWrap {
  position: absolute;
  top: 260px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  z-index: 5;
}

.topBtn {
  background: #E8E8E8;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.topBtn a {
  border: 1px solid #6E6E6E;
  border-radius: 8px;
  text-align: center;
  width: 28%;
  height: 60px;
  font-size: 13px;
  font-weight: bold;
  display: table;
  padding-top: 10px;
}

.topBtn a img {
  width: 20px;
  height: 20px;
}

.news {
  padding: 80px 0;
  background: #fafafa;
}

.news__wrap {
  padding: 14px 48px 48px;
}

.news__wrap--btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #333;
  font-weight: 500;
  margin: 24px 48px 0 0;
}

.news__wrap--btn img {
  display: inline-block;
  margin-left: 3px;
}

.news__list {
  margin-top: 32px;
  padding: 0 32px;
}

.news__list div {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  padding: 24px;
}

.news__list div:last-child {
  border-bottom: 1px solid #ccc;
}

.news__list dt {
  font-weight: 600;
}

.news__tag {
  font-size: 10px;
  color: #fff;
  padding: 4px 12px;
  margin: 0;
  display: inline-block;
}

.news__tag.info {
  background: #333;
}

.news__tag.update {
  background: #358AED;
}

.items {
  margin-top: 80px;
}

.items__wrap {
  display: -ms-grid;
  display: grid;
  gap: 48px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin: 64px 10%;
}

.items__item {
  margin-bottom: 24px;
}

.items__text {
  margin-top: 14px;
  padding: 0 14px;
}

.items__text--price {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
}

.company {
  padding: 0;
  margin: 80px auto 0;
}

.company dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 13%;
  margin: 32px 0 0;
}

.company dt {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  text-align: right;
  border-bottom: 1px solid #ccc;
  padding: 24px 40px 0;
  font-weight: 500;
}

.company dd {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  border-bottom: 1px solid #ccc;
  padding: 24px 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .mtXS, .mtXSSp {
    margin-top: 4px !important;
  }
  .mtS, .mtSSp {
    margin-top: 8px !important;
  }
  .mtM, .mtMSp {
    margin-top: 16px !important;
  }
  .mtL, .mtLSp {
    margin-top: 32px !important;
  }
  .mtXL, .mtXLSp {
    margin-top: 64px !important;
  }
  .mbXS, .mbXSSp {
    margin-bottom: 4px !important;
  }
  .mbS, .mbSSp {
    margin-bottom: 8px !important;
  }
  .mbM, .mbMSp {
    margin-bottom: 16px !important;
  }
  .mbL, .mbLSp {
    margin-bottom: 32px !important;
  }
  .mbXL, .mbXLSp {
    margin-bottom: 64px !important;
  }
  .mbXXL, .mbXXLSp {
    margin-bottom: 96px !important;
  }
  .mlXS, .mlXSSp {
    margin-left: 4px !important;
  }
  .mlS, .mlSSp {
    margin-left: 8px !important;
  }
  .mlM, .mlMSp {
    margin-left: 16px !important;
  }
  .mlL, .mlLSp {
    margin-left: 32px !important;
  }
  .mlXL, .mlXLSp {
    margin-left: 64px !important;
  }
  .mrXS, .mrXSSp {
    margin-right: 4px !important;
  }
  .mrS, .mrSSp {
    margin-right: 8px !important;
  }
  .mrM, .mrMSp {
    margin-right: 16px !important;
  }
  .mrL, .mrLSp {
    margin-right: 32px !important;
  }
  .mrXL, .mrXLSp {
    margin-right: 64px !important;
  }
  .ptXS, .ptXSSp {
    padding-top: 4px !important;
  }
  .ptS, .ptSSp {
    padding-top: 8px !important;
  }
  .ptM, .ptMSp {
    padding-top: 16px !important;
  }
  .ptL, .ptLSp {
    padding-top: 32px !important;
  }
  .ptXL, .ptXLSp {
    padding-top: 64px !important;
  }
  .pbXS, .pbXSSp {
    padding-bottom: 4px !important;
  }
  .pbS, .pbSSp {
    padding-bottom: 8px !important;
  }
  .pbM, .pbMSp {
    padding-bottom: 16px !important;
  }
  .pbL, .pbLSp {
    padding-bottom: 32px !important;
  }
  .pbXL, .pbXLSp {
    padding-bottom: 64px !important;
  }
  .icon.icon-arrow_down:before {
    width: 20px;
    height: 20px;
    bottom: -36px;
  }
  .icon.icon-arrow_right:after {
    width: 18px;
    height: 18px;
    right: -20px;
  }
  .icon.icon-wall:after {
    display: none;
  }
  .icon.icon-arrow:before {
    width: 12px;
    height: 12px;
    left: 0;
    right: 0;
  }
  .hideSp {
    display: none !important;
  }
  .textXS, .textXSSp {
    font-size: 1rem;
  }
  .textS, .textSSp {
    font-size: 1.2rem;
  }
  .textM, .textMSp {
    font-size: 1.4rem;
  }
  .textL, .textLSp {
    font-size: 1.6rem;
  }
  .textXL, .textXLSp {
    font-size: 1.8rem;
  }
  .textXXL, .textXXLSp {
    font-size: 2rem;
  }
  .textXXXL, .textXXXLSp {
    font-size: 2.4rem;
  }
  .taLSp {
    text-align: left !important;
  }
  .taCSp {
    text-align: center !important;
  }
  .taRSp {
    text-align: right !important;
  }
  .btn {
    padding: 20px 64px;
    margin: 32px auto;
  }
  .lineBtn {
    width: 150px;
    height: 150px;
    padding-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    margin: auto;
  }
  .lineBtn img {
    width: 64px;
    margin-bottom: 6px;
  }
  .lineBtn p {
    font-size: 14px;
  }
  .fLSp {
    float: left;
  }
  .fRSp {
    float: right;
  }
  .flexBoxSp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gridBoxSp {
    display: -ms-grid;
    display: grid;
  }
  .contentBox, .contentBoxSp,
  .contentBoxM, .contentBoxMSp,
  .contentBoxL, .contentBoxLSp {
    margin-left: 4% !important;
    margin-right: 4% !important;
  }
  .breadcrumb {
    display: none;
  }
  .cmnTtl__type1 {
    font-size: 20px;
  }
  .cmnTtl__type1:before {
    width: 20px;
  }
  .cmnTtl__type2 {
    font-size: 24px;
  }
  .cmnTtl__type2--line {
    border-left: 6px solid #6E6E6E;
    padding-left: 10px;
  }
  .cmnTtl__type3 {
    font-size: 1.8rem;
  }
  .cmnTtl__type4 {
    font-size: 1.6rem;
  }
  .cmnTtl__type5 {
    font-size: 1.6rem;
  }
  .cmnTtl__type6 {
    font-size: 1.4rem;
  }
  .cmsContents h1 {
    font-size: 2rem;
  }
  .cmsContents h2 {
    font-size: 2rem;
  }
  .cmsContents h3 {
    font-size: 1.8rem;
  }
  .cmsContents h4 {
    font-size: 1.6rem;
  }
  .cmsContents h5 {
    font-size: 1.6rem;
  }
  .cmsContents h6 {
    font-size: 1.4rem;
  }
  .cmsContents p {
    font-size: 1.4rem;
  }
  .cmsContents ul {
    font-size: 1.4rem;
  }
  .cmsContents ol {
    font-size: 1.4rem;
  }
  .cmsContents dl {
    font-size: 1.4rem;
  }
  .cmsContents blockquote {
    padding: 24px 16px;
  }
  .cmsContents table {
    font-size: 1.4rem;
  }
  .gmap {
    padding-bottom: 80%;
  }
  .contact {
    margin: 14px 0 0;
  }
  .contact table {
    width: 100%;
    margin: 14px auto;
  }
  .contact th {
    padding: 15px 0px 5px 10px;
  }
  .contact td {
    padding: 2px 3px 2px 20px;
    height: 60px;
    font-size: 12px;
  }
  .contact td.textArea {
    padding: 10px 10px 10px 20px;
  }
  .submitBtn {
    margin: 32px auto 0px;
    padding: 15px 64px;
  }
  .password_form {
    height: calc( 100vh - 185px);
    padding: 0 10%;
  }
  .password_form form {
    padding: 40% 0 0;
    display: block;
  }
  .FixedFt__Container a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 50px;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
  }
  .FixedFt__Container a.icon-mail {
    background: #358AED;
  }
  .FixedFt__Container a.icon-line {
    background: #ffe8cb;
  }
  .ctaBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    padding: 0 10px;
  }
  .ctaBox li {
    vertical-align: middle;
    padding: 5px 0;
    width: 26%;
  }
  .ctaBox li.phone a {
    border: 1px solid #6E6E6E;
    height: 50px;
  }
  .ctaBox li.top {
    width: 40px;
  }
  .ctaBox li a {
    padding: 28px 0 0;
    display: block;
    border-radius: 5px;
    font-weight: bold;
    line-height: 1;
    font-size: 14px;
  }
  .FtSMap {
    padding: 10px 0 14px;
  }
  .FtSMap img {
    width: 140px;
  }
  .FtSMap__menu {
    padding: 10px 0;
    margin: 0px auto;
    display: block;
  }
  .FtSMap__menu--text {
    width: 80%;
    text-align: center;
    line-height: 1.5;
    margin: 10px auto 0;
  }
  .footMenu {
    width: 100%;
    margin: 0px auto 5px;
  }
  .footMenu a {
    padding: 0 8px;
    white-space: nowrap;
  }
  .Footer__copyYear {
    font-size: 11px;
    letter-spacing: 0.06em;
    line-height: 40px;
  }
  .header {
    position: relative;
    height: 70px;
    min-width: initial;
    display: block;
    padding: 0;
  }
  .header__brandName {
    margin: auto;
    padding: 10px 0;
  }
  .header__brandName a {
    margin: auto;
    height: 50px;
    width: 120px;
  }
  .GNav__menuOpenBtn {
    background: #333;
    height: 70px;
    right: 0px;
    top: 0px;
    width: 70px;
  }
  .GNav__menuOpenBtn span {
    height: 2px;
    left: calc(50% - 15px);
  }
  .GNav__menuOpenBtn span:nth-child(1) {
    top: 18px;
    width: 30px;
  }
  .GNav__menuOpenBtn span:nth-child(2) {
    top: 24px;
    width: 30px;
  }
  .GNav__menuOpenBtn span:nth-child(3) {
    top: 30px;
    width: 30px;
  }
  .GNav__menuBtnMenu {
    bottom: 10px;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .GNav__menuBtnMenu.js_menuBtnMenu-open {
    color: #6E6E6E;
  }
  .GNav__menuOpenBtn.js_gnavMenu-open span:nth-child(1) {
    top: 24px;
    width: 30px;
    left: 22px;
  }
  .GNav__menuOpenBtn.js_gnavMenu-open span:nth-child(3) {
    top: 24px;
    width: 30px;
    left: 22px;
  }
  .GNav__menuCloseBtn {
    height: 50px;
    right: 10px;
    top: 10px;
    width: 50px;
    position: absolute;
    z-index: 100;
  }
  .GNav__menu {
    display: none;
    width: 100%;
    height: calc(100vh - 70px);
    background: #ffe8cb;
  }
  .GNav__menu .mainMenu {
    display: block;
  }
  .GNav__menu .mainMenu a {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin: 0;
    text-align: center;
    height: initial;
    padding: 20px;
  }
  .mainVisual__img {
    margin-top: 70px;
    height: calc(100vh - 70px);
  }
  .innerWrap {
    width: 70%;
    top: 220px;
  }
  .news {
    padding: 24px 0 14px;
  }
  .news h2 {
    padding: 8px 0;
  }
  .news__wrap {
    padding: 0px;
  }
  .news__list {
    margin-top: 14px;
    padding: 0 14px;
  }
  .news__list div {
    display: block;
    padding: 14px;
  }
  .news__list div a {
    font-size: 14px;
  }
  .items {
    margin-top: 32px;
  }
  .items__wrap {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 32px 5% 14px;
  }
  .items__text {
    margin-top: 14px;
    padding: 0 6px;
  }
  .items__text--title {
    font-size: 14px;
  }
  .items__text--price {
    font-size: 14px;
  }
  .company {
    padding: 0;
    margin: 48px auto 0;
    font-size: 15px;
  }
  .company dl {
    margin: 24px 0 0;
    padding: 0 3%;
  }
  .company dt {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    padding: 24px 5% 0 0;
  }
  .company dd {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
  }
  .access {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .mtXS, .mtXSPc {
    margin-top: 8px !important;
  }
  .mtS, .mtSPc {
    margin-top: 16px !important;
  }
  .mtM, .mtMPc {
    margin-top: 32px !important;
  }
  .mtL, .mtLPc {
    margin-top: 64px !important;
  }
  .mtXL, .mtXLPc {
    margin-top: 96px !important;
  }
  .mbXS, .mbXSPc {
    margin-bottom: 8px !important;
  }
  .mbS, .mbSPc {
    margin-bottom: 16px !important;
  }
  .mbM, .mbMPc {
    margin-bottom: 32px !important;
  }
  .mbL, .mbLPc {
    margin-bottom: 64px !important;
  }
  .mbXL, .mbXLPc {
    margin-bottom: 96px !important;
  }
  .mlXS, .mlXSPc {
    margin-left: 8px !important;
  }
  .mlS, .mlSPc {
    margin-left: 16px !important;
  }
  .mlM, .mlMPc {
    margin-left: 32px !important;
  }
  .mlL, .mtlPc {
    margin-left: 64px !important;
  }
  .mlXL, .mlXLPc {
    margin-left: 96px !important;
  }
  .mrXS, .mrXSSPc {
    margin-right: 8px !important;
  }
  .mrS, .mrSPc {
    margin-right: 16px !important;
  }
  .mrM, .mrMPc {
    margin-right: 32px !important;
  }
  .mrL, .mrLPc {
    margin-right: 64px !important;
  }
  .mrXL, .mrXLPc {
    margin-right: 96px !important;
  }
  .ptXS, .ptXSPc {
    padding-top: 8px !important;
  }
  .ptS, .ptSPc {
    padding-top: 16px !important;
  }
  .ptM, .ptMPc {
    padding-top: 32px !important;
  }
  .ptL, .ptLPc {
    padding-top: 64px !important;
  }
  .ptXL, .ptXLPc {
    padding-top: 96px !important;
  }
  .pbXS, .pbXSPc {
    padding-bottom: 8px !important;
  }
  .pbS, .pbSPc {
    padding-bottom: 16px !important;
  }
  .pbM, .pbMPc {
    padding-bottom: 32px !important;
  }
  .pbL, .pbLPc {
    padding-bottom: 64px !important;
  }
  .pbXL, .pbXLPc {
    padding-bottom: 96px !important;
  }
  .hidePc {
    display: none !important;
  }
  .textXS, .textXSPc {
    font-size: 1.2rem;
  }
  .textS, .textSPc {
    font-size: 1.4rem;
  }
  .textM, .textMPc {
    font-size: 1.6rem;
  }
  .textL, .textLPc {
    font-size: 1.8rem;
  }
  .textXL, .textXLPc {
    font-size: 2.4rem;
  }
  .textXXL, .textXXLPc {
    font-size: 3.2rem;
  }
  .textXXXL, .textXXXLPc {
    font-size: 4.2rem;
  }
  .taLPc {
    text-align: left !important;
  }
  .taCPc {
    text-align: center !important;
  }
  .taRPc {
    text-align: right !important;
  }
  .wrapper {
    min-width: 1200px;
  }
  .fLPc {
    float: left;
  }
  .fRPc {
    float: right !important;
  }
  .flexBoxPc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gridBoxPc {
    display: -ms-grid;
    display: grid;
  }
  .contentBox, .contentBoxPc {
    width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .contentBoxM, .contentBoxMPc {
    width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .contentBoxL, .contentBoxLPc {
    width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .breadcrumb {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 30px;
    font-size: 12px;
    margin-top: 130px;
  }
  .cmnTtl__type1 {
    font-size: 30px;
  }
  .cmnTtl__type2 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .cmnTtl__type3 {
    font-size: 3.2rem;
  }
  .cmnTtl__type4 {
    font-size: 2.4rem;
  }
  .cmnTtl__type5 {
    font-size: 1.8rem;
  }
  .cmnTtl__type6 {
    font-size: 1.6rem;
  }
  .cmsContents h1 {
    font-size: 4.2rem;
    letter-spacing: 0.1em;
  }
  .cmsContents h2 {
    font-size: 4.2rem;
  }
  .cmsContents h3 {
    font-size: 3.2rem;
  }
  .cmsContents h4 {
    font-size: 2.4rem;
  }
  .cmsContents h5 {
    font-size: 1.8rem;
  }
  .cmsContents h6 {
    font-size: 1.6rem;
  }
  .cmsContents p {
    font-size: 1.6rem;
  }
  .cmsContents ul {
    font-size: 1.6rem;
  }
  .cmsContents ol {
    font-size: 1.6rem;
  }
  .cmsContents dl {
    font-size: 1.6rem;
  }
  .cmsContents blockquote {
    padding: 24px 32px;
  }
  .cmsContents table {
    font-size: 1.6rem;
  }
  .gmap {
    padding-bottom: 40%;
  }
  .FixedFt {
    height: 70px;
  }
  .FixedFt__Container {
    width: 250px;
  }
  .FixedFt__Container a {
    padding-left: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 50px;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    margin: 0 5px;
  }
  .FixedFt__Container a.icon-mail {
    background: #358AED;
    margin: 0 10px 0 20px;
  }
  .FixedFt__Container a.icon-line {
    background: #ffe8cb;
    margin: 0 20px 0 10px;
  }
  .ctaBox {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    display: table;
    text-align: center;
    line-height: normal;
    border-left: 1px solid #ccc;
  }
  .ctaBox li {
    display: table-cell;
    vertical-align: middle;
  }
  .ctaBox li.phone {
    border-right: 1px solid #ccc;
  }
  .ctaBox li.phone a {
    font-size: 12px;
    text-align: left;
  }
  .ctaBox li.phone a span {
    font-size: 30px;
  }
  .ctaBox li.top {
    width: 70px;
    padding-top: 20px;
    background: #333;
  }
  .ctaBox li.top a {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
  }
  .ctaBox li.call {
    padding: 0 10px;
    border-right: 1px solid #ccc;
  }
  .FtSMap__menu {
    width: 500px;
    padding: 24px 0;
    margin: 10px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .FtSMap__menu--logo {
    width: 34%;
  }
  .FtSMap__menu--text {
    line-height: 1.5;
  }
  .FtSMap {
    padding: 24px 0 12px;
  }
  .Footer__copyYear {
    width: 1200px;
    margin: 0 auto;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 3;
  }
  .GNav__menuOpenBtn {
    display: none;
  }
  .GNav {
    width: 1000px;
  }
}

/*# sourceMappingURL=style.css.map */
