@charset "UTF-8";
/*変数設定用*/
body {
  background: none;
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

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

.container {
  max-width: 1024px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: 95%;
  }
}

#main_toritsuke input, #main_toritsuke button, #main_toritsuke select, #main_toritsuke textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

#main_toritsuke textarea {
  resize: vertical;
}

#main_toritsuke input[type='checkbox'], #main_toritsuke input[type='radio'] {
  display: none;
}

#main_toritsuke input[type='submit'], #main_toritsuke input[type='button'], #main_toritsuke label, #main_toritsuke button, #main_toritsuke select {
  cursor: pointer;
}

#main_toritsuke select::-ms-expand {
  display: none;
}

#main_toritsuke #Advantage {
  fill: none;
  stroke: #485da0;
  stroke-miterlimit: 10;
}

#main_toritsuke #Service {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}

#main_toritsuke #Application {
  fill: none;
  stroke: #ededed;
  stroke-miterlimit: 10;
}

#main_toritsuke .svg-sprite {
  position: absolute;
  height: 0;
  z-index: -100;
}

#main_toritsuke .link01 {
  max-width: 710px;
  margin: 50px auto 25px;
  z-index: 10;
  position: relative;
}

#main_toritsuke .link01 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 27px 30px 27px 0;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  border-radius: 10px;
  background-color: #02248e;
  border: 3px solid #02248e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#main_toritsuke .link01 a:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 45%;
  right: 40px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border: solid #fff;
  border-width: 0px 1px 1px 0px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#main_toritsuke .link01 a:hover {
  opacity: 1;
  background-color: #fff;
  color: #02248e;
  font-weight: bold;
}

#main_toritsuke .link01 a:hover:before {
  border: solid #02248e;
  border-width: 0px 1px 1px 0px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  #main_toritsuke .link01 {
    max-width: 90%;
    margin: 0 auto;
    z-index: 10;
  }
  #main_toritsuke .link01 a {
    padding: 16px 30px 16px 0;
    font-size: 1.8rem;
    border-radius: 10px;
  }
  #main_toritsuke .link01 a:before {
    width: 12px;
    height: 12px;
  }
  #main_toritsuke .link01 a:hover {
    background-color: #02248e;
    font-weight: normal;
    color: #fff;
  }
  #main_toritsuke .link01 a:hover:before {
    border: solid #fff;
    border-width: 0px 1px 1px 0px;
    top: 45%;
  }
}

#main_toritsuke .btn01 {
  max-width: 710px;
  z-index: 10;
  position: relative;
  margin: 60px auto 0;
}

#main_toritsuke .btn01:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 45px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border: solid #fff;
  border-width: 1px 1px 0px 0px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 10;
}

#main_toritsuke .btn01:hover:before {
  border: solid #02248e;
  border-width: 1px 1px 0px 0px;
  right: 35px;
}

#main_toritsuke .btn01 .send_confirm {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  border-radius: 8px;
  background-color: #02248e;
  border: 3px solid #02248e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#main_toritsuke .btn01 .send_confirm:hover {
  opacity: 1;
  background-color: #fff;
  color: #02248e;
  font-weight: bold;
}

#main_toritsuke .btn01 .send_confirm:hover:before {
  border: solid #02248e;
  border-width: 1px 1px 0px 0px;
  right: 35px;
}

@media screen and (max-width: 767px) {
  #main_toritsuke .btn01 {
    max-width: 90%;
    margin: 40px auto 0;
  }
  #main_toritsuke .btn01 button {
    padding: 16px 30px 16px 0;
    font-size: 1.8rem;
    border-radius: 10px;
  }
  #main_toritsuke .btn01 button:before {
    width: 12px;
    height: 12px;
  }
  #main_toritsuke .btn01 button:hover {
    background-color: #02248e;
    color: #fff;
  }
  #main_toritsuke .btn01 button:hover:before {
    border: solid #fff;
    border-width: 1px 1px 0px 0px;
    right: 45px;
    font-weight: normal;
  }
}

#main_toritsuke .top {
  color: #000;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

#main_toritsuke .top .bgwrap {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#main_toritsuke .top .bgwrap h1 {
  text-align: center;
  padding-top: 60px;
  width: 410px;
  margin: 0 auto;
}

#main_toritsuke .top .bgwrap h1 + p {
  font-size: 2.4rem;
  margin-top: 30px;
  text-align: center;
}

#main_toritsuke .top .bgwrap h1 + p span {
  font-size: 3rem;
  display: block;
  font-weight: bold;
}

#main_toritsuke .top .bgwrap ul {
  max-width: 950px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main_toritsuke .top .bgwrap ul li {
  width: 48%;
}

#main_toritsuke .top .bgwrap ul li figure figcaption {
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.4rem;
}

#main_toritsuke .top .bgwrap ul li dl {
  text-align: center;
  margin-top: 20px;
}

#main_toritsuke .top .bgwrap ul li dl dt {
  font-size: 1.8rem;
  color: #b7183f;
  font-weight: bold;
}

#main_toritsuke .top .bgwrap ul li dl dd {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #b7183f;
  font-size: 2.4rem;
  font-weight: bold;
}

#main_toritsuke .top .bgwrap ul li dl dd em {
  font-size: 4rem;
  color: #b7183f;
  margin: 0 10px;
}

#main_toritsuke .top .bgwrap .note {
  margin-top: 70px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #main_toritsuke .top:before, #main_toritsuke .top:after {
    -webkit-transform: skewX(-13deg);
            transform: skewX(-13deg);
    border: 1px solid #b7183f;
  }
  #main_toritsuke .top .bgwrap:before, #main_toritsuke .top .bgwrap:after {
    -webkit-transform: skewX(13deg);
            transform: skewX(13deg);
    border: 1px solid #b7183f;
  }
  #main_toritsuke .top .bgwrap:before {
    left: calc(100% + 70px);
  }
  #main_toritsuke .top .bgwrap:after {
    right: calc(100% + 70px);
  }
  #main_toritsuke .top .bgwrap h1 {
    padding-top: 40px;
    width: 80%;
  }
  #main_toritsuke .top .bgwrap h1 + p {
    font-size: 1.6rem;
    margin-top: 30px;
  }
  #main_toritsuke .top .bgwrap ul {
    margin: 30px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 95%;
  }
  #main_toritsuke .top .bgwrap ul li {
    width: 100%;
  }
  #main_toritsuke .top .bgwrap ul li figure {
    text-align: center;
  }
  #main_toritsuke .top .bgwrap ul li figure img {
    width: 70%;
  }
  #main_toritsuke .top .bgwrap ul li figure figcaption {
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.4rem;
  }
  #main_toritsuke .top .bgwrap ul li + li {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #b7183f;
  }
  #main_toritsuke .top .bgwrap ul li dl {
    margin-top: 20px;
  }
  #main_toritsuke .top .bgwrap ul li dl dt {
    font-size: 1.6rem;
  }
  #main_toritsuke .top .bgwrap ul li dl dd {
    margin-top: 6px;
    padding-top: 0px;
    border-top: 0;
    font-size: 1.8rem;
  }
  #main_toritsuke .top .bgwrap ul li dl dd em {
    font-size: 2rem;
  }
  #main_toritsuke .top .bgwrap .note {
    margin: 30px auto 10px;
    font-size: 1.4rem;
  }
}

#main_toritsuke .sec01 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec01 {
    margin-bottom: 0;
  }
}

#main_toritsuke .sec01 h2 {
  font-size: 5rem;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 170px 0 20px;
  z-index: 1;
  color: #02248E;
}

#main_toritsuke .sec01 h2 span {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  height: 150px;
  z-index: -1;
}

#main_toritsuke .sec01 h2 span svg {
  height: 100%;
}

#main_toritsuke .sec01 ul {
  margin-top: 50px;
}

#main_toritsuke .sec01 ul li {
  background-color: rgba(154, 167, 210, 0.16);
}

#main_toritsuke .sec01 ul li:nth-of-type(even) {
  background-color: transparent;
}

#main_toritsuke .sec01 ul li:nth-of-type(even) .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#main_toritsuke .sec01 ul li:nth-of-type(even) .wrap figure {
  left: auto;
  right: calc(23vw + 260px);
}

#main_toritsuke .sec01 ul li .wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#main_toritsuke .sec01 ul li .wrap figure {
  position: absolute;
  width: 50vw;
  top: 3vw;
  left: calc(23vw + 260px);
}

#main_toritsuke .sec01 ul li .wrap dl {
  width: 510px;
}

#main_toritsuke .sec01 ul li .wrap dl dt {
  font-size: 4.2rem;
  line-height: 1;
  color: #02248E;
  font-weight: bold;
}

#main_toritsuke .sec01 ul li .wrap dl dd {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #485da0;
  font-size: 2rem;
  line-height: 1.8;
}

#main_toritsuke .sec01 .gray {
  background-color: rgba(154, 167, 210, 0.16);
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec01 .gray {
    padding: 30px 0;
  }
}

#main_toritsuke .sec01 .gray .left {
  float: left;
  width: 60%;
  margin: 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #main_toritsuke .sec01 .gray .left {
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec01 .gray .left {
    float: none;
    width: 100%;
    margin: 0 0px;
  }
}

#main_toritsuke .sec01 .gray .left h3 {
  font-size: 4.2rem;
  line-height: 1;
  color: #02248E;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec01 .gray .left h3 {
    font-size: 2rem;
    margin-top: 10px;
  }
}

#main_toritsuke .sec01 .gray .left .txt {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #485da0;
  font-size: 2rem;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #main_toritsuke .sec01 .gray .left .txt {
    padding: 10px 0px 0px 0px;
  }
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec01 .gray .left .txt {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #485da0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

#main_toritsuke .sec01 .gray .right {
  position: relative;
  width: 30%;
  float: right;
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec01 .gray .right {
    width: 100%;
    float: none;
  }
}

#main_toritsuke .sec01 .gray .right:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(/common/img/toritsuke/item03.png);
  width: 50vw;
  height: 200px;
  background-position: top left;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec01 .gray .right:before {
    display: none;
  }
}

#main_toritsuke .sec01 .white {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec01 .white {
    padding: 30px 0;
  }
}

#main_toritsuke .sec01 .white .right {
  float: right;
  width: 60%;
  margin: 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #main_toritsuke .sec01 .white .right {
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec01 .white .right {
    float: none;
    width: 100%;
    margin: 0 0px;
  }
}

#main_toritsuke .sec01 .white .right h3 {
  font-size: 4.2rem;
  line-height: 1;
  color: #02248E;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec01 .white .right h3 {
    font-size: 2rem;
    margin-top: 10px;
  }
}

#main_toritsuke .sec01 .white .right .txt {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #485da0;
  font-size: 2rem;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #main_toritsuke .sec01 .white .right .txt {
    padding: 10px 0px 0px 0px;
  }
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec01 .white .right .txt {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #485da0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

#main_toritsuke .sec01 .white .left {
  position: relative;
  width: 30%;
  float: left;
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec01 .white .left {
    width: 100%;
    float: none;
  }
}

#main_toritsuke .sec01 .white .left:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url(/common/img/toritsuke/item04.png);
  width: 60vw;
  height: 250px;
  background-position: top right;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec01 .white .left:before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #main_toritsuke .sec01 ul li .wrap figure {
    width: 600px;
    top: -20px;
    left: auto;
    right: -120px;
  }
  #main_toritsuke .sec01 ul li:nth-of-type(even) .wrap figure {
    right: auto;
    left: -120px;
  }
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec01 h2 {
    font-size: 2.4rem;
    padding: 60px 0 30px;
    margin-top: 0;
    max-width: 100%;
    overflow: hidden;
  }
  #main_toritsuke .sec01 h2 span {
    position: absolute;
    height: 60px;
    top: 40%;
  }
  #main_toritsuke .sec01 ul {
    margin-top: 0px;
  }
  #main_toritsuke .sec01 ul li {
    background-color: rgba(154, 167, 210, 0.16);
  }
  #main_toritsuke .sec01 ul li:nth-of-type(even) {
    background-color: transparent;
  }
  #main_toritsuke .sec01 ul li:nth-of-type(even) .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main_toritsuke .sec01 ul li:nth-of-type(even) .wrap figure {
    left: auto;
    right: calc(20vw + 260px);
  }
  #main_toritsuke .sec01 ul li:last-of-type {
    padding-bottom: 60px;
  }
  #main_toritsuke .sec01 ul li .wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2vw 0 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main_toritsuke .sec01 ul li .wrap figure {
    position: static;
    width: 100%;
  }
  #main_toritsuke .sec01 ul li .wrap dl {
    width: 95%;
    margin: 20px auto 0;
  }
  #main_toritsuke .sec01 ul li .wrap dl dt {
    font-size: 2rem;
  }
  #main_toritsuke .sec01 ul li .wrap dl dd {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #485da0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

#main_toritsuke .sec02 {
  background-color: #e6e6e6;
  padding-bottom: 120px;
}

#main_toritsuke .sec02 h2 {
  font-size: 5rem;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 180px 0px 110px 0px;
  z-index: 1;
  color: #02248e;
}

#main_toritsuke .sec02 h2 span {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  height: 140px;
  z-index: -1;
}

#main_toritsuke .sec02 h2 span svg {
  height: 100%;
}

#main_toritsuke .sec02 ol {
  max-width: 800px;
  margin: 0 auto;
}

#main_toritsuke .sec02 ol li {
  color: #363636;
  position: relative;
  font-size: 1.8rem;
  height: 120px;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 120px 0 210px;
  z-index: 1;
}

#main_toritsuke .sec02 ol li + li {
  margin-top: 80px;
}

#main_toritsuke .sec02 ol li + li:before {
  content: "";
  position: absolute;
  right: 50%;
  top: -50px;
  width: 0;
  height: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  border-style: solid;
  border-width: 27px 56px 0 56px;
  border-color: #02258e transparent transparent transparent;
}

#main_toritsuke .sec02 ol li div:before, #main_toritsuke .sec02 ol li div:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-13deg);
          transform: skewX(-13deg);
  z-index: -1;
}

#main_toritsuke .sec02 ol li div:before {
  background-color: #9aa7d2;
  left: 6px;
  top: 6px;
}

#main_toritsuke .sec02 ol li div:after {
  background-color: #fff;
  left: 0;
  top: 0;
}

#main_toritsuke .sec02 ol li div span {
  position: absolute;
  width: 50px;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

#main_toritsuke .sec02 ol li div span:before {
  content: "";
  position: absolute;
  height: 55px;
  width: 160px;
  top: 50%;
  right: 50%;
  background-color: #02248e;
  -webkit-transform: skewX(-13deg) translate(50%, -50%);
          transform: skewX(-13deg) translate(50%, -50%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec02 {
    padding-bottom: 30px;
  }
  #main_toritsuke .sec02 h2 {
    font-size: 2.4rem;
    padding: 30px 0px 60px;
    margin-top: 30px;
  }
  #main_toritsuke .sec02 h2 span {
    height: 50px;
  }
  #main_toritsuke .sec02 ol {
    max-width: 800px;
    margin: 0 auto;
    width: 90%;
  }
  #main_toritsuke .sec02 ol li {
    font-size: 1.4rem;
    height: 130px;
    padding: 0 20px;
    z-index: 1;
  }
  #main_toritsuke .sec02 ol li + li {
    margin-top: 80px;
  }
  #main_toritsuke .sec02 ol li + li:before {
    right: 50%;
    top: -50px;
    width: 0;
    height: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    border-style: solid;
    border-width: 27px 56px 0 56px;
    border-color: #02258e transparent transparent transparent;
  }
  #main_toritsuke .sec02 ol li div:before, #main_toritsuke .sec02 ol li div:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
    z-index: -1;
  }
  #main_toritsuke .sec02 ol li div:before {
    background-color: #9aa7d2;
    left: 6px;
    top: 6px;
  }
  #main_toritsuke .sec02 ol li div:after {
    background-color: #fff;
    left: 0;
    top: 0;
  }
  #main_toritsuke .sec02 ol li div span {
    width: 35px;
    left: 25px;
    top: -10px;
  }
  #main_toritsuke .sec02 ol li div span:before {
    height: 45px;
    right: 65%;
    width: 100px;
  }
}

#main_toritsuke .sec03 h2 {
  font-size: 5rem;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 150px 0px 130px 0px;
  z-index: 1;
  color: #02248e;
}

#main_toritsuke .sec03 h2 span {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  height: 150px;
  z-index: -1;
}

#main_toritsuke .sec03 h2 span svg {
  height: 100%;
}

#main_toritsuke .sec03 h2 + ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main_toritsuke .sec03 h2 + ul li {
  width: calc(100% / 3 - (34px / 3));
  text-align: center;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #02248e;
  color: #02248e;
  font-size: 2rem;
  font-weight: bold;
}

#main_toritsuke .sec03 h2 + ul li.active {
  color: #fff;
  background-color: #02248e;
}

#main_toritsuke .sec03 ul + .note {
  text-align: center;
  font-size: 1.6rem;
  padding: 20px 0;
}

#main_toritsuke .sec03 sup {
  font-size: 2rem;
  line-height: 10px;
  height: 10px;
  display: inline-block;
  color: #F00;
  vertical-align: text-top;
}

#main_toritsuke .sec03 .form_wrap {
  border-top: 1px solid #02248E;
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec03 .form_wrap {
    border-top: none;
  }
}

#main_toritsuke .sec03 .form_wrap dl {
  border-width: 1px 0 1px 0;
  font-size: 1.6rem;
}

#main_toritsuke .sec03 .form_wrap dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid #02248E;
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec03 .form_wrap dl div {
    border-bottom: none;
  }
}

#main_toritsuke .sec03 .form_wrap dl div.bdnone {
  border: none;
}

#main_toritsuke .sec03 .form_wrap dl div dt {
  width: 290px;
  background-color: rgba(154, 167, 210, 0.13);
  color: #02248E;
  display: inline-block;
  text-align: center;
  padding: 30px 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 0;
}

#main_toritsuke .sec03 .form_wrap dl div dd {
  width: calc(100% - 290px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px 10px 40px;
}

#main_toritsuke .sec03 .form_wrap dl div dd .note {
  font-size: 1.4rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec03 .form_wrap dl div dd .mwform-radio-field.horizontal-item:nth-child(2) {
    margin-left: 0px;
  }
}

#main_toritsuke .sec03 .form_wrap dl div dd input[type='text'], #main_toritsuke .sec03 .form_wrap dl div dd input[type='tel'], #main_toritsuke .sec03 .form_wrap dl div dd input[type='email'], #main_toritsuke .sec03 .form_wrap dl div dd select {
  border: 1px solid #02248E;
  color: #02248E;
  padding: 17px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main_toritsuke .sec03 .form_wrap dl div dd input[type='text'] + input[type='text'], #main_toritsuke .sec03 .form_wrap dl div dd input[type='text'] + input[type='email'], #main_toritsuke .sec03 .form_wrap dl div dd input[type='tel'] + input[type='text'], #main_toritsuke .sec03 .form_wrap dl div dd input[type='tel'] + input[type='email'], #main_toritsuke .sec03 .form_wrap dl div dd input[type='email'] + input[type='text'], #main_toritsuke .sec03 .form_wrap dl div dd input[type='email'] + input[type='email'], #main_toritsuke .sec03 .form_wrap dl div dd select + input[type='text'], #main_toritsuke .sec03 .form_wrap dl div dd select + input[type='email'] {
  margin-top: 30px;
}

#main_toritsuke .sec03 .form_wrap dl div dd input[type='text'] + .note, #main_toritsuke .sec03 .form_wrap dl div dd input[type='tel'] + .note, #main_toritsuke .sec03 .form_wrap dl div dd input[type='email'] + .note, #main_toritsuke .sec03 .form_wrap dl div dd select + .note {
  margin-top: 10px;
}

#main_toritsuke .sec03 .form_wrap dl div dd input::-webkit-input-placeholder {
  color: #9AA7D2;
}

#main_toritsuke .sec03 .form_wrap dl div dd input:-ms-input-placeholder {
  color: #9AA7D2;
}

#main_toritsuke .sec03 .form_wrap dl div dd input::-ms-input-placeholder {
  color: #9AA7D2;
}

#main_toritsuke .sec03 .form_wrap dl div dd input::placeholder {
  color: #9AA7D2;
}

#main_toritsuke .sec03 .form_wrap dl div dd input[type="radio"] {
  display: none;
}

#main_toritsuke .sec03 .form_wrap dl div dd input[type="radio"] + span {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec03 .form_wrap dl div dd input[type="radio"] + span {
    padding-left: 30px;
    margin-right: 10px;
  }
}

#main_toritsuke .sec03 .form_wrap dl div dd input[type="radio"] + span:before, #main_toritsuke .sec03 .form_wrap dl div dd input[type="radio"] + span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

#main_toritsuke .sec03 .form_wrap dl div dd input[type="radio"] + span:before {
  width: 20px;
  height: 20px;
  border: 1px solid #02248E;
  left: 0;
}

#main_toritsuke .sec03 .form_wrap dl div dd input[type="radio"] + span:after {
  width: 14px;
  height: 14px;
  background-color: #02248E;
  left: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#main_toritsuke .sec03 .form_wrap dl div dd input[type="radio"]:checked + span:after {
  opacity: 1;
  visibility: visible;
}

#main_toritsuke .sec03 .form_wrap dl div dd input[type="checkbox"] {
  display: none;
}

#main_toritsuke .sec03 .form_wrap dl div dd input[type="checkbox"] + span {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

#main_toritsuke .sec03 .form_wrap dl div dd input[type="checkbox"] + span:before, #main_toritsuke .sec03 .form_wrap dl div dd input[type="checkbox"] + span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#main_toritsuke .sec03 .form_wrap dl div dd input[type="checkbox"] + span:before {
  width: 17px;
  height: 17px;
  border: 1px solid #02248E;
  left: 0;
}

#main_toritsuke .sec03 .form_wrap dl div dd input[type="checkbox"]:checked + span:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -8px;
  left: 6px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #02248E;
  border-bottom: 3px solid #02248E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#main_toritsuke .sec03 .form_wrap dl div dd .option_chk {
  display: inline-block;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

#main_toritsuke .sec03 .form_wrap dl div dd label:nth-of-type(n+2) {
  margin-left: 40px;
}

#main_toritsuke .sec03 .form_wrap dl div dd .wrap {
  position: relative;
}

#main_toritsuke .sec03 .form_wrap dl div dd .wrap:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 45%;
  right: 40px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border: solid #02248E;
  border-width: 0px 1px 1px 0px;
  pointer-events: none;
}

#main_toritsuke .sec03 .form_wrap dl div dd > div {
  border-bottom: none;
}

#main_toritsuke .sec03 .form_wrap dl.dl01 div:nth-of-type(1) dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_toritsuke .sec03 .form_wrap dl.dl01 div:nth-of-type(2) dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#main_toritsuke .sec03 .form_wrap dl.dl01 div:nth-of-type(2) dd label {
  margin-left: 0;
}

#main_toritsuke .sec03 .form_wrap dl.dl01 div:nth-of-type(2) dd label:before, #main_toritsuke .sec03 .form_wrap dl.dl01 div:nth-of-type(2) dd label:after {
  border-radius: 0;
}

#main_toritsuke .sec03 .form_wrap dl.dl01 div:nth-of-type(2) dd > * + * {
  margin-top: 10px;
}

#main_toritsuke .sec03 .form_wrap dl.dl01 div:nth-of-type(3) dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec03 .form_wrap dl.dl01 div:nth-of-type(3) dd .flex {
    display: block;
  }
}

#main_toritsuke .sec03 .form_wrap dl.dl01 div:last-of-type input[type='text'] {
  width: 100px;
  margin-right: 20px;
}

#main_toritsuke .sec03 .form_wrap dl.dl05 div dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#main_toritsuke .sec03 .form_wrap dl.dl05 div dd p {
  padding-left: 15px;
  color: #02248E;
  font-weight: bold;
}

#main_toritsuke .sec03 .form_wrap dl.dl05 div dd input[type='text'], #main_toritsuke .sec03 .form_wrap dl.dl05 div dd select {
  width: 270px;
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #main_toritsuke .sec03 .form_wrap dl.dl05 div dd input[type='text'], #main_toritsuke .sec03 .form_wrap dl.dl05 div dd select {
    width: 255px;
  }
}

#main_toritsuke .sec03 .form_wrap dl.dl05 div dd .c-txt--form {
  padding-left: 0;
}

#main_toritsuke .sec03 .form_wrap dl.dl05 div:nth-of-type(1) dd {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #main_toritsuke .sec03 .form_wrap dl.dl05 div dd input[type='text'], #main_toritsuke .sec03 .form_wrap dl.dl05 div dd select {
    width: 150px;
  }
  #main_toritsuke .sec03 .form_wrap dl.dl05 div dd p {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec03 h2 {
    font-size: 2.4rem;
    padding: 30px 0px 30px;
    max-width: 100%;
    overflow: hidden;
  }
  #main_toritsuke .sec03 h2 span {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    height: 60px;
    z-index: -1;
  }
  #main_toritsuke .sec03 h2 span svg {
    height: 100%;
  }
  #main_toritsuke .sec03 h2 + ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main_toritsuke .sec03 h2 + ul li {
    width: calc(100% / 3 - (20px / 3));
    padding: 10px 0;
    font-size: 1.6rem;
  }
  #main_toritsuke .sec03 ul + .note {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  #main_toritsuke .sec03 sup {
    font-size: 2rem;
  }
  #main_toritsuke .sec03 .form_wrap {
    padding: 20px 0;
  }
  #main_toritsuke .sec03 .form_wrap dl {
    border-width: 1px 0 1px 0;
    font-size: 1.6rem;
    padding: 0;
    margin-top: 20px;
  }
  #main_toritsuke .sec03 .form_wrap dl + dl {
    border: 0;
  }
  #main_toritsuke .sec03 .form_wrap dl div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
  #main_toritsuke .sec03 .form_wrap dl div + div {
    margin-top: 20px;
  }
  #main_toritsuke .sec03 .form_wrap dl div dt {
    width: 100%;
    padding: 20px 0;
    line-height: 1;
  }
  #main_toritsuke .sec03 .form_wrap dl div dd {
    width: 100%;
    padding: 10px 10px 0;
  }
  #main_toritsuke .sec03 .form_wrap dl div dd .note {
    font-size: 1.4rem;
  }
  #main_toritsuke .sec03 .form_wrap dl div dd input[type='text'], #main_toritsuke .sec03 .form_wrap dl div dd input[type='tel'], #main_toritsuke .sec03 .form_wrap dl div dd input[type='email'], #main_toritsuke .sec03 .form_wrap dl div dd select {
    border: 1px solid #02248E;
    color: #02248E;
    padding: 8px 10px;
    width: 100%;
  }
  #main_toritsuke .sec03 .form_wrap dl div dd input[type='text'] + input[type='text'], #main_toritsuke .sec03 .form_wrap dl div dd input[type='text'] + input[type='email'], #main_toritsuke .sec03 .form_wrap dl div dd input[type='tel'] + input[type='text'], #main_toritsuke .sec03 .form_wrap dl div dd input[type='tel'] + input[type='email'], #main_toritsuke .sec03 .form_wrap dl div dd input[type='email'] + input[type='text'], #main_toritsuke .sec03 .form_wrap dl div dd input[type='email'] + input[type='email'], #main_toritsuke .sec03 .form_wrap dl div dd select + input[type='text'], #main_toritsuke .sec03 .form_wrap dl div dd select + input[type='email'] {
    margin-top: 10px;
  }
  #main_toritsuke .sec03 .form_wrap dl div dd input[type="radio"] + label {
    padding-left: 25px;
  }
  #main_toritsuke .sec03 .form_wrap dl div dd input[type="radio"] + label:before, #main_toritsuke .sec03 .form_wrap dl div dd input[type="radio"] + label:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
  }
  #main_toritsuke .sec03 .form_wrap dl div dd input[type="radio"] + label:before {
    width: 17px;
    height: 17px;
    left: 0;
  }
  #main_toritsuke .sec03 .form_wrap dl div dd input[type="radio"] + label:after {
    width: 13px;
    height: 13px;
    left: 3px;
  }
  #main_toritsuke .sec03 .form_wrap dl div dd label:nth-of-type(n+2) {
    margin-left: 20px;
  }
  #main_toritsuke .sec03 .form_wrap dl div dd .wrap {
    position: relative;
  }
  #main_toritsuke .sec03 .form_wrap dl div dd .wrap:before {
    width: 8px;
    height: 8px;
    top: 45%;
    right: 20px;
  }
  #main_toritsuke .sec03 .form_wrap dl.dl01 {
    margin-top: 0;
  }
  #main_toritsuke .sec03 .form_wrap dl.dl01 div:nth-of-type(1) dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #main_toritsuke .sec03 .form_wrap dl.dl01 div:nth-of-type(2) dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main_toritsuke .sec03 .form_wrap dl.dl01 div:nth-of-type(2) dd label {
    margin-left: 0;
  }
  #main_toritsuke .sec03 .form_wrap dl.dl01 div:nth-of-type(2) dd label:before, #main_toritsuke .sec03 .form_wrap dl.dl01 div:nth-of-type(2) dd label:after {
    border-radius: 0;
  }
  #main_toritsuke .sec03 .form_wrap dl.dl01 div:nth-of-type(2) dd > * + * {
    margin-top: 10px;
  }
  #main_toritsuke .sec03 .form_wrap dl.dl01 div:last-of-type input[type='text'] {
    width: 100px;
    margin-right: 20px;
  }
  #main_toritsuke .sec03 .form_wrap dl.dl05 div dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main_toritsuke .sec03 .form_wrap dl.dl05 div dd p {
    padding-left: 10px;
    font-size: 1.3rem;
  }
  #main_toritsuke .sec03 .form_wrap dl.dl05 div dd input[type='text'] {
    width: 100%;
  }
  #main_toritsuke .sec03 .form_wrap dl.dl05 div dd .wrap {
    width: 38%;
    padding: 0;
  }
  #main_toritsuke .sec03 .form_wrap dl.dl05 div dd .wrap select {
    width: 100%;
  }
  #main_toritsuke .sec03 .form_wrap dl.dl05 div dd input[type="radio"] + label {
    margin-left: 0;
    margin-top: 10px;
  }
  #main_toritsuke .sec03 .form_wrap dl.dl05 div:nth-of-type(1) dd {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  #main_toritsuke .sec03 .content > div {
    text-align: left !important;
  }

  #main_toritsuke .sec03 .content > div > div:nth-child(1) {
    text-align: center;
  }

  #main_toritsuke .sec03 .content > div > div:last-child {
    text-align: center;
  }

  #main_toritsuke .sec03 .content img {
    width: calc(33% - 20px);
    display: inline-block;
    margin: 20px 10px;
  }

  #main_toritsuke .sec03 .content img:nth-child(2),
  #main_toritsuke .sec03 .content img:nth-child(6),
  #main_toritsuke .sec03 .content img:nth-child(9),
  #main_toritsuke .sec03 .content img:nth-child(12),
  #main_toritsuke .sec03 .content img:nth-child(16),
  #main_toritsuke .sec03 .content img:nth-child(23),
  #main_toritsuke .sec03 .content img:nth-child(27) {
    width: 100%;
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #main_toritsuke .sec03 .content img {
    margin-bottom: 20px;
  }
}


.mw_wp_form_confirm dl.dl01 div:nth-of-type(2) dd > * + * {
  margin-top: 0px;
}

.mw_wp_form_confirm dd.conf_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mw_wp_form_confirm dd.conf_flex br {
  display: none;
}

.mw_wp_form_confirm dd .wrap:before {
  display: none;
}

.mw_wp_form_confirm .conf_block {
  display: block;
}

.mw_wp_form_confirm .note {
  margin-top: 10px;
}

.mw_wp_form_confirm .conf_none {
  display: none;
}

.add_mt {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .add_mt {
    margin-top: 30px;
  }
}

.input_marbtm10 {
  margin-bottom: 10px;
}

.martop0 {
  margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .martop10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .bdnone dd span {
    margin-bottom: 10px;
  }
}

.time_area {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  position: relative !important;
}

@media screen and (max-width: 767px) {
  .time_area {
    width: 100%;
    -webkit-box-orient: inherit !important;
    -webkit-box-direction: inherit !important;
        -ms-flex-direction: inherit !important;
            flex-direction: inherit !important;
  }
}

@media screen and (max-width: 767px) {
  .time_area span:nth-child(1) {
    width: 45%;
  }
}

.time_area .hope_time {
  padding-left: 60px !important;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .time_area .hope_time {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .time_area .hope_time {
    padding-left: 0px !important;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}

.time_area .wrap {
  border-bottom: none !important;
  padding: 0 !important;
}

.time_area .wrap select {
  padding: 12px !important;
}

@media screen and (max-width: 767px) {
  .time_area .c-txt--error {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .time_area .c-txt--error span {
    width: 100% !important;
  }
}

input[name="cartype"] {
  margin-bottom: 0;
}

input[name="mail2"] {
  margin-bottom: 0;
}

.mw_wp_form .c-txt--error .error {
  margin-top: 5px;
}

.mw_wp_form_error .dl04 .wrap::before {
  top: 34% !important;
}

.p-contactMovie{width:93.75%;margin:0 auto 10px auto}@media screen and (min-width: 768px){.p-contactMovie{max-width:736px}}.p-contactMovie iframe{width:100%;height:auto;aspect-ratio: 736 / 420;}@media screen and (max-width: 767px){.p-contactMovie iframe{height:auto}}
.p-contactMovie_text{margin-top:32px;margin-bottom: 16px;font-size:1.8rem;font-weight:500;line-height:1.8}@media screen and (max-width: 767px){.p-contactMovie_text{margin-top:1rem;font-size:1.4rem;margin-bottom:1rem;}}
.p-contactHeading{width:100%;margin:0 0 32px;padding:8px 0;font-size:32px;font-weight:bold;letter-spacing:.05em;line-height:1.6;text-align:center;color:#fff;background-color:#02248e}
@media screen and (max-width: 767px){.p-contactHeading{margin-bottom:2.4rem;padding:1.2rem 0;font-size:2.4rem}}
/*# sourceMappingURL=toritsuke-style.css.map */