@charset "UTF-8";
/**** rest *********************************/
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;
  box-sizing: border-box;
}

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

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

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  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-spacing: 0;
  border-collapse: collapse;
}

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

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

html {
  font-size: 62.5%;
  /*フォントの基準サイズを10pxにする*/
}

body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  box-sizing: border-box;
  /*paddingやborderの大きさもwidthとheightに含める*/
  background-color: #f7f3ea;
}

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

a:hover {
  transition: 0.5s;
}

a:hover {
  opacity: 0.7;
}

.clear::after {
  content: "";
  clear: both;
  display: block;
}

header,
main,
footer {
  width: 100%;
}

.wrapper {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.flex {
  display: flex;
}
.flex.-c {
  justify-content: center;
}
.flex.-sb {
  justify-content: space-between;
}
.flex.-e {
  justify-content: end;
}

.wrapper-hd-section {
  max-width: 1100px;
  margin: 0 auto;
}

.hd-section {
  font-size: 4.2rem;
  padding: 64px 0;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hd-section {
    font-size: 3rem;
    padding: 30px 0;
  }
}

.btn {
  margin: 32px 0;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 868px) {
  .btn {
    margin: 20px 0;
  }
}
.btn a {
  padding: 12px 70px;
  background-color: #ad9879;
  color: #fff;
  border-radius: 50px;
}
.btn a:hover {
  background-color: #ff909d;
}

section {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 30px 0;
  }
}

.txt-center {
  text-align: center;
}

/* ヘッダー　　***************************** */
/****　ヘッダー　**********************************/
header {
  width: 100%;
  margin: 0 auto;
  /*← fixedでヘッダー固定 */
  position: fixed;
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  z-index: 1000;
}

.head-inner {
  margin: 0 auto;
}

a.btn-request {
  background-color: #ff909d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 100px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  a.btn-request {
    width: 60%;
    margin: 0 auto;
  }
}

/****　ハンバーガーメニュー　**********************************/
.hamburger {
  margin: 0 auto 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-weight: bold;
  padding-left: 30px;
  font-size: 2.4rem;
  width: 350px;
}
@media screen and (max-width: 1100px) {
  .logo {
    font-size: 1.6rem;
    padding: 10px 30px;
  }
}
.logo span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.24rem;
}
@media screen and (max-width: 1100px) {
  .logo span {
    font-size: 1rem;
    letter-spacing: 0.14rem;
    line-height: 1.2;
  }
}

.hamburger .btn-gNav {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 12;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 600ms;
}

.hamburger .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #000;
  border-radius: 10px;
  transition: all 600ms;
}

.hamburger .btn-gNav span:nth-child(1) {
  top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
  top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
  top: 20px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
  /* background: #ffffff; */
  top: 6px;
  transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
  top: 6px;
  /* background: #ffffff; */
  transform: rotate(45deg);
}

.btn-gNav {
  display: none;
}

.gNav .gNav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.gNav .gNav-menu li {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 1100px) {
  .gNav .gNav-menu li {
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 1100px) {
  .btn-gNav {
    display: block;
  }
  .gNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    /* ハンバーガーメニューOPEN時の背景 */
    background-color: #ebe3d6;
    opacity: 1;
    z-index: 1;
    padding-top: 50px;
    transition: 0.6s;
  }
  .gNav.open {
    right: 0;
  }
  .gNav .gNav-menu {
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    flex-direction: column;
    text-align: center;
  }
  .gNav .gNav-menu li {
    padding: 15px;
    font-size: 2rem;
  }
}
.btn-hd-request a {
  background-color: #ff909d;
  color: #333;
  width: 160px;
  height: 80px;
}

/* 働き教育センターとは　***********************/
.about {
  background-image: url(../img/bg-kugiri-career-upper.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 100px;
  }
}

.wrapper-box-ceter {
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .wrapper-box-ceter {
    flex-direction: column;
  }
}

.box-ceter {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .box-ceter {
    width: 100%;
    margin-bottom: 90px;
  }
}
.box-ceter img {
  border-radius: 20px;
  width: 100%;
}

.info-centerarea {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: -30px;
}
.info-centerarea.center01 {
  width: 100%;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/bg-center-area01.svg);
  padding: 5px 5px 10px 30px;
}
.info-centerarea.center02 {
  width: 100%;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/bg-center-area02.svg);
  padding: 5px 5px 10px 25px;
}
.info-centerarea.center03 {
  width: 90%;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/bg-center-area03.svg);
  padding: 5px 5px 10px 30px;
}

.smalltxt {
  font-size: 80%;
}

.info-centername {
  margin: 10px 0 5px;
}

.center-address,
.center-area-s {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 5px;
}

.about-for {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about-for {
    width: 60%;
  }
}

.hd-about-illust {
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .hd-about-illust {
    width: 100%;
  }
}

.bg-about-img {
  background-image: url(../img/bg-about-map.svg);
  background-position: right 30% top 540px;
  background-repeat: no-repeat;
  background-size: 688px;
}
@media screen and (max-width: 768px) {
  .bg-about-img {
    background-size: contain;
    background-position: right 30% top 540px;
  }
}

.hd-about {
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hd-about {
    font-size: 2.4rem;
  }
}
.hd-about .hd-about-info {
  font-size: 2rem;
}
.hd-about span {
  font-size: 5.4rem;
}
@media screen and (max-width: 868px) {
  .hd-about span {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 480px) {
  .hd-about span {
    font-size: 2.4rem;
  }
}

.about-copy {
  writing-mode: vertical-rl;
  font-size: 2rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .about-copy {
    line-height: 1.6;
    writing-mode: horizontal-tb;
    font-size: 1.6rem;
    margin: 0px auto;
    width: 80%;
    line-height: 2;
  }
}

.about-groupinfo {
  width: 400px;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 30px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-groupinfo {
    width: 100%;
    padding: 0 30px 20px;
    position: static;
    margin: 350px 0 0;
  }
}
.about-groupinfo dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.about-groupinfo dt {
  font-weight: bold;
  width: 30%;
  padding: 5px 0;
}
.about-groupinfo dd {
  width: 70%;
  font-size: 1.4rem;
  padding: 5px 0 10px;
}
.about-groupinfo dd span {
  font-size: 1.6rem;
}

.dot-uline {
  border-bottom: 1px dashed #333;
}

.hd-groupinfo {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: -18px;
}
@media screen and (max-width: 768px) {
  .hd-groupinfo {
    font-size: 1.6rem;
  }
}

.hd-tateline {
  writing-mode: vertical-rl;
  font-size: 3rem;
  border-right: 3px solid #333;
  border-left: 3px solid #333;
  padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  .hd-tateline {
    margin: 50px auto 0;
    font-size: 2rem;
  }
}

.ittai-copy {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 40px 0 80px;
}
@media screen and (max-width: 768px) {
  .ittai-copy {
    font-size: 2rem;
    margin: 20px 0 40px;
  }
}

.wrapper-ittai {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .wrapper-ittai {
    flex-direction: column;
  }
}

.box-hd-ittai {
  width: 12%;
}
@media screen and (max-width: 768px) {
  .box-hd-ittai {
    width: 100%;
  }
}

.box-ittai {
  width: 80%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .box-ittai {
    width: 100%;
    margin-top: 20px;
  }
}

.wrapper-4i {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: url(../img/blackbox.svg);
  background-size: 180px;
  background-repeat: no-repeat;
  background-position: top 150px center;
}
@media screen and (max-width: 768px) {
  .wrapper-4i {
    background-size: 100px;
  }
}

.box-4i-parts {
  background-color: #fff;
  width: 45%;
  border-radius: 20px;
  padding: 0 10px 20px;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .box-4i-parts {
    width: 49%;
    margin-bottom: 40px;
  }
}

.hd-ittai {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: -18px;
}
@media screen and (max-width: 768px) {
  .hd-ittai {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .hd-ittai {
    position: static;
    padding: 10px 0;
  }
}

.mhd {
  background-color: #f1eee9;
  padding: 5px;
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mhd {
    font-size: 1.2rem;
  }
}

.cl-konan {
  background-color: #ff909d;
  color: #fff;
}

.ittai-contents {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ittai-contents li {
    font-size: 1.2rem;
  }
}

.wrapper-schoolname {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .wrapper-schoolname {
    flex-direction: column;
  }
}

.ittai-contents .schoolname {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .ittai-contents .schoolname {
    width: 100%;
  }
}
.ittai-contents .schoolname li {
  font-size: 1rem;
}

/* 就職について　***********************/
.career {
  background-color: #ebe3d6;
  position: relative;
}
.career .bg-section-hd {
  width: 100%;
  background-image: url(../img/bg-hd-career.svg);
  background-repeat: no-repeat;
  background-size: auto 150px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .career .bg-section-hd {
    background-size: auto 80px;
    position: static;
  }
}
.career .hd-section {
  writing-mode: vertical-rl;
  padding-left: 80px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .career .hd-section {
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 768px) {
  .career .hd-section {
    position: static;
    padding-left: 0;
    text-align: center;
  }
}

.box-careerrate {
  margin: 0 auto;
  text-align: center;
  background-image: url(../img/career-rate-deco.svg);
  background-repeat: no-repeat;
  background-size: 230px;
  background-position: right 0 center;
  position: relative;
}
@media screen and (max-width: 868px) {
  .box-careerrate {
    background-image: url(../img/career-rate-deco02.svg);
    background-size: 350px;
    background-position: right 0 center;
  }
}
@media screen and (max-width: 768px) {
  .box-careerrate {
    width: 100%;
    background-image: url(../img/career-rate-deco-sp.svg);
    background-size: 100%;
    background-position: top 40px center;
  }
}

.hd-careerrate {
  background-color: #ff909d;
  padding: 10px 30px;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .hd-careerrate {
    font-size: 1.6rem;
  }
}

.careerrate {
  font-size: 22rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .careerrate {
    font-size: 12rem;
  }
}
.careerrate span {
  font-size: 14rem;
}
@media screen and (max-width: 768px) {
  .careerrate span {
    font-size: 8rem;
  }
}

.careerrate-hosoku {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.career-copy {
  font-size: 3rem;
  font-weight: bold;
  margin: 60px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .career-copy {
    font-size: 1.6rem;
    margin: 30px auto;
  }
}
.career-copy span {
  background-color: #ff909d;
  color: white;
  font-size: 150%;
  padding: 2px 10px;
  border-radius: 20px;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .career-copy span {
    font-size: 2rem;
    margin: 0 2px;
  }
}

.box-jobkon-system {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 50px 50px;
}
@media screen and (max-width: 768px) {
  .box-jobkon-system {
    padding: 10px 10px 40px;
  }
}

.hd-jobkon-system {
  text-align: center;
  font-size: 3rem;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .hd-jobkon-system {
    font-size: 2rem;
  }
}

.box-jobkon-contents {
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  background-color: #f7f3ea;
  border-radius: 20px;
  padding: 30px 50px;
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (max-width: 868px) {
  .box-jobkon-contents {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .box-jobkon-contents {
    max-width: 100%;
    flex-direction: column;
    padding: 20px 30px;
  }
}
.box-jobkon-contents li {
  font-size: 1.4rem;
  list-style-position: inside;
}

.jobkon-contents-l {
  width: 12%;
}
@media screen and (max-width: 868px) {
  .jobkon-contents-l {
    width: 6%;
  }
}
@media screen and (max-width: 768px) {
  .jobkon-contents-l {
    width: 100%;
  }
}

.jobkon-contents-m {
  width: 44%;
}
@media screen and (max-width: 868px) {
  .jobkon-contents-m {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .jobkon-contents-m {
    width: 100%;
  }
}

.jobkon-contents-r {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .jobkon-contents-r {
    width: 100%;
  }
}

.jobkon-year {
  writing-mode: vertical-lr;
  letter-spacing: 0.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .jobkon-year {
    writing-mode: horizontal-tb;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.jobkon-year span {
  font-size: 2.4rem;
  display: block;
}

.arrow {
  width: 22px;
  z-index: 1;
  position: absolute;
  top: 200px;
  left: 74px;
}
@media screen and (max-width: 868px) {
  .arrow {
    top: 160px;
    left: 34px;
  }
}
@media screen and (max-width: 768px) {
  .arrow {
    top: auto;
    bottom: -30px;
    left: 48%;
    z-index: 0;
  }
}

.arrow02 {
  width: 86px;
  z-index: 1;
  position: absolute;
  top: 120px;
  left: 10px;
}
@media screen and (max-width: 868px) {
  .arrow02 {
    top: 130px;
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .arrow02 {
    width: 200px;
    top: auto;
    bottom: -36px;
    left: 32%;
    z-index: 0;
  }
}

.hd-jobkon {
  background-color: #e8e0d3;
  padding: 4px 30px;
  border-radius: 20px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 868px) {
  .hd-jobkon {
    font-size: 1.4rem;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .hd-jobkon {
    display: block;
    text-align: center;
  }
}

.box-jobkon-info {
  margin: 20px auto;
}

.jobkon-info {
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 13px solid #fadedb;
  display: inline;
}

.jobkon-info2 {
  font-size: 1.4rem;
}

.jobkon-attention {
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .jobkon-attention {
    width: 90%;
    margin: 0 auto;
  }
}

.bg-renkei {
  background-image: url(../img/bg-jobkon-company.svg);
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: left 10% top 0px;
  overflow: visible;
}

.box-yotei {
  width: 372px;
  margin: 80px auto 0px;
}
@media screen and (max-width: 768px) {
  .box-yotei {
    width: 60%;
  }
}

.hd-renkeititle {
  text-align: center;
  font-size: 2.4rem;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .hd-renkeititle {
    font-size: 2rem;
  }
}

.wrapper-hd-renkei {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .wrapper-hd-renkei {
    flex-direction: column;
  }
}

.hd-renkei {
  width: 30%;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .hd-renkei {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
  }
}

.renkei-copy {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .renkei-copy {
    width: 100%;
  }
}

.wrapper-renkei {
  margin-bottom: 100px;
  position: relative;
}

.hd-renkei-deco {
  font-size: 2rem;
  color: #ad9879;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.24rem;
  position: absolute;
  left: -60px;
  top: 10px;
}

.companyinfo {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .companyinfo {
    flex-direction: column;
  }
}
.companyinfo > div {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .companyinfo > div {
    width: 100%;
    margin-bottom: 40px;
  }
}
.companyinfo > div p {
  font-size: 1.4rem;
}
.companyinfo > div img {
  border-radius: 20px;
  width: 100%;
}
.companyinfo p {
  font-size: 1.4rem;
}

/* 働き教育センターの事業内容　***********************/
.service {
  position: relative;
  background-image: url(../img/bg-kugiri-carrer-bottom.svg), url(../img/bg-kugiri-service-upper.svg);
  background-position: top, bottom;
  background-repeat: no-repeat, no-repeat;
}
.service .bg-section-hd {
  width: 100%;
  background-image: url(../img/bg-hd-service.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 150px;
}
@media screen and (max-width: 768px) {
  .service .bg-section-hd {
    background-size: auto 80px;
  }
}
.service .hd-section {
  text-align: center;
}

.btn-konan {
  background-color: #ff909d;
  padding: 2px 16px;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
  margin: 0 0 5px 5px;
}
@media screen and (max-width: 868px) {
  .btn-konan {
    font-size: 1.2rem;
  }
}

.btn-koura {
  background-color: #88c580;
  padding: 2px 16px;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
  margin: 0 0 5px 5px;
}
@media screen and (max-width: 868px) {
  .btn-koura {
    font-size: 1.2rem;
  }
}

.wrapper-servicelink {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .wrapper-servicelink {
    flex-direction: column;
  }
}
.wrapper-servicelink > a {
  width: 33.3333%;
  text-align: center;
  border-right: 1px dashed #333;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .wrapper-servicelink > a {
    width: 100%;
    border-right: none;
    padding: 10px 0;
    border-bottom: 1px dashed #333;
  }
}
.wrapper-servicelink > a:nth-child(4) {
  border-right: none;
}
.wrapper-servicelink > a:hover {
  background-color: #e8e0d3;
}
.wrapper-servicelink > div:nth-child(3) {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .wrapper-servicelink p {
    font-size: 1.2rem;
  }
}

.service-listtitle {
  font-weight: bold;
  margin: 20px auto;
}
@media screen and (max-width: 868px) {
  .service-listtitle {
    font-size: 1.4rem;
  }
}

.btn-click {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 8px;
}
.btn-click span {
  display: block;
}

.wrapper-service {
  display: flex;
}
@media screen and (max-width: 768px) {
  .wrapper-service {
    flex-direction: column;
  }
}

.box-service-title {
  width: 34%;
  margin-top: 80px;
  position: relative;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .box-service-title {
    width: 100%;
  }
}
.box-service-title.teityaku {
  background-image: url(../img/service-teityaku-hdimg.png);
  background-position: top 300px left 0;
}
.box-service-title.ikou {
  background-image: url(../img/service-ikou-hdimg02.png);
  background-position: top 250px left -30px;
}
.box-service-title.keizoku {
  background-image: url(../img/service-keizoku-hdimg.png);
  background-position: top 340px left 0;
}
.box-service-title.sentaku {
  background-image: url(../img/service-sentaku-hdimg.png);
  background-position: top 290px left 0;
}

.hd-service-title {
  writing-mode: vertical-rl;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.6rem;
  position: absolute;
  top: 0;
  left: 160px;
}
@media screen and (max-width: 868px) {
  .hd-service-title {
    position: static;
  }
}
.hd-service-title span {
  transform: rotate(-90deg);
  display: inline-block;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .hd-service-title span {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 768px) {
  .hd-service-title {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    writing-mode: horizontal-tb;
    position: static;
    text-align: center;
  }
}

.hd-service-title-area {
  color: #ad9879;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  transform: rotate(-90deg);
  position: absolute;
  top: 120px;
  left: 0;
}
@media screen and (max-width: 868px) {
  .hd-service-title-area {
    font-size: 1.2rem;
    top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .hd-service-title-area {
    position: static;
    transform: none;
    text-align: center;
  }
}

.box-service-contents {
  width: 66%;
  margin-top: 80px;
}
@media screen and (max-width: 868px) {
  .box-service-contents {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .box-service-contents {
    width: 100%;
    margin-top: 30px;
  }
}

.box-service-matome {
  background-color: #ebe3d6;
  border-radius: 20px;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .box-service-matome {
    padding: 20px 20px;
  }
}

.service-attention {
  font-size: 1.2rem;
}

.service-copy {
  font-size: 2rem;
  font-weight: bold;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  .service-copy {
    font-size: 1.6rem;
    margin: 10px 0;
  }
}

.limit-number {
  display: inline-block;
  width: 80px;
  position: relative;
  bottom: -10px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .limit-number {
    width: 60px;
  }
}

.service-contents-point li {
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .service-contents-point li {
    padding-top: 70px;
    background-position: top center;
  }
}
.service-contents-point h4 {
  font-size: 2.4rem;
  padding: 20px 0 20px 100px;
}
@media screen and (max-width: 768px) {
  .service-contents-point h4 {
    font-size: 2rem;
    padding: 20px 0 20px 0;
  }
}

.point01 {
  background-image: url(../img/point01.svg);
  background-repeat: no-repeat;
  margin: 40px 0 20px;
  background-size: 80px;
}
@media screen and (max-width: 768px) {
  .point01 {
    background-size: 70px;
  }
}

.point02 {
  background-image: url(../img/point02.svg);
  background-repeat: no-repeat;
  margin: 20px 0;
  background-size: 80px;
}
@media screen and (max-width: 768px) {
  .point02 {
    background-size: 70px;
  }
}

.point-txt {
  padding: 0px 0 0px 100px;
}
@media screen and (max-width: 768px) {
  .point-txt {
    padding: 0px 0 0px 0;
  }
}
.point-txt p {
  margin-bottom: 50px;
}
.point-txt img {
  max-width: 520px;
}
@media screen and (max-width: 768px) {
  .point-txt img {
    width: 100%;
  }
}

.txt-income {
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 10px solid #fadedb;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .txt-income {
    font-size: 3rem;
  }
}
.txt-income span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .txt-income span {
    font-size: 1.6rem;
  }
}

.service02 {
  background-color: #ebe3d6;
  padding: 20px 0;
}

.service03 {
  background-image: url(../img/bg-kugiri-service-bottom.svg);
  background-repeat: no-repeat;
  background-position: top;
}

.hd-teityaku {
  text-align: center;
  margin: 20px auto 40px;
  padding-bottom: 240px;
  background-image: url(../img/teityaku.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}
.hd-teityaku h3 {
  font-size: 3rem;
}

.hd-teityaku-copy {
  width: 70%;
  margin: 40px auto;
}

.hd-teityaku-q {
  font-size: 2rem;
  display: inline-block;
  background-color: #ad9879;
  color: #fff;
  border-radius: 50px;
  padding: 10px 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .hd-teityaku-q {
    padding: 10px 20px;
    font-size: 1.6rem;
  }
}

.wrapper-boxreason {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .wrapper-boxreason {
    flex-direction: column;
  }
}

.box-reason {
  width: 46%;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 868px) {
  .box-reason {
    padding: 10px 25px 45px;
  }
}
@media screen and (max-width: 768px) {
  .box-reason {
    width: 100%;
    margin-bottom: 20px;
  }
}

.reason {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.reason dt {
  width: 30%;
  padding-bottom: 10px;
}
.reason dt img {
  width: 100%;
  padding: 20px 30px 20px 0;
}
@media screen and (max-width: 868px) {
  .reason dt img {
    padding: 20px 20px 20px 0;
  }
}
.reason dd {
  width: 68%;
  padding-left: 2%;
  padding: 20px 0;
}
.reason .uline {
  border-bottom: 1px solid #ad9879;
}

.att-reasontitle {
  border-radius: 20px;
  background-color: #ad9879;
  color: #fff;
  display: inline-block;
  padding: 2px 20px;
  margin-bottom: 10px;
}

.att-reason {
  border-radius: 20px;
  background-color: #ad9879;
  color: #fff;
  text-align: center;
  padding: 4px;
  margin: 16px auto;
  font-weight: bold;
}

.reason-uline {
  border-bottom: 5px solid #fadedb;
}

.bg-support {
  background-image: url(../img/bg-support.svg);
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: top right 10%;
}

.hd-traininglist {
  background-color: #ebe3d6;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 20px;
  margin: 40px auto 20px;
}

section#slide {
  padding: 0;
}

.slick-slide {
  width: 30%;
}

.slick-slide img {
  border-radius: 20px;
  height: 240px;
}

.slick-slide img {
  width: 100%;
  height: auto;
  padding: 10px;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  left: 0;
  top: 30%;
  z-index: 1;
}
@media screen and (max-width: 868px) {
  .prev-arrow {
    left: 0;
  }
}

.next-arrow {
  right: 0;
  top: 30%;
  z-index: 1;
}
@media screen and (max-width: 868px) {
  .next-arrow {
    right: 0;
  }
}

.slick-dots li button:before {
  font-size: 20px !important;
}

.slick-dots li {
  width: 30px !important;
}

.slick-dots li button:before {
  color: #ad9879 !important;
}

.mhd-training {
  font-size: 2rem;
  font-weight: bold;
  padding: 16px 0;
}
@media screen and (max-width: 868px) {
  .mhd-training {
    padding: 8px 0;
  }
}

.training {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .training {
    padding-bottom: 20px;
  }
}

.service04 {
  background-image: url(../img/bg-kugiri-howto-upper.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 20px;
}

.wrapper-qa {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .wrapper-qa {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 20px;
  }
}

.qa-box {
  background-color: white;
  border-radius: 20px;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .qa-box {
    padding: 20px 30px;
  }
}
.qa-box dt {
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 3px dotted #ad9879;
  margin-bottom: 20px;
  padding: 5px 0 10px 60px;
}
.qa-box dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 44px;
  background: url("../img/icon-q.png") no-repeat center;
  background-size: contain;
}
.qa-box dd {
  position: relative;
  padding: 5px 0 10px 60px;
}
.qa-box dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /* 常に上端に固定 */
  width: 46px;
  height: 44px;
  background: url("../img/icon-a.png") no-repeat center;
  background-size: contain;
}

/* ご利用方法・諸経費　***********************/
.howto {
  background-color: #fff;
  position: relative;
}
.howto .bg-section-hd {
  width: 100%;
  background-image: url(../img/bg-hd-howto.svg);
  background-repeat: no-repeat;
  background-size: auto 150px;
}
@media screen and (max-width: 768px) {
  .howto .bg-section-hd {
    background-size: auto 80px;
  }
}
.howto .hd-section {
  text-align: center;
}

/* スラッシュに囲まれた見出し*****/
.hd-wrapcenter {
  display: flex;
  justify-content: center;
}

.hd-slash {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 80px auto 40px;
}
@media screen and (max-width: 768px) {
  .hd-slash {
    font-size: 2rem;
  }
}

.hd-slash:before,
.hd-slash:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  transform: rotate(-60deg);
}

.hd-slash:before {
  left: 0;
}

.hd-slash:after {
  right: 0;
}

.companylist {
  font-size: 1.2rem;
  line-height: 2.6;
}

.box-howto-l {
  background: #f7f3ea;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  margin: 0 auto;
  width: 640px;
}
@media screen and (max-width: 768px) {
  .box-howto-l {
    width: 100%;
  }
}

.wrapper-howto-s {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .wrapper-howto-s {
    flex-direction: column;
  }
}

.box-howto-s {
  background: #f7f3ea;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  width: 460px;
  position: relative;
  margin: 40px 0;
  padding: 20px 60px;
}
@media screen and (max-width: 868px) {
  .box-howto-s {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .box-howto-s {
    width: 100%;
  }
}

.hd-box-howto {
  text-align: center;
  font-size: 2rem;
  position: relative;
  top: -38px;
  margin: 0 auto;
}

.underline {
  font-weight: bold;
  text-align: center;
  border-bottom: 10px solid #fadedb;
  display: inline-block;
  line-height: 1.1;
}

.info-add {
  font-size: 1.4rem;
  margin-top: 30px;
}

.price-0 {
  font-weight: bold;
  font-size: 5rem;
  letter-spacing: 1rem;
  border-bottom: 10px solid #fadedb;
  line-height: 0.8;
  display: inline-block;
}
.price-0 span {
  font-size: 2rem;
}

.fee {
  width: 45%;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .fee {
    font-size: 1.2rem;
  }
}
.fee:first-child {
  border-right: 1px dashed #333;
}
.fee:nth-child(2) {
  width: 55%;
}

.fee-attention {
  width: 600px;
  margin: 16px auto;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .fee-attention {
    width: 100%;
  }
}

.howtostep {
  width: 80%;
  margin: 60px auto;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .howtostep {
    width: 100%;
  }
}
.howtostep li {
  padding: 36px 0 36px 80px;
  list-style: none;
  border-bottom: 1px dashed #ad9879;
}
.howtostep li:first-child {
  border-top: 1px dashed #ad9879;
}

.step01 {
  background-image: url(../img/howto01.svg);
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: top 5px;
  background-position-y: 10px;
}
@media screen and (max-width: 768px) {
  .step01 {
    background-size: 50px;
    background-position: 10px 25px;
  }
}

.step02 {
  background-image: url(../img/howto02.svg);
  background-repeat: no-repeat;
  background-size: 70px;
  background-position-y: 10px;
}
@media screen and (max-width: 768px) {
  .step02 {
    background-size: 50px;
    background-position: 10px 25px;
  }
}

.step03 {
  background-image: url(../img/howto03.svg);
  background-repeat: no-repeat;
  background-size: 70px;
  background-position-y: 10px;
}
@media screen and (max-width: 768px) {
  .step03 {
    background-size: 50px;
    background-position: 10px 25px;
  }
}

.howtostep-attention {
  background-color: #f1eee9;
  border-radius: 20px;
  padding: 20px;
  margin-top: 20px;
}

.info-circle {
  width: 480px;
  height: 370px;
  background-image: url(../img/bg-howtoinfo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  display: flex;
  justify-items: center;
  justify-content: center;
}
@media screen and (max-width: 868px) {
  .info-circle {
    width: 48%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .info-circle {
    width: 100%;
    margin-bottom: 10px;
  }
}

.wrapper-howto-info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .wrapper-howto-info {
    flex-direction: column;
  }
}

.howto-info {
  max-width: 320px;
}
.howto-info li {
  list-style: none;
}

.hd-underline {
  border-bottom: 1px solid #333;
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  padding: 8px;
  margin: 65px 0 20px;
}
@media screen and (max-width: 868px) {
  .hd-underline {
    margin: 25px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .hd-underline {
    margin: 25px 0 20px;
  }
}

/* アクセス　***********************/
.access {
  background-image: url(../img/bg-kugiri-howto-bottom.svg);
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}
.access .bg-section-hd {
  width: 100%;
  background-image: url(../img/bg-hd-access.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 150px;
}
@media screen and (max-width: 768px) {
  .access .bg-section-hd {
    background-size: auto 80px;
  }
}
.access .hd-section {
  text-align: center;
}

.hd-accessinfo {
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
.hd-accessinfo span {
  font-size: 1.4rem;
}

.box-centerinfo {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .box-centerinfo {
    width: 100%;
    flex-direction: column;
  }
}

.center-info {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 868px) {
  .center-info {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .center-info {
    width: 100%;
  }
}

.center-img {
  display: none;
}
@media screen and (max-width: 868px) {
  .center-img {
    display: block;
    width: 14%;
    position: relative;
    top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .center-img {
    display: none;
  }
}
.center-img img {
  width: 100%;
  border-radius: 20px;
}

.gmap {
  width: 45%;
  height: 320px;
  overflow: hidden;
}
@media screen and (max-width: 868px) {
  .gmap {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .gmap {
    width: 100%;
  }
}

.info-img {
  width: 200px;
  position: absolute;
  top: 0px;
  right: 10px;
}
@media screen and (max-width: 868px) {
  .info-img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .info-img {
    display: block;
    width: 100%;
    position: static;
  }
}
.info-img img {
  width: 100%;
  border-radius: 20px;
}

.fukidashi {
  position: absolute;
  top: -20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fukidashi {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .fukidashi.hikone {
    top: 80px;
  }
}

.koura img {
  width: 142px;
  margin: 0 29px;
}
@media screen and (max-width: 768px) {
  .koura img {
    margin: 0 0;
  }
}

.hikone img {
  width: 200px;
}

.konan img {
  width: 118px;
  margin: 0 40px;
}
@media screen and (max-width: 768px) {
  .konan img {
    margin: 0 0;
  }
}

.tel-txt {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 868px) {
  .tel-txt {
    font-size: 2.4rem;
  }
}

.box-access-how {
  margin: 30px 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 868px) {
  .box-access-how {
    margin: 10px 0;
    font-size: 1.2rem;
  }
}

footer {
  padding: 50px;
}
footer p {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */