@charset "UTF-8";
/*
* campaign.css
*
*/
/* ------------------------
  reset
------------------------ */
*,
*:after,
*:before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

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

fieldset {
  border: 0;
}

h3 {
  font-weight: normal;
}

/* ------------------------
  Base Settings
------------------------ */
main {
  background: #fff; 
  font-size: 4.26667vw;
}
@media (min-width: 768px) {
  main {
    font-size: 18px;
  }
}

main {
  background-color: #fff;
  letter-spacing: 0.07em; 
  word-wrap: break-word;
  color: #333;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

main a {
  text-decoration: none; 
  color: #fff;
}
main a:visited {
  color: #fff;
}
main a:hover {
  text-decoration: none; 
  color: #fff;
}
main a:active {
  text-decoration: none; 
  color: #fff;
}
main a[href^="tel:"]:hover {
  color: #fff;
}
@media (min-width: 768px) {
  main a[href^="tel:"] {
    cursor: text; 
    text-decoration: none;
  }
}

::-moz-selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

a img {
  transition: 0.4s;
}
a img:hover {
  opacity: 0.6;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .line_hs main {
    padding-top: 80px;
  }
}

@media (min-width: 1024px) {
  .line_hs .c-header {
    height: 81px;
  }
}

.section {
  width: 100%;
}

.title {
  margin-top: 6.4vw;
  text-align: center;
}
@media (min-width: 768px) {
  .title {
    margin-top: 48px;
  }
}

.icon {
  margin-top: 6.4vw;
}
@media (min-width: 768px) {
  .icon {
    margin-top: 48px;
  }
}
.icon + .heading {
  margin-top: 2.4vw;
}
@media (min-width: 768px) {
  .icon + .heading {
    margin-top: 6px;
  }
}

.heading {
  margin-top: 6.4vw;
  text-align: center;
}
@media (min-width: 768px) {
  .heading {
    margin-top: 48px;
  }
}
.heading + .u-inner {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .heading + .u-inner {
    margin-top: 30px;
  }
}

.text {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .text {
    margin: 30px auto 0;
    width: 100%;
    text-align: left;
  }
}
.text + .text {
  margin-top: 2.4vw;
}
@media (min-width: 768px) {
  .text + .text {
    margin-top: 18px;
  }
}
.text + .heading {
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .text + .heading {
    margin-top: 60px;
  }
}
.text + .btns {
  margin-top: 2.4vw;
}
@media (min-width: 768px) {
  .text + .btns {
    margin-top: 18px;
  }
}

.annotation {
  margin-top: 2.4vw;
}
@media (min-width: 768px) {
  .annotation {
    margin: 18px auto 0;
    width: 100%;
    text-align: left;
  }
}

.img {
  margin-top: 4.8vw;
}
@media (min-width: 768px) {
  .img {
    margin: 36px auto 0;
    text-align: center;
  }
}

.evidence {
  margin-top: 2.4vw;
  text-align: right;
}
@media (min-width: 768px) {
  .evidence {
    margin: 18px auto 0;
  }
}

.title:first-child,
.icon:first-child,
.heading:first-child,
.text:first-child,
.img:first-child,
.annotation:first-child,
.evidence:first-child {
  margin-top: 0;
}

.btns {
  margin-top: 5.33333vw; 
  width: 100%;
}
@media (min-width: 768px) {
  .btns {
    margin-top: 40px;
  }
}
.btns:first-child {
  margin-top: 0;
}
.btns .btn {
  margin-top: 2.66667vw;
}
.btns .btn:first-child {
  margin-top: 0;
}
.btns .btn + .btn {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .btns .btn + .btn {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .btns.-flex {
    display: flex;

    justify-content: center;
  }
}
@media (min-width: 768px) {
  .btns.-flex .btn {
    margin: 0 10px;
    width: 400px;
  }
}
.btns.-flex .btn + .btn {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .btns.-flex .btn + .btn {
    margin-top: 0;
  }
}

.btn {
  display: block;
  display: flex;
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500; 
  font-style: normal;
  line-height: 1.3;

  justify-content: center;
  align-items: center;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 2.66667vw; 
  width: 4.93333vw;
  height: 4.93333vw;
}
@media (min-width: 768px) {
  .btn::before {
    top: 50%;
    left: 20px;
    margin-top: -12px; 
    width: 27px;
    height: 27px;
  }
}
.btn .-label {
  padding: 1.33333vw 0; 
  -webkit-transform: translateX(0.3rem); 
          transform: translateX(0.3rem);
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: 4.26667vw;
}
@media (min-width: 768px) {
  .btn .-label {
    padding: 20px 0; 
    font-size: 22px;
  }
}
.btn .-label span {
  font-size: 5.86667vw;
  font-weight: 900;
}
@media (min-width: 768px) {
  .btn .-label span {
    font-size: 30px;
  }
}
.btn.-cv {
  margin-bottom: 1.33333vw; 
  border-radius: 1.33333vw;
  min-height: 18.66667vw;
  background-color: #e64629;
  box-shadow: 0px 1.33333vw 0px 0px #b71c00;
}
@media (min-width: 768px) {
  .btn.-cv {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px; 
    border-radius: 10px;
    width: 590px;
    min-height: 100px;
    box-shadow: 0px 10px 0px 0px #b71c00;
  }
}
.btn.-cv::before {
  background: url(../img/common/icon_arw.png) no-repeat 0 0;
  background-size: 4.93333vw 4.93333vw;
}
@media (min-width: 768px) {
  .btn.-cv::before {
    background-size: 27px 27px;
  }
}
.btn.-cv.-sm {
  height: 16vw;
}
@media (min-width: 768px) {
  .btn.-cv.-sm {
    height: 84px;
  }
}
.btn.-cv.-sm .-label span {
  font-size: 5.33333vw;
}
@media (min-width: 768px) {
  .btn.-cv.-sm .-label span {
    font-size: 30px;
  }
}
.btn.-line {
  margin-bottom: 1.33333vw; 
  border-radius: 9.33333vw;
  min-height: 18.66667vw;
  background-color: #1bb71f;
  box-shadow: 0px 1.33333vw 0px 0px #172960;
}
@media (min-width: 768px) {
  .btn.-line {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px; 
    border-radius: 50px;
    width: 590px;
    min-height: 100px;
    box-shadow: 0px 10px 0px 0px #172960;
  }
}
.btn.-line::before {
  width: 9.6vw;
  height: 9.6vw;
  background: url(../img/common/icon_line.png) no-repeat 0 0;
  background-size: 9.6vw 9.6vw;
}
@media (min-width: 768px) {
  .btn.-line::before {
    margin-top: 0;
    width: 72px;
    height: 72px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-size: 72px 72px;
  }
}
.btn.-line .maker {
  background-color: #fff;
  color: #1bb71f;
}
.btn.-df {
  border-radius: 8vw; 
  height: 16vw;
  background-color: #102c7e;
}
.btn.-df::before {
  background: url(../img/common/icon_arw.png) no-repeat 0 0;
  background-size: 4.93333vw 4.93333vw;
}
@media (min-width: 768px) {
  .btn.-df::before {
    background-size: 27px 27px;
  }
}
@media (min-width: 768px) {
  .btn.-df {
    margin: 0 auto; 
    width: 590px;
    height: 84px;
  }
}
@media (min-width: 768px) {
  .btn.-df.-s {
    width: auto;
  }
}
.btn.-reverse {
  border-radius: 8vw; 
  background-color: #fff !important;
  color: #102c7e;
}
.btn.-reverse::before {
  background: url(../img/common/icon_arw_blue.png) no-repeat 0 0;
  background-size: 4.93333vw 4.93333vw;
}
@media (min-width: 768px) {
  .btn.-reverse::before {
    background-size: 27px 27px;
  }
}
@media (min-width: 768px) {
  .btn.-reverse {
    margin: 0 auto; 
    width: 590px;
    height: 84px;
  }
}
.btn.-text {
  margin-top: 5.33333vw; 
  height: 9.33333vw;
  color: #102c7e;
}
@media (min-width: 768px) {
  .btn.-text {
    margin-top: 40px; 
    height: 40px;
  }
}
.btn.-text::before {
  position: relative;
  left: 0; 
  background: url(../img/common/icon_arw_blue.png) no-repeat 0 0;
  background-size: 4.93333vw 4.93333vw;
}
@media (min-width: 768px) {
  .btn.-text::before {
    margin-top: -38px; 
    background-size: 27px 27px;
  }
}
.btn.-trigger {
  margin-top: 5.33333vw; 
  height: 16vw;
  color: #102c7e;
}
@media (min-width: 768px) {
  .btn.-trigger {
    margin-top: 40px; 
    height: 80px;
  }
}
.btn.-trigger::before {
  display: none;
}
.btn.-trigger::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5.33333vw;
  width: 4vw;
  height: 4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/icon_plus.png") no-repeat 0 0;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .btn.-trigger::after {
    right: 40px; 
    width: 25px;
    height: 25px;
  }
}
.btn.-trigger.active::after {
  background: url("../img/common/icon_minus.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.btn.-sm {
  height: 13.33333vw;
}
@media (min-width: 768px) {
  .btn.-sm {
    height: 70px;
  }
}
.btn.-up::before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.btn.-down::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn.-j_school {
  background-color: #ed723a;
}
.btn.-jh_school {
  background-color: #229b27;
}
.btn.-h_school {
  background-color: #2089bf;
}
.btn + .btn {
  margin-top: 2.66667vw;
}
@media (min-width: 768px) {
  .btn + .btn {
    margin-top: 20px;
  }
}
.btn .maker {
  display: inline-block; 
  margin-top: 1.33333vw;
  margin-bottom: 0.4vw;
  margin-left: 0.26667vw;
  padding: 0.66667vw 3.33333vw 1.2vw 3.33333vw;
  border-radius: 4vw;
  background-color: #fff;
  color: #e64629;
  font-size: 100% !important;
  line-height: 1em;
}
@media (min-width: 768px) {
  .btn .maker {
    margin: 0px 10px;
    padding: 8px 8px 10px 12px;
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .btn {
    transition: all 0.2s;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .btn:hover {
    color: #fff;
  }
  .btn:hover.-cv {
    background-color: #f76e55;
  }
  .btn:hover.-line {
    background-color: #2ccd30;
  }
  .btn:hover.-df {
    background-color: #5d92de;
  }
  .btn:hover.-reverse {
    opacity: 0.6;
    background-color: #fff;
    color: #102c7e;
  }
}

.anim {
  opacity: 0;
  transition: all 4s cubic-bezier(0.19, 1, 0.22, 1);
}
.anim.active {
  opacity: 1;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

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

@media (min-width: 768px) {
  .u-br_sp {
    display: none;
  }
}

.u-br_pc {
  display: none;
}
@media (min-width: 768px) {
  .u-br_pc {
    display: block;
  }
}

.u-inner {
  position: relative; 
  padding: 10.4vw 5.6vw;
}
@media (min-width: 768px) {
  .u-inner {
    margin: 0 auto;
    padding: 40px 0; 
    width: 950px;
  }
}
.u-inner.-l {
  padding: 10.4vw 0;
}
@media (min-width: 768px) {
  .u-inner.-l {
    padding: 50px 0; 
    width: 100%;
  }
}
@media (min-width: 768px) {
  .u-inner.-m {
    width: 768px;
  }
}
@media (min-width: 768px) {
  .u-inner.-m img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .u-inner.-s {
    width: 590px;
  }
}
@media (min-width: 768px) {
  .u-inner.-s img {
    width: 100%;
  }
}
.u-inner .u-inner {
  margin-top: 2.66667vw; 
  padding: 5.6vw;
}
@media (min-width: 768px) {
  .u-inner .u-inner {
    margin-top: 42px;
    padding: 36px 60px;
  }
}
.u-inner .u-inner.u-arw::after {
  border-width: 8vw 44.66667vw 0 44.66667vw;
}
@media (min-width: 768px) {
  .u-inner .u-inner.u-arw::after {
    margin-left: -384px; 
    border-width: 35px 384px 0 384px;
  }
}
.u-inner .u-inner .u-inner {
  margin-top: 0; 
  padding: 6.66667vw 4vw;
}
@media (min-width: 768px) {
  .u-inner .u-inner .u-inner {
    margin-top: 0;
    padding: 16px 120px 40px;
    width: auto;
  }
}

.u-arw {
  position: relative;
}
.u-arw::after {
  content: "";
  position: absolute;
  z-index: 5; 
  bottom: -8vw;
  left: 0;
  border-width: 8vw 50vw 0 50vw;
  border-style: solid;
  width: 0;
  height: 0;
}
@media (min-width: 768px) {
  .u-arw::after {
    bottom: -35px;
    left: 50%;
    margin-left: -295px; 
    border-width: 35px 295px 0 295px;
  }
}
.u-arw.-white::after {
  border-color: #fff transparent transparent transparent;
}
.u-arw.-blue::after {
  border-color: #102c7e transparent transparent transparent;
}
.u-arw.-light_blue::after {
  border-color: #5d92de transparent transparent transparent;
}
.u-arw.-highlight_blue::after {
  border-color: #e6edf5 transparent transparent transparent;
}
.u-arw + .section {
  padding-top: 5.33333vw;
}
@media (min-width: 768px) {
  .u-arw + .section {
    padding-top: 0px;
  }
}
.u-arw + .u-inner {
  margin-top: 10.66667vw;
}
@media (min-width: 768px) {
  .u-arw + .u-inner {
    margin-top: 60px;
  }
}

.u-typo.-white {
  color: #fff;
}

.u-typo.-red {
  color: #d01624;
}

.u-typo.-blue {
  color: #102c7e;
}

.u-typo.-light_blue {
  color: #5d92de;
}

.u-typo.-highlight_blue {
  color: #e6edf5;
}

.u-typo.-yellow {
  color: #fff100;
}

.u-typo.-green {
  color: #00b000;
}

.u-typo.-xxl {
  letter-spacing: 0.4rem;
  font-size: 10.4vw;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .u-typo.-xxl {
    font-size: 66px;
  }
}

.u-typo.-xl {
  letter-spacing: 0.2rem;
  font-size: 8vw;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .u-typo.-xl {
    font-size: 54px;
  }
}

.u-typo.-l {
  letter-spacing: 0.08rem;
  font-size: 6.4vw;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .u-typo.-l {
    font-size: 36px;
  }
}

.u-typo.-m {
  letter-spacing: 0.2rem; 
  font-size: 4.8vw;
}
@media (min-width: 768px) {
  .u-typo.-m {
    font-size: 24px;
  }
}

.u-typo.-s {
  letter-spacing: 0.1rem; 
  font-size: 2.4vw;
}
@media (min-width: 768px) {
  .u-typo.-s {
    font-size: 12px;
  }
}

.u-typo.-xxl,
.u-typo.-xl,
.u-typo.-l,
.u-typo.-m {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.u-typo.-bold {
  font-weight: 700;
}

.u-typo.-exbold {
  font-weight: 900;
}

.u-typo.-mincho {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
}

.u-typo.-tac {
  text-align: center;
}

.u-typo.-tar {
  text-align: right;
}

.u-typo.-underline {
  background: linear-gradient(transparent 92%, #fff100 10%);
}

.u-typo.-maker {
  display: inline-block;
  margin-top: 0.66667vw;
  margin-right: 0.4vw; 
  padding: 0 1.33333vw;
  background-color: #fff100;
}
@media (min-width: 768px) {
  .u-typo.-maker {
    padding: 2px 6px;
  }
}

.u-typo.-dot {
  position: relative;
  padding-top: 0.02em;
}
.u-typo.-dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  width: 0.15em;
  height: 0.15em;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); 
  background-color: #122d4a;
}

.u-bgc.-white {
  background-color: #fff;
}

.u-bgc.-gray {
  background-color: #ededed;
}

.u-bgc.-blue {
  background-color: #102c7e;
}

.u-bgc.-light_green {
  background-color: #ccefcc;
}

.u-bgc.-light_blue {
  background-color: #5d92de;
}

.u-bgc.-highlight_blue {
  background-color: #e6edf5;
}

.u-bgc.-j_school {
  background-color: #ed723a;
}

.u-bgc.-jh_school {
  background-color: #229b27;
}

.u-bgc.-h_school {
  background-color: #2089bf;
}

.u-icon {
  display: flex;

  justify-content: center;
  align-items: center;
}
.u-icon.-circle p {
  display: flex;
  margin-top: -20vw; 
  border-radius: 50%;
  width: 20vw;
  height: 20vw;
  background-color: #fff100;
  color: #102c7e;
  font-size: 3.2vw;

  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
@media (min-width: 768px) {
  .u-icon.-circle p {
    margin-top: -150px;
    width: 130px;
    height: 130px;
    font-size: 16px;
  }
}
.u-icon.-circle span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold; 
  line-height: 1;
}
.u-icon.-corner span {
  display: flex;
  position: relative; 
  padding: 1.06667vw 4.8vw 1.6vw;
  border-radius: 6.66667vw;
  background-color: #102c7e;
  color: #fff;
  font-weight: bold;
  line-height: 1;

  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .u-icon.-corner span {
    padding: 5px 30px 11px;
    border-radius: 110px;
  }
}
.u-icon.-corner.-yellow span {
  background-color: #fff100; 
  color: #5d92de;
}
.u-icon.-bal span::after {
  content: "";
  position: absolute;
  z-index: 5;
  right: 50%;
  bottom: -2vw;
  border-width: 2vw 1.6vw 0 1.6vw;
  border-style: solid;
  border-color: #102c7e transparent transparent transparent; 
  width: 0;
  height: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media (min-width: 768px) {
  .u-icon.-bal span::after {
    bottom: -10px;
    left: 50%;
    margin-left: -30px; 
    border-width: 10px 15px 0 15px;
  }
}
.u-icon.-bal.-yellow span::after {
  border-color: #fff100 transparent transparent transparent;
}
.u-icon.-arw_down {
  margin: 5.33333vw auto;
  border-top: 4vw solid #102c7e;
  border-right: 4vw solid transparent;
  border-left: 4vw solid transparent; 
  width: 5.33333vw;
}
@media (min-width: 768px) {
  .u-icon.-arw_down {
    margin: 30px auto;
    border-top: 30px solid #102c7e;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent; 
    width: 40px;
  }
}

/* ------------------------
  Components
------------------------ */
.hero {
  position: relative;
}
@media (min-width: 768px) {
  .hero::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10; 
    top: 0;
    left: 0;
    width: 100%;
    height: 78px;
    background-color: #00c511;
  }
}
.hero .inner {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .hero .inner {
    position: relative;
    z-index: 20;
  }
}
.hero .hero_logo {
  text-align: center;
}

.conversion .present img {
  margin-left: -5.33333vw; 
  max-width: 100vw;
}
@media (min-width: 768px) {
  .conversion .present img {
    margin-left: -10px; 
    max-width: 560px;
  }
}

@media (min-width: 768px) {
  .conversion .present.img {
    margin-top: 0;
  }
}

.point .inner {
  position: relative;
  padding-top: 13.33333vw;
}
@media (min-width: 768px) {
  .point .inner {
    padding-top: 80px;
  }
}

.point .point_title {
  position: relative;
}
.point .point_title::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.33333vw;
  left: 6.66667vw;
  width: 0.53333vw;
  height: 21.33333vw;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg); 
  background-color: #00b000;
}
@media (min-width: 768px) {
  .point .point_title::before {
    top: 15px;
    left: 50%;
    margin-left: -8em; 
    width: 4px;
    height: 130px;
  }
}
.point .point_title::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.33333vw;
  right: 6.66667vw;
  width: 0.53333vw;
  height: 21.33333vw;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg); 
  background-color: #00b000;
}
@media (min-width: 768px) {
  .point .point_title::after {
    top: 15px;
    left: 50%;
    margin-left: 8em; 
    width: 4px;
    height: 130px;
  }
}

.point .point_icon {
  margin: 0 auto;
  margin-top: -13.33333vw; 
  width: 18.66667vw;
}
@media (min-width: 768px) {
  .point .point_icon {
    margin-top: -70px; 
    width: 100px;
  }
}

@media (min-width: 768px) {
  .point .point_coming .u-inner {
    padding-top: 0;
  }
}

.point .point_coming .coming {
  display: inline-block;
  position: relative;
  left: 50%;
  padding: 2.4vw 6.66667vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); 
  background-color: #102c7e;
  color: #fff;
}
@media (min-width: 768px) {
  .point .point_coming .coming {
    padding: 18px 20px;
    width: 15em;
  }
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}