@charset "UTF-8";

/* Init
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}


/* Base
 */
body {
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro W5", "Hiragino Kaku Gothic Pro", Century Gothic, "Avenir-Light", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  color: #333333;
  word-wrap: break-word;
  word-break: break-all;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  display: block;
  margin: 0 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p:last-child {
  margin: 0 !important;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* Parts
 */
 .pc-only {
   display: block !important;
 }

 .tb-only {
   display: none !important;
 }

 .sp-only {
   display: none !important;
 }


/* layout
 */
.inner-wrapper {
  display: block;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*section.bg-color {
  background: #f5f3f1;
}*/


/* Design
 */
header {
  height: 55px;
  background-image: linear-gradient(90deg, rgba(51, 127, 119, 1) 5%, rgba(160, 240, 184, 1) 70%);
}
header .logo {
  display: block;
  position: relative;
  height: 55px;
  margin: 0;
  padding: 5px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .logo img {
  width: auto;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .logo a {
  font-size: 30px;
  font-weight: bold;
}
header .header-cv-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.mainvisual {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainvisual .image picture {
  display: block;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.cv-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
  font-size: 20px;
  color: #4c9a78;
  border-radius: 5px;
  border: 2px solid #4c9a78;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cv-btn::before {
  content: "";
  display: block;
  max-width: 34px;
  max-height: 24px;
  width: 6.6vw;
  height: 6.6vw;
  margin: 0 20px 0 0;
  background: url(../images/ico_mail.png) no-repeat center center / contain;
}
.cv-btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  margin: 0 0 0 20px;
  background: url(../images/ico_arrow.png) no-repeat center center / contain;
}


.cv-section {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  text-align: center;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cv-section h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #505050;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cv-section h2::before {
  content: "";
  display: block;
  max-width: 26px;
  max-height: 34px;
  width: 6.6vw;
  height: 6.6vw;
  margin: 0 20px 0 0;
  background: url(../images/ico_cv_h2.png) no-repeat center center / contain;
}


.case-section {
  display: block;
  position: relative;
  margin: 0;
  padding: 40px 0;
  text-align: center;
  background: url(../images/bg_case.png) no-repeat top center / contain;
  background-color: #deecec;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.case-section h2 {
  display: inline-block;
  position: relative;
  margin: 0 0 40px 0;
  padding: 0 40px;
  font-size: 22px;
  color: #ffffff;
  border: 2px solid #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.case-section .case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 870px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.case-section .case-list li {
  width: 28%;
  margin: 0 0 8% 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.overview-section {
  display: block;
  position: relative;
  margin: 0;
  padding: 100px 0 40px 0;
  text-align: left;
  background: url(../images/bg_overview_1.png) no-repeat top center, url(../images/bg_overview_2.png) no-repeat top center / cover;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.overview-section .overview-contents {
  display: block;
  position: relative;
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.overview-section .image {
  display: block;
  position: relative;
  max-width: 40%;
  max-height: 496px;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.overview-section .overview-contents h2,
.overview-section .overview-contents .content {
  display: block;
  position: relative;
  max-width: 60%;
  padding: 0 20px 0 0;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.overview-section .overview-contents h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 30px 0;
}
.overview-section .overview-contents .content p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 30px 0;
}


.about-section {
  display: block;
  position: relative;
  margin: 0;
  padding: 40px 0;
  background-color: #4c9a78;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.about-section h2 {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.about-section picture {
  display: block;
  position: relative;
  width: 100%;
  max-width: 870px;
  margin: 0 auto 40px auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.about-section .content {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.reason-section {
  display: block;
  position: relative;
  margin: 0;
  padding: 40px 0;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.reason-section h2 {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.reason-section .reason-list {
  display: block;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.reason-section .reason-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.reason-section .reason-list li picture {
  width: 40%;
}
.reason-section .reason-list li picture.examples {
  width: 100%;
  padding: 20px 5% 0;
}
.reason-section .reason-list li .content {
  width: 57%;
  padding: 40px 0 0 0;
}
.reason-section .reason-list li:nth-child(1) .content {
  background: url(../images/ico_reason_list_1.png) no-repeat top left;
}
.reason-section .reason-list li:nth-child(2) .content {
  background: url(../images/ico_reason_list_2.png) no-repeat top left;
}
.reason-section .reason-list li:nth-child(3) .content {
  background: url(../images/ico_reason_list_3.png) no-repeat top left;
}
.reason-section .reason-list li:nth-child(4) .content {
  background: url(../images/ico_reason_list_4.png) no-repeat top left;
}
.reason-section .reason-list li:nth-child(5) .content {
  background: url(../images/ico_reason_list_5.png) no-repeat top left;
}
.reason-section .reason-list li .content h3 {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 40px 0;
  padding: 0 0 0 10px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.reason-section .reason-list li .content p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 30px 0;
}
.reason-section .reason-list li .content .attention {
  font-size: 12px;
  line-height: 1;
  margin: -30px 0 0 0;
}


.main-cv-section {
  display: block;
  position: relative;
  margin: 0;
  padding: 100px 0 70px 0;
  text-align: left;
  background: url(../images/bg_main_cv_1.png) no-repeat top center, url(../images/bg_main_cv_2.png) no-repeat top center / cover;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-cv-section h2 {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.package-section {
  display: block;
  position: relative;
  margin: 0;
  padding: 40px 0;
  background-color: #edf0f4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.package-section h2 {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.package-section .package-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.package-section .package-list li {
  width: 48%;
  margin: 0 0 4% 0;
  padding: 30px 30px 30px 150px;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.package-section .package-list li:nth-child(1) {
  background: url(../images/bg_package_list_1.png) no-repeat center left 40px;
  background-color: #ffffff;
}
.package-section .package-list li:nth-child(2) {
  background: url(../images/bg_package_list_2.png) no-repeat center left 40px;
  background-color: #ffffff;
}
.package-section .package-list li:nth-child(3) {
  background: url(../images/bg_package_list_3.png) no-repeat center left 30px;
  background-color: #ffffff;
}
.package-section .package-list li:nth-child(4) {
  background: url(../images/bg_package_list_4.png) no-repeat center left 30px;
  background-color: #ffffff;
}
.package-section .package-list li:nth-child(5) {
  width: 100%;
  background: url(../images/bg_package_list_5.png) no-repeat center left 30px;
  background-color: #ffffff;
}
.package-section .package-list li h3 {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.package-section .package-list li p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.package-section .package-list li .attention {
  font-size: 12px;
  line-height: 1;
  margin: 0;
}
.package-section .package-list li .package-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.package-section .package-list li .package-content .content-1 {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.package-section .package-list li .package-content .content-2 {
  width: 50%;
  padding: 20px;
  background-color: #edf0f4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.package-section .package-list li .package-content .content-2 .attention {
  margin: 10px 0 0;
}
.package-section .package-list li .info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 0 -150px;
  padding: 0 0 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.package-section .package-list li .info::before {
  content: "";
  display: block;
  max-width: 44px;
  max-height: 44px;
  width: 6.6vw;
  height: 6.6vw;
  margin: 0 20px 0 0;
  background: url(../images/ico_package_list_info.png) no-repeat center center / contain;
}
.package-section .package-list li .info p {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #4c9a78;
  line-height: 1.2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.package-section .package-list li .info p span {
  font-size: 16px;
  font-weight: normal;
}


.faq-section {
  display: block;
  position: relative;
  margin: 0;
  padding: 40px 0;
  background-color: #edf0f4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.faq-section h2 {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.faq-section .faq-list .accordion_one {
  max-width: 650px;
  margin: 0 auto;
}
.faq-section .faq-list .accordion_one .accordion_header {
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #979797;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.faq-section .faq-list .accordion_one .accordion_header:hover {
  opacity: .8;
}
.faq-section .faq-list .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 30px;
  height: 30px;
  border: 1px solid #979797;
  margin-top: -15px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.faq-section .faq-list .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-section .faq-list .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.faq-section .faq-list .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-section .faq-list .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-section .faq-list .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.faq-section .faq-list .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315eg);
  transform: rotate(315deg);
}
.faq-section .faq-list .accordion_one .accordion_header .i_box .one_i:before, .faq-section .faq-list .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #979797;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.faq-section .faq-list .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.faq-section .faq-list .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}
.faq-section .faq-list .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.faq-section .faq-list .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}
.faq-section .faq-list .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.faq-section .faq-list .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-section .faq-list .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  background-color: #979797;
  box-sizing: border-box;
}
.faq-section .faq-list .accordion_one .accordion_inner.stay {
  display: block;
}
.faq-section .faq-list .accordion_one .accordion_inner .box_one {
  height: auto;
}
.faq-section .faq-list .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
  color: #ffffff;
}


footer {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  background-color: #4c9a78;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .copyright {
  font-size: 12px;
  color: #ffffff;
}


/* Style
 */
 @media only screen and (max-width: 1000px) {
   .cv-section {
     padding: 40px 15px;
   }

   .case-section {
     padding: 40px 15px;
   }

   .overview-section {
     padding: 100px 15px 40px 15px;
   }

   .about-section {
     padding: 40px 15px;
   }

   .reason-section {
     padding: 40px 15px;
   }

   .main-cv-section {
     padding: 100px 15px 70px 15px;
   }

   .package-section {
     padding: 40px 15px;
   }

   .faq-section {
     padding: 40px 15px;
   }
 }
/* Tablet Smartphone
 */
@media only screen and (max-width: 960px) {
  /* Base
   */
  .pc-only {
    display: none !important;
  }

  .tb-only {
    display: block !important;
  }

  .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  /* Base
   */
  .pc-only {
    display: none !important;
  }

  .tb-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  header .logo {
    padding: 5px 10px;
  }

  .cv-btn {
    font-size: 15px;
    font-weight: bold;
  }

  .cv-section {
    padding: 40px 15px;
  }
  .cv-section h2 {
    font-size: 16px;
    text-align: left;
  }

  .case-section {
    padding: 40px 15px;
    background: url(../images/bg_case_sp.png) no-repeat top center / contain;
    background-color: #deecec;
  }
  .case-section h2 {
    margin: 0 0 30px 0;
    font-size: 16px;
  }
  .case-section .case-list li {
    width: 48%;
    margin: 0 0 4% 0;
  }

  .overview-section {
    padding: 70px 15px 40px 15px;
    background: url(../images/bg_overview_1.png) no-repeat top center / 50%, url(../images/bg_overview_2.png) no-repeat top center / cover;
    background-color: #ffffff;
  }
  .overview-section .image {
    max-width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
  .overview-section .overview-contents h2,
  .overview-section .overview-contents .content {
    max-width: 100%;
    padding: 0;
    float: none;
  }
  .overview-section .overview-contents h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .overview-section .overview-contents .content p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 30px 0;
  }

  .about-section {
    padding: 40px 15px;
  }
  .about-section h2 {
    font-size: 20px;
  }
  .about-section .content {
    font-size: 14px;
  }

  .reason-section {
    padding: 40px 15px;
  }
  .reason-section h2 {
    font-size: 20px;
  }
  .reason-section .reason-list li {
    padding: 0 0 25px 0;
    border-bottom: 1px solid #dedede;
  }
  .reason-section .reason-list li:last-child {
    padding: 0;
    border-bottom: none;
  }
  .reason-section .reason-list li picture {
    width: 100%;
    margin: 0 0 15px 0;
    order: 1;
  }
  .reason-section .reason-list li picture.examples {
    width: 100%;
    padding: 20px 0 0;
    order: 3;
  }
  .reason-section .reason-list li .content {
    width: 100%;
    padding: 40px 0 0 0;
    order: 2;
  }
  .reason-section .reason-list li .content h3 {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    font-size: 22px;
  }
  .reason-section .reason-list li .content p {
    font-size: 14px;
    margin: 0 0 30px 0;
  }
  .reason-section .reason-list li .content .attention {
    font-size: 10px;
    line-height: 1;
    margin: -30px 0 0 0 !important;
  }

  .main-cv-section {
    padding: 70px 15px 70px 15px;
    background: url(../images/bg_main_cv_1.png) no-repeat top center / 50%, url(../images/bg_main_cv_2.png) no-repeat top center / cover;
    background-color: #ffffff;
  }
  .main-cv-section h2 {
    font-size: 26px;
  }

  .package-section {
    padding: 40px 15px;
  }
  .package-section h2 {
    font-size: 20px;
  }
  .package-section .package-list li {
    width: 100%;
    padding: 30px 30px 30px 95px;
    background-color: #ffffff;
  }
  .package-section .package-list li:nth-child(1) {
    background: url(../images/bg_package_list_1.png) no-repeat center left 20px / 12%;
    background-color: #ffffff;
  }
  .package-section .package-list li:nth-child(2) {
    background: url(../images/bg_package_list_2.png) no-repeat center left 20px / 12%;
    background-color: #ffffff;
  }
  .package-section .package-list li:nth-child(3) {
    background: url(../images/bg_package_list_3.png) no-repeat center left 10px / 15%;
    background-color: #ffffff;
  }
  .package-section .package-list li:nth-child(4) {
    background: url(../images/bg_package_list_4.png) no-repeat center left 20px / 12%;
    background-color: #ffffff;
  }
  .package-section .package-list li:nth-child(5) {
    width: 100%;
    background: url(../images/bg_package_list_5.png) no-repeat top 50px left 10px / 15%;
    background-color: #ffffff;
  }
  .package-section .package-list li h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
  }
  .package-section .package-list li p {
    font-size: 12px;
  }
  .package-section .package-list li .attention {
    font-size: 8px;
  }
  /*.package-section .package-list li .package-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }*/
  .package-section .package-list li .package-content .content-1 {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .package-section .package-list li .package-content .content-2 {
    width: 100%;
    padding: 20px;
  }
  .package-section .package-list li .package-content .content-2 .attention {
    margin: 10px 0 0;
  }
  .package-section .package-list li .info {
    margin: 0 0 0 -65px;
    padding: 0 0 20px 0;
  }
  .package-section .package-list li .info::before {
    content: "";
    display: block;
    max-width: 44px;
    max-height: 44px;
    width: 15vw;
    height: 15vw;
    margin: 0 20px 0 0;
    background: url(../images/ico_package_list_info.png) no-repeat center center / contain;
  }
  .package-section .package-list li .info p {
    font-size: 16px;
  }
  .package-section .package-list li .info p span {
    font-size: 12px;
  }

  .faq-section {
    padding: 20px 15px 40px;
  }
  .faq-section h2 {
    font-size: 20px;
  }
  .faq-section .faq-list .accordion_one .accordion_header {
    font-size: 14px;
  }
}
