@charset "Shift_JIS";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
body {
  font-family: Arial, Helvetica, 'Noto Sans JP', sans-serif;
  font-weight: normal;
  color: #333; /*font-feature-settings:'palt';*/
  letter-spacing: 0.05em;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* init
==================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
summary,
time,
mark,
audio,
video,
a,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
nav ul {
  list-style: none;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  height: auto;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
sup {
  vertical-align: text-top;
  font-size: 75%;
}
sub {
  vertical-align: text-bottom;
  font-size: 75%;
}
input,
textarea,
select {
  z-index: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
}
a {
  outline: none;
}
audio:not([controls]) {
  display: none;
}
time {
  display: inline;
}
[hidden] {
  display: none;
}
input::-ms-clear,
input::-ms-reveal,
input:focus::-ms-clear,
input:focus::-ms-reveal {
  visibility: hidden;
  display: none;
}
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button {
  cursor: pointer;
}

a img {
  opacity: 1;
  transition: opacity 0.3s ease;
}
a:hover img {
  opacity: 0.7;
}
a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #003d94;
}
a:active {
  color: #f00;
}

hr {
  height: 1px;
  border: none;
  border-top: 1px #cfcfcf solid;
  margin-bottom: 40px;
}

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

.phoneLink {
  pointer-events: none;
}
.sp_display {
  display: none !important;
}
.spbr {
  display: none;
}
.pcbr {
  display: inline;
}
img {
  max-width: 100%;
}

/* header */
#header {
  max-width: 1000px;
  height: 95px;
  margin: 0 auto;
  padding: 19px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header ul {
  display: flex;
  justify-content: flex-end;
}
#header ul li {
  margin-left: 1.5em;
}
#header a {
  font-size: 14px;
  color: #232323;
  text-decoration: underline;
}
#header a:hover {
  text-decoration: none;
}

/* btn */
.btn {
  text-align: center;
  padding: 10px;
}
.btn a {
  width: 580px;
  height: 100px;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}
.btn a:hover {
  opacity: 0.7;
  top: 3px;
}
.btn a img.pc_display {
  display: block;
}

/* section */
main section {
  position: relative;
  clear: both;
}

/* main visual */
main section#main_v {
  position: relative;
  padding: 0;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #f9909c, #f9909c 56px,#fffaed 56px,#fffaed 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

#main_v h1{
  max-width: 1400px;
  height: 724px;
  margin: 0 auto;
}

#main_v h1 span{
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
}
#main_v img {
  width: 100%;
  height: auto;
  display: block;
}
#main_v p.btn {
  position: absolute;
  left: 50%;
  top: 480px;
  transform: translateX(-56%);
  width: 573px;
  height: 98px;
}


/* nav */
#page_nav {
  height: 117px;
  background: url('../images/menu_bg_pc.png') no-repeat center bottom;
  margin-top: -41px;
  z-index: 2;
  position: relative;
}

#page_nav ul {
  max-width: 1000px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  justify-content: center;
  background: url('../images/menu_pc_chubu.png') no-repeat center top;
}

#page_nav ul li {
  width: 250px;
  height: 87px;
}
#page_nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}
#page_nav ul li a:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* voices */
section.voices {
  background: #fff2f8;
  padding: 140px 0 100px;
  margin-top: -76px;
}
section.voices h2 {
  text-align: center;
  margin-bottom: 35px;
}
section.voices .inner {
  margin-bottom: 40px;
}
section.voices .inner ul {
  display: flex;
  justify-content: center;
}
section.voices .inner ul li {
  background-position: center top;
  background-repeat: no-repeat;
  padding: 56px 25px 0 35px;
  height: 280px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.005em;
  margin: 0 18px;
}
section.voices .inner ul li:nth-child(1) {
  width: 262px;
  background-image: url('../images/sec1_item1_pc.png');
}
section.voices .inner ul li:nth-child(2) {
  width: 268px;
  background-image: url('../images/sec1_item2_pc.png');
}
section.voices .inner ul li:nth-child(3) {
  width: 275px;
  background-image: url('../images/sec1_item3_pc.png');
  padding: 65px 37px 0;
}
section.voices .inner ul li strong {
  color: #e73e91;
  font-size: 18px;
}

/* reasons */
section.reasons {
  padding: 100px 0;
  background: url('../images/section_bg4.png') no-repeat center top #fff;
}
section.reasons h2 {
  text-align: center;
  margin-bottom: 35px;
}
section.reasons section {
  max-width: 1000px;
  margin: 0 auto 60px;
}
section.reasons section h3 {
  text-align: left;
  margin-bottom: 30px;
}
section.reasons section p {
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 1.5em;
}
section.reasons .support {
  background: #fff2f8;
  padding: 40px 30px;
  border-radius: 30px;
  display: flex;
}
section.reasons .support .item.item1 {
  width: 286px;
}
section.reasons .support .item.item2 {
  width: 296px;
}
section.reasons .support .item.item3 {
  width: 352px;
}
section.reasons .support .item h4 {
  height: 144px;
  margin-bottom: 25px;
}
section.reasons .support .item h4 img.pc_display {
  display: block;
}
section.reasons .support .item div {
  background: #fff;
  margin: 0 20px;
  padding: 30px 10px 10px 15px;
  border-radius: 20px;
  position: relative;
}
section.reasons .support .item.item3 div {
  margin-right: 0;
}
section.reasons .support .item div h5 {
  color: #fb3e9b;
  font-weight: bold;
  font-size: 16px;
  margin: -44px auto 15px;
  text-align: center;
}
section.reasons .support .item div h5 span {
  text-align: center;
  border: 1px #fb3e9b solid;
  display: inline-block;
  background: #fff;
  padding: 4px 20px;
  border-radius: 18px;
}
section.reasons .support .item div p {
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  min-height: 8em;
}
section.reasons .reason3 .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.reasons .reason3 p {
  width: 620px;
  letter-spacing: 0.0025em;
}
section.reasons .reason3 .image {
  width: 360px;
  margin-top: -40px;
}
section.reasons .reason4 .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.reasons .reason4 p {
  width: 750px;
  letter-spacing: 0.0025em;
}
section.reasons .reason4 .image {
  width: 250px;
  margin-top: -80px;
  padding-left: 30px;
}

/* jobs */
section.jobs {
  padding: 100px 0;
  background: url('../images/section_bg2.png') no-repeat center top #f8f8f8;
}
section.jobs h2 {
  text-align: center;
  margin-bottom: 35px;
}
section.jobs h3 {
  text-align: center;
  margin-bottom: 25px;
}
section.jobs .users {
  max-width: 940px;
  margin: 0 auto 50px;
}
section.jobs .work-points {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 60px;
}
section.jobs .work-points div {
  background: #d9ecf0;
  width: calc(100% / 3 - 22px);
  padding: 0px 20px 20px;
  border-radius: 20px;
  position: relative;
}
section.jobs .work-points div h3 {
  display: inline-block;
  background: #1bafb8;
  color: #fff;
  position: relative;
  top: -18px;
  padding: 3px 30px 5px;
  border-radius: 20px;
  margin-bottom: -44px;
  font-size: 16px;
}
section.jobs .work-points div h3 span {
  font-family: Oswald;
  color: #feffa3;
  padding-right: 0.5em;
  font-size: 15px;
}
section.jobs .work-points div h3::after {
  content: '';
  display: block;
  width: 18px;
  height: 8px;
  background: url('../images/sec3_tip.png') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 30px;
  bottom: -8px;
}
section.jobs .work-points div p {
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px #fff solid;
  text-align: center;
}
section.jobs .work-points dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.75;
  font-size: 16px;
  margin: 0 20px;
}

section.jobs .work-points dl dt {
  margin-left: 20px;
}
section.jobs .work-points dl dd {
  font-weight: bold;
  min-width: calc(100% - 6em - 20px);
}
section.jobs .work-points dl dd:last-child {
  position: relative;
  width: 100%;
  margin: 15px 0 0;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 10px 0;
  color: #e0217f;
  line-height: 1.2;
}
section.jobs .work-points dl dd.last {
  padding: 5px 0 15px;
}
section.jobs .work-points dl dd:last-child b {
  font-size: 26px;
}
section.jobs .work-points dl dd:last-child span {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  display: block;
  color: #333;
}

/* features */
section.features {
  background: url('../images/section_bg3.png') no-repeat center top #fff2f8;
  padding: 100px 0;
}
section.features h2 {
  text-align: center;
  margin-bottom: 35px;
}
section.features section {
  width: 1000px;
  margin: 0 auto 80px;
  background: #fff;
  border-radius: 35px;
  padding: 0 20px 40px;
}
section.features section .inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
section.features section h3 {
  margin-bottom: 20px;
}
section.features section h3 img.pc_display {
  max-width: none;
}
section.features section .inner > div {
  width: 590px;
  position: relative;
}
section.features section .inner > div.image {
  width: 340px;
  padding-top: 66px;
}
section.features section .inner > div h3 {
  margin: -40px 0 20px -40px;
}
section.features section p {
  line-height: 1.5;
  margin-bottom: 0.25em;
  letter-spacing: 0.075em;
}
section.features section .system {
  background: #f8f8f8;
  padding: 30px 30px 15px;
  border-radius: 30px;
}
section.features section .system dt {
  font-weight: bold;
  color: #fb3e9b;
  margin-bottom: 10px;
  background: url('../images/sec4_checkmark1.png') no-repeat left center;
  background-size: 20px auto;
  padding-left: 35px;
}
section.features section .system dd {
  margin-bottom: 15px;
  padding-left: 35px;
  font-size: 16px;
}
section.features section.skillup h3 {
  margin: 0 0 -20px -40px;
  top: -40px;
  position: relative;
}
section.features section.skillup ul.skills {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
  margin: 30px auto;
}
section.features section.skillup ul.skills li {
  width: 50%;
  margin-bottom: 20px;
  color: #1bafb8;
  font-weight: bold;
  padding-left: 100px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 80px auto;
}
section.features section.skillup ul.skills li.pc {
  background-image: url('../images/sec4_icn_pc.png');
}
section.features section.skillup ul.skills li.english {
  background-image: url('../images/sec4_icn_english.png');
}
section.features section.skillup ul.skills li.skillup {
  background-image: url('../images/sec4_icn_skillup.png');
}
section.features section.skillup ul.skills li.manner {
  background-image: url('../images/sec4_icn_manner.png');
}
section.features section.skillup .oa_skills {
  background: #f8f8f8;
  padding: 30px 30px 5px;
  border-radius: 30px;
}
section.features section.skillup .oa_skills h4 {
  color: #1bafb8;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
  background: url('../images/sec4_checkmark2.png') no-repeat left center;
  background-size: 20px auto;
  padding-left: 35px;
}
section.features section.skillup .oa_skills .inner > div {
  width: 560px;
}
section.features section.skillup .oa_skills .inner > div.image {
  width: 280px;
  padding-top: 30px;
  text-align: center;
}
section.features section.skillup .oa_skills .inner > div.image p {
  margin-bottom: 0;
  padding: 0;
}
section.features section.skillup .oa_skills .inner2 > div.image {
  width: 280px;
  padding-top: 30px;
  text-align: center;
}
section.features section.skillup .oa_skills .inner2 > div.image p {
  margin-bottom: 0;
  padding: 0;
}
section.features section.skillup .oa_skills p {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 35px;
}
section.features section.skillup .oa_skills ul {
  padding-left: 35px;
}
section.features section.skillup .oa_skills ul li {
  background: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}
section.features section.skillup .oa_skills ul li b {
  font-size: 16px;
  padding-right: 1em;
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
section.features section.skillup .oa_skills ul li b.xls {
  background-image: url('../images/sec4_icn_exl.png');
  color: #2e7d32;
}
section.features section.skillup .oa_skills ul li b.doc {
  background-image: url('../images/sec4_icn_doc.png');
  color: #1565c0;
}

/* seniors */
section.seniors {
  padding: 100px 0;
}
section.seniors h2 {
  text-align: center;
  margin-bottom: 60px;
}
section.seniors section {
  width: 1000px;
  border: 2px #cecece solid;
  border-radius: 35px;
  padding: 40px;
  margin: 0 auto 60px;
  position: relative;
  clear: both;
}
section.seniors section::after {
  content: '';
  display: block;
  clear: both;
}
section.seniors section .num {
  width: 105px;
  height: 88px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 105px auto;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: -45px;
}
section.seniors section .num.voice1 {
  background-image: url('../images/sec5_voice1.png');
}
section.seniors section .num.voice2 {
  background-image: url('../images/sec5_voice2.png');
}
section.seniors section .prof {
  width: 150px;
  float: left;
}
section.seniors section .prof p {
  font-size: 14px;
  text-align: center;
}
section.seniors section .prof b {
  display: block;
  font-size: 18px;
  color: #fb3e9b;
  padding-top: 5px;
  position: relative;
}
section.seniors section .prof b::before {
  content: '';
  display: block;
  width: 8px;
  height: 13px;
  background: url('../images/sec5_arr.png') no-repeat center;
  background-size: cover;
  transform: rotate(90deg);
  margin: 0 auto;
}
section.seniors section .prof img {
  display: block;
  margin-bottom: 10px;
}
section.seniors section .content {
  width: 700px;
  float: right;
}
section.seniors section .content h3 {
  margin: 25px 0 15px;
}
section.seniors section .content p {
  letter-spacing: 0.05em;
  line-height: 1.75;
}

/* flow */
section.flow {
  padding: 100px 0;
  background: url('../images/section_bg2.png') no-repeat center top #f8f8f8;
  text-align: center;
}
section.flow h2 {
  margin-bottom: 50px;
}
section.flow h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
section.flow h3.subttl {
  margin: 50px auto;
}

section.flow p {
  font-size: 16px;
  margin-bottom: 10px;
}
section.flow p.note {
  font-size: 12px;
}
section.flow .steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 750px;
  margin: 50px auto;
}
section.flow .steps .step {
  width: 330px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  padding: 30px 50px 15px;
  text-align: left;
  margin-bottom: 30px;
}
section.flow .steps .step > div {
  width: 107px;
  height: 89px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999px;
}
section.flow .steps .step.stp1 > div {
  background-image: url('../images/sec6_stp1.png');
}
section.flow .steps .step.stp2 > div {
  background-image: url('../images/sec6_stp2.png');
}
section.flow .steps .step.stp3 > div {
  background-image: url('../images/sec6_stp3.png');
}
section.flow .steps .step.stp4 > div {
  background-image: url('../images/sec6_stp4.png');
}
section.flow .steps .step.stp5 > div {
  background-image: url('../images/sec6_stp5.png');
}
section.flow .steps .step.stp6 > div {
  background-image: url('../images/sec6_stp6.png');
}
section.flow .steps .step img {
  display: block;
  margin-bottom: 5px;
}
section.flow .steps .step h4 {
  font-weight: bold;
  color: #fb3e9b;
  margin-bottom: 5px;
}
section.flow .steps .step h4.kern {
  letter-spacing: -0.075em;
}
section.flow .steps .step p {
  font-size: 14px;
}
section.flow .steps .step p span {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

section.flow .steps .arr {
  margin-bottom: 30px;
  background: url('../images/sec6_arr_pc.png') no-repeat center;
  width: 80px;
  text-indent: -9999px;
  text-align: left;
}

/* footer */
#footer {
  padding: 20px;
  background: #767676;
  text-align: center;
  color: #fff;
}
#footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#footer ul li {
  font-size: 13px;
  margin: 0 10px;
}
#footer a {
  color: #fff;
  padding-left: 15px;
  background: url('../images/foot_arrow.png') no-repeat left center;
}
#footer a:hover {
  text-decoration: underline;
}
#footer p {
  font-size: 11px;
  line-height: 1.5;
}

.floating_btn {
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  padding: 15px;
  display: none;
}
#back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: none;
  transition: bottom 0.3s ease;
}
#back-top.stop {
  bottom: 100px;
}
#back-top a {
  width: 80px;
  height: 80px;
  display: block;
  background: url(../images/btn_pagetop.png) no-repeat center center;
  background-size: 80px;
  text-indent: -9999px;
}
#back-top a:hover {
  opacity: 0.7;
}

/*====================================================
SERVICES
====================================================*/
.services {
  text-align: center;
  padding: 110px 0;
}
.services__inner {
  width: 1000px;
  margin: auto;
}
.services__ttl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 1.8em;
}
.services__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
  gap: 0 11.8%;
}
.services__item {
  width: 38.4%;
}
.services__item_ttl {
  font-size: 16px;
  margin-bottom: 1em;
}
.services__item_img {
  width: auto;
  height: auto;
  aspect-ratio: 346/29;
  object-fit: contain;
}

/*====================================================
MAP
====================================================*/
section.map {
  padding: 100px 0;
  background: #f8f8f8;
  margin-top: -70px;
}
section.map h2 {
  text-align: center;
}
section.map .inner {
  width: 1000px;
  margin: 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
section.map .inner ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.map .inner ul li {
  width: 100%;
  cursor: pointer;
}
section.map .inner ul li:hover  {
  opacity: 0.7;
}
section.map .inner .map_img.hover img{
  opacity: 0;
}
section.map .inner .map_img.hover.modal_01 {
  background: url(../images/map_bg_01.png) no-repeat top center;
}
section.map .inner .map_img.hover.modal_02 {
  background: url(../images/map_bg_02.png) no-repeat top center;
}
section.map .inner .map_img.hover.modal_03 {
  background: url(../images/map_bg_03.png) no-repeat top center;
}
section.map .inner .map_img.hover.modal_04 {
  background: url(../images/map_bg_04.png) no-repeat top center;
}
section.map .modal_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.6);
  transition: opacity .5s;
  opacity: 0;
  pointer-events: none;
}
section.map .modal_wrapper > .modalclose {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.map .modal_wrapper .panel {
  position: relative;
  width: 864px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  border-radius: 20px;
  transform: scale(0);
  transition: transform .5s ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0);
}
section.map .modal_wrapper .panel .modalclose {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #333;
}
section.map .modal_wrapper .panel .modalclose::before,
section.map .modal_wrapper .panel .modalclose::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #fff;
}
section.map .modal_wrapper .panel .modalclose::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
section.map .modal_wrapper .panel .modalclose::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
section.map .modal_wrapper .panel .inner {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  background: #fff;
  border-radius: 20px;
}
section.map .modal_wrapper .panel .inner .modal_content h3 {
  width: 100%;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.map .modal_wrapper .panel .inner .modal_content.modal_01 h3 {
  background: #e6852f;
}
section.map .modal_wrapper .panel .inner .modal_content.modal_02 h3 {
  background: #22b66a;
}
section.map .modal_wrapper .panel .inner .modal_content.modal_03 h3 {
  background: #0ba0e0;
}
section.map .modal_wrapper .panel .inner .modal_content.modal_04 h3 {
  background: #e93f5b;
}
section.map .modal_wrapper .panel .inner .modal_content ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:space-between;
  padding: 40px;
}
section.map .modal_wrapper .panel .inner .modal_content ul li {
  width: 378px;
}

section.map .modal_wrapper .panel .inner .modal_content {
  display: none;
}
section.map .modal_wrapper .panel .inner .modal_content.open {
  display: block;
}
section.map .modal_wrapper.open {
  opacity: 1;
  pointer-events: all;
}
section.map .modal_wrapper.open .panel {
  transform: scale(1);
  transform: translate(-50%,-50%) scale(1);
}

/*====================================================
FAQ
====================================================*/
.go__question {
  padding: 0 0 20px 65px;
  background: url(../images/faq_q_balloon_2.png) left top no-repeat;
  color: #E5117A;
  background-size: 4%;
  font-size: 22px;
  font-weight: 700;
  overflow: visible;
}

.go__answer {
  padding: 0 0 10px 65px;
  background: url(../images/faq_a_balloon_2.png) left top no-repeat;
  background-size: 4%;
  font-size: 16px;
  overflow: visible;
}
