html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.66666667vw;
  }
}

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

header *,
header *::before,
header *::after {
  box-sizing: content-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
figure,
figcaption,
button,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  min-width: 104rem;
  color: #1e1e1e;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    min-width: auto;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  padding-left: 0;
}

li {
  list-style: none;
}

h2 {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

section {
  width: auto;
  margin: 0;
  padding: 0;
}

.contactWrap {
  padding: 50px 0;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .contactWrap {
    margin: auto;
    width: 95%;
    text-align: center;
  }
}

.contactWrap h2 {
  font-family: 'Abel', sans-serif;
}

.borderdBtn {
  background: #fff;
}

footer {
  margin: 0;
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.container {
  padding: 0 2rem;
  margin: 0 auto;
  max-width: 104rem;
}

.top {
  padding-bottom: 10rem;
  background-color: #e7f3e7;
}

@media screen and (max-width: 767px) {
  .top {
    padding-bottom: 4rem;
  }
}

.top > h2 {
  font-size: 2.4rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .top > h2 {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    line-height: 1.67;
  }
}

.bg {
  position: relative;
  padding: 12rem 0 2.5rem;
  margin-bottom: 20rem;
  background: #00b2a8;
}

@media screen and (max-width: 767px) {
  .bg {
    padding: 6rem 0 0;
    margin-bottom: 4.5rem;
  }
}

.bg::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  background-image: url(../images/Liny/bg_circle.png);
  background-size: 140rem 7.4rem;
  background-repeat: no-repeat;
  width: 100%;
  height: 7.4rem;
}

@media only screen and (min-width: 1400px) {
  .bg::after {
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-bottom: 5.3%;
  }
}

@media only screen and (max-width: 767px) {
  .bg::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
    background-image: url(../images/Liny/bg_circle_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 2.1rem;
  }
}

.top-wrapper {
  position: relative;
}

.top-wrapper h1 {
  margin-bottom: 5.5rem;
  color: #ffff27;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-wrapper h1 {
    margin-bottom: 2rem;
    font-size: 2rem;
    white-space: nowrap;
  }
}

.top__text {
  margin-right: auto;
  width: 41.1%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top__text {
    margin: auto;
    width: 100%;
  }
}

.top__text h2 {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .top__text h2 {
    font-size: 1.65rem;
    white-space: normal;
  }
}

.top__text p {
  margin-top: 4rem;
  font-size: 1.8rem;
  line-height: 1.61 !important;
  letter-spacing: 0.05em;
  text-align: left;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .top__text p {
    margin: 2rem 0;
    font-size: 1.4rem;
    white-space: normal;
  }
}

.marker {
  padding: 0 0.5rem;
  background-color: #ffff27;
  color: #00b2a8;
  line-height: 2;
}

.top__image {
  position: absolute;
  top: 13rem;
  right: -1.2rem;
  width: 48.15%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top__image {
    position: static;
    padding-bottom: 7.5rem;
    width: 100%;
  }
}

.top__image > div {
  position: relative;
}

.top__image-balloon {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  position: absolute;
  width: 13rem;
  height: 13rem;
  background-color: #ffffae;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .top__image-balloon {
    width: 9.4rem;
    height: 9.4rem;
  }
}

.top__image-balloon.-type01 {
  top: 13.7rem;
  left: -6.5rem;
}

@media screen and (max-width: 767px) {
  .top__image-balloon.-type01 {
    top: 7.95rem;
    left: 0;
  }
}

.top__image-balloon.-type02 {
  top: 28.6rem;
  left: -2.9rem;
}

@media screen and (max-width: 767px) {
  .top__image-balloon.-type02 {
    top: 17.9rem;
    left: 1.65rem;
  }
}

.top__image-balloon.-type03 {
  top: 2.6rem;
  right: 0.6rem;
}

@media screen and (max-width: 767px) {
  .top__image-balloon.-type03 {
    top: -0.2rem;
    right: 0;
  }
}

.top__image-balloon p {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top__image-balloon p {
    margin: 0 !important;
    font-size: 1.2rem;
  }
}

.top__image-balloon span {
  color: #ff5764;
  font-size: 1.76rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top__image-balloon span {
    font-size: 1.32rem;
  }
}

.top__icon {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top__icon {
    display:-webkit-box;
  	display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.top__icon img {
  margin: 0 2rem;
}

@media screen and (max-width: 767px) {
  .top__icon img {
    margin: 0 2.15%;
    width: 45.7%;
  }
}

.character__title {
  padding-top: 22rem;
  background: url(../images/Liny/bg.jpg) top center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .character__title {
    padding-top: 8.5rem;
    background: url(../images/Liny/bg_sp.jpg) top center no-repeat;
    background-size: cover;
  }
}

.character__title h1 {
  margin-bottom: 4rem;
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .character__title h1 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}

.character-list {
  padding-top: 6rem;
  background: #fff;
  border-radius: 3rem 3rem 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .character-list {
    padding-top: 4rem;
  }
}

.character-list ul {
  display: inline-block;
}

.character-list li {
  font-size: 2.4rem;
  line-height: 2.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .character-list li {
    font-size: 1.4rem;
  }
}

.character-list li::before {
  content: "";
  display: inline-block;
  margin-right: 1rem;
  width: 3rem;
  height: 2rem;
  background: url(../images/Liny/icon_check.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .character-list li::before {
    margin-right: 0.5rem;
    width: 1.5rem;
    height: 1rem;
  }
}

.character .container h2 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin: 13rem 0 11rem;
  color: #00b2a8;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .character .container h2 {
    margin: 6rem 0 3.5rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.character .container h2::before {
  content: url(../images/Liny/icon_dotted01.svg);
  display: inline-block;
  margin-right: 2rem;
  width: 3.9rem;
  height: 5.5rem;
}

.character .container h2::after {
  content: url(../images/Liny/icon_dotted01.svg);
  display: inline-block;
  margin-left: 1.8rem;
  width: 3.9rem;
  height: 5.5rem;
  transform: scale(-1, 1);
}

.character .container .no-decoration {
  margin: 10rem 0 13rem;
}

@media screen and (max-width: 767px) {
  .character .container .no-decoration {
    margin: 6rem 0 8rem;
  }
}

.character .container .no-decoration::before, .character .container .no-decoration::after {
  content: none;
}

.character__jobs {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.character__jobs div {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: 31%;
  margin: 0 1.16% 11rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .character__jobs div {
    width: 47.8%;
    margin: 0 1.1% 3.5rem;
  }
}

.character__jobs h3 {
  margin-bottom: 1.5rem;
  min-height: 9.5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.55;
}

@media screen and (max-width: 767px) {
  .character__jobs h3 {
    margin-bottom: 2rem;
    min-height: 5.6rem;
    font-size: 1.2rem;
  }

  .character__jobs .margin-b0 {
    margin-bottom: 0;
  }
}

.character__jobs h3 span,.character__other p span {
  background: linear-gradient(transparent 50%, #ffff00 50%);
}

.character__jobs p {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .character__jobs p {
    margin-top: 0.85rem;
    font-size: 1rem;
    white-space: normal;
  }
}

.character .container > h3 {
  margin-bottom: 5rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .character .container > h3 {
    margin-bottom: 3.5rem;
    font-size: 1.6rem;
  }
}

.character__other {
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .character__other {
    display: block;
  }
}

.character__other div {
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  background: #f5f5f5;
  width: 31%;
  height: 11.7rem;
}

@media screen and (max-width: 767px) {
  .character__other div {
    width: 81%;
    height: 10.2rem;
    margin: 0 auto ;
  }

  .character__other div:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}

.character__other h4 {
  position: absolute;
  top: -1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 1rem 2rem;
  color: #fff;
  background: #00b2a8;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 1.65rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .character__other h4 {
    top: -1.5rem;
    padding: 0.9rem 1.8rem;
    font-size: 1.4rem;
  }
}

.character__other p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .character__other p {
    font-size: 1.5rem;
    margin: 0 !important;
  }
}

.contents {
  padding: 12rem 0;
  background: #e7f3e7;
}

@media screen and (max-width: 767px) {
  .contents {
    padding: 8rem 0 5rem;
  }
}

.contents .container > h2 {
  margin-bottom: 4.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents .container > h2 {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
  }
}

.contents__title-wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 5.5rem;
}

@media screen and (max-width: 767px) {
  .contents__title-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3rem;
  }
}

.contents__title {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  width: 30.6%;
}

@media screen and (max-width: 767px) {
  .contents__title {
    margin-bottom: 3rem;
    width:47.7%;
  }
}

@media screen and (max-width: 767px) {
  .contents__title.-first {
    margin-right: 4.6%;
  }
}

.contents__title div {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  height: 15.7rem;
  background: #fff;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .contents__title div {
    margin-bottom: 1.1rem;
    height: 12rem;
  }
}

.contents__title div::before {
  content: "";
  position: absolute;
  top: 97%;
  left: 50%;
  margin-left: -1.25rem;
  border: 1.25rem solid transparent;
  border-top: 3.25rem solid #fff;
} 

@media screen and (max-width: 767px) {
  .contents__title div::before {
    margin-left: -1rem;
    border: 1rem solid transparent;
    border-top: 2rem solid #fff;
  } 
}

.contents__title p {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.57;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents__title p {
    font-size: 1.5rem;
    line-height: 1.66;
    margin: 0 !important;
  }
}

.contents__title p span {
  color: #00b2a8;
  font-size: 2.52rem;
}

@media screen and (max-width: 767px) {
  .contents__title p span {
    font-size: 1.8rem;
  }
}

.contents .container > h1 {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents .container > h1 {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

.contents .container > h1 span {
  background: linear-gradient(transparent 70%, #ffff00 30%);
}

.contents__coment {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 11rem 0 10rem;
}

@media screen and (max-width: 767px) {
  .contents__coment {
    margin: 6rem 0;
  }
}

.contents__coment::before {
  content: url(../images/Liny/icon_dotted01.svg);
  display: inline-block;
  margin-right: 3rem;
  width: 3.9rem;
  height: 5.5rem;
}

@media screen and (max-width: 767px) {
  .contents__coment::before {
    margin-right: 1rem;
  }
}

.contents__coment::after {
  content: url(../images/Liny/icon_dotted01.svg);
  display: inline-block;
  margin-left: 3rem;
  width: 3.9rem;
  height: 5.5rem;
  transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .contents__coment::after {
    margin-left: 0.5rem;
  }
}

.contents__coment figure {
  width: 8rem;
}

@media screen and (max-width: 767px) {
  .contents__coment figure {
    width: 7rem;
  }
}

.contents__coment h2 {
  margin: 0 3.8rem 0 3.4rem;
  color: #00b2a8;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .contents__coment h2 {
    margin: 0 0 0 1rem;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: left;
    white-space: nowrap;
  }
}

.contents__feature {
  position: relative;
  padding: 9rem 8rem 7rem;
  background: #fff;
  border-radius: 3rem;
}

@media screen and (max-width: 767px) {
  .contents__feature {
    padding: 5rem 1.5rem 4rem;
  }
}

.contents__feature > h5 {
  padding-bottom: 2rem;
  margin: 10rem 0 2rem;
  color: #00b2a8;
  font-size: 2.1rem;
  border-bottom: 2px solid #00b2a8;
}

@media screen and (max-width: 767px) {
  .contents__feature > h5 {
    padding-bottom: 1.5rem;
    margin: 6rem 0 1.5rem;
    font-size: 1.6rem;
  }
}

.contents__feature .first {
  margin-top: 0;
}

.contents__feature > p {
  margin-bottom: 4.5rem;
  font-size: 1.5rem;
  line-height: 1.73;
  text-align: justify; 
}

@media screen and (max-width: 767px) {
  .contents__feature > p {
    margin-bottom: 2rem;
    font-size: 1.3rem;
    line-height: 1.73;
  }
}

.contents__feature > h4 {
  position: relative;
  padding: 1.3rem 0;
  margin: 8rem 0 5.4rem;
  background: #d9e927;
  font-size: 2.4rem;
  text-align: center;
  border-radius: 3rem;
}

@media screen and (max-width: 767px) {
  .contents__feature > h4 {
    margin: 4rem 0 3rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.contents__feature > h4::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.65rem;
  border: 0.65rem solid transparent;
  border-top: 0.975rem solid #d9e927;
} 

.contents__explanation {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .contents__explanation {
    display: block;
    margin-top: 0;
  }
}

.contents__explanation p {
  -webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents__explanation p {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}

.contents__explanation div {
  -webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
}

@media screen and (min-width: 768px) {
  .contents__explanation img {
    display: none;
  }
}

.contents__images {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .contents__images {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
}

.contents__images div {
  width: 21.4%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents__images div {
    width: 45%;
  }
}

.contents__images div > p {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents__images div > p {
    margin-top: 1.2rem;
    font-size: 1.5rem;
  }
}

.contents__feature a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 8rem auto 0;
  width: 35.5rem;
  height: 7.5rem;
  background: #00b2a8;
  border-radius: 3.7rem;
  box-shadow: 0 0.45rem 0 0 #148a8a;
  transition:  all .1s;
}

@media screen and (max-width: 767px) {
  .contents__feature a {
    margin-top: 4rem;
    width: 92.5%;
    height: 6.5rem;
    box-shadow: 0 0.38rem 0 0 #148a8a;
  }
}

@media screen and (min-width: 768px) {
  .contents__feature a:hover {
    box-shadow: 0 0 0 0 #148a8a;
    transform: translate(0, 0.45rem);
  }
}

.contents__feature a p {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents__feature a p {
    font-size: 1.9rem;
    margin-bottom: 0 !important;
  }
}

.contents__feature a span {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .contents__feature a span {
    font-size: 1.4rem;
  }
}

.contents__feature a figure {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.8rem;
}

@media screen and (max-width: 767px) {
  .contents__feature a figure {
    right: 2rem;
    width: 1.6rem;
  }
}

.contents__caption {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .contents__caption {
    top: -0.95rem;
  }

  .contents__caption.-type02 {
    top: -2.5rem;
  }
}

.contents__caption > div {
  position: relative;
  padding: 0.8rem 0;
  width: 84rem;
  background: #d9e927;
  border-radius: 3rem;
}

@media screen and (max-width: 767px) {
  .contents__caption > div {
    width: 31.5rem;
  }
}

.contents__caption div > h3 {
  margin-left: 2em;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents__caption div > h3 {
    margin-left: 6rem;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

.contents__caption-icon {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12.75rem;
  height: 12.75rem;
  background: #fff;
  border: 6px solid #d9e927;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .contents__caption-icon {
    width: 7.1rem;
    height: 7.1rem;
    border: 3px solid #d9e927;
  }
}

.contents__caption-icon p {
  margin-left: 0.5em;
  color: #00b2a8;
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1.276;
}

@media screen and (max-width: 767px) {
  .contents__caption-icon p {
    margin-bottom: 0 !important;
    font-size: 1.6rem;
    line-height: 1.28;
  }
}

.contents__caption-icon span {
  font-size: 2.03rem;
}

@media screen and (max-width: 767px) {
  .contents__caption-icon span {
    font-size: 1.12rem;
  }
}

.plan {
  padding: 10rem 0 9rem;
}

@media screen and (max-width: 767px) {
  .plan {
    padding: 5rem 0;
  }
}

.plan .container h2 {
  padding: 1.3rem 0;
  background: #d9e927;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .plan .container h2 {
    padding: 0.975rem 0;
    font-size: 1.8rem;
  }
}

.plan .container p {
  margin-top: 3rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .plan .container p {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

.plan .container h5 {
  margin: 2rem 0 1.5rem;
  font-size: 2.1rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .plan .container h5 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .plan .container .plan__table img {
    max-width: inherit;
    max-width: auto;
  }
}

.plan .container figure {
  margin: 3rem auto 0;
  width: 4.16rem;
}

@media screen and (max-width: 767px) {
  .plan .container figure {
    margin-top: 2rem;
    width: 3.75rem;
  }
}

.plan .container .plan__attention {
  margin-top: 2rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .plan .container .plan__attention {
    margin-top: 1.5rem;
  }
}

.out-sourcing {
  padding: 9rem 0 12rem;
  background: #00b2a8;
}

@media screen and (max-width: 767px) {
  .out-sourcing {
    padding: 5rem 0 9.5rem;
  }
}

.out-sourcing .container h2 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin: 0 0 3rem;
  position: relative;
  color: #fff;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .out-sourcing .container h2 {
    margin: 0 0 2rem;
    font-size: 2rem;
  }
}

.out-sourcing .container h2::before {
  content: url(../images/Liny/icon_dotted02.svg);
  display: inline-block;
  margin-right: 2rem;
  width: 3.9rem;
  height: 5.5rem;
}

.out-sourcing .container h2::after {
  content: url(../images/Liny/icon_dotted02.svg);
  display: inline-block;
  margin-left: 1.8rem;
  width: 3.9rem;
  height: 5.5rem;
  transform: scale(-1, 1);
}

.out-sourcing .container h1 {
  position: relative;
  padding: 2rem 0;
  margin-bottom: 5.6rem;
  background: #d9e927;
  font-size: 3rem;
  text-align: center;
  border-radius: 3rem;
}

@media screen and (max-width: 767px) {
  .out-sourcing .container h1 {
    padding: 1rem 0;
    margin-bottom: 3.5rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.out-sourcing .container h1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.65rem;
  border: 0.65rem solid transparent;
  border-top: 0.975rem solid #d9e927;
} 

.out-sourcing .container .out-sourcing__service-wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .out-sourcing .container .out-sourcing__service-wrapper {
    display: block;
  }
}

.out-sourcing .container .out-sourcing__service {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 30%;
  height: 19rem;
  background: #e7f3e7;
  border-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .out-sourcing .container .out-sourcing__service {
    margin: 0 auto;
    width: 83.6%;
    height: 17.7rem;
  }

  .out-sourcing .container .out-sourcing__service:not(:last-child) {
    margin-bottom: 6rem;
  }
}

.out-sourcing .container .out-sourcing__service:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -4.56rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/Liny/icon_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.16rem;
  height: 4.16rem;
}

@media screen and (max-width: 767px) {
  .out-sourcing .container .out-sourcing__service:not(:last-child):after {
    top: 106%;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    width: 3.75rem;
    height: 3.75rem;
  }
}

.out-sourcing .container .out-sourcing__service dl {
  position: relative;
}

.out-sourcing .container .out-sourcing__service dt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .out-sourcing .container .out-sourcing__service dt {
    font-size: 2.24rem;
  }
}

.out-sourcing .container .out-sourcing__service dd {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.73;
}

@media screen and (max-width: 767px) {
  .out-sourcing .container .out-sourcing__service dd {
    font-size: 1.4rem;
  }
}

.out-sourcing .container .out-sourcing__service .attention {
  position: absolute;
  top: -2rem;
  right: -1.5rem;
  margin: 0;
}

.out-sourcing .container p {
  margin-top: 3.5rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.73;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .out-sourcing .container p {
    margin: 2.5rem 0 0 !important;
    font-size: 1.4rem;
  }
}

.top-link {
  display: inline-block;
  position: relative;
  padding: 1.5rem;
  margin-top: 2rem;
  width: 26rem;
  background-color: #fff;
  border-radius: 50px;
  color: #00b2a8 !important;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 767px) {
  .top-link {
    position: absolute;
    bottom: 0.75rem;
    left: 50%;
    margin-top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.top-link:hover {
  opacity: 0.7;
}

.top-link span {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2rem;
  height: 0.2rem;
  background-color: #00b2a8;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-link span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #00b2a8;
  border-right: 2px solid #00b2a8;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.common-table {
  width: 1000px;
  vertical-align: middle;
  text-align: center;
  border-spacing: 0;
}

.common-table li {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-table-title {
  background-color: #00B2A8;
  height: 58.8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-table-title li {
  width: 250px;
}

.common-table-title p {
  color: #fff;
  font-size: 21px !important;
  margin: 0 !important;
  font-weight: 700;
  line-height: 1.1;
}

.common-table-price ,.common-table-text {
  background-color: #F8F8F8;
  height: 75.6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-table-title li:not(:last-child) {
  border-right: 1px #fff solid;
}

.common-table-price em {
  font-size: 130%;
  font-style: normal;
}

.common-table-price li {
  border-bottom: 1px #C0C0C0 solid;
}

.common-table-price-bordernone li {
  border-bottom: none;
}

.common-table-price li:not(:last-child) {
  border-right: 1px #C0C0C0 solid;
}

.common-table-text li:not(:last-child) {
  border-right: 1px #C0C0C0 solid;
}

.common-table-font-green ,.common-table-font-price ,.common-table-font-tiny {
  width: 250px;
}

.common-table-font-price--3 {
  width: 750px;
}

.common-table-font-green p ,.common-table-font-price p {
  font-size: 21px !important;
  margin: 0 !important;
  font-weight: 700;
}

.common-table-font-green p {
  color: #00B2A8;
}

.common-table-font-tiny {
  text-align: left !important;
  text-align: left;
}

.common-table-font-tiny p {
  font-size: 15px !important;
  margin: 0 !important;
  line-height: 1.45;
}

.common-table-title--line {
  background-color: #3CBF26;
}

.common-table-font-green--line p {
  color: #3CBF26;
}