@charset "UTF-8";

/* Default Style
------------------------------------------------------------*/
body {
  color: #363636;
  line-height: 1.7;
  font-size: 17px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style: none;
}

a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  color: #333333;
  text-decoration: none;
}

.clear {
  clear: both;
}

/* Font
---------------------------------------------------------------- */
.bold {
  font-weight: bold;
}

.no-breake {
  display: inline-block;
}

/* Layout
---------------------------------------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.inner {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.l-inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  padding-top: 80px;
  padding-bottom: 100px;
}

.row {
  overflow: hidden;
}

.col-l {
  float: left;
}

.col-r {
  float: right;
}

@media screen and (max-width: 1000px) {
  .l-inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 860px) {
  .inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 767px) {

  .inner,
  .l-inner {
    padding-left: 4.5%;
    padding-right: 4.5%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tab-breake {
    float: none;
  }
}

@media screen and (max-width: 480px) {
  .sp-breake {
    float: none;
  }
}

/* margin
---------------------------------------------------------------- */
.mt-ss {
  margin-top: 5px;
}

.mt-sm {
  margin-top: 10px;
}

.mt-sl {
  margin-top: 15px;
}

.mt-ms {
  margin-top: 20px;
}

.mt-mm {
  margin-top: 25px;
}

.mt-ml {
  margin-top: 30px;
}

.mt-ls {
  margin-top: 35px;
}

.mt-lm {
  margin-top: 40px;
}

.mt-ll {
  margin-top: 45px;
}

.mt-xs {
  margin-top: 50px;
}

.mt-xm {
  margin-top: 55px;
}

.mt-xl {
  margin-top: 60px;
}

.mt-xx {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .mt-ss {
    margin-top: 2%;
  }

  .mt-sm {
    margin-top: 3%;
  }

  .mt-sl {
    margin-top: 3.5%;
  }

  .mt-ms {
    margin-top: 4%;
  }

  .mt-mm {
    margin-top: 4.5%;
  }

  .mt-ml {
    margin-top: 5%;
  }

  .mt-ls {
    margin-top: 5.5%;
  }

  .mt-lm {
    margin-top: 6%;
  }

  .mt-ll {
    margin-top: 6.5%;
  }

  .mt-xs {
    margin-top: 7%;
  }

  .mt-xm {
    margin-top: 7.5%;
  }

  .mt-xl {
    margin-top: 8%;
  }

  .mt-xx {
    margin-top: 10%;
  }
}

/* common parts
---------------------------------------------------------------- */
.sp,
.sp-img {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .sp-img {
    display: inline-block;
  }
}

/* block pad
---------------------------------------------------------------- */
.block-pad01 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .block-pad01 {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

/* page-ttl
---------------------------------------------------------------- */
.page-ttl01 {
  text-align: center;
}

.page-ttl01 img {
  width: 80.81%;
}

.page-ttl02 {
  text-align: center;
}

.page-ttl02 img {
  width: 98.6%;
}

.page-ttl03 {
  text-align: center;
}

.page-ttl03 img {
  width: 71.97%;
}

.page-ttl04 {
  text-align: center;
}

.page-ttl04 img {
  width: 67.32%;
}

.page-ttl05 {
  text-align: center;
}

.page-ttl05 img {
  width: 66.04%;
}
.page-ttl06 {
  text-align: center;
}

.page-ttl06 img {
  width: 66.04%;
}
.page-ttl07 {
  text-align: center;
}

.page-ttl07 img {
  width: 66.04%;
}
@media screen and (max-width: 767px) {
  .page-ttl01 img {
    width: 102.09%;
  }

  .page-ttl02 img {
    width: 102.27%;
  }

  .page-ttl03 img {
    width: 66.94%;
  }

  .page-ttl04 img {
    width: 77.19%;
  }

  .page-ttl05 img {
    width: 100.33%;
  }

  .page-ttl06 img {
    width: 80%;
  }
  .page-ttl07 img {
    width: 100%;
  }
}

/* style
---------------------------------------------------------------- */
.top-main {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2%;
  padding-bottom: 3.5%;
  max-height: 676px;
}

.main-img-a {
  background: #f6fafd url(../images/main_a.jpg) no-repeat center;
  background-size: cover;
}

.main-img-b {
  background: #f6fafd url(../images/main_b.jpg) no-repeat center;
  background-size: cover;
}

.top-txt01 {
  width: 60.2%;
}

.top-txt02 {
  width: 60.9%;
}

.top-txt03 {
  width: 37.4%;
  margin-top: 1%;
}

.top-txt04 {
  font-size: 27px;
}

.top-txt04-a {
  color: #fff;
}

.top-txt04-b {
  color: #fa640b;
}

.main-txt-box01-img {
  width: 45.2%;
}

.btn-block01 {
  padding-top: 45px;
}

.btn01 img {
  width: 76.74%;
}

.chart-block {
  background-color: #fcf9f4;
}

.chart-img {
  text-align: center;
}

.chart-img img {
  width: 52.9%;
}
.chart2-img {
  text-align: center;
  margin-top: 60px;
}

.chart-cap {
  font-size: 14px;
}

.arrow01-block {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 65px;
  padding-bottom: 150px;
  background-image: url(../images/page_arrow01.jpg), url(../images/page_arrow01_bg.jpg);
  background-repeat: no-repeat, repeat-x;
  background-position: center bottom, left bottom;
}

.page-head-block {
  padding-top: 25px;
  padding-bottom: 65px;
  background-color: #fff2d7;
}
.page-head-block2 {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #fff2d7;
}
.point-title01 {
  text-align: center;
}

.point-title01 img {
  width: 37.44%;
}

.point-title02 {
  text-align: center;
}

.point-title02 img {
  width: 63.25%;
}

.point-title03 {
  text-align: center;
}

.point-title03 img {
  width: 54.3%;
}

.point-title04 {
  text-align: center;
}

.point-title04 img {
  width: 59.53%;
}

.point-title05 {
  text-align: center;
}

.point-title05 img {
  width: 41.16%;
}

.point-title06 {
  text-align: center;
}

.point-title06 img {
  width: 45.34%;
}

.point-type-list01 {
  overflow: hidden;
}

.point-type-list01 li {
  float: left;
  width: 21.86%;
  margin-right: 4.18%;
}

.point-type-list01 li:nth-child(4n) {
  margin-right: 0;
}

.point-type-list01 li:nth-child(n+5) {
  margin-top: 4.18%;
}

.point-info02 {
  margin-top: 5%;
}

.voice-title01 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -2px;
}

.arrow02-block {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 125px;
  background: url(../images/page_arrow02.jpg), url(../images/page_arrow02_bg.jpg);
  background-color: #fff2d7;
  background-repeat: no-repeat, repeat-x;
  background-position: center bottom, left bottom;
}
.arrow03-block {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 105px;
  background: url(../images/page_arrow02.jpg), url(../images/page_arrow02_bg.jpg);
  background-color: #fff2d7;
  background-repeat: no-repeat, repeat-x;
  background-position: center bottom, left bottom;
}

.flow-list {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flow-list li {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 65px;
}

.flow-list li:after {
  content: "";
  display: block;
  background: url(../images/step_arrow.jpg) no-repeat center;
  background-size: contain;
  width: 78px;
  height: 37px;
  position: absolute;
  bottom: -52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow-list li:last-child {
  margin-bottom: 0;
}

.flow-list li:last-child:after {
  display: none;
}

.flow-num {
  width: 105px;
  display: table-cell;
}

.flow-txt {
  display: table-cell;
  font-size: 27px;
  vertical-align: middle;
  border: 1px solid #2ca6fa;
  border-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 13.1%;
  text-align: center;
}

.flow-list li:last-child .flow-txt {
  border-color: #fa640b;
}

.entry-form-block {
  background-color: #fffde6;
}

.form-txt01 {
  font-size: 27px;
  text-align: center;
  font-weight: bold;
}

.form-txt02 {
  font-size: 49px;
  font-weight: bold;
  color: #fa640b;
  text-align: center;
  line-height: 1.3;
}

.form-table-wrap {
  width: 100%;
}

.form-table01 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #c9caca;
  border-left: 1px solid #c9caca;
}

.form-table01 th {
  border-right: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
  background-color: #2ca6fa;
  overflow: hidden;
  text-align: left;
  color: #fff;
  font-size: 19px;
  width: 30.9%;
  padding: 3%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
}

.form-table01 td {
  vertical-align: middle;
  padding: 2%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
}

.form-label01 {
  font-size: 14px;
  background-color: #f50012;
  border-radius: 6px;
  display: inline-block;
  padding: 3px 10px;
  float: right;
}

.form-parts01 {
  border: 1px solid #c9caca;
  font-size: 18px;
  padding: 15px;
  border-radius: 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-parts02 {
  border: 1px solid #c9caca;
  padding: 10px;
  border-radius: 6px;
  width: 100%;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

a.form-link01 {
  text-decoration: underline;
}

a.form-link01:hover {
  text-decoration: none;
}

.form-message01 {
  color: #ff0000;
  text-align: center;
  margin-top: 10px;
}

.form-message02 {
  font-size: 15px;
}

.btn-send {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #fff;
  text-align: center;
  background-color: #5bc14f;
  font-size: 20px;
  width: 224px;
  height: 60px;
  line-height: 60px;
  border-radius: 7px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.btn-send:hover {
  background-color: #32cb21;
}

.totop {
  text-align: center;
  padding-bottom: 30px;
}

.totop img {
  width: 10.46%;
}

footer {
  border-top: 1px solid #dcdddd;
  padding-top: 10px;
  text-align: center;
}

.foot-nav li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #363636;
  line-height: 1;
  font-size: 14px;
}

.foot-nav li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.foot-nav li a:hover {
  text-decoration: underline;
}

.foot-logo {
  text-align: center;
}

.foot-logo img {
  width: 20.69%;
}

.copy {
  background-color: #2ca6fa;
  color: #fff;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .main-img-a {
    background: #f6fafd url(../images/main_a_sp.jpg) no-repeat center;
    background-size: cover;
  }

  .main-img-b {
    background: #f6fafd url(../images/main_b_sp.jpg) no-repeat center;
    background-size: cover;
  }

  .top-main {
    padding-top: 2%;
    padding-bottom: 7%;
    max-height: 520px;
  }

  .top-txt01 {
    width: 100%;
  }

  .top-txt02 {
    width: 62.52%;
  }

  .top-txt03 {
    width: 41.2%;
    margin-top: 5%;
  }

  .top-txt04 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #2ca6fa;
    padding: 5px 10px;
  }

  .main-txt-box01-img {
    margin-top: 5%;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .btn-block01 {
    padding-top: 0%;
  }

  .btn01 img {
    width: 92.71%;
  }

  .chart-cap {
    font-size: 12px;
  }

  .point-title01 img {
    width: 53.69%;
  }

  .point-title02 img {
    width: 90.08%;
  }

  .point-title03 img {
    width: 77.01%;
  }

  .point-title04 img {
    width: 85.14%;
  }

  .point-title05 img {
    width: 59.17%;
  }

  .point-title06 img {
    width: 64.47%;
  }

  .arrow01-block {
    padding-top: 10%;
    padding-bottom: 22%;
    background-image: url(../images/page_arrow01.jpg), url(../images/page_arrow01_bg.jpg);
    background-size: 150px auto, 1px 51px;
  }

  .arrow02-block {
    padding-top: 5%;
    padding-bottom: 13%;
    background: url(../images/page_arrow02.jpg), url(../images/page_arrow02_bg.jpg);
    background-color: #fff2d7;
    background-repeat: no-repeat, repeat-x;
    background-position: center bottom, left bottom;
    background-size: 150px auto, 1px 51px;
  } 
  .arrow03-block {
    margin-top: 20px;
    padding-top: 5%;
    padding-bottom: 13%;
    background: url(../images/page_arrow02.jpg), url(../images/page_arrow02_bg.jpg);
    background-color: #fff2d7;
    background-repeat: no-repeat, repeat-x;
    background-position: center bottom, left bottom;
    background-size: 150px auto, 1px 51px;
  }

  .page-head-block {
    padding-top: 3%;
    padding-bottom: 8%;
  }

  .point-type-list01 {
    width: 75.54%;
    margin-right: auto;
    margin-left: auto;
  }

  .point-type-list01 li {
    width: 45.45%;
    margin-right: 9%;
  }

  .point-type-list01 li:nth-child(even) {
    margin-right: 0;
  }

  .point-type-list01 li:nth-child(n+3) {
    margin-top: 9%;
  }

  .voice-title01 {
    font-size: 22px;
  }

  .form-txt01 {
    font-size: 17px;
    line-height: 1.5;
  }

  .form-txt02 {
    font-size: 24px;
  }

  .form-table01,
  .form-table01 tbody,
  .form-table01 tr,
  .form-table01 th,
  .form-table01 td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .form-table01 th {
    font-size: 16px;
  }

  .form-table01 td {
    padding: 4%;
  }

  .flow-list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .flow-list li {
    margin-bottom: 20%;
  }

  .flow-num {
    width: 22%;
  }

  .flow-txt {
    font-size: 14px;
    padding-right: 0;
    text-align: left;
    padding-left: 5%;
  }

  .flow-list li:after {
    width: 22%;
    height: 55%;
    bottom: -75%;
  }

  .foot-nav li {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .foot-logo img {
    width: 41.92%;
  }

  .copy {
    font-size: 11px;
  }
}

@media screen and (max-width: 480px) {
  .form-message01 {
    font-size: 12px;
  }

  .arrow02-block {
    padding-bottom: 20%;
  }
}


.line {
  margin-top: -60px;
}

.line-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.line-box .line_img {
  margin: 70px 0 20px;
  width: 120px;
  -webkit-animation: scale 1.5s ease 0s infinite alternate;
  animation: scale 1.5s ease 0s infinite alternate;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.line-box .line_img.line_img:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  opacity: 0.8;
}

@-webkit-keyframes scale {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

@keyframes scale {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

.line-box .line_text {
  font-size: 2rem;
  color: #d50000;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-align: center;
  font-weight: 900;
}

.line-box.top {
  height: 580px;
  background: url("../images/step.png") no-repeat center;
}

.line-box.bottom {
  height: 570px;
  background: url("../images/step_white.png") no-repeat center, linear-gradient(180deg, #fff 0%, #fff 5%, #FFFDE6 20%, #FFFDE6 100%);
}

@media screen and (max-width: 768px) {
  .line {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .line-box .line_img {
    margin: 20px 0 5px;
    width: 60px;
  }

  .line-box .line_text {
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .line-box.top {
    height: 240px;
    background-size: contain;
  }

  .line-box.bottom {
    height: 240px;
    background-size: contain;
  }
}

.radio_text_gray {
  color: #aaaaaa;
}

.occupation_text {
  font-size: 14px;
}

.form-label01_sub-text {
  font-size: 13px;
}

.occupation_box {
  width: 250px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .occupation_box {
    width: 100%;
  }
}
.selecter{
  margin-bottom:5px;
}

.selecter select {
  /* styling */
  width: 370px;
  background-color: white;
  border: thin solid #E5E5E5;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  cursor: pointer;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #fa640b, #fa640b);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .selecter select {
    width: 100%;
  }
}
.c-selecter select:focus {
  background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

.js-check {
  margin-bottom: 15px
}

.radio_container1 {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: hidden;
  padding: 10px;
}

.radio_container2 {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: hidden;
  padding: 10px;
}

.radio_container3 {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.radio_inner {
  padding: 0 25px;
}

