@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html {
  font-size: 62.5%; }

body {
  line-height: 1.6;
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .01em;
  font-size: 14px;
  color: #000; }

a {
  color: #000; }

a:hover {
  color: #0d0d0d; }

.sp {
  display: none; }

::-moz-selection {
  background: #a7bdcb;
  color: #000; }

::selection {
  background: #a7bdcb;
  color: #000; }

img {
  vertical-align: top; }

ul, ol {
  list-style: none; }

* {
  outline: none; }

.cf {
  zoom: 1; }

.cf:before, .cf:after {
  content: '';
  display: table; }

.cf:after {
  clear: both; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

#wrap {
  width: 100%;
  overflow: hidden;
  min-width: 1080px; }

#wrap header {
  width: 100%;
  height: 92px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

#wrap header h1 {
  position: absolute;
  top: 20px;
  left: 32px; }

#wrap header h1 img {
  width: 133px;
  height: 51px; }

#wrap header h1 span.pc {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  top: 14px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.01em; }

#wrap header .r-box {
  position: absolute;
  top: 21px;
  right: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#wrap header .r-box .tel {
  position: relative;
  top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#wrap header .r-box .tel .image {
  width: 156px; }

#wrap header .r-box .tel .image img {
  width: 100%;
  height: auto; }

#wrap header .r-box .tel p {
  position: relative;
  top: -4px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  text-indent: 0.6em;
  margin-left: 6px; }

#wrap header .r-box ul {
  margin-left: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#wrap header .r-box ul li {
  width: 160px;
  height: 48px;
  background: #f45131;
  border-radius: 3px; }

#wrap header .r-box ul li:nth-child(n+2) {
  margin: 0 0 0 10px; }

#wrap header .r-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 11px 0 0;
  box-sizing: border-box; }

#wrap main {
  position: relative;
  display: block; }

#wrap main section.main {
  position: relative; }

#wrap main section.main .container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#wrap main section.main .container > .image {
  width: 100%;
  overflow: hidden; }

#wrap main section.main .container > .image img {
  width: 100%;
  height: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

#wrap main section.main .ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 49.375%; }

#wrap main section.main .ttl img {
  width: 100%;
  height: auto; }

#wrap main section.main .ttl .image {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

#wrap main section.main .ttl .illust {
  position: absolute;
  top: 34%;
  left: -9.5%;
  width: 19.462025%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

#wrap main section.main .ttl .illust-2 {
  position: absolute;
  top: 34%;
  right: -4.114%;
  width: 19.462025%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

#wrap main section.main .scrolldown {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 26px 0 0;
  box-sizing: border-box;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 100;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

#wrap main section.feature-01 {
  position: relative;
  width: 100%;
  padding: 92px 0 0; }

#wrap main section.feature-01 .ttl-box {
  position: relative;
  width: 432px;
  margin: 0 auto; }

#wrap main section.feature-01 .ttl-box .illust {
  width: 197px;
  margin: 0 auto; }

#wrap main section.feature-01 .ttl-box .illust img {
  width: 100%;
  height: auto; }

#wrap main section.feature-01 .ttl-box .ttl {
  width: 432px;
  margin: 40px auto 0; }

#wrap main section.feature-01 .ttl-box .ttl img {
  width: 100%;
  height: auto; }

#wrap main section.feature-01 .ttl-box .baloon-1 {
  position: absolute;
  top: 72px;
  left: -200px;
  width: 196px; }

#wrap main section.feature-01 .ttl-box .baloon-1 img {
  width: 100%;
  height: auto; }

#wrap main section.feature-01 .ttl-box .baloon-2 {
  position: absolute;
  top: 92px;
  right: -210px;
  width: 175px; }

#wrap main section.feature-01 .ttl-box .baloon-2 img {
  width: 100%;
  height: auto; }

#wrap main section.feature-01 .lead {
  margin: 50px 0 0;
  text-align: center;
  line-height: 2.2; }

#wrap main section.feature-01 .lead p {
  font-size: 18px;
  font-weight: bold; }

#wrap main section.feature-01 .price-box {
  position: relative;
  width: 870px;
  margin: 60px auto 0; }

#wrap main section.feature-01 .price-box:before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0px;
  width: 100%;
  height: 20px;
  background: url("../img/img_sec1_table_top_r.png");
  background-size: 100% auto;
  z-index: -1; }

#wrap main section.feature-01 .price-box:after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0px;
  width: 100%;
  height: 20px;
  background: url("../img/img_sec1_table_bottom_r.png");
  background-size: 100% 100%;
  z-index: -1; }

#wrap main section.feature-01 .price-box .ttl {
  position: relative;
  top: -2px;
  width: 220px;
  height: 32px;
  background: #f45131;
  border-radius: 50px;
  text-align: center;
  padding: 7px 0 0;
  margin: 0 auto;
  box-sizing: border-box; }

#wrap main section.feature-01 .price-box .ttl img {
  width: 93px;
  height: auto; }

#wrap main section.feature-01 .price-box .table-price {
  position: relative;
  width: 100%;
  background: url("../img/img_sec1_table_base.png") top center;
  background-size: 100% auto; }

#wrap main section.feature-01 .price-box .table-price ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 52px 30px;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#wrap main section.feature-01 .price-box .table-price ul li {
  width: 182px;
  background: #ffe1da;
  border-radius: 4px;
  text-align: center;
  padding: 12px 0 12px;
  margin: 4px 4px;
  font-size: 15px;
  font-weight: bold;
  vertical-align: center; }

#wrap main section.feature-01 .price-box .table-price ul li.column-2 {
  padding: 22px 0 12px; }

#wrap main section.feature-01 .price-box .table-price:after {
  position: absolute;
  content: "";
  bottom: -30px;
  right: -60px;
  background: url("../img/img_sec1_illust_02.png");
  width: 133px;
  height: 144px;
  background-size: 100% 100%; }

#wrap main section.feature-01 p.note {
  width: 870px;
  text-align: center;
  margin: 36px auto 0;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -0.01em;
  text-align: left; }

#wrap main section.feature-02 {
  position: relative;
  width: 100%;
  background: #fff6f4;
  margin: 160px 0 0;
  padding-bottom: 160px; }

#wrap main section.feature-02 .ttl-box {
  position: relative;
  padding: 120px 0 0; }

#wrap main section.feature-02 .ttl-box .label {
  position: absolute;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 130px;
  margin: 0 auto; }

#wrap main section.feature-02 .ttl-box .label img {
  width: 100%;
  height: auto; }

#wrap main section.feature-02 .ttl-box .illust {
  position: relative;
  width: 177px;
  margin: 0 auto; }

#wrap main section.feature-02 .ttl-box .illust img {
  width: 100%;
  height: auto; }

#wrap main section.feature-02 .ttl-box .ttl {
  position: relative;
  width: 774px;
  margin: 56px auto 0; }

#wrap main section.feature-02 .ttl-box .ttl img {
  width: 100%;
  height: auto; }

#wrap main section.feature-02 .container {
  position: relative;
  width: 1000px;
  margin: 68px auto 0; }

#wrap main section.feature-02 .container .full-box {
  position: relative;
  width: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
  background: #fff;
  padding: 72px 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#wrap main section.feature-02 .container .full-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 82px;
  height: 82px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  background: url("../img/img_sec2_num_01.png") 50% 50% no-repeat;
  background-size: 42px auto; }

#wrap main section.feature-02 .container .full-box .image-box {
  width: 358px; }

#wrap main section.feature-02 .container .full-box .image-box img {
  width: 100%;
  height: auto; }

#wrap main section.feature-02 .container .full-box .text-box {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0 60px;
  padding: 14px 0 0; }

#wrap main section.feature-02 .container .full-box .text-box h3 {
  width: 312px; }

#wrap main section.feature-02 .container .full-box .text-box h3 img {
  width: 100%;
  height: auto; }

#wrap main section.feature-02 .container .full-box .text-box p {
  font-size: 16px;
  margin: 28px 0 0;
  font-weight: bold;
  line-height: 1.9; }

#wrap main section.feature-02 .container .full-box .text-box p span.note {
  display: block;
  margin: 16px 0 0;
  font-size: 13px; }

#wrap main section.feature-02 .container .split-box {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#wrap main section.feature-02 .container .split-box .box {
  position: relative;
  width: 50%;
  background: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
  border-top: 0px;
  padding: 68px 50px; }

#wrap main section.feature-02 .container .split-box .box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 82px;
  height: 82px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  background: url("../img/img_sec2_num_03.png") 50% 50% no-repeat;
  background-size: 42px auto; }

#wrap main section.feature-02 .container .split-box .box:nth-child(1) {
  display: none; }

#wrap main section.feature-02 .container .split-box .box:nth-child(1):before {
  background: url("../img/img_sec2_num_02.png") 50% 50% no-repeat;
  background-size: 42px auto; }

#wrap main section.feature-02 .container .split-box .box:nth-child(2) {
  border-right: 0px; }

#wrap main section.feature-02 .container .split-box .box:nth-child(2):before {
  background: url("../img/img_sec2_num_02.png") 50% 50% no-repeat;
  background-size: 42px auto; }

#wrap main section.feature-02 .container .split-box .box:nth-child(3):before {
  background: url("../img/img_sec2_num_03.png") 50% 50% no-repeat;
  background-size: 42px auto; }

#wrap main section.feature-02 .container .split-box .box .image-box {
  width: 292px;
  margin: 0 auto; }

#wrap main section.feature-02 .container .split-box .box .image-box .image img {
  width: 100%;
  height: auto; }

#wrap main section.feature-02 .container .split-box .box .text-box {
  margin: 48px 0 0; }

#wrap main section.feature-02 .container .split-box .box .text-box .ttl {
  width: 314px;
  margin: 0 auto; }

#wrap main section.feature-02 .container .split-box .box .text-box .ttl img {
  width: 100%;
  height: auto; }

#wrap main section.feature-02 .container .split-box .box .text-box p {
  font-size: 16px;
  margin: 28px 0 0;
  font-weight: bold;
  line-height: 1.9; }

#wrap main section.feature-02 .container .split-box .box .text-box p span.note {
  display: block;
  margin: 16px 0 0;
  font-size: 13px; }

#wrap main section.feature-03 {
  position: relative;
  width: 100%; }

#wrap main section.feature-03 .ttl-box {
  position: relative;
  padding: 120px 0 0;
  width: 701px;
  margin: 0 auto; }

#wrap main section.feature-03 .ttl-box .label {
  position: absolute;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 130px;
  margin: 0 auto; }

#wrap main section.feature-03 .ttl-box .label img {
  width: 100%;
  height: auto; }

#wrap main section.feature-03 .ttl-box .illust {
  position: relative;
  width: 272px;
  margin: 0 auto; }

#wrap main section.feature-03 .ttl-box .illust img {
  width: 100%;
  height: auto; }

#wrap main section.feature-03 .ttl-box .ttl {
  position: relative;
  width: 701px;
  margin: 56px auto 0; }

#wrap main section.feature-03 .ttl-box .ttl img {
  width: 100%;
  height: auto; }

#wrap main section.feature-03 .ttl-box .photo-1 {
  position: absolute;
  top: 120px;
  left: -136px;
  width: 230px; }

#wrap main section.feature-03 .ttl-box .photo-1 img {
  width: 100%;
  height: auto; }

#wrap main section.feature-03 .ttl-box .photo-2 {
  position: absolute;
  top: 100px;
  right: -150px;
  width: 280px; }

#wrap main section.feature-03 .ttl-box .photo-2 img {
  width: 100%;
  height: auto; }

#wrap main section.feature-03 .container {
  position: relative;
  width: 1000px;
  margin: 68px auto 0; }

#wrap main section.feature-03 .container .box {
  position: relative;
  width: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
  padding: 72px 64px; }

#wrap main section.feature-03 .container .box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 82px;
  height: 82px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  background: url("../img/img_sec2_num_01.png") 50% 50% no-repeat;
  background-size: 42px auto; }

#wrap main section.feature-03 .container .box:nth-child(n+2) {
  border-top: 0px; }

#wrap main section.feature-03 .container .box:nth-child(2):before {
  background: url("../img/img_sec2_num_02.png") 50% 50% no-repeat;
  background-size: 42px auto; }

#wrap main section.feature-03 .container .box:nth-child(3):before {
  background: url("../img/img_sec2_num_03.png") 50% 50% no-repeat;
  background-size: 42px auto; }

#wrap main section.feature-03 .container .box h3 {
  width: 730px;
  margin: 0 auto; }

#wrap main section.feature-03 .container .box h3 img {
  width: 100%;
  height: auto; }

#wrap main section.feature-03 .container .box p {
  font-size: 16px;
  margin: 36px 0 0;
  font-weight: bold;
  line-height: 1.9; }

#wrap main section.feature-03 .container .box .image-box {
  position: relative;
  width: 100%;
  margin: 36px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#wrap main section.feature-03 .container .box .image-box article {
  width: 32.5%; }

#wrap main section.feature-03 .container .box .image-box article img {
  width: 100%;
  height: auto; }

#wrap main section.profile {
  position: relative;
  width: 1000px;
  margin: 120px auto 0; }

#wrap main section.profile .ttl-box {
  position: relative;
  width: 505px;
  margin: 0 auto; }

#wrap main section.profile .ttl-box h3 img {
  width: 100%;
  height: auto; }

#wrap main section.profile .ttl-box .illust {
  position: absolute;
  top: 20px;
  right: -20px;
  width: 85px; }

#wrap main section.profile .ttl-box .illust img {
  width: 100%;
  height: auto; }

#wrap main section.profile .image-box {
  width: 100%;
  margin: -36px 0 0; }

#wrap main section.profile .image-box img {
  width: 100%;
  height: auto; }

#wrap main section.profile .profile-box {
  margin: 60px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 60px;
  box-sizing: border-box; }

#wrap main section.profile .profile-box .image img {
  width: 228px;
  height: 49px; }

#wrap main section.profile .profile-box .text-box {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: -4px 0 0 60px; }

#wrap main section.profile .profile-box .text-box p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9; }

#wrap main section.profile .profile-box .text-box p.link-nitto {
  position: relative;
  margin: 20px 0 0; }

#wrap main section.profile .profile-box .text-box p.link-nitto a {
  position: relative;
  display: inline-block;
  color: #f45131;
  text-decoration: none;
  padding: 0 0 0 30px; }

#wrap main section.profile .profile-box .text-box p.link-nitto a:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  background: url("../img/icon_arrow.jpg");
  width: 21px;
  height: 21px;
  background-size: 100% 100%; }

#wrap main section.cv {
  position: relative;
  width: 100%;
  background: #f4f7fa;
  margin: 132px 0 0;
  padding: 75px 0 120px;
  box-sizing: border-box;
  height: 554px; }

#wrap main section.cv:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url("../img/img_cv_photo_left.jpg");
  width: 146px;
  height: 554px;
  background-size: 100% 100%; }

#wrap main section.cv:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: url("../img/img_cv_photo_right.jpg");
  width: 146px;
  height: 554px;
  background-size: 100% 100%; }

#wrap main section.cv h2 {
  width: 567px;
  margin: 0 auto; }

#wrap main section.cv h2 img {
  width: 100%;
  height: auto; }

#wrap main section.cv ul.btn-box {
  width: 664px;
  margin: 46px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#wrap main section.cv ul.btn-box li {
  position: relative;
  width: 320px;
  background: #f45131;
  border-radius: 5px;
  height: 86px;
  text-align: center; }

#wrap main section.cv ul.btn-box li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 28px 0 0;
  box-sizing: border-box; }

#wrap main section.cv ul.btn-box li a img {
  width: 136px;
  height: auto; }

#wrap main section.cv ul.btn-box li:after {
  position: absolute;
  content: "";
  top: 36px;
  right: 24px;
  background: url("../img/icon_arrow_2.svg");
  width: 8px;
  height: 12px;
  background-size: 100% 100%; }

#wrap main section.cv .tel-box {
  width: 600px;
  margin: 52px auto 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 26px 0 16px; }

#wrap main section.cv .tel-box .label {
  position: relative;
  width: 96px;
  height: 32px;
  background: #f45131;
  border-radius: 50px;
  text-align: center;
  padding: 9px 0 0;
  box-sizing: border-box; }

#wrap main section.cv .tel-box .label img {
  width: 68px;
  height: auto; }

#wrap main section.cv .tel-box .tel {
  width: 241px;
  margin: 0 0 0 20px; }

#wrap main section.cv .tel-box .tel img {
  width: 100%;
  height: auto; }

#wrap main section.cv .tel-box p {
  position: relative;
  top: -6px;
  margin: 0 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  text-indent: 0.6em;
  line-height: 1.7; }

#wrap main section.cv .illust {
  position: absolute;
  top: -25px;
  right: 18%;
  width: 193px; }

#wrap main section.cv .illust img {
  width: 100%;
  height: auto; }

#wrap footer {
  position: relative;
  padding: 92px 0 100px; }

#wrap footer .image {
  width: 336px;
  margin: 0 auto; }

#wrap footer .image img {
  width: 100%;
  height: auto; }

#wrap footer .copyright {
  position: relative;
  margin: 44px 0 0;
  text-align: center; }

#wrap footer .copyright small {
  font-size: 12px; }

#wrap footer .pagetop {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 26px 0 0;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 100; }

#wrap footer .pagetop img {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

#fixed-cv {
  position: fixed;
  width: 100%;
  height: 76px;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 1000;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: 0.6s all cubic-bezier(0.645, 0.045, 0.355, 1); }

#fixed-cv .container {
  width: 100%;
  height: 100%;
  background: #eff2f4; }

#fixed-cv .container ul {
  width: 664px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#fixed-cv .container ul li {
  position: relative;
  width: 320px;
  background: #f45131;
  border-radius: 5px;
  height: 86px;
  text-align: center; }

#fixed-cv .container ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 28px 0 0;
  box-sizing: border-box; }

#fixed-cv .container ul li a img {
  width: 136px;
  height: auto; }

#fixed-cv .container ul li:after {
  position: absolute;
  content: "";
  top: 36px;
  right: 24px;
  background: url("../img/icon_arrow_2.svg");
  width: 8px;
  height: 12px;
  background-size: 100% 100%; }

.alpha-ef {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

section.feature-02 .movie {
  width: 1000px;
  margin: 100px auto 0; }
  section.feature-02 .movie .ttl-box {
    padding: 0px !important; }
    section.feature-02 .movie .ttl-box .en {
      width: 155px;
      margin: 0 auto; }
    section.feature-02 .movie .ttl-box .jp {
      width: 401px;
      margin: 28px auto 0; }
    section.feature-02 .movie .ttl-box p.text {
      font-size: 18px;
      text-align: center;
      margin: 24px 0 0;
      line-height: 1.8; }
    section.feature-02 .movie .ttl-box img {
      width: 100%;
      height: auto; }

.movie-container {
  margin: 48px auto 0;
  width: 1000px; }

@media screen and (max-width: 768px){
  .pc{
    display: none; }
  .sp{
    display: block; }
  #wrap{
    min-width: 0px; }
  #wrap header{
    position: relative;
    height: 106px; }
  #wrap header h1{
    width: 100%;
    position: relative;
    top: 19px;
    left: auto;
    text-align: center; }
  #wrap header h1 img{
    width: 108px;
    height: 41px; }
  #wrap header h1 span.pc{
    display: none; }
  #wrap header h1 span.sp{
    position: relative;
    display: block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin: 0 0 8px;
    text-indent: 0.5em; }
  #wrap header .r-box{
    display: none; }
  #wrap main section.main .ttl{
    width: 88%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -8px; }
  #wrap main section.main .ttl .illust{
    width: 63px;
    top: 25px;
    left: -26px; }
  #wrap main section.main .ttl .illust-2{
    width: 63px;
    top: 25px;
    right: -18px; }
  #wrap main section.main .scrolldown{
    bottom: -18px;
    width: 36px;
    height: 36px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
    padding: 17px 0 0; }
  #wrap main section.main .scrolldown img{
    width: 8px;
    height: 4px; }
  #wrap main section.feature-01{
    padding: 62px 0 0; }
  #wrap main section.feature-01 .ttl-box{
    width: 228px; }
  #wrap main section.feature-01 .ttl-box .illust{
    width: 112px; }
  #wrap main section.feature-01 .ttl-box .ttl{
    width: 230px;
    margin: 24px auto 0; }
  #wrap main section.feature-01 .ttl-box .baloon-1{
    width: 98px;
    top: 10px;
    left: -55px; }
  #wrap main section.feature-01 .ttl-box .baloon-2{
    width: 86px;
    top: 6px;
    right: -55px; }
  #wrap main section.feature-01 .lead{
    margin: 28px auto 0;
    text-align: left;
    width: 90%;
    line-height: 1.9; }
  #wrap main section.feature-01 .lead p{
    font-size: 13px; }
  #wrap main section.feature-01 .price-box{
    width: 90%;
    margin: 18px auto 0; }
  #wrap main section.feature-01 .price-box:before{
    background: url("../img/img_sec1_table_top_r.png") no-repeat;
    background-size: 100% auto; }
  #wrap main section.feature-01 .price-box:after{
    background: url("../img/img_sec1_table_bottom_r.png") no-repeat;
    background-size: 100% auto; }
  #wrap main section.feature-01 .price-box .ttl{
    width: 132px;
    height: 24px;
    padding: 6px 0 0;
    top: 5px;
    z-index: 100;
    margin: 0 auto 4px; }
  #wrap main section.feature-01 .price-box .ttl img{
    width: 70px;
    height: auto; }
  #wrap main section.feature-01 .price-box .table-price ul{
    padding: 28px 7% 28px; }
  #wrap main section.feature-01 .price-box .table-price ul li{
    width: 48%;
    margin: 1% 1%;
    border-radius: 3px;
    padding: 8px 0 8px;
    font-size: 11px; }
  #wrap main section.feature-01 .price-box .table-price ul li.column-2{
    padding: 16px 0 8px; }
  #wrap main section.feature-01 .price-box .table-price:after{
    bottom: -24px;
    right: -12px;
    width: 80px;
    height: 87px;
    background-size: 100% 100%; }
  #wrap main section.feature-01 p.note{
    width: 90%;
    margin: 28px auto 0;
    text-align: left;
    font-size: 10px; }
  #wrap main section.feature-02{
    margin: 100px 0 0;
    padding-bottom: 100px; }
  #wrap main section.feature-02 .ttl-box{
    padding: 72px 0 0; }
  #wrap main section.feature-02 .ttl-box .label{
    width: 80px;
    top: -40px; }
  #wrap main section.feature-02 .ttl-box .illust{
    width: 124px; }
  #wrap main section.feature-02 .ttl-box .ttl{
    width: 295px;
    margin: 28px auto 0; }
  #wrap main section.feature-02 .container{
    width: 100%;
    margin: 44px auto 0; }
  #wrap main section.feature-02 .container .full-box{
    display: none; }
  #wrap main section.feature-02 .container .split-box{
    width: 256px;
    margin: 0 auto;
    display: block; }
  #wrap main section.feature-02 .container .split-box .box{
    width: 256px;
    border: 1px solid #000;
    border-top: 1px solid #000;
    padding: 36px 18px; }
  #wrap main section.feature-02 .container .split-box .box:before{
    width: 48px;
    height: 48px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background-size: 24px auto; }
  #wrap main section.feature-02 .container .split-box .box:nth-child(1){
    display: block; }
  #wrap main section.feature-02 .container .split-box .box:nth-child(1):before{
    background: url("../img/img_sec2_num_01.png") 50% 50% no-repeat;
    background-size: 24px auto; }
  #wrap main section.feature-02 .container .split-box .box:nth-child(2){
    border-right: 1px solid #000;
    border-left: 0px; }
  #wrap main section.feature-02 .container .split-box .box:nth-child(2):before{
    background: url("../img/img_sec2_num_02.png") 50% 50% no-repeat;
    background-size: 24px auto; }
  #wrap main section.feature-02 .container .split-box .box:nth-child(3){
    border-left: 0px; }
  #wrap main section.feature-02 .container .split-box .box:nth-child(3):before{
    background: url("../img/img_sec2_num_03.png") 50% 50% no-repeat;
    background-size: 24px auto; }
  #wrap main section.feature-02 .container .split-box .box .image-box{
    width: 160px; }
  #wrap main section.feature-02 .container .split-box .box .text-box{
    margin: 24px 0 0; }
  #wrap main section.feature-02 .container .split-box .box .text-box .ttl{
    width: 180px; }
  #wrap main section.feature-02 .container .split-box .box .text-box p span.note{
    font-size: 10px; }
  #wrap main section.feature-02 .container .split-box .box .text-box p{
    margin: 20px 0 0;
    font-size: 12px;
    line-height: 1.8; }
  #wrap main section.feature-03 .ttl-box{
    width: 288px;
    padding: 72px 0 0; }
  #wrap main section.feature-03 .ttl-box .label{
    width: 80px;
    top: -40px; }
  #wrap main section.feature-03 .ttl-box .illust{
    width: 128px; }
  #wrap main section.feature-03 .ttl-box .ttl{
    width: 100%;
    margin: 24px auto 0; }
  #wrap main section.feature-03 .ttl-box .photo-1{
    width: 95px;
    left: -34px;
    top: 86px; }
  #wrap main section.feature-03 .ttl-box .photo-2{
    width: 125px;
    right: -62px;
    top: 80px; }
  #wrap main section.feature-03 .container{
    width: 256px;
    margin: 42px auto 0; }
  #wrap main section.feature-03 .container .box{
    width: 256px;
    border: 1px solid #000;
    border-top: 1px solid #000;
    padding: 68px 0px 44px; }
  #wrap main section.feature-03 .container .box:before{
    width: 48px;
    height: 48px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background-size: 24px auto; }
  #wrap main section.feature-03 .container .box:nth-child(n+2){
    border-top: 1px solid #000;
    border-left: 0px; }
  #wrap main section.feature-03 .container .box:nth-child(2):before{
    background-size: 24px auto; }
  #wrap main section.feature-03 .container .box:nth-child(3):before{
    background-size: 24px auto; }
  #wrap main section.feature-03 .container .box h3{
    width: 250px; }
  #wrap main section.feature-03 .container .box p{
    margin: 20px 0 0;
    font-size: 12px;
    line-height: 1.8;
    padding: 0 18px 0;
    box-sizing: border-box; }
  #wrap main section.feature-03 .container .box .image-box{
    display: block;
    width: 85%;
    margin: 22px auto 0;
    overflow: hidden; }
  #wrap main section.feature-03 .container .box .image-box article{
    position: relative;
    width: 100%; }
  #wrap main section.feature-03 .container .box .image-box article:nth-child(n+2){
    position: absolute;
    top: 0;
    left: 0; }
  #wrap main section.profile{
    width: 90%;
    margin: 64px auto 0; }
  #wrap main section.profile .ttl-box{
    width: 275px; }
  #wrap main section.profile .ttl-box .illust{
    width: 40px;
    top: 16px;
    right: -6px; }
  #wrap main section.profile .image-box{
    margin: -22px 0 0; }
  #wrap main section.profile .profile-box{
    margin: 40px 0 0;
    display: block;
    padding: 0px; }
  #wrap main section.profile .profile-box .image{
    text-align: center; }
  #wrap main section.profile .profile-box .image img{
    width: 152px;
    height: 34px; }
  #wrap main section.profile .profile-box .text-box{
    margin: 20px 0 0 0; }
  #wrap main section.profile .profile-box .text-box p{
    font-size: 12px; }
  #wrap main section.profile .profile-box .text-box p.link-nitto{
    margin: 20px 0 0 0;
    text-align: center; }
  #wrap main section.profile .profile-box .text-box p.link-nitto a{
    padding: 0 0 0 20px;
    width: 148px;
    margin: 0 auto; }
  #wrap main section.profile .profile-box .text-box p.link-nitto a:before{
    top: 3px;
    width: 15px;
    height: 15px; }
  #wrap main section.cv{
    margin: 88px 0 0;
    padding: 42px 0 68px;
    height: auto; }
  #wrap main section.cv:before{
    display: none; }
  #wrap main section.cv:after{
    display: none; }
  #wrap main section.cv h2{
    width: 288px; }
  #wrap main section.cv ul.btn-box{
    width: 280px;
    margin: 30px auto 0; }
  #wrap main section.cv ul.btn-box li{
    width: 48%;
    height: 44px;
    border-radius: 3px; }
  #wrap main section.cv ul.btn-box li a{
    padding: 16px 0 0; }
  #wrap main section.cv ul.btn-box li a img{
    width: 70px; }
  #wrap main section.cv ul.btn-box li:after{
    width: 4px;
    height: 6px;
    top: 19px;
    right: 9px; }
  #wrap main section.cv .tel-box{
    width: 268px;
    margin: 28px auto 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0 12px; }
  #wrap main section.cv .tel-box .label{
    width: 58px;
    height: 19px;
    padding: 6px 0 0; }
  #wrap main section.cv .tel-box .label img{
    width: 41px;
    height: auto; }
  #wrap main section.cv .tel-box .tel{
    width: 144px;
    margin: 0 0 0 8px; }
  #wrap main section.cv .tel-box p{
    font-size: 10px;
    margin: 12px 0 0 0;
    text-indent: 0.8em; }
  #wrap main section.cv .illust{
    width: 108px;
    top: -20px;
    right: 10%; }
  #wrap footer{
    padding: 62px 0 80px; }
  #wrap footer .image{
    width: 224px; }
  #wrap footer .copyright{
    margin: 28px 0 0; }
  #wrap footer .copyright small{
    font-size: 9px; }
  #wrap footer .pagetop{
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 17px 0 0; }
  #wrap footer .pagetop img{
    width: 8px;
    height: 4px; }
  #fixed-cv.scroll{
    -webkit-transform: translateY(76px);
    -ms-transform: translateY(76px);
    transform: translateY(76px); }
  #fixed-cv{
    display: block; }
  #fixed-cv .container ul{
    position: relative;
    top: 16px;
    width: 280px; }
  #fixed-cv .container ul li{
    width: 48%;
    height: 44px;
    border-radius: 3px; }
  #fixed-cv .container ul li a{
    padding: 15px 0 0; }
  #fixed-cv .container ul li a img{
    width: 70px; }
  #fixed-cv .container ul li:after{
    width: 4px;
    height: 6px;
    top: 19px;
    right: 9px; }
  section.feature-02 .movie{
    width: 100%;
    margin: 48px auto 0; }
  section.feature-02 .movie .ttl-box .en{
    width: 93px;
    margin: 0 auto; }
  section.feature-02 .movie .ttl-box .jp{
    width: 238px;
    margin: 16px auto 0; }
  section.feature-02 .movie .ttl-box p.text{
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 12.5px;
    margin: 18px 0 0; }
  .movie-container{
    width: calc(100% - 40px);
    margin: 32px auto 0; }
  .movie-container video{
    width: 100%;
    height: auto; } }

@media screen and (min-width: 769px){
  #wrap header .r-box ul li{
    transition: 0.15s opacity ease; }
  #wrap header .r-box ul li:hover{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  #wrap main section.main .scrolldown{
    transition: 0.15s opacity ease; }
  #wrap main section.main .scrolldown:hover{
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  #wrap main section.profile .profile-box .text-box p.link-nitto a{
    transition: 0.15s opacity ease; }
  #wrap main section.profile .profile-box .text-box p.link-nitto a:hover{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  #wrap main section.cv ul.btn-box li{
    transition: 0.15s opacity ease; }
  #wrap main section.cv ul.btn-box li:hover{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  #wrap footer .pagetop{
    transition: 0.15s opacity ease; }
  #wrap footer .pagetop:hover{
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  #fixed-cv .container ul li{
    transition: 0.15s opacity ease; }
  #fixed-cv .container ul li:hover{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
