@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");

/*!
---- Smart Style Complex Original Stylesheet Template. ----
Thema Name:     model
Description:    model
Version:        1.0.0
Last Update:    2018/12/17
Author:         Takuya Sakamoto
Company URL:    http://ss-complex.com/
License:        GPL
License URL:    http://www.gnu.org/licenses/gpl.html
*/
/*@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff2) format('woff2'),
		url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff) format('woff'),
		url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.woff2) format('woff2'),
		url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.woff) format('woff'),
		url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff2) format('woff2'),
		url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff) format('woff'),
		url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.otf) format('opentype');
}*/
html {
    font-display: swap;
}

.ming {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.dancingScript {
    font-family: 'Dancing Script', cursive;
}

.normal {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lhL {
    line-height: 1.4;
    font-size: 2.4rem;
}

.lhXL {
    line-height: 1.6;
}

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

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

address {
    margin-bottom: 0 !important;
}

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

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

label {
    margin-bottom: 0 !important;
}

a:hover {
    text-decoration: none !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

a:hover img {
    opacity: 0.7;
    transition: 0.3s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    position: relative;
}

img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

*,
*: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: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    color: #333;
    text-align: left;
    background-color: #f1f1f1;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[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;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

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: none;
    text-decoration: underline;
}

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

.showAllFirst {
    display: block;
    overflow: hidden;
    position: relative;
}

.showAllList {
    display: block;
    overflow: hidden;
    position: relative;
}

/*.showAllList:after {
    content: '';
    display: block;
    position: relative;
    width: calc(100% - 34px);
    height: 50px;
    /*background: -webkit-gradient(linear,left bottom,left top,from(#fff),to(rgba(255,255,255,0)));
    background: linear-gradient(to top,#fff 0 10%, #fff 0 40%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}*/


.showAllList.open:after {
    display: none;
}

.showAllList li {
    opacity: 1;
    transition: all 0.4s ease 0s;
    position: relative;
    z-index: 0;
}

.showAllList li.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    display: none;
}

/*.showAllList li:after {
    content:"";
    position:absolute;
    opacity:0;
}*/
.showAllList li:hover:after {
    content: "";
    position: absolute;
    background-color: #EEE;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: calc(100% + 12px);
    height: calc(100% + 4px);
    left: -6px;
    top: -2px;
    z-index: -1;
    transition: 0.2s;
    opacity: 1;
}

.icon.showAll:after {
    background-image: url(../image/icon/icon_plus_gray.svg);
    display: inline-block;
    position: absolute;
    margin: 0 0 0 10px;
    bottom: calc(50% - 8px);
}

.icon.showDetail:after {
    background-image: url(../image/icon/icon_arrow_right_black.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: auto 0 auto 10px;
    top: 0;
    bottom: 0;
}

.icon.showDetail {
    position: relative;
    display: inline-block;
}

.icon.showDetail:before {
    position: absolute;
    top: 1.7em;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background: #cdcdcd;
    transition: 0.3s;
}

.icon.showDetail:hover:before {
    width: 100%;
}


.icon.head:after {
    content: '';
    background: #ccc;
    width: 150px;
    height: 1px;
    top: 0;
    margin: 10px 6px;
    z-index: -1;
}

.icon.case:after {
    background-image: url(../image/icon/icon_window_gray.svg);
    top: 0;
    right: 0;
}

.icon.icon-topBtn:before {
    background-image: url(../image/icon/icon_top-btn-arrow.svg);
}



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

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

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

.bold {
    font-weight: bold;
}

.white {
    color: #fff;
}

.gray {
    color: #999;
}

.black {
    color: #333;
}

.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;
}

.icon {
    position: relative;
}

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

.underLine {
    text-decoration: none !important;
    position: relative;
}

.underLine:before {
    position: absolute;
    top: 1.7em;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #cdcdcd;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.02, 0.8, 0.02, 1);

}

.underLine:hover:before {
    width: calc(100% + 26px);
}

.otherLink {
    position: relative;
}

.otherLink:after {
    width: 14px;
    height: 14px;
    display: block;
    background-image: url(../image/icon/icon_window_gray.svg);
    margin: auto;
    bottom: 0;
    top: 0;
    right: -25px;
}



.logo {
    position: relative;
}

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

h1 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

h6 {
    color: #999;
}

.check li {
    padding-left: 25px;
    position: relative;
}

.check li:before {
    background-image: url(../image/icon/icon_check-gray.svg);
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    display: inline-block;
    left: 0;
}

.decimal {
    padding-left: 25px;
    list-style-type: decimal;
}

.breadcrumb>div>span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
}

.breadcrumb span a span,
.breadcrumb span span {
    font-size: 12px;
    font-size: 1.2rem;
}

.breadcrumb span span {
    font-weight: bold;
}

.breadcrumb span a span {
    color: #333;
    text-decoration: none;
    font-weight: normal;
}

.breadcrumb span a span:hover {
    text-decoration: underline;
}

.breadcrumb span:first-of-type a span {
    color: #333;
}

.breadcrumb>div>span+span {
    padding-left: 8px;
}

/*
.breadcrumb>div>span+span:before {
    content: "";
    height: 12px;
    left: 0;
    top: 13px;
    position: absolute;
    width: 8px;
    border-left: 1px solid #999;
    transform: rotate(-145deg);
}
*/
.case:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

#aboutPowername {
    margin: 16px !important;
}

.PowernameLink {
    font-size: 16px;
    font-weight: 700;
    margin-right: 20px;
}

.PowernameLink:after {
    background-image: url(../image/icon/icon_window_gray.svg);
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
    display: block;
    margin: auto;
    bottom: 0;
    top: 0;
    right: -20px;
}

.profBox {
    background: #fff;
}

.profBox dd a {
    margin-right: 16px;
}

.profBox dl dt:first-child+dd {
    border-top: 1px solid #ccc;
}

.introBox__tabCase {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    align-items: center;
}

.introBox__tabCase li {
    background: #E0E0E0 !important;
    margin-right: 16px !important;
    margin-left: 16px !important;
    margin-bottom: -12px !important;
    height: 42px;
    width: 20.5%;
    border-radius: 4px 4px 0 0;
    color: #999;
    font-weight: bold;
    padding: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.introBox__tabCase li:first-child {
    margin-left: 32px !important;
}

.introBox__tabCase li.white {
    background: #fff !important;
    color: #333;
    height: 56px;
    margin-bottom: 0px !important;
}

.introBox__tabCase li:before {
    content: none !important;
}

.introBox__tabCase li p {
    line-height: 1.4;
    margin: 10px auto;
    display: block;
    width: 100%;
    text-align: center;
}

.introBox__tabCase li a {
    text-decoration: none;
    color: #999;
    display: block;
    /* overflow: hidden; */
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    padding: 10px 0px;
}

.introBox__tabCase li a:hover {
    text-decoration: underline !important;
    color: #999;
}

.introBox__contents {
    background: #fff;
}

.introBox__contents--head {
    font-size: 24px;
    font-size: 2.4rem;
}

.introBox__contents--title {
    font-size: 24px;
    font-size: 2.4rem;
}

.introBox__contents .face .faceImg {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.introBox__contents .pName {
    margin-top: 16px;
    font-size: 1.3rem;
}

.introBox__contents .faceText {
    background: #f1f1f1;
    padding: 32px;
    border-radius: 0 20px 20px 20px;
}

.staffHashtag li {
    display: inline-block;
    margin: 0 16px 20px !important;
}

.pageHashtag li {
    float: left;
    margin: 0 16px 20px !important;
    position: relative;
}

.pageHashtag li:first-child {
    margin: 0 16px 20px 0px !important;
}

.pageHashtag li:hover:after {
    content: "";
    position: absolute;
    background-color: #EEE;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: calc(100% + 12px);
    height: calc(100% + 4px);
    left: -6px;
    top: -2px;
    z-index: -1;
}

.pageHashtag li a {
    color: #666;
}

.wp-pagenavi {
    text-align: center;
    padding-top: 64px;
}

.wp-pagenavi span.pages {
    display: none;
}

@keyframes mask_fadeIn {
    0% {
        /* x方向の倍率を0に */
        transform: scaleX(0);
        /* 変換の原点を(0, 0)に指定 */
        transform-origin: 0 0;
    }

    45% {
        /* x方向の倍率を初期値(1倍)に */
        transform: none;
        transform-origin: 0 0;
    }

    50% {
        transform: none;
        transform-origin: 100% 0;
    }

    100% {
        transform: scaleX(0);
        transform-origin: 100% 0;
    }
}

.card__title {
    position: relative;
    overflow: hidden;
    transition-duration: 0.3s !important;
    transition-delay: 0.3s !important;
    opacity: 1;
    /*opacity:0;*/
}

/*.card__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index:1;
  width: 100%;
  height: 100%;
  background: #fff;
  transition-duration:0.5s !important;
  opacity:1;
}*/
.card__title.started:before {
    transition-duration: 0.5s !important;
    opacity: 0;
    z-index: -1;
}

.card__title.started {
    position: relative;
    overflow: hidden;
    transition-duration: 0.3s !important;
    transition-delay: 0.3s !important;
    opacity: 1;
    z-index: 2;
}

.card__title.started:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: #333;
    transform: scaleX(0);
    animation: mask_fadeIn 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.hashtagImgArchive {
    margin: 0 !important;
    width: 20%;
}

.hashtagImgPost {
    margin: 0 8px !important;
    width: 120px;
    display: inline-block;
}

/*
.bigTit {
	@include sp {

	};
	@include pc {

	};
	position: relative;
	font-family: 'Damion', cursive;
	font-size: $textXXXXLPc;
	font-weight: normal;
	&:after {
    	width: 40px;
    	height: 1px;
    	left: 0;
    	right: 0;
    	margin: 20px auto 0;
    		@include sp {

    		};
    		@include pc {

    		};
    	}
	&__jp {
		font-family: 'Noto Sans Japanese';
		font-size: $textLPc;
		color: $black;
		font-weight: bold;
	}
}
.midTit {
	@include sp {
		margin-bottom: 20px;
	};
	@include pc {
		margin-top: 30px;
		margin-bottom: 10px;
	};
	span {
		font-weight: bold;
	}
	&__uBar {
		font-size: $textXXLPc;   	
	}
	&__sBar {
		font-size: $textXLPc;
		padding-left: 0.6em;
	}
}
.smallTit {
	font-family: 'Damion', cursive;
	@include sp {
		font-size: $textXXXLSp;
	};
	@include pc {
		font-size: $textXXXLPc;
	};
}
.subTit{
	&__side
		{
		position: relative;
		font-weight: bold;
		margin: 5px 0;
		@include sp {
			font-size: $textLSp;
		};
		@include pc {
			font-size: $textLPc;
		};
		&::after {
    		width: 40px;
    		height: 1px;
    		background-color: #325A89;
    		bottom: 0;
    		top: 0;
    		margin: auto;
    		margin-left: 10px;
    	}
	}	
	&__below {
		position: relative;
		&::after {
    		width: 80px;
    		height: 1px;    		
    		left: 0;
    		@include sp {
    			background-color: $black;
    			bottom: -15px;
    		};
    		@include pc {
    			background-color: $white;
    			bottom: 0;
    		};
    	}    	
	}
	&__sideHorizon
		{
		position: relative;
		font-size: 2.2rem;
		font-weight: bold;
		margin: 0px 0 60px;
		padding-left: 20px;
		&::after {
    		width: 16px;
    		height: 2px;
    		background-color: #325A89;
    		bottom: 0;
    		top: 0;
    		left: 0;
    		margin: auto;
    	}
	}
}
.quoteBox {
	margin: 32px 0 32px 0;
	@include sp {
		padding: 24px 16px;
	}
	@include pc {
		padding: 24px 32px;
	}
}
.taC {
	text-align: center;
}
.svgImg {
	width: 100%;
    height: auto;
}
.dataBox {
	margin: 10px 0;
	&__catTit {
		font-size: $textXSPc;
		border: 1px solid $gray;
		display: inline-block;
		padding: 2px 10px;
		border-radius: 20px;
	}
	&__date {
		font-size: $textSPc;
		margin-bottom: 5px;
		float: right;
	}
}
.dataImgBox {
	width: 100%;
	td {
		width: 50%;
    	box-sizing: border-box;    	
    	border: 1px solid #ddd;
    	img {
    		width: 100%;
    		height: auto;
    	}
    	@include sp {
			padding: 10px;
		}
		@include pc {
			padding: 40px 30px;
		}
	}
}
.lists2 {
	width: 100%;
	list-style: decimal;
	padding-left: 2rem;
	li {		
    	@include sp {
			padding: 0px 10px;
		}
		@include pc {
			padding: 0 0 0 2rem;
    		margin: 5px 0;
    		float: left;
    		width: 50%;
		}
	}
}
.imgBox span {
	width: 100%;
	height: 450px;
	margin: 25px 0 0;
	display: block;
    background-size: cover;
}
.rhomboid {
	padding-left: 2rem;
	&__list {
		position: relative;
		margin: 4px 0;
	}
	&__link {
		&::after {
  			display: block;
			top: 0.4em;
			left: -1em;
			width: 5px;
			height: 5px;
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}
		&--blueLetter {

		}
	}
}
.linkBox {
	.linkBox__arrowBt {
		padding: 20px 0 20px 50px;
		display: block;
		border: 1px solid #325A89;
    	color: #325A89;
    	position: relative;
		&::before {
			width: 10px;
   			height: 10px;    		
    		background-image: url(../image/icon/icon_arrow-down_black.svg);
    		margin: auto;
    		bottom: 0;
    		top: 0;
    		left: 0;
			@include pc {
       			margin-left: 25px;
    		};
    		@include sp {
    			margin-left: 20px;
    		};
		}
		&:hover {
			border: 1px solid $gray;
			color: $gray !important;

			transition: 0.3s;
		}
		&:hover::before {
			background-image: url(../image/icon/icon_arrow-down_gray.svg);
			transition: 0.3s;
		}
		&--narrow {
    		padding: 20px;
			@include pc {
				padding: 20px 0 20px 35px;
			};
			@include sp {
				padding: 20px 0 20px 50px;
			};
			&::before {
				width: 10px;
   				height: 10px;    		
    			background-image: url(../image/icon/icon_arrow-down_black.svg);
    			margin: auto;
				bottom: 0;
    			top: 0;
    			left: 0;
    			@include pc {
    				margin-left: 15px;
    			};
    			@include sp {
    				margin-left: 20px;
    			};
			}
			&:hover::before {
				background-image: url(../image/icon/icon_arrow-down_gray.svg);
				transition: 0.3s;
			}
			&:hover {
				border: 1px solid $gray;
				color: $gray !important;

				transition: 0.3s;
			}
		}
	}
	a.linkBox__prevBt {

		display: block;
		@include pc {
			padding: 20px 30px;
		};
		@include sp {
			padding: 15px 0 15px 35px;
		};
		&:visited {
			color: $black;
		}
		&:hover {
			color: $white !important;
			background: $black;
			transition: 0.3s;
		}
		&::before {
			width: 10px;
   			height: 10px;    		
    		background-image: url(../image/icon/icon_flow-left_blue.svg);
    		margin: auto;
			@include pc {
    			bottom: 0;
    			top: 0;
    			left: 0;
    			margin-right: 25px;
    			display: inline-block;
    			position: unset;
    		};
    		@include sp {
    			bottom: 0;
    			top: 0;
    			left: 0;
    			margin-left: 20px;
    		};
		}
		&:hover::before {
			background-image: url(../image/icon/icon_flow-left_white.svg);
		}
	}
	span.linkBox__prevBt {
		padding: 20px 30px;
    	border: 1px solid #ccc;
    	background-color: #eee;
    	text-align: left;
    	color: #ccc;
    	display: block;
    	@include pc {
			padding: 20px 30px;
		};
		@include sp {
			padding: 15px 0px 15px 35px;
		};
    	&::before {
			width: 10px;
   			height: 10px;    		
    		background-image: url(../image/icon/icon_flow-left_gray.svg);
    		margin: auto;
			@include pc {
    			bottom: 0;
    			top: 0;
    			left: 0;
    			margin-right: 25px;
    			display: inline-block;
    			position: unset;
    		};
    		@include sp {
    			bottom: 0;
    			top: 0;
    			left: 0;
    			margin-left: 20px;
    		};
		}
	}
	a.linkBox__nextBt {

		display: block;
		text-align: right;
		@include pc {
			padding: 20px 30px;
		};
		@include sp {
			padding: 15px 35px 15px 0px;
		};
		&:visited {
			color: $black;
		}
		&:hover {
			color: $white !important;
			background: $black;
			transition: 0.3s;
		}
		&::after {
			width: 10px;
   			height: 10px;    		
    		background-image: url(../image/icon/icon_flow-right_blue.svg);
    		margin: auto;
			@include pc {
    			margin-left: 25px;
    			display: inline-block;
    			position: unset;
    		};
    		@include sp {
    			bottom: 0;
    			top: 0;
    			right: 0;
    			margin-right: 20px;
    		};
		}
		&:hover::after {
			background-image: url(../image/icon/icon_flow-right_white.svg);
		}
	}
	span.linkBox__nextBt {
    	border: 1px solid #ccc;
    	background-color: #eee;
    	text-align: right;
    	color: #ccc;
    	display: block;
    	@include pc {
			padding: 20px 30px;
		};
		@include sp {
			padding: 15px 35px 15px 0px;
		};
		&::after {
			width: 10px;
   			height: 10px;    		
    		background-image: url(../image/icon/icon_flow-right_gray.svg);
    		margin: auto;
			@include pc {
    			margin-left: 25px;
    			display: inline-block;
    			position: unset;
    		};
    		@include sp {
    			bottom: 0;
    			top: 0;
    			right: 0;
    			margin-right: 20px;
    		};
    	}
	}
}
.qaBox {
	border: 1px solid $gray_frame;
	&__q {
		background-color: #f1f1f1;
		font-weight: bold;
		@include sp {
			padding: 20px 30px 20px 50px;
			&:before {
				content: "Q";
    			font-family: 'Damion', cursive;
    			font-size: 2.3rem;
    			font-weight: normal;
    			margin-left: -35px;
    			margin-top: -7px;
    			color: $black;
			}
		};
		@include pc {
			padding: 30px 30px 30px 65px;
			&:before {
				content: "Q";
    			font-family: 'Damion', cursive;
    			font-size: 2.3rem;
    			font-weight: normal;
    			margin-left: -35px;
    			margin-top: -7px;
    			color: $black;
			}
		};
	}


	&__a {
		@include sp {
			padding: 20px 30px 20px 50px;
			&:before {
				content: "A";
    			font-family: 'Damion', cursive;
    			font-size: 2.3rem;
    			font-weight: normal;
    			margin-left: -35px;
    			margin-top: -7px;

			}
		};
		@include pc {
			padding: 30px 30px 30px 65px;
			&:before {
				content: "A";
    			font-family: 'Damion', cursive;
    			font-size: 2.3rem;
    			font-weight: normal;
    			margin-left: -35px;
    			margin-top: -7px;

			}
		};
		&--title {
			color: #2A4299;	
			font-weight: bold;	
		}		
	}
	a {
		text-decoration: underline;
	}
}
.padBox {
	border: 1px solid $gray;
	@include sp {
		padding: 20px 20px 40px 20px;		
	};
	@include pc {
		padding: 30px;
	};

}
.flowBox {
	@include sp {
		padding-left: 20px;

		&__img {
		margin-top: 10px;
		width: 80%;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
		}
	};
	@include pc {
		padding-left: 60px;

		&__img {
		margin-top: 10px;
		width: 242px;
		box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
			&:hover {
  				box-shadow: 2px 2px 2px rgba(0,0,0,.15);
  				transition: .2s;
			}
		}
		a{
			text-decoration: underline;
		}

	};	
	&__num {
		color: $blue;
		font-family: 'Damion', cursive;
		font-size: $textXXLPc;
	}
	&__sub {
		color: $black;
		font-weight: bold;
		margin: 15px 0 5px;
	}
	&:after {
    	border-bottom: 12px solid transparent;

  		left: 0;
  		margin-left: -1px;
	}
	h2 {
		line-height: 1;
		border: none;
		margin: 0 0px 20px;
	}
}
.menuList {
	&__box {
    	margin-top: 20px;
    	text-align: left;
    	.menuList__link {

			display: block;
			padding: 20px;

			position: relative;
			&:hover {
				color: $white !important;
				background: $black;
				transition: 0.3s;
			}
			&:after {
    			width: 10px;
    			height: 10px;
    			background-image: url(../image/icon/icon_flow-right_blue.svg);
    			right: 20px;
    			top: 0;
    			bottom: 0;
    			margin: auto;
    			transition: 0.3s;
			}
			&:hover::after {
				background-image: url(../image/icon/icon_flow-right_gray.svg);
			}			
		}
		.unavailable {
			border: 1px solid $gray;
			color: $gray !important;

			padding: 20px;
			display: block;
			cursor: auto;
			position: relative;
			pointer-events: none;
			&:after {
    			width: 10px;
    			height: 10px;
    			background-image: url(../image/icon/icon_flow-right_gray.svg);
    			right: 20px;
    			top: 0;
    			bottom: 0;
    			margin: auto;
    			transition: 0.3s;
			}
		}
	}
}

.wp-pagenavi {
	 .pages {
	 	font-size: 1.6rem;
    	padding: 0 10px;
    	height: 40px;
    	line-height: 40px;
    	text-align: center;
	 }
}

.cmnLink {
	&__btnLink {
		font-weight: bold;
		display: inline-block;
		padding: 8px 16px;

		border-radius: 4px;
		@include sp {
			font-size: $textMSp;
			&:hover {
				color: $black;
				text-decoration: none;
			}
		};
		@include pc {
			font-size: $textMPc;
			&:hover {
				color: $black;
				text-decoration: none;
				border: 1px solid $black;
				transition: 0.3s;
			}
		};
		&--input {
			color: $white;
    		font-weight: bold;
			position: relative;	
			box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
			background: -webkit-linear-gradient(left, rgb(66, 161, 73), rgb(14, 150, 166));
			background: -o-linear-gradient(left, rgb(66, 161, 73), rgb(14, 150, 166));
			background: linear-gradient(to right, rgb(66, 161, 73), rgb(14, 150, 166));;
			width: 249px;
			border-radius: 50px !important;
			line-height: 45px;
			display: block;
			@include sp {						
			};
			@include pc {
				&:hover {
					color: $white !important;
					box-shadow: 2px 2px 2px rgba(0,0,0,.15);
					transition: .2s;
					border: none;
				}
			};
		}
	}
}
.cmnLinkList {
	&__item {
		display: inline-block;
	}
}
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;
	}
}
.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: $black;
			}
		}
		&--any {
			&:before {
				content: '任意';
				background-color: $black;
			}
		}
		@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: $black;
		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: 10px;
			top: 10px;
			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 15px;
		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 {
				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-radius: 5px;
		padding: 5px;
	}
	&__unit {
		line-height: 40px;
		display: block;
	}
}
.cmnUlList {
	&__item {
		a {
			color: $black;
			font-size: $textSPc;
			margin-left: 12px;
			text-decoration: underline;
		}
	}
}
.cmnDlList {
	dt {
		margin-top: 10px;
	}
	dd {
		padding-left: 3rem;
	}
}
.cmnCardImage {
	&__image {
		display: block;		
		width: 100%;
		height: 240px;
		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;
			}
		}
	}
}

.naviBox {
    background-color: #f1f1f1;
    overflow: hidden;
    padding: 10px 20px;
    margin-top: 30px;
    img {
    	box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
    	&:hover {
  		box-shadow: 2px 2px 2px rgba(0,0,0,.15);
  		transition: .2s;
		}
    }
}
.floatBox {
	&__pp {
		text-align: right; 
		font-size: $textSPc;
		line-height: $lhXL;
	}
}
.movie {
  	position: relative;
  	width: 100%;
  	padding-top: 56.25%;
  	margin: 30px 0 0;
  	iframe {
  		position: absolute;
  		top: 0;
  		right: 0;
  		width: 100% !important;
  		height: 100% !important;
	}
}
.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin-top: 30px;
	height: 0;
	overflow: hidden;
	iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.breadcrumb  {
	@include sp {
		height: 92px;
		visibility: hidden;
	};
	@include pc {
		min-width: 120px;
		margin-top: 124px;
		background-color: #F0F4F8;
	};
}
// 「パンくずリスト」のリンク部分一つひとつ
.breadcrumb > div > span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	position: relative;
	font-size: $textSPc;
}
.breadcrumb span a span,
.breadcrumb span span {
	font-size: 1.4rem;
}
// 「パンくずリスト」のテキストリンク
.breadcrumb span a span {
	color: $black;
	text-decoration: none;
	&:hover {
		text-decoration: underline;
	}
}
// 一番最初のパンくずリンクだけ目立たせたいとき用
.breadcrumb span:first-of-type a span {
	color: $black;
}
.breadcrumb > div > span + span {
	padding-left: 26px;
}
.breadcrumb > div > span + span:before {
    content: "";
    height: 8px;
    left: 0;
    top: 16px;
    position: absolute;
    width: 8px;
    border: 1px solid;
    border-color: transparent transparent #999 #999;
    transform: rotate(-135deg);
}
*/
.cmsContents h1 {
    font-weight: bold;
    position: relative;
    font-weight: bold;
}

.cmsContents h1:after {
    content: '';
    background-color: #333;
    position: absolute;
    width: 40px;
    height: 1px;
    left: 0;
    bottom: 0;
    margin-bottom: -10px;
}

.cmsContents h2 {
    font-weight: bold;
}

.cmsContents h5 {
    font-weight: bold;
}

.cmsContents h6 {
    font-weight: bold;
    color: #999;
}

.cmsContents p {
    margin: 24px 0 24px;
    line-height: 1.8;
}

.cmsContents a {
    text-decoration: underline;
    color: #333;
}

.cmsContents a.otherContents {
    font-weight: bold;
    text-align: center;
    position: relative;
}

.cmsContents a.otherContents:after {
    background-image: url(../image/icon/icon_arrow_right_black.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    margin: 0 0 0 10px;
    bottom: 2px;
}

.cmsContents strong {
    font-weight: bold;
}

.cmsContents em {
    font-style: italic;
}

.cmsContents ul li {
    position: relative;
    padding-left: 25px;
    margin: 10px 0;
}

.cmsContents ul li.fLPc {
    margin: 4px 32px 4px 0px !important;
}

.cmsContents ul li:before {
    background-image: url(../image/icon/icon_check-gray.svg);
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    display: inline-block;
    left: 0;
}

.cmsContents ol {
    margin: 16px 0 16px 20px;
    margin: 16px 0 16px 2rem;
}

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

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





/* 2023.09.26 */
.cmsContents .andMore {
    margin-top: 5px;
    margin-left: 24px;
}






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

.cmsContents .blockdesign {
    background-color: #ededed;
    padding: 14px 24px;
    margin: 8px 0;
}

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

.cmsContents table th,
.cmsContents table td {
    padding: 10px;
    border-left: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

.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: 40px auto;
}

.cmsContents hr {
    border-top: 1px #ccc solid;
}

/*
.cmsPager {
	text-align: center;
    margin: 60px 0 0;
}
.cmsPager a, .cmsPager span {
     color:#999;
     background-color:#FFF;
     border:solid 1px #ccc;
     padding: 8px 12px;
    margin:0 2px;
     white-space: nowrap;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
     -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
}
.cmsPager a:hover{
     color:#FFF; 
     background-color:#999; 
     border-color:#999;
     }
.cmsPager span.current{
     color:#FFF;
     background-color:#345589;
     border-color:#345589;
     font-weight: bold;
}
*/
.showAll,
.showDetai {
    font-family: 'Dancing Script';
    display: table;
    position: relative;
}

/*
.btn {
	background-color: $white;
	border: 2px solid $white;
	color: $white;
	display: block;
	font-weight: bold;
	transition: 0.3s;
	&:before,
	&:after {
		transition: 0.3s;
	}
	@include sp {
		box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
		font-size: $textLSp;
		height: 55px;
		line-height: 50px;
		width: 90%;
		&:before,
		&:after {
			height: 20px;
			top: calc(50% - 10px);
			width: 20px;
		}
	};
	@include pc {
		box-shadow: 10px 10px 30px rgba(0,0,0,0.1);
		font-size: $textLPc;
		height: 60px;
		line-height: 58px;
		width: 176px;
		&:before,
		&:after {
			height: 20px;
			top: calc(50% - 9px);
			width: 20px;
		}
		&:hover {
			background-color: $black;
			color: $white;
		}
	};
}
*/

/*
// Telボタン
.telBtn {
	color: $black;
    font-weight: bold;
	position: relative;	
	@include sp {
		width: 220px;
    	line-height: 52px;
    	padding-left: 45px;
    	font-size: $textXLPc;
    	display: block;
    	margin: 0 auto;
		&:before {
    		width: 20px;
    		height: 20px;
    		display: block;
			background-image: url(../image/icon/icon_tel_black.svg);
			margin: auto;
    		bottom: 0;
    		top: 0;
    		left: 10px;
		}
	};
	@include pc {
    	width: 220px;
    	line-height: 55px;
    	padding-left: 45px;
    	font-size: $textXLPc;
    	display: block;
    	margin: 0 auto;
    	pointer-events: none;
		&:before {
    		width: 20px;
    		height: 20px;
    		display: block;
			background-image: url(../image/icon/icon_tel_black.svg);
			margin: auto;
    		bottom: 0;
    		top: 0;
    		left: 10px;
		}
		&:hover {
			color: $black;
			box-shadow: 2px 2px 2px rgba(0,0,0,.15);
			transition: .2s;
		}
	};
}

// エントリー
.mailEntBtn {
	color: $white;
    font-weight: bold;
	position: relative;	
	@include sp {
		box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
		background: linear-gradient(90deg, rgb(66, 161, 73), rgb(14, 150, 166));;
    	width: 249px;
    	border-radius: 50px;
    	line-height: 60px;
    	padding-left: 45px;
    	display: block;
    	margin: 0 auto;
		&:before {
			content: '';
    		width: 16px;
    		height: 16px;
    		display: block;
    		position: absolute;
			background-size: contain;
			background-image: url(../image/icon/icon_pen.png);
			margin: auto;
    		bottom: 0;
    		top: 0;
    		left: 20px;
		}
	};
	@include pc {
		box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
		background: linear-gradient(90deg, rgb(66, 161, 73), rgb(14, 150, 166));;
    	width: 249px;
    	border-radius: 50px;
    	line-height: 60px;
    	padding-left: 45px;
    	display: block;
		&:before {
			content: '';
    		width: 16px;
    		height: 16px;
    		display: block;
    		position: absolute;
			background-size: contain;
			background-image: url(../image/icon/icon_pen.png);
			margin: auto;
    		bottom: 0;
    		top: 0;
    		left: 20px;
		}
		&:hover {
			color: $white !important;
			box-shadow: 2px 2px 2px rgba(0,0,0,.15);
			transition: .2s;
		}
	};
}

// 募集要項
.reqBtn {

   	position: relative;
	padding-left: 45px;
	&:before {
    	width: 10px;
    	height: 10px;
    	display: block;
		background-image: url(../image/icon/icon_arrow-right_black.svg);
		margin: auto;
    	bottom: 0;
    	top: 0;
    	left: 20px;
	}
	&.roundFrame {
		font-weight: bold;
		@include sp {
			box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
    		width: 188px;
    		border-radius: 50px;
    		line-height: 52px;
    		display: block;
    		margin: 0 auto;
		};
		@include pc {
			box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
    		width: 188px;
    		border-radius: 50px;
    		line-height: 52px;    		
    		display: block;
    		margin: 0 auto;
			&:hover {
				box-shadow: 2px 2px 2px rgba(0,0,0,.15);
				transition: .2s;
			}
		};
	}
}
*/
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6em;
    position: relative;
}

body {
    /*background-image: url("../image/bg/strip.png");*/
    background-position: top;
}

.wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.poC {
    margin: 0 auto;
}

.mAuto {
    margin: auto;
}

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

.fR {
    float: right !important;
}

.inlineBlock {
    display: inline-block;
}

.fBox {
    margin-left: -4%;
}

.fAll {
    float: left;
    width: 96%;
    margin-left: 4%;
}

.f1of2 {
    float: left;
    width: 46%;
    margin-left: 4%;
}

.f1of3 {
    float: left;
    width: 29.3333%;
    margin-left: 4%;
}

.f2of3 {
    float: left;
    width: 62.6666%;
    margin-left: 4%;
}

.f1of4 {
    float: left;
    width: 21%;
    margin-left: 4%;
}

.f3of4 {
    float: left;
    width: 71%;
    margin-left: 4%;
}

.f1of5 {
    float: left;
    width: 16%;
    margin-left: 4%;
}

.f2of5 {
    float: left;
    width: 36%;
    margin-left: 4%;
}

.f3of5 {
    float: left;
    width: 56%;
    margin-left: 4%;
}

.f4of5 {
    float: left;
    width: 76%;
    margin-left: 4%;
}

.f1of6 {
    float: left;
    width: 12.6666%;
    margin-left: 4%;
}

.f5of6 {
    float: left;
    width: 79.3333%;
    margin-left: 4%;
}

.f1of7 {
    float: left;
    width: 10.2857%;
    margin-left: 4%;
}

.f2of7 {
    float: left;
    width: 24.5714%;
    margin-left: 4%;
}

.f3of7 {
    float: left;
    width: 38.8571%;
    margin-left: 4%;
}

.f4of7 {
    float: left;
    width: 53.1428%;
    margin-left: 4%;
}

.f5of7 {
    float: left;
    width: 67.4285%;
    margin-left: 4%;
}

.f6of7 {
    float: left;
    width: 81.7142%;
    margin-left: 4%;
}

.f1of8 {
    float: left;
    width: 8.5%;
    margin-left: 4%;
}

.f3of8 {
    float: left;
    width: 33.5%;
    margin-left: 4%;
}

/* SP */

/* PC */

/*-----▲ class ▲-----*/
/*-----▼ @mixin ▼-----*/
/*-----▲ @mixin ▲-----*/
.cf:after {
    clear: both;
    content: "";
    display: block;
}

/* SP */

/* PC */

#footerContactBox {
    z-index: 99;
    position: fixed;
    bottom: 12px;
    right: 12px;
}

.Footer {
    margin-top: 120px;
    background: #fff;
    position: relative;
}

.Footer__brandName {
    background-image: url(../image/logo/logo_w02.svg);
    width: 400px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

/* 2023.09.26 */
.Footer__brandName {
    background-image: url(../image/logo/logo_w03.svg);
}


.Footer__contact {
    border-top: 1px solid #E8E8E8;
    padding: 40px 0 60px;
}

.Footer__copyYearContainer {
    background-color: #333;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

/* 2023.09.26 */
.Footer__copyYearContainer {
    background-color: #f1f1f1;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}


.Footer__copyYearLogo {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
}

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

/* 2023.09.26 */
.Footer__copyYear {
    color: #000;
}


.FtSMap {
    background: #333;
    color: #fff;
    font-size: 13px;
    /*dl {
		@include sp {
			font-size: $textSPc;
		};
		@include pc {
			font-size: $textSPc;
		};
	}
	dt {
		@include sp {
			float: left;
			clear: left ;
		};
		@include pc {
			float: left;
			clear: left ;
		};
	}
	dd p {
		@include sp {
			margin-left: 70px;
			margin-bottom: 4px;
		};
		@include pc {
			margin-left: 70px;
			margin-bottom: 3px;
		};
	}*/
}

/* 2023.09.26 */
.FtSMap {
    background: #ededed;
    color: #000;
}


.FtSMap__list {
    padding: 0;
}

.FtSMap__staff {
    padding: 0;
}

.FtSMap__normalLink {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 4px 0;
    display: inline-block;
    color: #fff;
}

/* 2023.09.26 */
.FtSMap__normalLink {
    color: #000;
}



.FtSMap__normalLink.window {
    position: relative;
}

.FtSMap__normalLink.window:after {
    width: 14px;
    height: 14px;
    display: block;
    background-image: url(../image/icon/icon_window.svg);
    margin: auto;
    bottom: 0;
    top: 0;
    right: -25px;
}

/* 2023.09.26 */
.FtSMap__normalLink.window:after {
    background-image: url(../image/icon/icon_window_gray.svg);
}


.FtSMap__normalLink:hover {
    text-decoration: underline;
}

.mainVisual {
    background-color: rgba(0, 0, 0, 0.5);
    background-position: 0 0;
    min-height: 740px;
    top: 0;
    left: 0;
}

/*.mainVisual {
  background: url(../image/photo/mv.jpg);
  background-size: cover;
}
*/
.sliderContents01,
.sliderContents02,
.sliderContents03 {
    position: absolute;
    width: 33.3333%;
    z-index: -9;
    height: 740px;
    overflow: hidden;
}

.sliderContents02 {
    left: 33.3333%;
}

.sliderContents03 {
    left: 66.6666%;
}

.slider01,
.slider02,
.slider03 {
    width: 100%;
}

.slider01 img,
.slider03 img {
    width: 100%;
    height: 840px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
    animation: slideodd 10s linear;
}

@keyframes slideodd {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, -100px, 0);
    }
}

.slider02 img {
    width: 100%;
    height: 840px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
    animation: slideeven 10s linear infinite;
}

@keyframes slideeven {
    0% {
        transform: translate3d(0, -100px, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.sliderContentsSp {
    display: none !important;
}

.sliderImg {
    width: 100% !important;
    ;
}

.sliderImg:not(:first-child) {
    display: none;
}

.bx-wrapper {
    border: 0px !important;
}

.bx-controls {
    display: none !important;
}


.innerWrap {
    position: relative;
}

.animationBox {
    position: absolute;
    width: 100%;
    padding: 25px;
    top: calc(50% - 130px);
}

.animationBoxIE {
    display: none;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .animationBox {
        display: none;
    }

    /* IE11 */
    .animationBoxIE {
        display: block;
        background: url(../image/logo/copy.svg);
        position: absolute;
        background-size: cover;
        top: 38%;
        margin: auto;
        width: 435px;
        height: 128px;
        left: 0;
        right: 0;
    }

    /* IE11 */
}

.st0 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 14;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.Header {
  z-index: 100;
  width: 100%;
  position: fixed; 
  top: 0;
  left: 0;
  transition: 0.3s;
}

/*-- 2025/06/17 --*/

.Header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff; 
}

body {
  padding-top: 100px; 
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .contentBoxE {
    max-width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: 1.5em;
    box-sizing: border-box;
    border-radius: 8px;
  }

  .blogArea .single-content-box {
    max-width: 90%;
    margin: 2em auto;
    background: #fff;
    padding: 1.5em;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow:none !important
  }
}


/*-------*/

.Header__brandName {
    float: left;
    position: absolute;
    z-index: 200;
}

.Header__brandName a {
    background-image: url(../image/logo/uglogo.png);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.Header.-lowerPage {
    background: #f1f1f1;
}

.Header.-lowerPage__brandName {
    font-size: 16px;
    font-size: 1.6rem;
    float: left;
    position: absolute;
}

.Header.-lowerPage__brandName a {
    background-image: url(../image/logo/uglogo.png);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

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

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

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

.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 {
    display: none;
}

.GNav__menu .hoverContent {
    z-index: 5;
}

/*トップだけのヘッダー記述ここから*/



/*トップ以外のヘッダー記述ここから*/
.otherTop {
    background-color: #F1F1F1;
    border-bottom: 1px solid #E8E8E8;
}

.otherTop .Header__brandName a {
    background-image: url(../image/logo/uglogo.png);
}

.otherTop .GNav__menu .hoverArea>a:after {
    background-image: url(../image/icon/icon_open_black.png);
}

.otherTop .GNav__menu .mainMenu__list a.topList {
    color: #333;
}

/*
.otherTop .GNav__menu .mainMenu__list:hover {
    background-color:#333;
}
.otherTop .GNav__menu .mainMenu__list:nth-last-child(2):hover {
    background:none;
}
.otherTop .GNav__menu .mainMenu__list a.topList:hover {
    color:#fff;
}
.otherTop .GNav__menu .hoverArea>a:hover:after {
    background-image: url(../image/icon/icon_open.svg);
}
*/
.otherTop .GNav__menuOpenBtn span {
    background: #333;
}

/*ここまで*/

/*--2025/07/20追記--*/

@media screen and (max-width: 768px) {
 .GNav__menu .mainMenu__list .entBtn {
    display: inline-block;
    background: linear-gradient(45deg, #FF9D00, #FC700A);
    color: #fff !important;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    width: calc(100% - 16px);
    line-height: 48px !important;
    height: 48px !important;
    text-align: center;
    margin: 0 0;
    }
  
    .blogArea p {
        font-size: 14px;
        line-height: 1.8em;
        margin: 20px auto;
    }


}



  .whBG {
    background: #fff;
    box-shadow: none; 
  }

  .whBG h1 {
    margin-left: 20px;
    padding-top: 0.5em;
  }






/*--ここまで--*/



.contact-input-item-title {
    position: relative;
}

.contact-input-item-title.-req:before,
.contact-input-item-title.-any:before {
    border-radius: 3px;
    color: #fff;
    left: 0;
    position: absolute;
}

.contact-input-item-title.-req:before {
    background: #d32f2f;
    content: '必須';
}

.contact-input-item-title.-any:before {
    background: #1565c0;
    content: '任意';
}

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

.contact-input-item-text:placeholder-shown,
.contact-input-item-textarea:placeholder-shown {
    color: #E8E8E8;
}

.contact-input-item-text::-webkit-input-placeholder,
.contact-input-item-textarea::-webkit-input-placeholder {
    color: #E8E8E8;
}

.contact-input-item-text:-ms-input-placeholder,
.contact-input-item-textarea:-ms-input-placeholder {
    color: #E8E8E8;
}

.contact-input-item-text:focus,
.contact-input-item-textarea:focus {
    border: 1px solid #E8E8E8;
    box-shadow: 0 0 6px 0 black;
    outline: 0;
}

.contact-input-item-text,
.contact-input-item-textarea {
    border: 1px solid #E8E8E8;
    width: 100%;
}

.contact-input-item-text {
    height: 50px;
    padding: 0 10px;
}

.contact-input-item-textarea {
    display: block;
    padding: 10px;
}

.contact-radio-list {
    display: -ms-flexbox;
    display: flex;
}

.contact-radio {
    position: relative;
    cursor: pointer;
    padding-left: 28px;
}

.contact-radio:before {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #E8E8E8;
    box-shadow: 2px 2px 4px 1px #ccc inset;
    content: "";
    display: block;
    left: 0;
    position: absolute;
}

input[type="radio"]:checked+.contact-radio {
    color: #333;
    font-weight: bold;
}

input[type="radio"]:checked+.contact-radio:after {
    background: #333;
    border-radius: 50%;
    content: "";
    display: block;
    height: 12px;
    left: 4px;
    position: absolute;
    top: calc(50% - 6px);
    width: 12px;
}

.contact-submit-btn {
    background: #E8E8E8;
    box-shadow: 0 8px #c9c9c9;
    cursor: pointer;
    display: block;
    margin: auto;
    text-align: center;
    transition: 0.2s;
}

.contact-submit-btn:active {
    box-shadow: 0 0 #c9c9c9;
    transform: translateY(10px);
}

.contact-submit-btn-text {
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.contact-submit-btn-text:after {
    background-image: url(../image/icon_preset/icon_mail_white.svg);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.title-top-main {
    color: #333;
    display: inline-block;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-weight: bold;
    letter-spacing: 0.1em;
}

.title-top-sub {
    color: #333;
    letter-spacing: 0.05em;
    text-align: center;
}

.title-page {
    color: #333;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.title-page:after {
    background: #707070;
    content: "";
    height: 1px;
    position: absolute;
}

.title-2 {
    border-bottom: 2px solid #333;
    color: #333;
    font-weight: normal;
}

.title-3 {
    font-weight: bold;
    color: #333;
    text-align: center;
}

.title-4 {
    font-weight: normal;
    color: #333;
    text-align: center;
}

.title-5 {
    font-weight: bold;
    color: #333;
    text-align: center;
}

.title-6 {
    font-weight: bold;
    color: #333;
    text-align: center;
}

.list>li {
    position: relative;
}

.list>li:before {
    background: #E8E8E8;
    border-radius: 50px;
    content: "";
    height: 6px;
    left: -1.2em;
    position: absolute;
    top: 7px;
    width: 6px;
}

.list-number {
    counter-reset: list-number;
}

.list-number>li {
    font-weight: bold;
    position: relative;
}

.list-number>li:before {
    color: #E8E8E8;
    counter-increment: list-number;
    content: counter(list-number) ".";
    left: -1.2em;
    position: absolute;
}

.list-def {
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-def dt:nth-of-type(n+2),
.list-def dd:nth-of-type(n+2) {
    border-top: 1px solid #E8E8E8;
}

.list-def dt {
    font-weight: bold;
    padding: 10px;
    position: relative;
    width: 20%;
}

.list-def dd {
    border-left: 1px solid #E8E8E8;
    padding: 10px;
    position: relative;
    width: 80%;
}

.list-note {
    counter-reset: list-note;
    padding-left: 56px;
}

.list-note>li {
    position: relative;
}

.list-note>li:before,
.list-note>li:after {
    background: no-repeat center/contain;
    content: "";
    position: absolute;
}

.list-note>li:before {
    color: #E8E8E8;
    content: "*" counter(list-note);
    counter-increment: list-note;
    font-weight: bold;
    left: -22px;
}

.notes {
    margin-left: 1.2em;
}

.notes li {
    list-style-type: none !important;
    margin-bottom: 8px;
    position: relative;
}

.notes li:before {
    content: "※";
    left: -1.2em;
    position: absolute;
    top: 0;
}

.notes li:last-child {
    margin-bottom: 0px;
}

.list,
.list-number,
.list-note {
    padding-left: 46px;
}

.faq-list-item {
    background-color: #f1f1f1;
    box-sizing: border-box;
    border: 2px solid #333;
}

.faq-list-item+.faq-list-item {
    margin-top: 10px;
}

.js_toggl-content {
    display: none;
}

.active .js_toggl-content {
    display: block;
}

.faq-question {
    background: #333;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

.faq-question:hover {
    background-color: #E8E8E8;
}

.faq-question:before {
    color: #fff;
    content: 'Q.';
    font-weight: bold;
    line-height: 1em;
    position: absolute;
}

.js_toggle-btn {
    transition: 0.2s;
}

.js_toggle-btn:after {
    background-image: url(../image/icon_preset/icon_plus_white.png);
    transition: 0.2s;
}

.js_toggle-btn.active:after {
    background-image: url(../image/icon_preset/icon_minus_white.png);
    transition: 0.2s;
}

.faq-answer {
    background-color: #f1f1f1;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.faq-answer:before {
    color: #E8E8E8;
    content: 'A.';
    font-weight: bold;
    line-height: 1em;
    position: absolute;
}

.quote {
    color: #333;
    font-style: italic;
    line-height: 1.4;
    margin: 40px 0;
    position: relative;
}

.quote:before,
.quote:after {
    font-family: sans-serif;
    line-height: 1;
    position: absolute;
    vertical-align: middle;
    z-index: -1;
}

.quote:before {
    content: "“";
    font-size: 130px;
    left: -10px;
    top: 0;
}

.quote:after {
    bottom: -55px;
    content: "”";
    font-size: 100px;
    right: 28px;
    text-align: center;
}

.quote cite {
    color: #E8E8E8;
    display: block;
    font-size: 8px;
    font-size: 0.8rem;
    font-weight: normal;
    text-align: right;
}

.text {
    line-height: 1.7;
}

.text-marker {
    font-weight: bold;
}

.text-marker.-gray {
    background: linear-gradient(transparent 25%, #333 0%);
}

.text-link {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}

.text .text-link {
    padding: 0 4px;
}

@media screen and (max-width: 767px) {

    html #wpadminbar {
        top: -46px;
    }

    body {
        background-position: top;
        background-size: 93%;
    }

    .mtXS,
    .mtXSSp {
        margin-top: 5px !important;
    }

    .mtS,
    .mtSSp {
        margin-top: 15px !important;
    }

    .mtM,
    .mtMSp {
        margin-top: 20px !important;
    }

    .mtL,
    .mtLSp {
        margin-top: 40px !important;
    }

    .mtXL,
    .mtXLSp {
        margin-top: 64px !important;
    }

    .mbXS,
    .mbXSSp {
        margin-bottom: 5px !important;
    }

    .mbS,
    .mbSSp {
        margin-bottom: 15px !important;
    }

    .mbM,
    .mbMSp {
        margin-bottom: 20px !important;
    }

    .mbL,
    .mbLSp {
        margin-bottom: 40px !important;
    }

    .mbXL,
    .mbXLSp {
        margin-bottom: 64px !important;
    }

    .ml,
    .mlSp {
        margin-left: 0px !important;
    }

    .mlXS,
    .mlXSSp {
        margin-left: 5px !important;
    }

    .mlS,
    .mlSSp {
        margin-left: 15px !important;
    }

    .mlM,
    .mlMSp {
        margin-left: 20px !important;
    }

    .mlL,
    .mlLSp {
        margin-left: 30px !important;
    }

    .mlXL,
    .mlXLSp {
        margin-left: 40px !important;
    }

    .mrXS,
    .mrXSSp {
        margin-right: 5px !important;
    }

    .mrS,
    .mrSSp {
        margin-right: 15px !important;
    }

    .mrM,
    .mrMSp {
        margin-right: 20px !important;
    }

    .mrL,
    .mrLSp {
        margin-right: 30px !important;
    }

    .mrXL,
    .mrXLSp {
        margin-right: 40px !important;
    }

    .ptXS,
    .ptXSSp {
        padding-top: 5px !important;
    }

    .ptS,
    .ptSSp {
        padding-top: 15px !important;
    }

    .ptM,
    .ptMSp {
        padding-top: 20px !important;
    }

    .ptL,
    .ptLSp {
        padding-top: 40px !important;
    }

    .ptXL,
    .ptXLSp {
        padding-top: 60px !important;
    }

    .pbXS,
    .pbXSSp {
        padding-bottom: 5px !important;
    }

    .pbS,
    .pbSSp {
        padding-bottom: 15px !important;
    }

    .pbM,
    .pbMSp {
        padding-bottom: 20px !important;
    }

    .pbL,
    .pbLSp {
        padding-bottom: 40px !important;
    }

    .pbXL,
    .pbXLSp {
        padding-bottom: 60px !important;
    }

    .icon.showAll:after {
        width: 15px;
        height: 15px;
    }

    .icon.introduce__title:after {
        content: '';
        background: #ccc;
        width: 55%;
        height: 1px;
        top: 0;
        right: 0;
        margin: 14px 0px 0 0;
    }

    .icon.case:after {
        width: 15px;
        height: 15px;
        margin: 18px 15px 0 0;
    }

    .linkOut {
        display: inline-block !important;
    }

    .icon.linkOut:after {
        width: 16px;
        height: 16px;
        background-image: url(../image/icon/icon_window_gray.svg);
        top: 0;
        margin: 7px 0px 0 10px;
    }

    .hideSp {
        display: none !important;
    }

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

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

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

    h1.line {
        line-height: 2;
    }

    h1.line:after {
        content: '';
        background-color: #333;
        position: absolute;
        width: 40px;
        height: 1px;
        left: 0;
        bottom: 0;
        margin-bottom: -10px;
    }

    .breadcrumb {
        height: 20px;
        visibility: hidden;
    }

    .staffArea>li {
        overflow: hidden;
        margin-bottom: 60px;
    }

    .card {
        margin-left: 32px;
        width: 100%;
        position: relative;
        background-size: cover !important;
    }

    .card li {
        float: left;
        margin: 0 10px 0 0;
        font-size: 14px;
        line-height: 2;
    }

    .card .card__contents {
        width: calc(100% - 32px);
        ;
        position: relative;
        background: #fff;
        padding: 32px;
        top: 0;
        left: 0;
        margin-left: -32px;
        margin-top: -32px;
        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
        transition: 0.3s;
    }

    .card .card__contents--name {
        font-size: 14px;
        margin: 20px 0;
    }

    .card .card__contents--name .head {
        display: inline-block;
        color: #999;
    }

    .card .card__contents--name p {
        float: right;
        background: #fff;
        padding-left: 8px;
    }

    .card .card__contents--lowerSection {
        margin: 10px 0 0 0;
        overflow: hidden;
    }

    .card .card__contents--lowerSection .year {
        border: 1px solid #ccc;
        color: #999;
        font-size: 12px;
        font-size: 12px;
        line-height: 1;
        padding: 5px 8px;
        display: inline-block;
    }

    .card .card__contents--lowerSection .showDetail {
        float: right;
        margin-right: 25px;
        border-bottom: 1px solid #ccc;
    }

    .card .card__contents:hover {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    }

    .card .card__contents:hover .showDetail {
        border-bottom: 1px solid #fff;
    }

    .hashtagImgArchive {
        width: 50%;
    }

    .introduce li {
        margin-bottom: 10px;
    }

    .tagBox li {
        float: left;
        margin: 0 10px 10px 0px !important;
        font-size: 14px;
    }

    .tagBox li:before {
        content: none !important;
    }

    .tagBox li a {
        text-decoration: none;
    }

    .case {
        position: relative;
        height: 160px;
        font-size: 1.2rem;
        background: #fff;
        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
        padding: 15px;
        transition: 0.3s;
    }

    .case__title {
        font-weight: bold;
        width: 90%;
    }

    .tagSearchArea__title {
        font-size: 24px;
        font-weight: 700;
    }

    .tagSearchArea__title span {
        float: right;
        font-size: 12px;
        position: relative;
        margin-top: 20px;
    }

    .tagSearchArea li {
        float: left;
        margin: 0 10px 15px;
        font-size: 14px;
    }

    .profBox {
        padding: 30px 16px;
    }

    .profBox p {
        font-size: 1.6rem;
        color: #999;
    }

    .profBox dl {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #ddd;
    }

    .profBox dt {
        padding: 16px 0;
        font-size: 1.3rem;
        width: 40%;
        box-sizing: border-box;
        /*display: flex;
        flex-direction: column;
        justify-content: center;*/
        border-top: 1px solid #ddd;
        margin: 0px;
    }

    .profBox dd {
        width: 60%;
        padding: 16px 0 16px 16px;
        font-size: 1.3rem;
        box-sizing: border-box;
        /*display: flex;
        flex-direction: column;
        justify-content: center;*/
        border-top: 1px solid #ddd;
        margin: 0px;
    }

    .catchCopy {
        font-size: 1.8rem;
    }

    .introBox__tabCase li {
        margin-right: 0px !important;
        margin-left: 1.6% !important;
        margin-bottom: -2px !important;
        width: 23%;
    }

    .introBox__tabCase li.white {
        height: 46px;
    }

    .introBox__tabCase li:first-child {
        margin-left: 1.6% !important;
    }

    .introBox__tabCase li p {
        font-size: 11px;
        font-weight: bold;
    }

    .introBox__contents {
        padding: 20px 15px;
    }

    .introBox__contents .face .faceImg {
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }

    .introBox__contents .pName {
        font-size: 10px;
        text-align: center;
    }

    .introBox__contents .faceText {
        font-size: 13px;
        padding: 16px;
    }

    .vol {
        font-size: 24px !important;
    }

    .parenthesis {
        position: relative;
        padding: 10px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        font-size: 22px !important;
        font-weight: bold;
        text-align: center;
    }

    .parenthesis::before {
        top: 0;
        left: 0;
        border-top: 1px solid #555;
        border-left: 1px solid #555;
    }

    .parenthesis::after {
        bottom: 0;
        right: 0;
        border-bottom: 1px solid #555;
        border-right: 1px solid #555;
    }

    .parenthesis::before,
    .parenthesis::after {
        position: absolute;
        content: '';
        width: 20px;
        height: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .voicesBox {
        display: table;
        padding: 10px 0;
        width: 100%;
    }

    .voicesBox img {
        display: block;
        /*width: 40px;*/
        height: 40px !important;
        border-radius: 50%;
        margin: 0;
    }

    /*.voicesText {
        padding-left: 35px;
    }*/

    .voicesText2 {
        float: left;
    }

    .voicesText,
    .voicesText2 {
        display: table-cell;
        vertical-align: middle;
        width: 82%;
    }

    .balloon {

        border: solid 1px #ddd;
        padding: 10px;
    }

    .balloon2 {
        background: #f1f1f1;
        padding: 10px;
    }

    .balloon p,
    .balloon2 p {
        font-size: 13px !important;
        line-height: 26px;
    }

    .balloon {
        border-radius: 0 20px 20px 20px;
    }

    .balloon2 {
        border-radius: 20px 0px 20px 20px;
    }

    .balloon p,
    .balloon2 p {
        padding: 0px;
        margin: 0px;
    }

    .voicesBoxName {
        font-size: 11px !important;
        line-height: 1.6rem !important;
        color: #999;
        font-weight: bold;
        margin: 8px 0 !important;
    }


    .cmsContents h1 {
        line-height: 2;
        font-size: 2.4rem;
        letter-spacing: 0.05em;
    }

    .cmsContents h2 {
        font-size: 2.2rem;
    }

    .cmsContents h3 {
        font-size: 2.2rem;
    }

    .cmsContents h4 {
        font-size: 1.8rem;
    }

    .cmsContents h5 {
        font-size: 1.6rem;
    }

    .cmsContents h6 {
        font-size: 1.6rem;
    }

    .cmsContents p {
        font-size: 1.6rem;
    }

    .cmsContents ol {
        font-size: 1.6rem;
    }

    .cmsContents blockquote {
        padding: 24px 36px;
    }

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

    .cmsContents .blockdesign {
        background-color: #ededed;
        padding: 6px 16px;
        margin: 8px 0;
    }

    .cmsContents table {
        font-size: 1.6rem;
    }

    .cmsContents table th {
        width: 100px;
        padding: 30px 12px !important;
    }

    .cmsContents img.hashtagImg {
        margin: 0;
        width: 50%;
    }

    .cmsContents .accordionBox {
        position: relative;
    }

    .cmsContents .accordionBox label {
        height: 120px;
        /* グラデーションの高さ */
        cursor: pointer;
        text-align: center;
        font-size: 22px;
        position: absolute;
        bottom: 0;
        width: 100%;

        /* 以下グラデーションは「背景が白」に併せて設定しています */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    }

    .cmsContents .accordionBox input:checked+label {
        background: inherit;
        /* 開いた時には背景グラデーションを消す */
    }

    /*
    .cmsContents .accordionBox label:after {
        content: "Show All";
        font-family: 'Dancing Script';
        letter-spacing: .05em;
        line-height: 2.5rem;
        position: absolute;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        color: #333;
        width: 100%;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        opacity:1;
    }
    .cmsContents .accordionBox label:before {
        content:"";
        background-image: url(../image/icon/icon_plus_gray.svg);
        position: absolute;
        bottom: 25px;
        left: calc(50% + 50px);
        z-index: 1;
        width: 16px;
        height: 16px;
        line-height: 16px;
    }*/
    .cmsContents .accordionBoxLine {
        position: relative;
        top: 100px;
        font-family: 'Dancing Script';
    }

    .cmsContents .accordionBoxLine:before {
        position: absolute;
        top: 1.7em;
        left: 0;
        content: "";
        display: inline-block;
        width: 0;
        height: 2px;
        background: #cdcdcd;
        transition: 0.3s;
        transition-timing-function: cubic-bezier(0.02, 0.8, 0.02, 1);

    }

    .cmsContents .accordionBoxLine:hover:before {
        width: 100%;
    }

    .cmsContents .accordionBoxLine:after {
        content: "";
        background-image: url(../image/icon/icon_plus_gray.svg);
        position: absolute;
        bottom: 5px;
        left: calc(50% + 35px);
        z-index: 1;
        width: 16px;
        height: 16px;
        line-height: 16px;
    }

    .cmsContents .accordionBox input {
        display: none;
    }

    .cmsContents .accordionBox .accordionContainer {
        overflow: hidden;
        height: 160px;
        /* 開く前に見えている部分の高さ */
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .cmsContents .accordionBox input:checked+label {
        display: none;
        /*閉じるボタンは要らないとき */
    }

    .cmsContents .accordionBox input:checked+label:after {
        content: "閉じる";
    }

    .cmsContents .accordionBox input:checked+label:before {
        content: "↑";
    }

    .cmsContents .accordionBox input:checked~.accordionContainer {
        height: auto;
        padding-bottom: 40px;
        /* 閉じるボタンのbottomからの位置 */
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -ms-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
    }


    .entBtn.page {
        color: #fff !important;
        background: linear-gradient(90deg, #E61921, #E65100);
        box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
        border-radius: 50px;
        font-weight: bold;
        padding: 12px 16px;
        width: inherit;
    }

    .entBtn02.page {
        color: #333 !important;
        /*border: 1px solid #E65100;*/
        background-color: #fff;
        box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
        border-radius: 50px;
        font-weight: bold;
        padding: 12px 16px;
        width: inherit;
        margin-right: 8px;
    }

    .section {
        padding: 60px 0;
    }

    .fLSp {
        float: left;
    }

    .fRSp {
        float: right;
    }

    .fBoxSp {
        margin-left: -4%;
    }

    .fAllSp {
        float: left;
        width: 96%;
        margin-left: 4%;
    }

    .f1of2Sp {
        float: left;
        width: 46%;
        margin-left: 4%;
    }

    .f1of3Sp {
        float: left;
        width: 29.3333%;
        margin-left: 4%;
    }

    .f2of3Sp {
        float: left;
        width: 62.6666%;
        margin-left: 4%;
    }

    .f1of4Sp {
        float: left;
        width: 21%;
        margin-left: 4%;
    }

    .f3of4Sp {
        float: left;
        width: 71%;
        margin-left: 4%;
    }

    .f1of5Sp {
        float: left;
        width: 16%;
        margin-left: 4%;
    }

    .f2of5Sp {
        float: left;
        width: 36%;
        margin-left: 4%;
    }

    .f3of5Sp {
        float: left;
        width: 56%;
        margin-left: 4%;
    }

    .f4of5Sp {
        float: left;
        width: 76%;
        margin-left: 4%;
    }

    .f1of6Sp {
        float: left;
        width: 12.6666%;
        margin-left: 4%;
    }

    .f5of6Sp {
        float: left;
        width: 79.3333%;
        margin-left: 4%;
    }

    .f1of7Sp {
        float: left;
        width: 10.2857%;
        margin-left: 4%;
    }

    .f2of7Sp {
        float: left;
        width: 24.5714%;
        margin-left: 4%;
    }

    .f3of7Sp {
        float: left;
        width: 38.8571%;
        margin-left: 4%;
    }

    .f4of7Sp {
        float: left;
        width: 53.1428%;
        margin-left: 4%;
    }

    .f5of7Sp {
        float: left;
        width: 67.4285%;
        margin-left: 4%;
    }

    .f6of7Sp {
        float: left;
        width: 81.7142%;
        margin-left: 4%;
    }

    .f1of8Sp {
        float: left;
        width: 8.5%;
        margin-left: 4%;
    }

    .f3of8Sp {
        float: left;
        width: 33.5%;
        margin-left: 4%;
    }

    .contentBoxE,
    .contentBoxESp,
    .contentBox,
    .contentBoxSp,
    .contentBoxS,
    .contentBoxSPc,
    .contentBoxM,
    .contentBoxMSp,
    .contentBoxL,
    .contentBoxLSp {
        margin-left: 3.5% !important;
        margin-right: 3.5% !important;
    }

    .contentBoxWhite {
        background-color: #ffffff;
        padding: 32px 16px;
    }

    #footerContactBox {
        display: flex;
        justify-content: space-between;
        width: 93%;
        bottom: 16px;
        right: 16px;
        text-align: center;
    }

    .Footer__brandName {
        font-size: 1.6rem;
    }

    .Footer__contact {
        border-top: 1px solid #E8E8E8;
        padding: 40px 0;
    }

    .Footer__copyYearLogo {
        margin-bottom: 10px;
    }

    .Footer__copyYearLogo img {
        max-width: 80%;
    }

    .Footer__copyYear {
        font-size: 1.6rem;
        letter-spacing: 0.06em;
        line-height: 40px;
    }

    .FtSMap__list {
        border-top: 1px solid #ccc;
    }

    .FtSMap {
        padding: 60px 0;
    }

    .FtSMap li.half {
        margin-right: 20px;
        float: left;
    }

    .FtSMap__staff {
        padding: 8px 0 0 0;
    }

    .mainVisual {
        margin-bottom: 210px;
        min-height: calc(100vh - 80px);
    }

    .sliderContents01,
    .sliderContents02,
    .sliderContents03 {
        display: none !important;
    }

    .sliderContentsSp {
        display: block !important;
        position: absolute;
        width: 100%;
        z-index: -9;
        height: calc(100vh - 80px);
        overflow: hidden;
    }

    .sliderSp img {
        width: 100%;
        height: calc(100vh + 20px);
        object-fit: cover;
        font-family: 'object-fit: cover;';
        /*IE対策*/
        animation: slidesp 6s ease-in 0s infinite normal;
    }

    @keyframes slidesp {
        50% {
            transform: scale(1.1);
        }
    }

    .innerWrap {
        height: calc(100vh - 80px);
    }

    .innerWrap:after {
        /* background: url(../image/logo/logoC.svg); */
        background: none;
        background-repeat: no-repeat;
        position: relative;
        background-size: cover;
        top: 42%;
        margin: auto;
        width: 123px;
        height: 100px;
        display: block;
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    }

    /*  .innerWrap:before {
    background: url(../image/logo/copy.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    top: 46%;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 50px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    z-index: 20;
  }
  */
    .innerWrap__searchBox {
        position: absolute;
        width: 95%;
        height: auto;
        left: 0;
        right: 0;
        top: 90%;
        background: #fff;
        margin: 0 auto;
        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
        z-index: 5;
        padding: 32px 24px;
        margin: 0 auto;
    }

    .innerWrap__searchBox:after {
        content: 'Tag Search';
        font-size: 32px;
        font-family: 'Dancing Script';
        font-weight: bold;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: -40px;
    }

    .innerWrap__searchBox li {
        float: left;
        margin: 0 10px 10px;
    }

    .showAllList:after {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 50px;
        background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to top, #fff 0 10%, #fff 0 40%, rgba(255, 255, 255, 0) 100%);
    }

    .otherTop {
        height: 60px;
        border-bottom: 1px solid #D1D1D1;
    }

    .Header__brandName.Swap {
        height: 60px;
        width: 100%;
        background-color: #f1f1f1;
    }

    .Header__brandName a {
        width: 280px;
        height: 31px;
        margin-top: 13px;
        margin-left: 15px;
    }

    .Header__brandName a.logoSwap {
        background-image: url(../image/logo/uglogo.png);
    }

    .Header.-lowerPage__brandName a {
        width: 242px;
        height: 30px;
        margin-top: 13px;
        margin-left: 15px;
    }

    .Header.-lowerPage__brandName a.logoSwap {
        background-image: url(../image/logo/uglogo.png);
    }

    .GNav__menuOpenBtn {
        height: 60px;
        right: 10px;
        top: 5px;
        width: 60px;
        z-index: 201;
    }

    .GNav__menuOpenBtn span {
        height: 2px;
        left: calc(50% - 15px);
    }

    .GNav__menuOpenBtn span:nth-child(1) {
        width: 40px;
        top: 14px;
    }

    .GNav__menuOpenBtn span:nth-child(2) {
        width: 30px;
        top: 22px;
    }

    .GNav__menuOpenBtn span:nth-child(3) {
        width: 20px;
        top: 30px;
    }

    .GNav__menuBtnMenu {
        bottom: 6px;
        font-size: 1.5rem;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    .GNav__menuBtnMenu.js_menuBtnMenu-open {
        color: #333;
    }

    .GNav__menuOpenBtn.js_gnavMenu-open span:nth-child(1) {
        top: 23px;
        width: 30px;
    }

    .GNav__menuOpenBtn.js_gnavMenu-open span:nth-child(3) {
        top: 23px;
        width: 30px;
    }

    .GNav__menuCloseBtn {
        height: 60px;
        right: 10px;
        top: 5px;
        width: 60px;
        position: absolute;
        z-index: 202;
    }

    .GNav__menu {
        overflow-y: scroll;
        padding-bottom: 150px;
        height: 100vh;
        background: #f1f1f1;
    }

    .GNav__menu .mainMenu {
        padding-top: 60px;
    }

    .GNav__menu .mainMenu__list {
        border-top: 1px solid #ccc;
        padding: 18px 0 16px 16px;
    }

    .GNav__menu .mainMenu__list.home,
    .otherTop .GNav__menu .mainMenu__list.home {
        display: none;
    }

    .GNav__menu .mainMenu__list a {
        font-weight: bold;
        display: block;
    }

    .GNav__menu .mainMenu__list:last-child {
        padding: 18px 16px;
        text-align: right;
    }

    .GNav__menu .mainMenu .searchBoxTop {
        background: #fff;
        padding: 32px 16px;
    }

    .GNav__menu .mainMenu .searchBoxTop li {
        float: left;
        font-size: 14px;
        margin: 0 16px 0 0;
        line-height: 2;
    }

    .GNav__menu .mainMenu .searchBoxTop a {
        font-weight: normal;
        display: table;
    }

    .GNav__menu .hoverContent {
        margin-top: 10px;
    }

    .GNav__menu .hoverContent__noBorder {
        border: none;
    }

    .GNav__menu .hoverContent .hoverContentBox__list {
        text-align: left;
        padding: 5px 0;
    }

    .GNav__menu .hoverContent .hoverContentBox__list a {
        font-size: 1.5rem;
        display: block;
        padding: 0;
    }

    .contact-input-item {
        margin-top: 40px;
    }

    .contact-input-item-title {
        margin-top: 30px;
        padding-left: 45px;
    }

    .contact-input-item-title.-req:before,
    .contact-input-item-title.-any:before {
        font-size: 1.5rem;
        top: 1px;
        padding: 2px 4px;
    }

    .contact-input-item-detail {
        margin-top: 10px;
    }

    .contact-input-item-text,
    .contact-input-item-textarea {
        font-size: 1.8rem;
    }

    .contact-input-item-textarea {
        height: 200px;
    }

    .contact-radio-list {
        margin-bottom: 30px;
    }

    .contact-radio-list-item {
        margin-top: 24px;
    }

    .contact-radio-list-item+.contact-radio-list-item {
        margin-left: 70px;
    }

    .contact-radio:before {
        height: 20px;
        top: calc(50% - 10px);
        width: 20px;
    }

    .contact-submit-btn-container {
        margin-top: 30px;
    }

    .contact-submit-btn {
        border-radius: 10px;
        height: 60px;
    }

    .contact-submit-btn-text {
        font-size: 1.8rem;
        line-height: 62px;
        padding-right: 28px;
    }

    .contact-submit-btn-text:after {
        height: 13px;
        right: 0;
        top: calc(50% - 6px);
        width: 18px;
    }

    .title-top-main {
        font-size: 2.4rem;
        line-height: 1.6;
    }

    .title-top-sub {
        font-size: 2.2rem;
    }

    .title-page {
        font-size: 3.8rem;
        padding-bottom: 80px;
    }

    .title-page:after {
        bottom: 42px;
        left: calc(50% - 30px);
        width: 60px;
    }

    .title-2 {
        font-size: 3.8rem;
        text-align: center;
        padding-bottom: 0.2em;
    }

    .title-3 {
        font-size: 2.4rem;
    }

    .title-4 {
        font-size: 2.2rem;
    }

    .title-5 {
        font-size: 1.8rem;
    }

    .title-6 {
        font-size: 1.6rem;
    }

    .cmnText__largeX {
        font-size: 2.2rem !important;
    }

    .cmnText__large {
        font-size: 2.0rem !important;
    }

    .cmnText__mid {
        font-size: 1.8rem !important;
    }

    .cmnText__normal {
        font-size: 1.6rem !important;
    }

    .cmnText__small {
        font-size: 1.3rem !important;
    }

    .cmnTextStyle__bold {
        font-weight: bold !important;
    }

    .cmnTextStyle__eTitle {
        font-family: 'Dancing Script', cursive;
        font-size: 1.2rem !important;
    }

    .list>li {
        font-size: 1.6rem;
    }

    .list-number>li {
        font-size: 1.6rem;
    }

    .list-def dt {
        font-size: 1.6rem;
    }

    .list-def dd {
        font-size: 1.6rem;
    }

    .list-note>li {
        font-size: 1.6rem;
    }

    .list-note>li:before {
        font-size: 1.6rem;
    }

    .list>li+li,
    .list-number>li+li,
    .list-note>li+li {
        margin-top: 5px;
    }

    .faq-question {
        font-size: 1.6rem;
        padding: 10px 50px 10px 30px;
    }

    .faq-question:before {
        font-size: 14px;
        left: 5px;
        top: 14px;
    }

    .js_toggle-btn:after {
        height: 30px;
        right: 10px;
        top: calc(50% - 15px);
        width: 30px;
    }

    .faq-answer {
        font-size: 1.6rem;
        padding: 20px 15px 20px 30px;
    }

    .faq-answer:before {
        font-size: 14px;
        left: 5px;
        top: 24px;
    }

    .quote {
        font-size: 1.6rem;
        padding: 10px 15px 20px 15px;
    }

    .quote cite {
        font-size: 1.5rem;
    }

    .text {
        font-size: 1.6rem;
    }

    .text+.text {
        margin-top: 10px;
    }

    .text-link {
        font-size: 1.6rem;
        word-wrap: break-word;
    }
}

@media screen and (min-width: 768px) {

    .mtXS,
    .mtXSPc {
        margin-top: 10px !important;
    }

    .mtS,
    .mtSPc {
        margin-top: 20px !important;
    }

    .mtM,
    .mtMPc {
        margin-top: 40px !important;
    }

    .mtL,
    .mtLPc {
        margin-top: 60px !important;
    }

    .mtXL,
    .mtXLPc {
        margin-top: 80px !important;
    }

    .mbXS,
    .mbXSPc {
        margin-bottom: 10px !important;
    }

    .mbS,
    .mbSPc {
        margin-bottom: 20px !important;
    }

    .mbM,
    .mbMPc {
        margin-bottom: 40px !important;
    }

    .mbL,
    .mbLPc {
        margin-bottom: 60px !important;
    }

    .mbXL,
    .mbXLPc {
        margin-bottom: 80px !important;
    }

    .mlXS,
    .mlXSPc {
        margin-left: 10px !important;
    }

    .mlS,
    .mlSPc {
        margin-left: 20px !important;
    }

    .mlM,
    .mlMPc {
        margin-left: 40px !important;
    }

    .mlL,
    .mtlPc {
        margin-left: 60px !important;
    }

    .mlXL,
    .mlXLPc {
        margin-left: 80px !important;
    }

    .mrXS,
    .mrXSSPc {
        margin-right: 10px !important;
    }

    .mrS,
    .mrSPc {
        margin-right: 20px !important;
    }

    .mrM,
    .mrMPc {
        margin-right: 40px !important;
    }

    .mrL,
    .mrLPc {
        margin-right: 60px !important;
    }

    .mrXL,
    .mrXLPc {
        margin-right: 80px !important;
    }

    .ptXS,
    .ptXSPc {
        padding-top: 10px !important;
    }

    .ptS,
    .ptSPc {
        padding-top: 20px !important;
    }

    .ptM,
    .ptMPc {
        padding-top: 40px !important;
    }

    .ptL,
    .ptLPc {
        padding-top: 60px !important;
    }

    .ptXL,
    .ptXLPc {
        padding-top: 80px !important;
    }

    .pbXS,
    .pbXSPc {
        padding-bottom: 10px !important;
    }

    .pbS,
    .pbSPc {
        padding-bottom: 20px !important;
    }

    .pbM,
    .pbMPc {
        padding-bottom: 40px !important;
    }

    .pbL,
    .pbLPc {
        padding-bottom: 60px !important;
    }

    .pbXL,
    .pbXLPc {
        padding-bottom: 80px !important;
    }

    .pBoxM,
    .pBoxMPc {
        padding: 20px;
    }

    .icon.showAll:after {
        width: 16px;
        height: 16px;
    }

    .icon.introduce__title:after {
        content: '';
        background: #ccc;
        width: 73%;
        height: 1px;
        top: 0;
        right: 0;
        margin: 14px 0px 0 0;
    }

    .icon.case:after {
        width: 16px;
        height: 16px;
        margin: 30px 25px 0 0;
    }

    .icon.hoverContent:before {
        position: absolute;
        content: "";
        top: 0;
        left: 50px;
        margin-top: -16px;
        border: 10px solid transparent;
        width: 0;
        height: 0;
        border-bottom: 10px solid #fafafa;
    }

    .hidePc {
        display: none !important;
    }

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

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

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

    h1.bigTitle {
        font-size: 42px;
    }

    h1.line {
        line-height: 2;
    }

    h1.line:after {
        content: '';
        background-color: #333;
        position: absolute;
        width: 40px;
        height: 1px;
        left: 0;
        bottom: 0;
    }

    .breadcrumb {
        min-width: 120px;
        margin-top: 20px;
        background-color: #E8E8E8;
    }

    .staffArea {
        margin-bottom: 32px !important;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
    }

    .cardList {
        margin-left: 5.9%;
        display: flex;
        /* 追記 */
        flex-direction: column;
        /* 追記 */
    }

    .card {
        height: 100%;
    }

    .cardImg {
        position: relative;
        overflow: hidden;
    }

    /*.cardImg:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
        transition: 0.3s;
        z-index: 1;
    }
    .card:hover .cardImg:before {
        opacity: 0.4;
        transition: 0.3s;
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    */
    .cardImg img {
        width: 343px;
        height: 206px;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        /*IE対策*/
    }

    .card:hover img {
        opacity: 1;
        transition: 0.3s;
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        position: relative;
    }

    .card li {
        float: left;
        margin: 0 16px 0 0;
        font-size: 14px;
        line-height: 2;
    }

    .card .card__contents {
        width: 342px;
        position: relative;
        z-index: 2;
        background: #fff;
        padding: 32px;
        top: 0;
        margin-left: -33px;
        margin-top: -32px;
        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
        transition: 0.3s;
        /*height: calc(100% - 188px);*/
    }

    .cardList:nth-child(3n-1) .card .card__contents {
        /*height: calc(100% - 158px);*/
    }

    .cardList:nth-child(3n) .card .card__contents {
        /*height: calc(100% - 128px);*/
    }

    .card .card__contents--name {
        font-size: 14px;
        margin: 16px 0 32px 0;
    }

    .card .card__contents--name .head {
        display: inline-block;
        color: #999;
    }

    .card .card__contents--name p {
        float: right;
        background: #fff;
        padding-left: 8px;
    }

    .card .card__contents--lowerSection {
        margin: 16px 0 0 0;
        overflow: hidden;
    }

    .card .card__contents--lowerSection .year {
        border: 1px solid #ccc;
        color: #999;
        font-size: 12px;
        line-height: 1;
        padding: 5px 8px;
        display: inline-block;
    }

    .card .card__contents--lowerSection .showDetail {
        float: right;
        margin-right: 25px;
        /*border-bottom: 1px solid #ccc;*/
    }

    .card .card__contents:hover {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    }

    .card .card__contents:hover .showDetail {
        border-bottom: 1px solid #fff;
    }

    .tagBox li {
        float: left;
        margin: 4px 16px 16px !important;
    }

    .tagBox li:before {
        content: none !important;
    }

    .tagBox li a {
        text-decoration: none;
    }

    .case {
        position: relative;
        height: 180px;
        font-size: 1.4rem;
        background: #fff;
        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
        padding: 24px;
        transition: 0.3s;
    }

    .case__title {
        font-weight: bold;
        width: 90%;
    }

    .tagSearchArea__title {
        font-size: 32px;
        font-weight: 700;
    }

    .tagSearchArea__title span {
        float: right;
        font-size: 14px;
        line-height: 6;
    }

    .profBox {
        padding: 40px;
    }

    .profBox p {
        font-size: 1.8rem;
        color: #999;
    }

    .profBox dl {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #ddd;
    }

    .profBox dt {
        width: 20%;
        padding: 20px 0;
        box-sizing: border-box;
        /*display: flex;
        flex-direction: column;
        justify-content: center;*/
        border-top: 1px solid #ddd;
        margin: 0px;
    }

    .profBox dd {
        width: 80%;
        padding: 20px 20px 20px;
        box-sizing: border-box;
        /*display: flex;
        flex-direction: column;
        justify-content: center;*/
        border-top: 1px solid #ddd;
        margin: 0px;
    }

    .catchCopy {
        font-size: 2.2rem;
    }

    .introBox__tabCase li p {
        font-size: 1.4rem;
    }

    .introBox__contents {
        padding: 40px;
    }

    .vol {
        font-size: 24px !important;
    }

    .parenthesis {
        width: 760px;
        position: relative;
        padding: 10px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 30px auto 70px !important;
        font-size: 28px !important;
        font-weight: bold;
        text-align: center;
        line-height: 1.6 !important;
        letter-spacing: 0.4rem;
    }

    .parenthesis::before {
        top: 0;
        left: 0;
        border-top: 1px solid #555;
        border-left: 1px solid #555;
        margin-top: -15px;
    }

    .parenthesis::after {
        bottom: 0;
        right: 0;
        border-bottom: 1px solid #555;
        border-right: 1px solid #555;
        margin-bottom: -15px;
    }

    .parenthesis::before,
    .parenthesis::after {
        position: absolute;
        content: '';
        width: 20px;
        height: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .voicesBox {
        display: table;
        padding: 10px 20px;
        width: 100%;
    }

    .voicesBox img {
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin: 0;
    }

    .voicesText {
        padding-left: 35px;
    }

    .voicesText2 {
        float: left;
    }

    .voicesText,
    .voicesText2 {
        display: table-cell;
        vertical-align: middle;
    }

    .balloon {
        font-size: 16px;
        border: solid 1px #ddd;
        width: 650px;
        padding: 30px;
    }

    .balloon2 {
        font-size: 16px;
        background: #f1f1f1;
        width: 650px;
        padding: 30px;
    }

    .balloon {
        border-radius: 0 20px 20px 20px;
    }

    .balloon2 {
        border-radius: 20px 0px 20px 20px;
    }

    .balloon p,
    .balloon2 p {
        padding: 0px;
        margin: 0px;
    }

    .voicesBoxName {
        font-size: 11px !important;
        line-height: 1.6rem !important;
        color: #999;
        font-weight: bold;
        margin: 8px 0 !important;
    }

    .cmsContents h1 {
        font-size: 4.2rem;
        letter-spacing: 0.05em;
        margin-bottom: 30px;
    }

    .cmsContents h2 {
        font-size: 2.8rem;
        line-height: 1.4;
    }

    .cmsContents h3 {
        font-size: 2.2rem;
    }

    .cmsContents h4 {
        font-size: 1.8rem;
    }

    .cmsContents h5 {
        font-size: 1.6rem;
    }

    .cmsContents h6 {
        font-size: 1.6rem;
    }

    .cmsContents p {
        font-size: 1.6rem;
    }

    .cmsContents ol {
        font-size: 1.6rem;
    }

    .cmsContents blockquote {
        padding: 24px 60px;
    }

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

    .cmsContents table {
        font-size: 1.6rem;
    }

    .cmsContents table th {
        width: 140px;
        padding: 30px 12px !important;
    }

    .cmsContents .flex {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .cmsContents .flex img {
        margin: 16px 0;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        /*IE対策*/
    }

    .cmsContents .flex img.two {
        width: 48.125%;
    }

    .cmsContents .flex img.three {
        width: 31%;
    }

    .cmsContents .accordionBox label,
    .cmsContents .accordionBox input {
        display: none;
    }

    #footerContactBox {
        height: 80px;
    }

    .entBtn {
        color: #fff !important;
        background: linear-gradient(45deg, #FF9D00, #FC700A);
        box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
        border-radius: 50px;
        width: 145px;
        line-height: 40px !important;
        height: 40px !important;
    }

    .entBtn:hover {
        color: #fff !important;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
        transition: .2s;
        opacity: 1.0 !important;
    }

    .entBtn02 {
        color: #333 !important;
        /*border: 1px solid #E65100;*/
        background-color: #fff;
        box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
        border-radius: 50px;
        width: 145px;
        line-height: 40px !important;
        height: 40px !important;
    }

    .entBtn02:hover {
        color: #000 !important;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
        transition: .2s;
        opacity: 1.0 !important;
    }

    .entBtn.page,
    .entBtn02.page {
        font-weight: bold;
        padding: 20px 36px;
    }

    .entBtn.page {
        margin-right: 20px;
    }

    .entBtn02.page {
        margin-right: 8px;
    }

    .wrapper {
        min-width: 1200px;
    }

    .section {
        padding: 60px 0;
    }

    .fLPc {
        float: left;
    }

    .fRPc {
        float: right !important;
    }

    .fBoxPc {
        /*margin-left: -4%;*/
    }

    .fAllPc {
        float: left;
        width: 96%;
        margin-left: 4%;
    }

    .f1of2Pc {
        float: left;
        width: 46%;
        margin-left: 4%;
    }

    .f1of3Pc {
        float: left;
        width: 29.3333%;
        margin-left: 4%;
    }

    .f2of3Pc {
        float: left;
        width: 62.6666%;
        margin-left: 4%;
    }

    .f1of4Pc {
        float: left;
        width: 21%;
        margin-left: 4%;
    }

    .f3of4Pc {
        float: left;
        width: 71%;
        margin-left: 4%;
    }

    .f1of5Pc {
        float: left;
        width: 16%;
        margin-left: 4%;
    }

    .f2of5Pc {
        float: left;
        width: 36%;
        margin-left: 4%;
    }

    .f3of5Pc {
        float: left;
        width: 56%;
        margin-left: 4%;
    }

    .f4of5Pc {
        float: left;
        width: 76%;
        margin-left: 4%;
    }

    .f1of6Pc {
        float: left;
        width: 12.6666%;
        margin-left: 4%;
    }

    .f5of6Pc {
        float: left;
        width: 79.3333%;
        margin-left: 4%;
    }

    .f1of7Pc {
        float: left;
        width: 10.2857%;
        margin-left: 4%;
    }

    .f2of7Pc {
        float: left;
        width: 24.5714%;
        margin-left: 4%;
    }

    .f3of7Pc {
        float: left;
        width: 38.8571%;
        margin-left: 4%;
    }

    .f4of7Pc {
        float: left;
        width: 53.1428%;
        margin-left: 4%;
    }

    .f5of7Pc {
        float: left;
        width: 67.4285%;
        margin-left: 4%;
    }

    .f6of7Pc {
        float: left;
        width: 81.7142%;
        margin-left: 4%;
    }

    .f1of8Pc {
        float: left;
        width: 9.5%;
        margin-left: 4%;
    }

    .f3of8Pc {
        float: left;
        width: 33.5%;
        margin-left: 4%;
    }

    .contentBox,
    .contentBoxPc {
        width: 1200px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0px;
    }

    .contentBoxM,
    .contentBoxMPc {
        width: 800px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0;
    }

    .contentBoxS,
    .contentBoxSPc {
        width: 600px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0;
    }

    .contentBoxL,
    .contentBoxLPc {
        width: 1000px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0;
    }

    .contentBoxE,
    .contentBoxEPc {
        width: 880px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0;
    }

    .contentBoxWhite {
        background-color: #ffffff;
        padding: 32px 40px;
    }

    .Footer__brandName {
        font-size: 1.4rem;
    }

    .Footer__copyYearLogo {
        width: 1200px;
    }

    .Footer__copyYearLogo img {
        max-width: 30%;
    }

    .Footer__copyYear {
        width: 1200px;
        margin: 0 auto;
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        line-height: 56px;
    }




.blogArea h2,.blogArea h3,.blogArea h4,.blogArea h5,.blogArea h6 {
    margin: 60px 0 20px;
}
.blogArea h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6em;
    padding-bottom: 10px;
}
.blogArea h2 {
    font-size: 24px;
    font-weight: bold;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px 0;
}
.blogArea h3 {
    font-size: 22px;
    font-weight: bold;
    border-left: 5px solid #333;
    padding-left: 10px;
}
.blogArea h4 {
    font-size: 20px;
    font-weight: bold;
}
.blogArea h5 {
    font-size: 18px;
    font-weight: bold;
}
.blogArea h6 {
    font-size: 16px;
    font-weight: bold;
}
.blogArea p {
    font-size: 16px;
    margin: 20px auto;
}
.blogArea blockquote {
    margin: 20px 0;
    font-size: 16px;
}
.blogArea blockquote {
    background-color: #f1f1f1;
    padding: 10px 20px;
    box-sizing: border-box;
}
.blogArea img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: table;
    margin: 20px auto;
}
.blogArea ul,.blogArea ol {
    margin: 20px auto;
}
.blogArea ul li,.blogArea ol li {
    margin-left: 20px;
    margin-bottom: 10px;
}
.blogArea ul li:last-child,.blogArea ol li:last-child {
    margin-bottom: 0;
}
.blogArea ul li {
    list-style-type: disc;
}
.blogArea .snsBtnArea {
    margin-left: -4%;
}
.blogArea .snsBtnArea li {
    list-style-type: none;
    margin: 0;
    margin-left: 4%;
}
.blogArea ol li {
    list-style-type: decimal;
}
.snsBtnArea li a {
    display: block;
    width: 100%;
    height: 60px;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.2);
    transition: 0.3s;
    position: relative;
    line-height: 60px;
}
.snsBtnArea li a:hover {
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.snsBtnArea li.tw a {
    background-color: #55acee;
    color: #fff;
    border-bottom: 10px solid #3b78a6;
}
.snsBtnArea li.fb a {
    background-color: #305097;
    color: #fff;
    border-bottom: 10px solid #223869;
}
.snsBtnArea li.ggl a {
    background-color: #db4a39;
    color: #fff;
    border-bottom: 10px solid #993428;
}
.snsBtnArea li.hatebu a {
    background-color: #00a4de;
    color: #fff;
    border-bottom: 10px solid #00729b;
}
.paging .next a,.paging .prev a {
    display: block;
    padding: 10px;
    border: 1px solid #eee;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
.paging .next a {
    padding-left: 40px;
}
.paging .prev a {
    padding-right: 40px;
}
.paging .next a:before,.paging .prev a:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    margin-top: -10px;
}
.paging .next a:before {
    background-image: url(../image/icon/icon_left_black.png);
    left: 10px;
}
.paging .prev a:before {
    background-image: url(../image/icon/icon_right_black.png);
    right: 10px;
}
/*pc*/
@media only screen and (min-width: 768px), print{
/*.widget .menu li a {
    transition: 0.3s;
}
.widget .menu li a:hover {
    transition: 0.3s;
    padding-left: 15px;
}*/
.snsBtnArea li a .result_area {
    position: absolute;
    right: 20px;
    height: 60px;
    line-height: 60px;
    top: 0;
}
.paging .next a, .paging .prev a {
    display: block;
    padding: 10px;
    border: 1px solid #eee;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
.paging a {
    transition: 0.3s;
}
.paging a:hover {
    opacity: 0.7;
    transition: 0.3s;
}
.paging .prev a {
    padding-right: 40px;
}
.paging .next a {
    padding-left: 40px;
}
}

.article-body {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px; 
}

 /*-- 2025_0617追加 --*/

.lowerMenu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 40px auto;
}

.lowerMenu li {
    display: flex;
    align-items: center;
}

.lowerMenu li a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

.lowerMenu .otherLogo a {
    margin-left: 10px;
}

.lowerMenu .otherLogo a img {
    max-height: 24px;
    height: auto;
    width: auto;
}

.lowerMenu .otherLogo img.footerOtherLogo {
    max-height: 70px;
}

.spacerTop {
  display: block;
  height: 100px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .spacerTop {
    height: 80px;
  }
}


.staffArea {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 0 auto;
    max-width: 1200px;
}

.cardList {
    list-style: none;
}

.wp-pagenavi {
    text-align: center;
}

.single-content-box {
    max-width: 880px;
    margin: 0 auto;
    background-color: #fff;
    padding: 2em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}


.pagination {
  text-align: center;
  margin-top: 40px;
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
}

/*---パワーネームちょっと隠す---*/

.hidden-powername {
  visibility: hidden
}

.blog-bg {
  background: #f3f3f3 !important;
}



    /*---ここまで----*/


    .FtSMap {
        padding: 40px 0;
    }

    .mainVisual {
        margin-bottom: 200px;
    }

    .innerWrap {
        width: 100%;
        height: 740px;
        margin: 0 auto;
    }

    .innerWrap:after {
        /* background: url(../image/logo/logoC.svg); */
        background: none;
        position: relative;
        background-size: cover;
        top: 33%;
        margin: auto;
        width: 267px;
        height: 215px;
        display: block;
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    }

    /*  .innerWrap:before {
    background: url(../image/logo/copy.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: 800px;
    height: 100px;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    z-index: 20;
  }*/
    .animationBox {
        position: absolute;
        width: 480px;
        height: 180px;
        margin: auto;
        top: 190px;
        left: 0;
        right: 0;
    }

    .innerWrap__searchBox {
        position: absolute;
        width: 800px;
        /*height: auto;*/
        left: 0;
        right: 0;
        top: calc(100% - 60px);
        background: #fff;
        margin: 0 auto;
        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
        z-index: 5;
        padding: 34px 17px;
        /*li {
    		  float: left;
    		  margin: 0 20px 20px;
            }*/
    }

    .innerWrap__searchBox:after {
        content: 'Tag Search';
        font-size: 42px;
        font-family: 'Dancing Script';
        font-weight: bold;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: -53px;
    }

    .Header {
        height: 120px;
    }

    .Header__brandName a {
        width: 250px;
        height: 48px;
        margin-top: 37px;
        padding-left: 110px;
    }

    .Header.-lowerPage__brandName a {
        width: 320px;
        height: 40px;
        margin-top: 27px;
        padding-left: 110px;
    }

    .GNav {
        height: 120px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    .GNav__menuOpenBtn {
        display: none;
    }

    .GNav__menu {
        display: block;
    }

    .GNav__menu .mainMenu {
        float: right;
        height: 120px;
    }

    .GNav__menu .mainMenu__list {
        display: table-cell;
        text-align: center;
        /*padding: 0 16px;*/
    }

    .GNav__menu .mainMenu__list a.topList {
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        position: relative;
        line-height: 120px;
        cursor: pointer;
        padding: 0 16px;
        color: #fff;
        user-select: none;
        /* CSS3 */
        -moz-user-select: none;
        /* Firefox */
        -webkit-user-select: none;
        /* Safari、Chromeなど */
        -ms-user-select: none;
        /* IE10かららしい */
    }

    .GNav__menu .mainMenu__list a.topList:hover {
        /*opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";*/
    }

    .GNav__menu .mainMenu__list:nth-last-child(2) {
        padding-right: 0;
        padding-left: 16px;
    }

    .GNav__menu .mainMenu__list.home a.topList {
        background-image: url(../image/icon/icon_home_white.svg);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px;
        padding: 0 30px;
    }

    .otherTop .GNav__menu .mainMenu__list.home a.topList {
        background-image: url(../image/icon/icon_home_black.svg);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px;
        padding: 0 30px;
    }

    .GNav__menu .hoverArea>a:after {
        width: 10px;
        height: 10px;
        background-image: url(../image/icon/icon_open.svg);
        left: 50%;
        margin-left: -5px;
        bottom: calc(50% - 24px);
        transition: 0.3s;
    }

    .GNav__menu .hoverArea>a:hover:after {
        transform: scale(1, -1);
        transition: 0.3s;
    }

    .GNav__menu .hoverContent {
        display: none;
        position: absolute;
        background: #fff;
        /*padding: 32px 32px 12px;*/
        width: 320px;
        margin-left: -32px;
    }

    .GNav__menu .hoverContent .hoverContentBox {
        padding: 32px 32px 12px;
    }

    .GNav__menu .hoverContent .hoverContentBox__list {
        border: 1px solid #fff;
        margin-bottom: 20px;
        text-align: left;
        padding: 0;
    }

    .GNav__menu .hoverContent .hoverContentBox__list a {
        display: block;
        color: #333;
        position: relative;
    }



    /*----- 2025/0724追記 -----*/
    
    .GNav__menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .mainMenu-left {
        flex: 1;
        margin-left: 270px;
        display: flex;
        align-items: center;
    }
    
    .mainMenu-right {
        display: flex;
        align-items: center;
        gap: 20px;
             
    }

    .mainMenu {
        float: none !important;
    }

    .blogArea .single-content-box {
        box-shadow:none !important
    }






    /*----- 2025/0724追記 -----*/






    .contact-input-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .contact-input-item-title {
        line-height: 50px;
        margin-top: 20px;
        padding-left: 48px;
        width: 30%;
    }

    .contact-input-item-title.-req:before,
    .contact-input-item-title.-any:before {
        font-size: 1.2rem;
        line-height: 1;
        padding: 5px;
        top: 14px;
    }

    .contact-input-item-detail {
        margin-top: 20px;
        width: 70%;
    }

    .contact-input-item-text,
    .contact-input-item-textarea {
        font-size: 1.6rem;
    }

    .contact-input-item-textarea {
        height: 200px;
        max-height: 400px;
        min-height: 200px;
    }

    .contact-radio-list {
        margin-top: 11px;
    }

    .contact-radio-list-item+.contact-radio-list-item {
        margin-left: 30px;
    }

    .contact-radio:hover {
        color: #333;
    }

    .contact-radio:before {
        height: 20px;
        top: calc(50% - 10px);
        width: 20px;
    }

    .contact-radio:hover:before {
        border-color: #333;
        box-shadow: 0 0 4px 0 #333;
    }

    .contact-submit-btn-container {
        margin-top: 36px;
    }

    .contact-submit-btn {
        border-radius: 12px;
        height: 80px;
        width: 340px;
    }

    .contact-submit-btn-text {
        font-size: 2.0rem;
        line-height: 82px;
        padding-right: 30px;
    }

    .contact-submit-btn-text:after {
        height: 15px;
        right: 0;
        top: calc(50% - 6.5px);
        width: 20px;
    }

    .title-top {
        text-align: center;
    }

    .title-top-main {
        font-size: 2.4rem;
    }

    .title-top-sub {
        font-size: 2.2rem;
    }

    .title-page {
        font-size: 2.4rem;
        padding-bottom: 110px;
    }

    .title-page:after {
        bottom: 60px;
        left: calc(50% - 45px);
        width: 90px;
    }

    .title-2 {
        font-size: 2.8rem;
        padding-bottom: 0.3em;
    }

    .title-3 {
        font-size: 2.4rem;
    }

    .title-4 {
        font-size: 2.2rem;
    }

    .title-5 {
        font-size: 1.8rem;
    }

    .title-6 {
        font-size: 1.6rem;
    }

    .cmnText__largeX {
        font-size: 2.8rem !important;
        line-height: 1.4 !important;
    }

    .cmnText__large {
        font-size: 2.2rem !important;
    }

    .cmnText__mid {
        font-size: 1.8rem !important;
    }

    .cmnText__normal {
        font-size: 1.6rem !important;
    }

    .cmnText__small {
        font-size: 1.4rem !important;
    }

    .cmnTextStyle__bold {
        font-weight: bold !important;
    }

    .cmnTextStyle__eTitle {
        font-family: 'Dancing Script', cursive;
        font-size: 2.4rem !important;
    }

    .list>li {
        font-size: 1.4rem;
    }

    .list-number>li {
        font-size: 1.4rem;
    }

    .list-def dt {
        font-size: 1.4rem;
    }

    .list-def dd {
        font-size: 1.4rem;
    }

    .list-note>li {
        font-size: 1.4rem;
    }

    .list-note>li:before {
        font-size: 1.4rem;
    }

    .list>li+li,
    .list-number>li+li,
    .list-note>li+li {
        margin-top: 10px;
    }

    .faq-question {
        font-size: 1.6rem;
        padding: 20px 20px 20px 55px;
    }

    .faq-question:before {
        font-size: 24px;
        left: 20px;
        top: 19px;
    }

    .js_toggle-btn:after {
        height: 30px;
        right: 15px;
        top: calc(50% - 15px);
        width: 30px;
    }

    .faq-answer {
        font-size: 1.6rem;
        padding: 20px 20px 20px 55px;
    }

    .faq-answer:before {
        font-size: 24px;
        left: 20px;
        top: 22px;
    }

    .quote {
        font-size: 1.6rem;
        padding: 10px 20px 20px 20px;
    }

    .quote cite {
        font-size: 1.4rem;
    }

    .text {
        font-size: 1.6rem;
    }

    .text+.text {
        margin-top: 20px;
    }

    .text-link {
        font-size: 1.6rem;
        word-break: break-all;
    }

    .text-link:hover {
        text-decoration: none;
    }

    .showAllList:after {
        top: 40px;
    }
}

/*202112 IT未経験の私たちでも活躍できる理由 PC*/

.before_after_block {
    display: flex;
    justify-content: space-between;
}

.before_item {
    position: relative;
}

.before_item::before {
    content: 'Before';
    color: #999999;
    position: absolute;
    font-weight: bold;
    font-size: 2.4rem;
    top: -34px;
}

.after_item {
    position: relative;
}

.after_item::before {
    content: 'After';
    color: #333333;
    position: absolute;
    font-weight: bold;
    font-size: 2.4rem;
    top: -34px;
    right: 0;
}

.before-after_arrow {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCCCCC;
    padding: 0;
    position: relative;
    margin-bottom: 60px;
    width: 65%;
}

.before-after_arrow::after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 20px;
    height: 14px;
    background: linear-gradient(to bottom left, rgba(0, 0, 0, 0) 50%, #CCCCCC 50%) top left/ 100% 50% no-repeat, linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%) bottom left / 100% 50% no-repeat;
}

.voice_area-01 ul li,
.voice_area-02 ul li {
    padding-left: 0;
}

.voice_area-01 ul li::before,
.voice_area-02 ul li::before {
    display: none;
}

.voice_item {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.voice-02_item {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.voice_item p {
    font-size: 1.4rem;
    margin: 0 0 auto 0;
}

.voice-02_item p {
    font-size: 1.4rem;
    margin: 0 0 auto 0;
}

.voice_icon {
    flex-basis: auto;
    height: 100%;
    margin: 10px auto 0 !important;
}

.before_baloon {
    padding: 32px 30px;
    background-color: #F1F1F1;
    border-radius: 16px;
    flex-basis: 42%;
    position: relative;
}

.before_baloon::after {
    content: '';
    background-image: url(images/fukidashi_before.png);
    width: 30px;
    height: 100%;
    top: 13px;
    right: -29px;
    position: absolute;
    background-repeat: no-repeat;
}

.after_baloon {
    padding: 32px 30px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #DDDDDD;
    flex-basis: 42%;
    position: relative;
}

.after_baloon::before {
    content: '';
    background-image: url(images/fukidashi_after.png);
    width: 30px;
    height: 100%;
    top: 12px;
    left: -19px;
    position: absolute;
    background-repeat: no-repeat;
}

.voice-02_baloon {
    padding: 32px 30px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #DDDDDD;
    flex-basis: 80%;
    position: relative;
}

.voice-02_baloon::before {
    content: '';
    background-image: url(images/fukidashi_after.png);
    width: 30px;
    height: 100%;
    top: 12px;
    left: -19px;
    position: absolute;
    background-repeat: no-repeat;
}

.dl_area {
    width: 800px;
    /* height: auto; */
    left: 0;
    right: 0;
    top: calc(100% - 60px);
    background: #fff;
    margin: 0 auto;
    box-shadow: 10px 10px 30px rgb(0 0 0 / 10%);
    z-index: 5;
    padding: 34px 17px;
}

.dl_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dl_box.icon.showAll:after {
    background-image: url(../image/icon/icon_arrow_right_black.svg);
    display: inline-block;
    position: absolute;
    margin: 0 0 0 10px;
    bottom: calc(50% - 8px);
}

.dl_img {
    margin: 0 40px 0 0 !important;
}

/*202112 IT未経験の私たちでも活躍できる理由 SP*/

@media screen and (max-width: 767px) {

    .before_after_block {
        display: flex;
        justify-content: space-between;
    }

    .before_item {
        position: relative;
        font-size: 1.2rem;
    }

    .before_item::before {
        content: 'Before';
        color: #999999;
        position: absolute;
        font-weight: bold;
        font-size: 2.4rem;
        top: -34px;
    }

    .after_item {
        position: relative;
        font-size: 1.2rem;
    }

    .after_item::before {
        content: 'After';
        color: #333333;
        position: absolute;
        font-weight: bold;
        font-size: 2.4rem;
        top: -34px;
        right: 0;
    }

    .before-after_arrow {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #CCCCCC;
        padding: 0;
        position: relative;
        margin-bottom: 60px;
        width: 40%;
    }

    .before-after_arrow::after {
        content: "";
        position: absolute;
        bottom: -6px;
        right: 0;
        width: 20px;
        height: 14px;
        background: linear-gradient(to bottom left, rgba(0, 0, 0, 0) 50%, #CCCCCC 50%) top left/ 100% 50% no-repeat, linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%) bottom left / 100% 50% no-repeat;
    }

    .voice_area-01 ul li,
    .voice_area-02 ul li {
        padding-left: 0;
    }

    .voice_area-01 ul li::before,
    .voice_area-02 ul li::before {
        display: none;
    }

    .voice_item {
        display: block;
        padding: 0;
        margin-bottom: 64px !important;
    }

    .voice-02_item {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

    .voice_item p {
        font-size: 1.4rem;
    }

    .voice-02_item p {
        font-size: 1.4rem;
        margin: 0 0 auto 0;
    }

    .voice_icon {
        flex-basis: auto;
        height: 100%;
        margin: 10px auto 0 !important;
    }

    .voice-02_icon {
        flex-basis: auto;
        height: 100%;
        margin: 10px 4% 0 !important;
    }

    .before_baloon {
        padding: 20px 24px;
        background-color: #F1F1F1;
        border-radius: 16px;
        position: relative;
        margin: 0px 13% 24px 0 !important;
        display: block;
        height: 100%;
    }

    .before_baloon::after {
        content: '';
        background-image: url(images/fukidashi_before.png);
        width: 30px;
        height: 30px;
        right: 50px;
        position: absolute;
        background-repeat: no-repeat;
        transform: rotate(90deg);
        display: inline-block;
        bottom: -30px;
        top: auto;
    }

    .after_baloon {
        padding: 20px 24px;
        background-color: #ffffff;
        border-radius: 16px;
        border: 1px solid #DDDDDD;
        position: relative;
        margin: 24px 0 24px 13% !important;
        display: block;
        height: 100%;
    }

    .after_baloon::before {
        content: '';
        background-image: url(images/fukidashi_after_up.png);
        width: 30px;
        height: 30px;
        top: -18px;
        left: 30px;
        position: absolute;
        background-repeat: no-repeat;
        transform: rotateY(180deg);
        display: inline-block;
    }

    .voice-02_baloon {
        padding: 16px 20px;
        background-color: #ffffff;
        border-radius: 16px;
        border: 1px solid #DDDDDD;
        flex-basis: 70%;
        position: relative;
    }

    .voice-02_baloon::before {
        content: '';
        background-image: url(images/fukidashi_after.png);
        width: 30px;
        height: 100%;
        top: 12px;
        left: -19px;
        position: absolute;
        background-repeat: no-repeat;
    }

    .dl_area {
        width: 95%;
        height: auto;
        left: 0;
        right: 0;
        top: 90%;
        background: #fff;
        margin: 0 auto;
        box-shadow: 10px 10px 30px rgb(0 0 0 / 10%);
        z-index: 5;
        padding: 32px 24px;
        margin: 0 auto;
    }

    .dl_box {
        display: block;
    }

    .dl_box.icon.showAll:after {
        background-image: url(../image/icon/icon_arrow_right_black.svg);
        display: inline-block;
        position: absolute;
        margin: 0 0 0 10px;
        bottom: calc(50% - 8px);
    }

    .dl_img {
        margin: 0 auto !important;
    }
}

/*  新卒採用 つながりと成長 内定式レイアウト変更 2024.02 */
.naiteishikiArea {
    display: flex;
    justify-content: space-around;
}

@media only screen and (max-width: 767px) {
    .naiteishikiArea {
        flex-direction: column;
    }
}

/* footer GPTWロゴ用スタイル追加 2024.10 */
.logo_jc-link {
    width: 79px;
    height: auto;
}

@media only screen and (max-width: 767px){
.blogArea h2,.blogArea h3,.blogArea h4,.blogArea h5,.blogArea h6 {
    margin: 40px 0 15px;
}
.blogArea h1 {
    font-size: 22px;
    line-height: 1.6em;
    padding-bottom: 10px;
}
.blogArea h2 {
    font-size: 20px;
    padding: 10px 0;
}
.blogArea h3 {
    font-size: 18px;
    padding-left: 10px;
}
.blogArea h4 {
    font-size: 18px;
}
.blogArea h5 {
    font-size: 16px;
}
.blogArea h6 {
    font-size: 14px;
}
.blogArea p {
    font-size: 14px;
    line-height: 1.8em;
}
.blogArea blockquote {
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.6em;
}
.blogArea blockquote {
    padding: 0px 20px;
}
.blogArea ul li,.blogArea ol li {
    /*margin-left: 20px; */
    /* margin-bottom: 10px; */
}


.snsBtnArea li a .result_area {
    position: absolute;
    width: 100%;
    text-align: center;
    right: 0;
    height: 14px;
    line-height: 14px;
    top: 5px;
}
}


.cardList {
    background-color: #fff;
    margin-left: 0;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
    border-radius: 8px;
}
.newCard__imageArea {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.newCard__imageArea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newCard__content {
    padding: 24px 24px 64px 24px;
}
.newCard__title {
    font-size: 18px;
    line-height: 1.6em;
}
.newCard__tagList {
    margin-top: 8px;
}
.newCard__tagList li {
    display: inline-block;
    margin-right: 8px;
}
.newCard__tagList li a {
    font-size: 13px;
}
.newCard__date {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1em;
    border: 1px solid #ccc;
    padding: 8px;
    display: inline-block;
    position: absolute;
    bottom: 16px;
}
.cardList {
    display: block;
    position: relative;
}
.cardList:after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../image/icon/icon_arrow_right_black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 24px;
    right: 24px;
    display: block;
    pointer-events: none;
}

.pagination {
}
.pagination .page-numbers {
    font-weight: bold;
    border: 1px solid #333;
    color: #333;
    line-height: 1em;
    padding: 8px;
}
.pagination .current {
    color: #999;
    background-color: #ddd;
    border: none;
}
