@charset "UTF-8";

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,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

body {
  line-height: 1;
}

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

nav,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #fff;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

sup {
  font-size: smaller;
  vertical-align: super;
}
ol {
  list-style: none;
}

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

.imgSvg path {
  color: #c01920;
  fill: currentColor;
}
.imgSvg polygon {
  color: #c01920;
  fill: currentColor;
}
.imgSvg rect {
  color: #c01920;
  fill: currentColor;
}
.imgSvg.white path {
  color: #fff;
  fill: currentColor;
}
.imgSvg.white polygon {
  color: #fff;
  fill: currentColor;
}
.imgSvg.white rect {
  color: #fff;
  fill: currentColor;
}

@media screen and (max-width: 767px) {
  .spParts {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .spParts {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pcParts {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .pcParts {
    display: block;
  }
}
@media screen and (max-width: 767px) { .u_ov767  { display: none !important; } }
@media screen and (min-width: 768px) { .u_un767  { display: none !important; } }
@media screen and (min-width: 1001px) { .u_un1000 { display: none !important; } }
@media screen and (max-width: 1000px) { .u_ov1000 { display: none !important; } }
@media screen and (max-width: 1200px) { .u_ov1200 { display: none !important; } }

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    transition: 0.3s all ease;
  }
}

.mt0 {
  margin-top: 0 !important;
}
.mr3 {
  margin-right: 3px !important;
}
.mt10 {
  margin-top: calc(10 / 390* 100vw);
}
@media screen and (min-width: 768px),print {
  .mt10 {
    margin-top: 10px;
  }
}

.mt80-40 {
  margin-top: calc(40 / 390* 100vw) !important;
}
.mt80-30 {
  margin-top: calc(30 / 390* 100vw) !important;
}

@media screen and (min-width: 768px) {
  .mt80-40 {
    margin-top: 80px !important;
  }
  .mt80-30 {
    margin-top: 80px !important;
  }
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    transition: 0.3s all ease;
  }
}
.taC {
  text-align: center;
}

/**************************
**** css 変数
**************************/
:root {
  /* カラー */
  --color_logo01:   #013591;
  --color_green01:   #8FD000;
  --color_black01: #333333;
  --color_beige01: #F2ECE7;
  --color_gray02: #6F5E4E;
  --color_orange01: #F77321;
  --color_yellow01: #FFC62A;
  --color_blue01: #BBD7FF;
  --color_white01: #FFFFFF;
  --color_white02: #F7F7F7;

}

/**************************
**** web font
**************************/
.font_en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}

/* Scss Document */
html {
  font-size: 10px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
  font-feature-settings: "palt";
}

body {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.5;
  background-attachment: fixed;
  color: var(--color_black01);
  background-color: var(--color_beige01)
}
@media screen and (min-width: 768px) {
  body {
    font-size: 13.2px;
  }
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

#wrap {
  /*width: 100vw;*/
  /* overflow: hidden; */
}
@media screen and (min-width: 768px) {
  #wrap {
    /*width: 100%;*/
    /* min-width: 1920px; */
  }
}

.inner {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 5.33vw;
}
@media screen and (min-width: 768px) {
  .inner {
    /* width: 1280px; */
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

.main {
  overflow: hidden;
}
/* @media screen and (min-width: 768px) {
  .main {

  }
} */
.color01 {
  color: var(--color_logo01);
}
.color02 {
  color: var(--color_gray01);
}
.fontB {
  font-weight: bold;
}

/**************************
**** btn
**************************/
.btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
}
.col__list > .btn {
  background: none;
}
.btn a {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  background: var(--color_black01);
  color: #fff;
  font-size: 16px;
  font-size: calc(16 / 390* 100vw);
  transition: 0.3s all ease;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color_white01);
  border-right: 2px solid var(--color_white01);
  margin: auto 0;
  rotate: 45deg;
}

@media screen and (max-width: 767px) {
  .btn a {
    padding: 1em 0;
  }
}
@media screen and (min-width: 768px) {
  .btn a {
    font-size: 16px;
    height: 56px;
  }
}
@media screen and (min-width: 768px) {
  .btn a:hover {
    opacity: 0.8;
    transition: 0.3s all ease;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
  }
}
.btn.white {
  background: transparent;
}
.btn.white a {
  background: #fff;
  color: #222;
}

.m_btn01 {
  background-color: var(--color_logo01);
  color: var(--color_white01);
  font-size: calc(14 / 390* 100vw);
  font-weight: bold;
  display: flex;;
  justify-content: center;;
  align-items: center;
  flex-wrap: wrap;
  width: calc(320 / 390* 100vw);
  min-height: calc(60 / 390* 100vw);
  border-radius: calc(50 / 390* 100vw);
  position: relative;
  padding:  0 calc(42 / 390* 100vw);;
  box-shadow: 0px 5px 20px 0px rgba(111,94,78,0.25);
  border: none;
}
.m_btn01.s_col {
  flex-direction: column;
}
.s_color02.m_btn01 {
  background-color: var(--color_yellow01);
  color:#000;
}
.s_color03.m_btn01 {
  background-color: #FFD6BD;
  color:#000;
}
.s_color04.m_btn01 {
  background-color: #D1E1FF;
  color:#000;
}
.s_color05.m_btn01 {
  background-color: #E9F5D0;
  color:#000;
}
.m_btn01::before {
  content: "";
  display: block;
  width: calc(20 / 390* 100vw);;
  height: calc(20 / 390* 100vw);;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(20 / 390* 100vw);
  margin: auto;
}
.s_color02.m_btn01::before {
  background-color: #000;
}
.s_color03.m_btn01::before {
  background-color: #ED8341;
}
.s_color04.m_btn01::before {
  background-color: #4076D5;
}
.s_color05.m_btn01::before {
  background-color: #85B814;
}
.m_btn01::after {
  content: "";
  display: block;
  width: calc(5 / 390* 100vw);;
  height: calc(5 / 390* 100vw);;
  border-bottom: 1px solid var(--color_logo01);
  border-right: 1px solid var(--color_logo01);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc(28 / 390* 100vw);
  rotate: -45deg;
}
.s_anchor.m_btn01::after {
  rotate: 45deg;
}
.s_color02.m_btn01::after {
  border-color: var(--color_yellow01);
}
.s_color03.m_btn01::after,
.s_color04.m_btn01::after,
.s_color05.m_btn01::after {
  border-color: #fff;
}
.s_tgl.m_btn01::after {
  display: none;;
}
.m_btn01_fontS {
  font-size: calc(11 / 390* 100vw);
}
.m_btn01_tgl {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(9 / 390* 100vw);
  height: calc(1 / 390* 100vw);
  background-color: #fff;
  right: calc(26 / 390* 100vw);
}
.m_btn01_tgl::before {
  content: "";
  display: block;
  width: calc(1 / 390* 100vw);;
  height: calc(9 / 390* 100vw);;
  background-color: #fff;
  position: absolute;
  top: 10px;
  bottom: 0;
  margin: auto;
  right: calc(4 / 390* 100vw);
  opacity: 0;
  transition: 0.3s;
}
.s_close .m_btn01_tgl::before  {
  opacity: 1;
  top: 0
}
.s_openText {
  display: none;;
}
.s_close .s_openText {
  display: block;
}
.s_close .s_col .s_openText {
  display: flex;;
  flex-direction: column;
}
.s_closeText {
  display: block;
}
.s_close .s_closeText {
  display: none;
}
@media screen and (min-width: 768px),print {
  .m_btn01 {
    font-size: 2.0rem;
    width: 100%;
    /* height: 60px; */
    border-radius: 30px;
    padding: 0 50px;
    min-height: 60px;
  }
  .m_btn01::before {
    width: 20px;
    height: 20px;
    right: 20px;
  }
  .m_btn01::after {
    right: 28px;
    width: 5px;
    height: 5px;
  }
  .m_btn01_fontS {
    font-size: 1.4rem;
    margin-top: 2px;
  }
  .m_btn01_tgl {
    width: 9px;
    height: 1px;
    right: 25px;
  }
  .m_btn01_tgl::before {
    width: 1px;
    height: 9px;
    right: 4px;
  }
}
.m_linkArrow01 {
  font-size: calc(14 / 390* 100vw);
  padding-left: calc(26 / 390* 100vw);
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.m_linkArrow01::before {
  content: "";
  display: block;
  width: calc(20 / 390* 100vw);;
  height: calc(20 / 390* 100vw);
  background-color: var(--color_logo01);
  border-radius: 50%;
  position: absolute;
  top: 0.1em;
  left: 0;
}
.m_linkArrow01::after {
  content: "";
  display: block;
  width: calc(5 / 390* 100vw);;
  height: calc(5 / 390* 100vw);;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: calc(9 / 375* 100vw);;
  left: calc(6 / 390* 100vw);
  rotate: -45deg;
}
@media screen and (min-width: 768px),print {
  .m_linkArrow01 {
    font-size: 1.6rem;
    padding-left: 26px;
  }
  .m_linkArrow01:hover {
    text-decoration: underline;
  }
  .m_linkArrow01::before {
    width: 20px;
    height: 20px;
  }
  .m_linkArrow01::after {
    width: 5px;
    height: 4px;
    top: 10px;
    left: 6px;

  }
}

.m_titleA {
  text-align :center;
  margin-bottom: calc(40 / 390* 100vw);
  font-size: 2.6rem;
  font-weight: 400;
}
.m_titleA_img {
  width: auto;
  height: calc(40 / 390* 100vw);
}
.m_titleA_text {
  display: block;;
  margin-top: calc(10 / 390* 100vw);
}
@media screen and (min-width: 768px),print {
  .m_titleA {
    margin-bottom: 80px;
    font-size: 4.0rem;
  }
  .m_titleA_img  {
    height: 60px;
  }
  .m_titleA_text {
    margin-top: 20px;
  }
}
.m_titleB {
  font-size: calc(18 / 390* 100vw);
  font-weight: bold;
  color: var(--color_logo01);
  margin-bottom: calc(15 / 390* 100vw);
  margin-top: calc(40 / 390* 100vw);
}
@media screen and (min-width: 768px),print {
  .m_titleB {
    font-size: 2.6rem;
    margin-bottom: 30px;
    margin-top: 80px;;
  }
}

/* #search_occupation ul {
  display: flex;
  flex-wrap: wrap;
  margin: calc(-20 / 390* 100vw);
} */

@media screen and (min-width: 768px) {
  /* #search_occupation ul {
    margin: -10px;
  } */
}


/* ---------- occupation_card ---------- */
.occupation_card {
  width: 33.33%;
  border-radius: 10px;
  padding: calc(20 / 390* 100vw);
}
@media screen and (max-width: 767px) {
  .occupation_card {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .occupation_card {
    padding: 10px;
  }
}

.occupation_card a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: calc(16 / 390* 100vw);
  transition: 0.3s all ease;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 100%;
  background: #FFF9EF;
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .occupation_card a {
    font-size: 16px;
    border-radius: 20px;
  }
  .occupation_card a:hover {
    opacity: 0.8;
    transition: 0.3s all ease;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
  }
}

.occupation_card .occupation_content {
  position: relative;
  padding: calc(15 / 390* 100vw) calc(16 / 390* 100vw) calc(20 / 390* 100vw);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.occupation_card .occupation_img {
  text-align: center;
}
.occupation_card .occupation_title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00A06E;
  text-align: center;
  line-height: 1.5;
  font-size: calc(18 / 390* 100vw);
  font-weight: bold;
}
.occupation_card .occupation_content .occupation_tagWrap {
  margin-top: calc(5 / 390* 100vw);
  text-align: center;
}
.occupation_card .occupation_content .occupation_tag {
  display: inline-block;
    padding: 3px 17px;
    text-align: center;
    font-size: calc(14 / 390* 100vw);
    font-weight: bold;
    border-radius: 999em;
    color: #00A06E;
    border: 2px solid #00A06E;
    background-color: #fff;
}
.occupation_card .occupation_content .occupation_text {
  margin-top: calc(10 / 390* 100vw);
}

@media screen and (min-width: 768px) {
  .occupation_card .occupation_title {
    font-size: 22px;
  }
  .occupation_card .occupation_content {
    padding: 20px 15px 27px;

  }
  .occupation_card .occupation_content .occupation_tagWrap {
  }
  .occupation_card .occupation_content .occupation_tag {
      padding: 3px 10px;
      font-size: 12px;
  }
  .occupation_card .occupation_content .occupation_text {
    margin-top: 10px;
  }
}


/**************************
**** バナー
**************************/
.bnrCol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bnrCol a {
  display: block;
}


/**************************
**** コンテンツ
**************************/
.sectionWrapper {
  background: #fff;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .sectionWrapper {
    padding-bottom: 80px;
  }
}

.sectionTitle {
  text-align: center;
  color: var(--color_black01);
  font-weight: bold;
  line-height: 1.2;
  margin-top: calc(26 / 390* 100vw);
  margin-bottom: calc(28 / 390* 100vw);
}
.sectionTitle.s_taL {
  text-align: left;
}
.sectionTitle_en {
  display: block;
  font-size: calc(40 / 390* 100vw);
}
.sectionTitle_en:first-letter {
  color: var(--color_logo01);
}
.sectionTitle_jp {
  font-size: calc(14 / 390* 100vw);
  font-weight: 600;

}
@media screen and (min-width: 768px) {
  .sectionTitle {
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .sectionTitle_en {
    font-size: 104px;
  }
  .sectionTitle_jp {
    font-size: 16px;
  }
}
.sectionTitle02 {
  text-align: center;
  margin-top: calc(26 / 390* 100vw);
  margin-bottom: calc(28 / 390* 100vw);
  font-weight: bold;
  color: var(--color_black01);
  line-height: 1.2;
}
.sectionTitle02_en {
  font-size: calc(40 / 390* 100vw);
  display: block;;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.sectionTitle02_sub {
  display: block;;
  color: var(--color_logo01)

}

@media screen and (min-width: 768px) {
  .sectionTitle02 {
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .sectionTitle02_en {
    font-size: 70px;
  }
  .sectionTitle02_sub {
    font-size: 16px;
  }
}

.middleTitle {
  font-weight: bold;
  line-height: 1;
}
.middleTitle_en {
  display: block;
  color: var(--color_logo02);
  font-size: calc(40 / 390* 100vw);
  opacity: 0.2;
  position: relative;
  z-index: 0;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.middleTitle_jp {
  display: block;;
  font-size: calc(20 / 390* 100vw);
  margin-top: calc(-15 / 390* 100vw);;
  margin-left: calc(13 / 390* 100vw);;
  position: relative;
  z-index: 1;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .middleTitle_en  {
    font-size: 52px;
  }
  .middleTitle_jp {
    font-size: 26px;
    margin-top: -22px;
    margin-left: 13px;
  }
}


.contentWrapper {
  padding: 0 0 60px;
}
.contentWrapper.white {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contentWrapper.white {
    padding: 0 0 40px;
  }
}


/*****リスト*****/
.list {
}
.list > li {
  position: relative;
}
.list > li + li{
	margin-top: 5px;
}
.list.s_circle{
}
.list.s_circle > li {
}
.list.s_circle > li:before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (min-width: 768px) {
  .list.s_circle{
    font-size: 16px;
  }
}

.list.s_note{
	font-size: calc(14 / 390* 100vw);
}
.list.s_note > li {
	text-align: left;
	padding-left: 1em;
}
.list.s_note > li:before{
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (min-width: 768px) {
  .list.s_note{
    font-size: 14px;
  }
}

.list02Head {
  float: left;
  display: block;
}
.list02Body {
  overflow: hidden;
  display: block;
}

.m_note01 {
  margin-top: calc(10 / 390* 100vw);
  font-weight: bold;
  font-size: calc(10 / 390* 100vw);
}
.m_note01Head {
  float: left;
  display: block;
  margin-right: 5px;
}
.m_note01Body {
  overflow: hidden;
  display: block;;
}
@media screen and (min-width: 768px),print {
  .m_note01 {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}


/*****背景色の設定*****/
.bgImg {
  background: none;
}



@media screen and (max-width: 767px) {
  .sp2col ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sp2col ul li {
    margin: 0 4% 4% 0;
    width: 48%;
  }
  .sp2col ul li:nth-child(2n) {
    margin-right: 0%;
  }
}


/* Scss Document */
/**************************
**** header
**************************/
#header {
  transition: 0.3s all ease;
  box-sizing: border-box;
  position: fixed;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  z-index: 999;
  background-color: #fff;
  display: flex;;
  align-items: center;
  height: 60px;
  border-radius: 30px;
  box-shadow: 0px 5px 20px 0px rgba(111,94,78,0.25);
}
#header.open {
  border-radius: 30px 30px 0 0
}
#header.scroll {
  background: rgba(255,255,255,1);
}
#header.scroll.open {
  background-color: #fff;
}
#header .inner {
  position: relative;
  width: 100%;
  padding: 10px 20px;;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
}
@media screen and (min-width: 1000px) {
  #header {
    max-width: 1880px;
    margin-left: auto;
    margin-right: auto;
    right: 15px;
    height: calc(110 / 1920* 100vw);;
    border-radius: 50px;
  }
  #header .inner {
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: flex-start; */
    /*max-width: 100%;*/
    /* min-width: 1080px; */
    align-items: center;
    padding: calc(8 / 1920* 100vw) calc(20 / 1920* 100vw) calc(8 / 1920* 100vw) calc(50 / 1920* 100vw);;
    max-width: none;
  }
}
@media screen and (min-width: 1920px) {
  #header {
    height: 100px;
  }
  #header .inner {
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: flex-start; */
    /*max-width: 100%;*/
    /* min-width: 1080px; */
    align-items: center;
    padding: 8px 20px 8px 50px;
    max-width: none;
  }
}
.header_logo {
  transition: 0.3s all ease;
  margin-right: 10px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  width: 78px;
}

.header_title {
  font-size: 1.0rem;
  font-weight: bold;
  color: var(--color_logo01);
  border-left: 1px solid #D9D9D9;
  padding-left: 12px;
}
@media screen and (min-width: 1000px) {
  .header_logo {
    width: calc(128 / 1920* 100vw);;
    margin-right: calc(16 / 1920* 100vw);;
  }
  .header_title {
    font-size: calc(15 / 1920* 100vw);;
    padding-left: calc(16 / 1920* 100vw);;
  }
  #header .inner #logo {
    /* margin: 0 34px 0 0;
    height: 60px;
    flex-basis: auto; */
  }
  #header .inner #logo img {
    /* transition: 0.3s all ease;
    height: auto;
    width: 100%;
    max-height: 60px; */
  }
}
@media screen and (min-width: 1920px) {
  .header_logo {
    width: 128px;
    margin-right: 32px;
  }
  .header_title {
    font-size: 1.5rem;
    padding-left: 32px;
  }
}
@media screen and (min-width: 1000px) {
  /* #header .inner #nav {
    flex-basis: 520px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  } */
  .pc_nav {
    margin-left: calc(45 / 1920* 100vw);
  }
  .pc_navList {
    display: flex;;
    gap: calc(20 / 1920* 100vw);;
    margin-left: calc(30 / 1920* 100vw);;
  }
  .pc_navWrap {
    display: flex;;
    align-items: flex-end;
    flex: 1;
  }
  .pc_navLink {
    text-align: center;
  }
  .pc_navIcon {
    width: auto;
    height: calc(25 / 1920* 100vw);;
  }
  .pc_navText {
    font-size: calc(17 / 1920* 100vw);;
    font-weight: bold;
    color: var(--color_black01);
  }
  .pc_navIconWrap {
    margin-bottom: calc(3 / 1920* 100vw);;
  }

}
@media screen and (min-width: 1920px) {
  .pc_nav {
    margin-left: 50px;
  }
  .pc_navList {
    display: flex;;
    gap: 30px;
    margin-left: 50px;
  }
  .pc_navIcon {
    width: auto;
    height: 30px;
  }
  .pc_navText {
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--color_black01);
  }
  .pc_navIconWrap {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  /* #header .inner #nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  } */
}

@media screen and (min-width: 768px) {
  /* #header .inner #nav ul li {
    line-height: 2em;
  } */
  /* #header .inner #nav ul li + li {
    margin-left: 48px;
  } */

  /* #header .inner #nav ul li a {
    position: relative;
    display: inline-block;
    padding: 5px 20px 5px 8px;
    font-size: 16px;
    font-weight: bold;
  } */
  /* #header .inner #nav ul li a::after {
    content: "";
    position: absolute;
    top: -3px;
    bottom: 0;
    right: 0px;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border-bottom: 2px solid var(--color_black01);
    border-right: 2px solid var(--color_black01);
    rotate: 45deg;

  } */
}
@media screen and (min-width: 1180px) {
  /* #header .inner #nav ul li a {
    font-size: 16px;
  } */
}

#header .inner #pageTitle {
  /* display: none; */
}
@media screen and (min-width: 1280px) {
  #header .inner #pageTitle {
    /* display: block; */
    flex-basis: 248px;
    max-width: 248px;
  }
}
@media screen and (min-width: 768px) {
  #header .inner #pageTitle {
    display: block;
    flex-basis: 210px;
    max-width: 210px;
  }
}
#header .inner #pageTitle {
  flex-basis: auto;
  max-width: 100%;
  margin-right: 10px;
  color: var(--color_black01);
}
#header .inner #pageTitle h1 {
  font-size: 2.6666666667vw;
  font-size: 11px;
  font-weight: normal;
}
@media screen and (min-width: 1280px) {
  #header .inner #pageTitle h1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  #header .inner #pageTitle h1 {
    font-size: 10px;
  }
}
#header .inner #pageTitle h1 span {
  display: block;
}
#header.scroll .inner #logo {
  transition: 0.3s all ease;
}
@media screen and (min-width: 768px) {
  /* #header.scroll .inner #logo {
    margin: 0 2em 0 0;
    height: 40px;
    max-width: 200px;
  } */
}
@media screen and (min-width: 768px) {
  /* #header.scroll .inner #logo img {
    transition: 0.3s all ease;
    width: auto;
    max-height: 40px;
  } */
}


/* pal header */
#header .inner #logo {
  /* width: 150px;
  transition: 0.3s;
  text-indent: -9999px;
  background: url(../images/logo.png) no-repeat left center;
  background-size: 100%; */
}
/* #header .inner #logo > a {
  display: block;
  width: 100%;
  height: 100%;
} */
@media screen and (min-width: 768px) {
  /* #header .inner #logo {
    width: 280px;
    max-width: 280px;
  } */
/*   #header.scroll .inner #logo img {
    height: 33px;
    width: 280px;
  } */
  /* #header .inner {
    max-width: none;
    min-width: 1380px;
    padding: 0 0 0 20px;
  } */
}


/********************************
**  ハンバーガー
********************************/
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
}

.overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}

.menu-triggerWrap {
  margin-left: auto;
}

#menu-trigger {
  margin-left: auto;
  display: inline-block;
  width: 32px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}

#menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background-color: var(--color_black01);
  transition: all 0.5s;
}

#menu-trigger.active span {
   background-color: #fff;
}

#menu-trigger span:nth-of-type(1) {
  top: 6px;
}

#menu-trigger.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}

#menu-trigger span:nth-of-type(2) {
  bottom: 6px;
}

#menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-7px) rotate(45deg);
}

#sp_nav {
  width: 300px;
  height: 100%;
  padding-top: 100px;
  background-color: var(--color_black01);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(300px);
  transition: all 0.5s;
}

#sp_nav.open {
  transform: translateZ(0);
}

#sp_nav li {
  color: var(--color_white01);
  text-align: left;
  padding: 20px 0;
  margin: 0 10px;
  border-bottom: 2px solid var(--color_gray01);
}
#sp_nav li a {
  /* display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  position: relative; */

}
#sp_nav li a span {
  /* display: inline-block;
  padding: 0 30px;
  font-weight: bold; */
}
/* #sp_nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color_white01);
  border-right: 2px solid var(--color_white01);
  margin: auto 0;
  rotate: 45deg;
} */


/* tokushima humberger */
#menu-trigger {
  width: 40px;
  height: 40px;
  background-color: var(--color_logo01);
  position: absolute;
  top: 5px;
  right: 10px;
  border-radius: 50%;
  border: none;
}
@media screen and (min-width: 768px),print {
  #menu-trigger {
    top: calc(5 / 1920* 100vw);
  }
}
.menu-trigger-text {
  color: #fff;
  font-size: 10px;
  text-align: center;
  margin-top: 35px;
}
#menu-trigger span {
  background-color: var(--color_white01);
  width: 16px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 2px;;
  height: 2px;
}
#menu-trigger span:nth-of-type(1) {
  top: 16px;
}
#menu-trigger span:nth-of-type(2) {
  top: 22px;
  bottom: auto;
}
#menu-trigger.active span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 20px;
}
#menu-trigger.active span:nth-of-type(2) {
  transform: rotate(45deg);
  top: 20px;
}
#sp_nav {
  background: #fff;
  height: auto;
  width: calc(100% - 30px);
  transform: none;
  top: -9999px;
  left: 15px;
  right: 15px;
  opacity: 0;
  transition: 0.1s top 0s, 0.5s opacity 0s;
  /* padding-top: 0; */
  padding: 30px 30px 40px;
  border-radius: 0 0 30px 30px;
  max-height: calc(100vh - 75px);
  overflow-y: scroll;;
}
#sp_nav.open {
  top: 75px;
  opacity: 1;
}
#sp_nav li {
  border: none;
  color: var(--color_black01);
  padding: 0;
  /* transform: translateY(-20px); */
  opacity: 0;
  transition: 0.5s transform 1s , 0.5s opacity 0.2s;
}


#sp_nav.open li {
  transform: translateY(0);
  opacity: 1;
  border-top: 1px solid #F4E7DB;
  /* transition-delay: 0; */
}
#sp_nav.open li:last-child {
  border-bottom: 1px solid #F4E7DB;
}
/* #sp_nav li + li {
  margin-top: 30px;
} */
/* #sp_nav li a::before {
  border-color: var(--color_black01);
  rotate: 135deg;
} */
.sp_navLink {
  font-size: 1.4rem;;
  display: flex;;
  align-items: center;
  gap: 15px;
  font-weight: bold;
  padding: 15px;
}
.sp_navIconWrap {
  width: 36px;
  text-align: center;
}
.sp_navIcon {
  width: auto;
  height: 24px;
}
.sp_navText {
  width: calc(100% - 51px);
}


.sp_navBtn01Wrap {
  margin-top: 30px;
  /* margin-top: 100px; */
  opacity: 0;
  transition: 0.5s opacity  0.3s;
}
/* .sp_navBtn01Wrap {
  transition-delay: 1.6s;
} */
#sp_nav.open  .sp_navBtn01Wrap {
  opacity: 1;
}
.navBtn01 {
  display: flex;;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  width: 260px;
  height: 50px;
  position: relative;
  border-radius: 25px;;
  margin-left: auto;
  margin-right: auto;
}

.navBtn01 + .navBtn01 {
  margin-top: 20px;
}
.navBtn01.s_01 {
  background-color: var(--color_logo01);
  color: var(--color_white01);
}
.navBtn01.s_02 {
  background-color: var(--color_yellow01);
  color: var(--color_black01);
}
.navBtn01.s_03 {
  background-color: var(--color_gray02);
  color: var(--color_white01);
}
.navBtn01_sub {
  display: inline-flex;;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -11px;
  right: 20px;
  font-size: 1.1rem;
  font-weight: bold;
  /* width: 145px; */
  height: 22px;
  border-radius: 11px;
  padding: 0 12px;
}
.s_01.navBtn01_sub {
  background-color: var(--color_yellow01);
  color: #000;
}
.s_02.navBtn01_sub {
  background-color: var(--color_logo01);
  color: var(--color_white01);
}

.navBtn01_sub::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 97%;
  left: 25px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.s_01.navBtn01_sub::before {
  border-bottom: 4px solid var(--color_yellow01);
  rotate: -45deg;
}
.s_02.navBtn01_sub::before {
  border-bottom: 4px solid var(--color_logo01);
  rotate: -45deg;
}

.navBtn01Text {
  /* position: relative; */
  /* display: inline-block;; */
  /* padding: 0 20px; */
}

@media screen and (min-width: 1000px) {
  .pc_navBtnWrap  {
    display: flex;;
    justify-content: center;;
    gap: calc(10 / 1920* 100vw);;
    margin-left: auto;
  }
  .navBtn01 {
    display: inline-flex;
    width: auto;
    font-size: calc(19 / 1920* 100vw);;
    padding: 0 calc(25 / 1920* 100vw);;
    height: calc(50 / 1920* 100vw);
  }
  .navBtn01 + .navBtn01 {
    margin-top: 0;
  }
  .navBtn01_sub {
    top: calc(-14 / 1920* 100vw);
    right: calc(20 / 1920* 100vw);
    font-size: calc(13 / 1920* 100vw);
    height: calc(22 / 1920* 100vw);
    border-radius: calc(11 / 1920* 100vw);
    padding: 0 calc(12 / 1920* 100vw);
  }
  .navBtn01_sub::before {
    top: 94%;
    left: calc(25 / 1920* 100vw);
  }
}
@media screen and (min-width: 1920px),print {
  .pc_navBtnWrap {
    gap: 10px;
  }
  .navBtn01 {
    display: inline-flex;
    width: auto;
    font-size: 1.8rem;
    padding: 0 25px;
    height: 50px;
  }
  .navBtn01_sub {
    top: -11px;
    right: 20px;
    font-size: 1.1rem;
    height: 22px;
    border-radius: 11px;
    padding: 0 12px;
  }
}
/* Scss Document */
/**************************
**** MV
**************************/
.mv {
  padding: 0 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px),print {
  .mv {
    padding: 0 calc(40 / 1920* 100vw);;
    /* width: 1880px; */
    max-width: 1880px;
    /* min-width: 1280px; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(150 / 1920* 100vw);;
    position: relative;
  }
}
@media screen and (min-width: 1880px),print {
  .mv {
    padding: 0 40px;
    margin-top: 150px;
  }
}
.mv_box {
  background-color: #fff;
  border: 2px solid var(--color_logo01);
  border-radius: 14px;
  color: var(--color_logo01);
  height: calc(93 / 390* 100vw);
  padding: 0 calc(24 / 390* 100vw);;
  display: flex;
  align-items: center;
  justify-content: center;;
}

.mv_textWrap {
  width: calc(300 / 390* 100vw);
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(-30 / 390* 100vw);
  position: relative;
  z-index: 1;
}
.mv_title {
  display: flex;;
  /* flex-wrap: wrap; */
  gap: calc(20 / 390* 100vw);
  justify-content: center;
}
.mv_title01 {
  font-size: calc(36 / 390* 100vw);
  font-weight: bold;
}
.mv_title02 {
  font-size: calc(24 / 390* 100vw);
  font-weight: bold;
  display: block;
}
.mv_title03 {
  font-size: calc(15 / 390* 100vw);
  font-weight: 300;
  display: block;
  background-image : linear-gradient(to right, var(--color_logo01) 4px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x; 
  background-position: left top;
  padding-top: 5px;
}
.mv_btnWrap {
  margin-top: calc(20 / 390* 100vw);;
}
.mv_btnItem + .mv_btnItem {
  margin-top: calc(10 / 390* 100vw);
}
.mv_btnItem.m_btn01 {
  width: calc(300 / 390* 100vw);
}
.mv_textBoxInn {
  position: relative;
}
.mv_searchBtn {
  position: absolute;
  top: calc(5 / 390* 100vw);;
  right: calc(5 / 390* 100vw);;
  width: calc(40 / 390* 100vw);
  height: calc(40 / 390* 100vw);
}

@media screen and (min-width: 768px),print {
  .mv_textWrap {
    width: calc(380 / 1920* 100vw);
    margin-top: 0;
    position: absolute;
    top: calc(60 / 1920* 100vw);
    left: calc(100 / 1920* 100vw);
  }
  .mv_box  {
    height: auto;
    padding: calc(30 / 1920* 100vw) calc(54 / 1920* 100vw);
  }
  .mv_title {
    display: block;
    text-align: center;
  }
  .mv_title01 {
    font-size: calc(84 / 1920* 100vw);;
  }
  .mv_title02 {
    font-size: calc(54 / 1920* 100vw);
    background-image : linear-gradient(to right, var(--color_logo01) 9px, transparent 4px);
    background-size: 13px 2px;
  background-repeat: repeat-x; 
  background-position: left top;
    padding-top: calc(6 / 1920* 100vw);;
    margin-top: calc(6 / 1920* 100vw);
  }
  .mv_title03 {
    font-size: calc(33 / 1920* 100vw);;
    background-image : linear-gradient(to right, var(--color_logo01) 9px, transparent 4px);
    background-size: 13px 2px;
    padding-top: 10px;
    margin-top: 10px;
  }
  .mv_btnWrap {
    margin-top: calc(50 / 1920* 100vw);
  }
  .mv_btnItem.m_btn01 {
    width: 100%;
    font-size: calc(20 / 1920* 100vw);
    padding-left: calc(50 / 1920* 100vw);
    padding-right: calc(50 / 1920* 100vw);
    height: calc(60 / 1920* 100vw);
    min-height: 0;
  }
  .mv_btnItem.m_btn01::before {
    right: calc(20 / 1920* 100vw);
    width: calc(20 / 1920* 100vw);
    height: calc(20 / 1920* 100vw);
  }
  .mv_btnItem.m_btn01::after {
    right: calc(28 / 1920* 100vw);
    width: calc(5 / 1920* 100vw);
    height: calc(5 / 1920* 100vw);
  }
  .mv_btnItem + .mv_btnItem {
    margin-top: calc(20 / 1920* 100vw);;
  }
  .mv_searchBtn {
    top: calc(5 / 1920* 100vw);;
    right: calc(7 / 1920* 100vw);;
    width: calc(50 / 1920* 100vw);;
    height: calc(50 / 1920* 100vw);;
  }
}
@media screen and (min-width: 1880px),print {
  .mv_textWrap {
    width: 380px;
    position: absolute;
    margin-top: 0;
    top: 60px;
    left: 100px;
  }
  .mv_box  {
    height: auto;
    padding: 30px 54px;
  }
  .mv_title {
    display: block;
    text-align: center;
  }
  .mv_title01 {
    font-size: 8.4rem;
  }
  .mv_title02 {
    font-size: 5.4rem;
    background-image : linear-gradient(to right, var(--color_logo01) 9px, transparent 4px);
    background-size: 13px 2px;
  background-repeat: repeat-x; 
  background-position: left top;
    padding-top: 6px;
    margin-top: 6px;
  }
  .mv_title03 {
    font-size: 3.3rem;
    background-image : linear-gradient(to right, var(--color_logo01) 9px, transparent 4px);
    background-size: 13px 2px;
    padding-top: 10px;
    margin-top: 10px;
  }
  .mv_btnWrap {
    margin-top: 50px;
  }
  .mv_btnItem.m_btn01 {
    width: 100%;
    font-size: 2.0rem;
    padding-left: 50px;
    padding-right: 50px;
    height: 60px;


  }
  .mv_btnItem.m_btn01::before {
    width: 20px;
    height: 20px;
    right: 20px;
  }
  .mv_btnItem.m_btn01::after {
    right: 28px;
    width: 5px;
    height: 5px;
  }
  .mv_btnItem + .mv_btnItem {
    margin-top: 20px;
  }
  .mv_searchBtn {
    top: 5px;
    right: 7px;
    width: 50px;
    height: 50px;
  }
}
/* Scss Document */
/**** form ****/
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: center;
}
.form .formWrapper {
  width: 100%;
  margin: 0 auto;
}
.form .formWrapper dl {
  width: 100%;
  margin-bottom: 20px;
}
.form .formWrapper dl dt {
  font-size: 10px;
  font-size: 2.6666666667vw;
  text-align: left;
  padding: 0 0 4px 24px;
}
@media screen and (min-width: 768px) {
  .form .formWrapper dl dt {
    font-size: 11px;
  }
}
.form .formWrapper dl dd {
  width: 100%;
}
.form .formWrapper dl dd input {
  width: 100%;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 24px;
  padding: 10px 32px;
}
@media screen and (max-width: 767px) {
  .form .formWrapper dl dd input {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .form .formWrapper dl dd select {
    font-size: 16px;
  }
}
.form .formWrapper dl dd .dropdown {
  width: 100%;
  height: 48px;
  text-align: left;
  border-radius: 10px;
  position: relative;
}
.form .formWrapper dl dd .dropdown .carat {
  width: 28px;
  height: 20px;
  background: url(../images/ico_drop.svg) no-repeat;
  background-size: cover;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}
.form .formWrapper dl dd .dropdown.open .carat {
  width: 28px;
  height: 20px;
  background: url(../images/ico_drop.svg) no-repeat;
  background-size: cover;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  transform: rotate(180deg);
}
.form .formWrapper dl dd .dropdown .selected {
  line-height: 1;
  padding: 17px 24px;
}
.form .formWrapper dl dd .dropdown li {
  line-height: 1;
  padding: 10px 32px;
}
.form .formWrapper dl dd .dropdown li.focus {
  background: #ffa500;
}
.form .formWrapper dl dd .checkContents {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}
.form .formWrapper dl dd .checkContents li {
  display: block;
  padding: 8px 24px 0px;
}
.form .formWrapper dl dd .icheckbox {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(../images/check.png) no-repeat;
  background-size: cover;
  border: none;
  cursor: pointer;
}
.form .formWrapper dl dd .icheckbox {
  background-position: 0 0;
}
.form .formWrapper dl dd .icheckbox.hover {
  background-position: -20px 0;
}
.form .formWrapper dl dd .icheckbox.checked {
  background-position: -40px 0;
}
.form .formWrapper .searchBtn {
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .form .formWrapper .searchBtn {
    width: 344px;
  }
}
.form .formWrapper .searchBtn a {
  letter-spacing: 1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .form .formWrapper.column {
    width: 712px;
  }
}
@media screen and (min-width: 768px) {
  .form .formWrapper.row {
    width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .form .formWrapper.row.even dl {
    flex-basis: 528px;
    max-width: 528px;
  }
}
@media screen and (min-width: 768px) {
  .form .formWrapper.row.once {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .form .formWrapper.row.once dl {
    flex-basis: 712px;
    max-width: 712px;
  }
}
.form .formWrapper.row.once dl.check {
  flex-basis: 712px;
  max-width: 712px;
}
@media screen and (min-width: 768px) {
  .form .formWrapper.row.once .searchBtn {
    flex-basis: 528px;
    max-width: 528px;
  }
}
.form .formWrapper.row dl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .form .formWrapper.row dl {
    flex-basis: 344px;
    max-width: 344px;
  }
}
.form .formWrapper.row dl.check {
  flex-basis: 100%;
  max-width: 100%;
}
.form .formWrapper.row dl dd .checkContents li {
  padding: 8px 24px 0px;
}
@media screen and (min-width: 768px) {
  .form .formWrapper.row dl dd .checkContents li {
    display: inline-block;
  }
}

/**************************
**** サーチコンテンツ
**************************/




.serchListText02 {
  background: var(--color_gray02);
  color: var(--color_white01);
  font-size: calc(18 / 390* 100vw);
  font-weight: bold;
  padding: 10px;
}
.serchListLinkWrap + .serchListText02 {
  margin-top: calc(30 / 390* 100vw);
}
.searchLinkText02 {
  background-color: var(--color_white01);
  display: flex;;
  justify-content: center;;
  align-items: center;;
  /* min-height: calc(30 / 390* 100vw); */
  font-size: calc(10 / 390* 100vw);;
  position: relative;
  padding: calc(5 / 390* 100vw) calc(5 / 390* 100vw);
  text-align: center;;
  min-height: calc(30 / 390* 100vw);
  line-height: 1.2;
}
.searchLinkText02::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--color_logo01);
  border-right: 1px solid var(--color_logo01);
  rotate: 45deg;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .serchListText02 {
    font-size: 20px;
    padding: 12px 15px;
  }
  .serchListLinkWrap + .serchListText02 {
    margin-top: 45px;
  }
  .searchLinkText02 {
    font-size: 14px;
    min-height: 46px;
    height: 50px;
  }
  .searchLinkText02::before {
    right: 10px;
  }
}

.employment .middleTitle_en {
  font-size: calc(32 / 390* 100vw);
}
@media screen and (min-width: 768px) {
  .employment .middleTitle_en {
    font-size: 52px;
  }
}
.employmentLinkWrap {
  margin-top: calc(30 / 390* 100vw);
  display: flex;;
  flex-wrap: wrap;
  gap: calc(15 / 390* 100vw);
  justify-content: space-between;
}
.employmentLink {
  width: calc(50% - calc(8 / 390* 100vw));
}
@media screen and (min-width: 768px) {
  .employmentLinkWrap {
    margin-top: 65px;
    gap: 20px;
  }
  .employmentLink {
    width: 273px;
  }
}

.conditionsBox {
  background-color: var(--color_gray03);
  padding: calc(30 / 390* 100vw)  calc(10 / 390* 100vw);
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .conditionsBox {
    margin-top: 20px;
    padding: 40px 30px;
  }
}
/* .search_btn > a {
  background-color: var(--color_logo01);
  color: #fff;
  font-size: calc(16 / 390* 100vw);;
  display: flex;;
  justify-content: center;;
  align-items: center;;
  width: 100%;
  height: calc(60 / 390* 100vw);
  margin: calc(30 / 390* 100vw) auto 0;
  border-radius: calc(30 / 390* 100vw);;
  box-shadow: 3px 4px 0px 0px rgba(51,51,51,0.2);
} */
@media screen and (min-width: 768px) {
  /* .search_btn > a {
    font-size: 16px;
    width: 350px;
    height: 60px;
    border-radius: 30px;;
    margin-top: 40px;
  } */
}
.form {
  display: block;
}
.formItem + .formItem {
  margin-top: calc(15 / 390* 100vw);
}
.dropdownWrap {
  margin-top: calc(15 / 390* 100vw);
  margin-bottom: calc(15 / 390* 100vw);
}
.formTitle {
  font-size: calc(12 / 390* 100vw);
  font-weight: bold;
  margin-bottom: calc(5 / 390* 100vw);
  text-align: left;;
}
.textbox {
  border: none;
  width: 100%;
  height: calc(50 / 390* 100vw);
  font-size: calc(16 / 390* 100vw);
  padding: 0 calc(50 / 390* 100vw) 0 calc(25 / 390* 100vw);;
  border-radius: calc(25 / 390* 100vw);;
  box-shadow: 0px 5px 20px 0px rgba(111,94,78,0.25);
}
::placeholder {
  color: #C8C9CA;
}
.dropdown {
  text-align: left;
  border: 1px solid var(--color_gray05);
  border-radius: 4px;;
  font-size: calc(16 / 390* 100vw);
  position: relative;
}
.dropdown::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--color_logo01);
  border-right: 1px solid var(--color_logo01);
  rotate: 135deg;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.dropdown .selected {
  display: flex;
  height: calc(50 / 390* 100vw);
  align-items: center;;
}
.dropdown.s_placeholder .selected {
  color: #C8C9CA;
}
.dropdown li.focus {
  background-color: var(--color_logo01)
}
.check_contents {
  text-align: left;;
}
.check_contents li {
  display: inline-block;;
  margin-right: calc(15 / 390* 100vw);
  margin-bottom: calc(15 / 390* 100vw);;
}

.checkbox {
  padding-left: calc(30 / 390* 100vw);
  display: inline-block;;
  position: relative;
}
.checkbox input[type="checkbox"] {
  display: none;;
}
.checkboxText {
  font-size: calc(16 / 390* 100vw);
}
.checkboxText::before {
  content: "";
  display: block;
  width: calc(20 / 390* 100vw);;
  height: calc(20 / 390* 100vw);;
  border: 1px solid var(--color_gray05);
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0.1em;;
}
.checkboxText::after {
  content: "";
  display: block;
  width: calc(14 / 390* 100vw);;
  height: calc(5 / 390* 100vw);;
  border-left: 1px solid var(--color_logo01);
  border-bottom: 1px solid var(--color_logo01);
  position: absolute;
  left: 0.2em;
  top: 0.5em;
  rotate: -45deg;
  opacity: 0;
}
input[type="checkbox"]:checked + .checkboxText::before {
  border-color: var(--color_logo01)
}
input[type="checkbox"]:checked + .checkboxText::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .formItem + .formItem {
    margin-top: 30px;
  }
  .dropdownWrap {
    margin-bottom: 30px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;

  }
  .dropdownWrap  .formItem + .formItem {
    margin-top: 0;
  }
  .formTitle {
    font-size: 12px;
    margin-bottom: 7px;
  }
  .textbox {
    font-size: calc(20 / 1920* 100vw);;
    height: calc(60 / 1920* 100vw);;
    width: 100%;
    padding: 0 calc(50 / 1920* 100vw);;
  }
  .form dd {
    text-align: left;
  }
  .dropdown {
    height: 50px;
    width: 360px;
    font-size: 16px;
  }
  .dropdown .selected {
    height: 50px;
  }
  .check_contents li {
    margin-right: 50px;
    margin-bottom: 20px;
  }
  .checkbox {
    padding-left: 30px;
    cursor: pointer;;
  }
  .checkboxText {
    font-size: 16px;
  }
  .checkboxText::before {
    width: 20px;
    height: 20px;
  }
  .checkboxText::after {
    width: 14px;
    height: 5px;
  }
}
@media screen and (min-width: 1880px) {
  .textbox {
    font-size: 2.0rem;
    height: 60px;
    width: 100%;
    padding: 0 50px;
  }
}
/**************************
**** インタビュー
**************************/

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

}

.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
}
.slick-next:before,
.slick-prev:before {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: var(--color_black01);
}
.slick-next:before {
  content: "→";
  border: none;
}
.slick-prev:before {
  border: none;
  content: "←";
}
.slick-prev::after,
.slick-next::after {
  background-color: transparent;
  box-shadow: none;;
}

.modalContents {
  display: none;;
}
.modaal-container {
  background-color: transparent;
  max-width: none;

}
.modaal-content-container {
  padding: 30px 10px;
}
.modaal-inner-wrapper {
  padding: 0;
}
.modaal-close {
  right: calc(40 / 390 * 100vw);
  width: calc( 25/ 390* 100vw);
  height: calc(25 / 390* 100vw);
}
.modaal-close:after,
.modaal-close:before {
  top: calc(5 / 390* 100vw);
  width: calc(2 / 390* 100vw);
  height: calc(16 / 390* 100vw);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.modaal-close:hover::after,
.modaal-close:hover::before {
  background-color: #fff;
}
.modaal-wrapper .modaal-close {
  background-color:  rgba(51,51,51,0.8);
}
.modaal-container {
}
@media screen and (min-width: 768px) {
  .modaal-close {
    width: 50px;
    height: 50px;
    top: 50px;
    right: 40px;;
  }
  .modaal-close:after,
  .modaal-close:before {
    width: 2px;
    height: 25px;
  }
}
@media screen and (min-width: 1100px) {
  .modaal-close {
    right: calc(50vw - 570px);
  }
}
@media screen and (max-width: 767px){
  .modaal-close {
    top: 9%;
  }
}


/**************************
**** エリアから探す
**************************/
.m_section {
  margin-top: 75px;
  border-radius: 0 calc(80 / 390* 100vw) 0 0;;
  padding: calc(40 / 390* 100vw) 0 calc(165 / 390* 100vw);;
  background-color: #fff;
  position: relative;
}
.m_section:nth-child(even) {
  border-radius: calc(80 / 390* 100vw) 0 0 0;;
  background-color: var(--color_beige01)
}
.m_section + .m_section {
  margin-top: calc(-80 / 390* 100vw);
}
@media screen and (min-width: 768px),print {
  .m_section {
    border-radius: 0 75px 0 0;
    padding: 80px 0 300px
  }
  .m_section:nth-child(even) {
    border-radius: 75px 0 0 0;
  }
  .m_section + .m_section {
    margin-top: -150px;
  }
}

.sec01_btnWrap {
  margin-top: calc(30 / 390* 100vw);
}
.sec01_btn {
  margin-top: calc(10 / 390* 100vw);
  margin-left: auto;
  margin-right: auto;
}
.sec01_img01 {
  display: none;
}
@media screen and (min-width: 768px),print {
  .sec01_col2 {
    display: flex;;
    justify-content: center;;
    align-items: center;
    gap: 60px;
  }
  .sec01_map {
    width: 780px;
  }
  .sec01_btnWrap  {
    margin-top: 0;
    width: 360px;
  }
  .sec01_btn {
    margin-top: 20px;
  }
  .sec01 {
    position: relative;
    margin-top: 155px;
  }
  .sec01_img01 {
    display: block;
    position: absolute;
    top: calc(-130 / 1920* 100vw);;
    right: 8.33%;;
    width: 7.81%;
  }


}
@media screen and (min-width: 1920px),print {
  .sec01_img01 {
    width: 150px;
    top: -130px;
    right: 160px
  }
}
/**************************
**** 職種,業種名
**************************/
.sec02_btn01,
.sec03_btn01 {
  margin-top: calc(10 / 390* 100vw);
  margin-left: auto;
  margin-right: auto;
}
.sec02_btn02,
.sec03_btn02 {
  margin-top: calc(40 / 390* 100vw);
  margin-left: auto;
  margin-right: auto;;
}
.sec02_img01,
.sec02_img02 {
  display: none;;
}
@media screen and (min-width: 768px) {
  .sec02_tglContents,
  .sec03_tglContents {
    display: block !important;
  }
  .sec02_btn02,
  .sec03_btn02 {
    display: none;;
  }
  .sec02_btnWrap,
  .sec03_btnWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 10;
  }
  .sec02_btn01,
  .sec03_btn01 {
    margin-top: 0
  }
  .sec02_btn01,
  .sec03_btn01 {
    /* width: 386px; */
    width: 48%;
    height: 80px;
    border-radius: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  .sec02 {
    position: relative;
  }
  .sec02_img01 {
    display: block;
    position: absolute;
    top: calc(-265 / 1920* 100vw);;
    left: 3.125%;
    width: 15.5%;
    max-width: 200px;
  }
  .sec02_img02 {
    display: block;
    position: absolute;
    top: calc(-457 / 1920* 100vw);;
    right: 0;
    width: 14.5%;
    max-width: 280px;
  }
}
@media screen and (min-width: 1200px),print {
  .sec02_btn01,
  .sec03_btn01 {
    max-width: 386px;
    width: 30.15625%;
    padding-left: 25px;
    padding-right: 35px;
  }
}
@media screen and (min-width: 1920px),print {
  .sec02_img01 {
    position: absolute;
    top: -265px;
    left: 60px;
    width: 200px;
  }
  .sec02_img02 {
    position: absolute;
    top: -457px;
    right: 0;
    width: 280px;
  }
}

/**************************
**** その他の方法
**************************/
.sec04.m_section {
  padding-bottom: calc(50 / 390* 100vw);
}
.sec04_btn01 {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: calc(20 / 390* 100vw);
  width: 100%;
  height: calc(100 / 390* 100vw);
  box-shadow: 0px 5px 20px 0px rgba(111,94,78,0.25);
  gap: calc(20 / 390* 100vw);
  font-weight: bold;
  padding: calc(20 / 390* 100vw) calc(50 / 390* 100vw) calc(20 / 390* 100vw) calc(30 / 390* 100vw);;
  position: relative;
  margin-top: calc(10 / 390* 100vw);;
}
.sec04_btn01::before {
  content: "";
  display: block;
  width: calc(20 / 390* 100vw);;
  height: calc(20 / 390* 100vw);;
  background-color: var(--color_logo01);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc(20 / 390* 100vw);

}
.sec04_btn01::after {
  content: "";
  display: block;
  width: calc(5 / 390* 100vw);;
  height: calc(5 / 390* 100vw);;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc(28 / 390* 100vw);
  rotate: -45deg;
}

.sec04_btn01_icon {
  width: calc(70 / 390* 100vw);
}
.sec04_btn01_icon02 {
  width: calc(245 / 390* 100vw);
}
.sec04_btn01_text01 {
  font-size: calc(14 / 390* 100vw);
}
.sec04_btn01_text02 {
  font-size: calc(11 / 390* 100vw);
}
.sec04_img01,
.sec04_img02 {
  display: none;;
}
@media screen and (min-width: 768px),print {
  .sec04.m_section {
    padding-bottom: 40px;
  }
  .sec04_btnWrap_01 {
    display: flex;;
    flex-wrap: wrap;
    gap: calc(15 / 1920* 100vw);;
  }
  .sec04_btn01 {
    border-radius: 20px;
    height: 100px;
    gap: 20px;
    margin-top: 0;
    padding: 20px 50px 20px 30px;
    width: 48%;;
  }
  .s_typeB .sec04_btn01 {
    width: 48%;
  }
  .sec04_btn01::before {
    width: 20px;
    height: 20px;
    right: 20px;
  }
  .sec04_btn01::after {
    width: 5px;
    height: 5px;
    right: 28px;
  }
  .sec04_btn01_icon {
    width: 70px;
  }
  .sec04_btn01_text01 {
    font-size: 2.0rem
  }
  .sec04_btn01_text02 {
    font-size: 1.4rem;
  }
  .sec04_img01 {
    display: block;
    position: absolute;
    top: calc(-210 / 1920* 100vw);;
    left: 0;
    width: 11.02%;
    max-width: 250px;
  }
  .sec04_img02 {
    display: block;
    position: absolute;
    top: calc(-130 / 1920* 100vw);;
    right: calc(110 / 1920* 100vw);;
    width: 10.416%;
    max-width: 200px;
  }
  .sec04_btn01_icon02 {
    width: 245px;
  }
}
@media screen and (min-width: 1300px),print {
  .sec04_btnWrap_01 {
    gap: 15px;
  }
  .sec04_btn01 {
    max-width: 390px;
    width: 32.5%;
  }
  .s_typeB .sec04_btn01 {
    width: 590px;
    max-width: 590px;
  }
}
@media screen and (min-width: 1600px),print {
  .sec04_img01 {
    display: block;
    position: absolute;
    top: calc(-610 / 1920* 100vw);;
    left: 0;
    width: 13.02%;
    max-width: 250px;
  }
}
@media screen and (min-width: 1920px),print {
  .sec04_img01 {
    top: -610px;
    width: 250px;
  }
  .sec04_img02 {
    top: -130px;
    right: 110px;
    width: 200px;
  }
}

/**************************
**** sec05
**************************/
.sec05 {
  background: url(../images/sec05_bg_sp.png) no-repeat center top  #CBD795;
  padding: calc(95 / 390* 100vw) 0 calc(60 / 390* 100vw);;
  background-size: 100%;
}
@media screen and (min-width: 768px),print {
  .sec05 {
    background: url(../images/sec05_bg_pc.png) no-repeat center top #CBD795;
    padding: 230px 0 120px;
    background-size: 100%;
    position: relative;
  }
}

/* スライダー全体 */
.sec05_slider-wrapper {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
  gap: 10px;
}
/* スライド3枚のグループ */
.sec05_slider {
  animation: scroll-left 40s infinite linear .5s both;
  display: flex; /* スライド3枚を横並び */
  gap: 10px;
}
/* スライド */
.sec05_slide {
  width: calc(200 / 390* 100vw);;
}
/* スライドの画像 */
.sec05_slide img {
  display: block;
  width: 100%;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 768px),print {
  .sec05_slider-wrapper {
    gap: 20px;
  }
  .sec05_slider {
    gap: 20px;
  }
  .sec05_slide  {
    width: 400px;
  }
}

/**************************
**** 移住・就職支援金
**************************/
.sec06 {
  background-color: #fff;
  padding: calc(40 / 390* 100vw) 0 calc(75 / 390* 100vw);
}
@media screen and (min-width: 768px),print {
  .sec06 {
    padding: 80px 0 150px;
  }
}
.sec06_text01 {
  font-size: calc(14 / 390* 100vw);
}
.sec06_text02 {
  font-size: calc(10 / 390* 100vw);
}
.sec06_list01 {
  margin: calc(5 / 390* 100vw) 0;
}
.sec06_list01Item {
  margin-top: calc(5 / 390* 100vw);
}
.sec06_btnWrap01 {
  width: calc(320 / 390* 100vw);
  margin: calc(15 / 390* 100vw) auto 0;
  display: flex;;
  flex-direction: column;
  gap: calc(10 / 390* 100vw);
}

@media screen and (min-width: 768px) {
  .sec06_text01 {
    font-size: 1.6rem;
  }
  .sec06_text02 {
    font-size: 1.2rem;
  }
  .sec06_btnWrap01 {
    width: 100%;
    margin: 30px auto 0;
    flex-direction: row;
    gap: 20px;
    justify-content: center;;
  }
  .sec06_btn01.m_btn01 {
    width: 360px;
  }
  .sec06_list01Wrap {
    text-align: center;
  }
  .sec06_list01 {
    margin: 10px 0;
    display: inline-block;;
  }
  .sec06_list01Item {
    margin-top: 10px
  }

}
.sec06_list02 {
  display: flex;
  flex-direction: column;
  gap: calc(10 / 390* 100vw);
}
.sec06_list02Item {
  background-color: var(--color_beige01);
  border-radius: calc(20 / 390* 100vw);
  display: flex;;
  gap: calc(15 / 390* 100vw);
  align-items: center;
  padding: calc(15 / 375* 100vw);
}
.sec06_list02Img {
  width: calc(100 / 390* 100vw);
}
.sec06_list02Text {
  font-size: calc(14 / 375* 100vw);
  font-weight: bold;
}
@media screen and (min-width: 768px),print {
  .sec06_list02 {
    gap: 20px;
    flex-direction: row;
  }
  .sec06_list02Item {
    border-radius: 20px;
    gap: 30px;
    flex-direction: column;
    padding: 40px 32px;
    width: 224px;
  }
  .sec06_list02Img {
    width: 160px;
  }
  .sec06_list02Text {
    font-size: 1.6rem;
  }
}
.sec06_btnWrap02 {
  margin: calc(40 / 390* 100vw) 0 calc(15 / 390* 100vw);;
}
.sec06_btn02.m_btn01 {
  font-size: calc(18 / 390* 100vw);
  text-align: center;
  height: calc(80 / 390* 100vw);
  width: 100%;
}
@media screen and (min-width: 768px),print {
  .sec06_btnWrap02 {
    margin: 80px 0 30px;
  }
  .sec06_btn02.m_btn01 {
    font-size: 2.0rem;
    height: 80px;
    width: 520px;
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

/**************************
**** sec07
**************************/
.sec07 {
  padding: calc(40 / 390* 100vw) 0;
}
.sec07_titleImg {
  width: calc(270 / 390* 100vw);
}
@media screen and (min-width: 768px),print {
  .sec07 {
    padding: 80px 0
  }
  .sec07_titleImg {
    width: 324px;
  }

}
.sec07_list {
  margin-top: calc(20 / 390* 100vw);
  display: flex;;
  gap: calc(10 / 390* 100vw);
  flex-direction: column;
}
.sec07_listLink {
  display: block;
  /* display: flex;;
  align-items: center; */
  width: calc(350 / 390* 100vw);
  /* height: calc(80 / 390* 100vw); */
  width: 100%;
  padding: calc(15 / 390* 100vw) calc(15 / 375* 100vw)  calc(20 / 390* 100vw);
  background-color: #fff;
  font-size: calc(14 / 390* 100vw);
  font-weight: bold;;
  border-radius: calc(20 / 390* 100vw);
  box-shadow: 0px 5px 20px 0px rgba(111,94,78,0.25);
  
}
.sec07_listText {
  position: relative;
  display: block;
  padding-right: calc(50 / 390* 100vw);
  margin-top: 15px;

}
.sec07_listText::before {
  content: "";
  display: block;
  width: calc(20 / 390* 100vw);;
  height: calc(20 / 390* 100vw);;
  background-color: var(--color_logo01);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;

}
.sec07_listText::after {
  content: "";
  display: block;
  width: calc(5 / 390* 100vw);;
  height: calc(5 / 390* 100vw);;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc(9 / 390* 100vw);
  rotate: -45deg;
}

@media screen and (min-width: 768px),print {
  .sec07_list {
    margin-top: 40px;
    gap: 20px;
    flex-direction: row;
  }
  .sec07_listItem {
    width: 25%;
  }
  .sec07_listLink {
    /* width: 285px; */
    /* min-height: 100px ; */
    padding: 15px 15px 35px;
    font-size: 2.0rem;
    border-radius: 20px;
    height: 100%;
  }
  .sec07_listText {
    /* margin-top: 32px; */
    margin-top: 15px;
    display: flex;
    align-items: center;
    height: 34%;
    padding-right: 30px;
  }
  .sec07_listText::before {
    width: 20px;
    height: 20px;
    right: 0;
  }
  .sec07_listText::after {
    width: 5px;
    height: 5px;
    right: 9px;
  }
}
@media screen and (min-width: 1000px),print {
  .sec07_listLink {
    max-width: 285px;
    font-size: 2.0rem;
    border-radius: 20px;
  }
}
/**************************
**** js
**************************/

.js_tglBtn {
  cursor: pointer;
}
.js_tglArea.s_close .js_tglContents {
  display: none;;
}

.js_modalArea {
  position: fixed;
  inset: 0;
  /* margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100vw;
  height: 100vh; */
  z-index: 999;
  visibility: hidden;;
  opacity: 0;
  transition: 0.3s;
}
.js_modalArea.s_show {
  visibility: visible;
  opacity: 1;
} 
.js_modalLayer {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100vw;
  height: 100vh;
  inset: 0;
}
.js_modalContents {
  background-color: #fff;
  width: 100vw;
  border-radius: calc(30 / 390* 100vw) calc(30 / 390* 100vw) 0 0;
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  padding-top: calc(40 / 375* 100vw);
  padding-bottom: calc(60 / 375* 100vw);
  transition: 0.5s bottom 0.2s;
}
.s_show .js_modalContents {
  bottom: 0;
}
.js_modalClose {
  text-indent: -9999px;
  width: calc(40 / 390* 100vw);
  height: calc(40 / 390* 100vw);
  background-color: var(--color_logo01);
  border-radius: 50%;
  position: absolute;
  top: calc(15 / 390* 100vw);
  right: calc(15 / 390* 100vw);
  border: none;
  cursor: pointer;
}
.js_modalClose::before,
.js_modalClose::after {
  content: "";
  display: block;
  width: calc(16 / 390* 100vw);;
  height: calc(2 / 390* 100vw);;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
}
.js_modalClose::before {
  rotate: 45deg
}
.js_modalClose::after {
  rotate: -45deg
}
.modal_title {
  text-align: center;
}
.modal_list01 {
  margin-top: calc(30 / 390* 100vw);;
  max-height: 52vh;
  overflow-y: scroll;
}
.modal_list01Item {
  border-top: 1px solid #F4E7DB;
}
.modal_list01Item:last-child {
  border-bottom: 1px solid #F4E7DB;
}
.modal_list01Link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: calc(10 / 390* 100vw);
  font-size: calc(14 / 390* 100vw);
  font-weight: bold;
  position: relative;
  height: calc(60 / 390* 100vw);
}
.modal_list01Link::before {
  content: "";
  display: block;
  width: calc(20 / 390* 100vw);;
  height: calc(20 / 390* 100vw);;
  background-color: var(--color_logo01);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc(20 / 390* 100vw);
}
.modal_list01Link::after {
  content: "";
  display: block;
  width: calc(5 / 390* 100vw);;
  height: calc(5 / 390* 100vw);;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc(28 / 390* 100vw);
  rotate: -45deg;
}
.modal_list01LinkFontS {
  font-size: calc(11 / 390* 100vw);
}
@media screen and (min-width: 768px),print {
  .js_modalLayer {
    width: 100%;
    height: 100%;
  }
  .js_modalContents {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 120px;
    border-radius: 50px 50px 0 0;
  }
  .js_modalClose  {
    width: 50px;
    height: 50px;
    top: 30px;
    right: 30px;

  }
  .js_modalClose::before,
  .js_modalClose::after {
    width: 20px;
    height: 2px;
  }
  .modal_list01 {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .modal_list01Item {
    border-bottom: 1px solid #F4E7DB;
    width: 380px;
  }
  .modal_list01Link {
    padding: 10px 50px 10px 15px;
    font-size: 1.6rem;
    height: 70px;
  }
  .modal_list01Link::before {
    width: 20px;
    height: 20px;
    right: 20px;
  }
  .modal_list01Link::after  {
    width: 5px;
    height: 5px;
    right: 28px;
  }
  .modal_list01LinkFontS {
    font-size: 1.4rem;
  }
}
/**************************
**** フッター
**************************/
/*=== ページトップへ ===*/
.pageTop {
  height: 0px;
  text-align: right;
  overflow: hidden;
  z-index: 400;
}

.pageTop > div {
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--color_logo01);
  /* border: 3px solid #fff; */
  z-index: 10;
  border-radius: 50%;;
}
@media screen and (min-width: 768px) {
  .pageTop > div {
    width: 56px;
    height: 56px;
  }
}
.pageTop > div::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


.pageTop > div:hover {
  /* opacity: 0.4; */
}

#footer {
  text-align: center;
  background-color: #6F5E4E;
  color: #fff;
  padding: 20px 0;
  font-size: 12px;
  font-size: calc(12 / 390* 100vw);
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 31px 0;
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */