@charset "UTF-8";
.btn_white {
  display: block;
  border: 1px solid #f58030;
  background: #fff;
  color: #f58030;
  text-align: center;
  padding: 1em;
  border-radius: 40px;
  text-decoration: none;
}

.btn_orange {
  display: block;
  border: 1px solid #f58030;
  background: #f58030;
  color: #fff;
  text-align: center;
  padding: 1em;
  border-radius: 40px;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .btn_white {
    display: inline-block;
    padding: 1em 65px;
  }
  .btn_orange {
    display: inline-block;
    padding: 1em 65px;
  }
}

/* arrow_s */
.arrow_s {
  position: relative;
  padding: 0 0 0 32px;
  display: inline-block;
  vertical-align: middle;
}

.arrow_s:before,
.arrow_s:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow_s:before {
  left: 0px;
  width: 14px;
  height: 1px;
  background: #f58030;
}

.arrow_s:after {
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f58030;
  border-right: 1px solid #f58030;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* arrow_m */
.arrow_m {
  position: relative;
  padding: 0 0 0 45px;
  display: inline-block;
  vertical-align: middle;
}

.arrow_m:before,
.arrow_m:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow_m:before {
  left: 0;
  width: 18px;
  height: 1px;
  background: #f58030;
}

.arrow_m:after {
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f58030;
  border-right: 1px solid #f58030;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* arrow_w */
.arrow_w {
  position: relative;
  padding: 0 0 0 45px;
  display: inline-block;
  vertical-align: middle;
}

.arrow_w:before,
.arrow_w:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow_w:before {
  left: 0;
  width: 18px;
  height: 1px;
  background: #fff;
}

.arrow_w:after {
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ---------------------------------------------------------
$ 効果的な活用シーン一覧
----------------------------------------------------------*/
#content.toppage {
  padding-bottom: 17.3333%;
  text-align: center;
}

#content.toppage h2 {
  margin-bottom: 4.5%;
  font-size: 22px;
  line-height: 1.318;
  letter-spacing: 0.08em;
}

#content.toppage h2 span {
  color: #f58030;
}

#content.toppage .lead {
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 7.75%;
}

@media all and (min-width: 768px) {
  #content.toppage .lead {
    font-size: 16px;
    line-height: 2;
  }
}

#content.toppage .links li {
  margin-top: 10.4%;
}

#content.toppage .links li:first-child {
  margin-top: 0;
}

#content.toppage .links li img {
  margin-bottom: -4.4%;
}

#content.toppage .links li a {
  width: 91%;
  padding: 10.28% 6.3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  background: #f58030;
  color: #fff;
  display: block;
  vertical-align: middle;
  letter-spacing: 0.08em;
  position: relative;
  /* →アニメ配置 */
}

#content.toppage .links li a .text {
  font-size: 15px;
  line-height: 1.73;
}

@media all and (min-width: 768px) {
  #content.toppage .links li a .text {
    font-size: 16px;
    line-height: 2;
  }
}

#content.toppage .links li a .text h3 {
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
}

#content.toppage .links li a .c-arrow {
  position: absolute;
  bottom: 6%;
  right: 6%;
}

@media all and (min-width: 768px) {
  #content.toppage {
    padding-bottom: 190px;
  }
  #content.toppage h2 {
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 1.47;
  }
  #content.toppage .lead {
    margin-bottom: 68px;
  }
  #content.toppage .links li {
    margin-top: 110px;
    min-height: 503px;
    position: relative;
  }
  #content.toppage .links li:nth-of-type(odd) img {
    float: right;
  }
  #content.toppage .links li:nth-of-type(odd) a {
    left: 0;
    bottom: -40px;
  }
  #content.toppage .links li:nth-of-type(even) img {
    float: left;
  }
  #content.toppage .links li:nth-of-type(even) a {
    right: 0;
    bottom: -40px;
  }
  #content.toppage .links li img {
    margin-bottom: 0;
  }
  #content.toppage .links li a {
    width: 422px;
    height: 309px;
    padding: 0;
    display: table;
    position: absolute;
  }
  #content.toppage .links li a .text {
    display: table-cell;
    vertical-align: middle;
  }
  #content.toppage .links li a .text h3 {
    font-size: 26px;
  }
  #content.toppage .links li a .c-arrow {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
}

@media all and (min-width: 768px) {
  #content .mv_under {
    margin-bottom: 100px;
  }
}

#content .box_wrap {
  width: 100%;
}

@media all and (min-width: 768px) {
  #content .box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}

#content .box_wrap + .box_wrap {
  margin-top: 10.45%;
}

@media all and (min-width: 768px) {
  #content .box_wrap + .box_wrap {
    margin-top: 70px;
  }
}

#content .box_wrap .img {
  position: relative;
}

@media all and (min-width: 768px) {
  #content .box_wrap .img {
    width: 50%;
    position: static;
  }
  #content .box_wrap .img img {
    width: 100%;
    height: auto;
  }
}

#content .box_wrap .img .icon {
  position: absolute;
  top: 90.825%;
  left: -4.5%;
  width: 18.35%;
}

@media all and (min-width: 768px) {
  #content .box_wrap .img .icon {
    top: -35px;
    right: -35px;
    left: auto;
    width: 107px;
  }
  #content .box_wrap .img .icon img {
    width: 100%;
    height: auto;
  }
}

#content .box_wrap .text {
  width: 100%;
  padding: 11.94% 7.5%;
  background: #f58030;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (min-width: 768px) {
  #content .box_wrap .text {
    width: 50%;
    padding: 0 60px 0 70px;
    text-align: left;
  }
}

#content .box_wrap .text .inner {
  width: auto;
}

@media all and (min-width: 768px) {
  #content .box_wrap .text .inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#content .box_wrap .text .inner h2 {
  margin-bottom: 3.73%;
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: 0.08em;
}

@media all and (min-width: 768px) {
  #content .box_wrap .text .inner h2 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.44;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
}

#content .box_wrap .text .inner > p {
  font-size: 15px;
  line-height: 1.73;
}

@media all and (min-width: 768px) {
  #content .box_wrap .text .inner > p {
    font-size: 16px;
    line-height: 2;
  }
}

@media all and (min-width: 768px) {
  #content .box_wrap .text .inner > p {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

@media all and (min-width: 768px) {
  #content .box_wrap.lt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

@media all and (min-width: 768px) and (min-width: 768px) {
  #content .box_wrap.lt .icon {
    left: -35px;
    right: auto;
  }
}

#content .direction_area {
  width: 100%;
  margin: 13.43% 0 18.66%;
}

@media all and (min-width: 768px) {
  #content .direction_area {
    margin: 115px 0 135px;
  }
  #content .direction_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#content .direction_area li {
  border-top: 1px solid #e1e1e1;
}

@media all and (min-width: 768px) {
  #content .direction_area li {
    width: calc(100%/3);
    border-top: none;
    border-left: 1px solid #e1e1e1;
  }
}

#content .direction_area li:last-child {
  border-bottom: 1px solid #e1e1e1;
}

@media all and (min-width: 768px) {
  #content .direction_area li:last-child {
    border-bottom: none;
    border-right: 1px solid #e1e1e1;
  }
}

#content .direction_area li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media all and (min-width: 768px) {
  #content .direction_area li a {
    padding: 10px 0 10px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#content .direction_area li a .img {
  width: 34.33%;
  padding: 4.18% 4.78%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (min-width: 768px) {
  #content .direction_area li a .img {
    width: 125px;
    padding: 0;
  }
  #content .direction_area li a .img img {
    width: 100%;
  }
}

#content .direction_area li a .img span {
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#content .direction_area li a .img span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #f58030;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media all and (min-width: 768px) {
  #content .direction_area li a .img span:before {
    border-width: 5px;
  }
}

#content .direction_area li a .img span img {
  vertical-align: middle;
}

#content .direction_area li a .text {
  padding-left: 2%;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (min-width: 768px) {
  #content .direction_area li a .text {
    padding-left: 23px;
  }
}

#content .direction_area li a.current {
  color: #f58030;
}

#content .direction_area li a.current .img span:before {
  opacity: 1;
}

#content .direction_area li a:hover {
  color: #f58030;
}

#content .direction_area li a:hover .img span:before {
  opacity: 1;
}
