@media (min-width: 769px) {
  body {
    min-width: 1200px;
    font-family: "メイリオ", "ms pgothic", sans-serif;
  }
  .btn {
    margin: 0 auto;
    width: auto;
    max-width: none;
  }
  .btn a .pc {
    display: inline;
  }
  .btn a .sp {
    display: none;
  }
  .btn a img {
    width: auto;
  }
  .btn a:hover {
    transition: .3s;
    opacity: .7;
  }
  .pc {
    display: block;
  }
  .topBlock {
    width: 100%;
  }
  .topBlock_mainImage {
    /*height: 887px;
    width: 100%;
    background-image: url("../image/main_image_pc.png");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 150;
    margin: 0 auto;
    max-width: 1600px;*/
  }
  .topBlock_mainImage .sp {
    display: none;
  }
  .topBlock_mainImage .pc {
    display: block;
  }
  .topBlock_txtBox {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -110px;
    background-color: #FF4040;
    width: 100%;
    height: 140px;
  }
  @media (min-width: 1200px) {
    .topBlock_txtBox {
      margin-top: -9.1vw;
    }
  }
  .topBlock_txtBox img {
    height: auto;
  }
  .topBlock_btn {
    width: auto;
    align-items: center;
    padding: 30px 0;
    background-image: url("../image/bg/top_bottom_bg.png");
    background-repeat: repeat;
    background-size: contain;
  }
  .topBlock_btn .inner {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .topBlock_btn .flex_box {
    width: 710px;
    margin: 0;
  }
  .topBlock_btn .flex_box img {
    width: auto;
  }
  .topBlock_btn .flex_box .pct_box:nth-child(2):before, .topBlock_btn .flex_box .pct_box:nth-child(3):before {
    background-size: 15px;
    width: 15px;
    height: 25px;
  }
  .topBlock_btn .btn {
    margin: 0;
    position: relative;
  }
  .topBlock_btn .btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: #fff;
    width: 450px;
    height: 90px;
    border-radius: 45px;
    opacity: 1;
  }
  .topBlock_btn .btn:hover {
    opacity: 1;
    transition: none;
  }
  .topBlock_btn .btn a {
    position: relative;
    z-index: 100;
  }
  .topBlock_btn .btn a img:hover {
    transition: .3;
    opacity: .8;
  }
  h2 {
    line-height: 1.5;
    font-size: 48px;
    text-align: center;
  }
  h2 span {
    display: block;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 1.2;
    color: #FF4040;
  }
  h3 {
    font-size: 10px;
  }
  p {
    font-size: 12px;
  }
  .block {
    width: 100%;
  }
  .block:nth-child(even) {
    background-color: #f4f4f4;
  }
  .inner {
    width: auto;
    margin: 0 auto;
  }
  .gain_block {
    padding: 80px 0 70px;
  }
  .gain_block h2 {
    margin-bottom: 50px;
  }
  .gain_block .flex_box {
    width: 948px;
    flex-wrap: wrap;
  }
  .gain_block .flex_box dl {
    width: 316px;
    height: 375px;
    text-align: center;
  }
  .gain_block .flex_box dl dt img {
    width: auto;
  }
  .gain_block .flex_box dl:nth-child(4) dt img {
    width: auto;
  }
  .gain_block .flex_box dl dd {
    font-size: 24px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
  }
  .gain_block .btn {
    text-align: center;
    margin: 45px auto 0;
  }
  .gain_block .btn .pc {
    display: inline-block;
  }
  .merit_block {
    padding: 65px 0 72px 0;
  }
  .merit_block h2 {
    margin-bottom: 113px;
  }
  .merit_block .flex_box {
    width: auto;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
  }
  .merit_block .flex_box .box {
    text-align: center;
    position: relative;
    border: none;
    width: 380px;
    height: 360px;
    padding-bottom: 0;
  }
  .merit_block .flex_box .box img {
    width: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    transform: translateY(-50%);
  }
  .merit_block .flex_box .box strong {
    margin-top: 100px;
    margin-bottom: 24px;
    font-size: 24px;
  }
  .merit_block .flex_box .box .txt_box p {
    font-size: 18px;
  }
  .merit_block .flex_box .box p + p {
    margin-top: 25px;
  }
  .merit_block .flex_box .box + .box {
    margin-top: 0;
  }
  .merit_block .flex_box dl {
    position: relative;
    text-align: center;
    margin: 0 40px;
  }
  .merit_block .flex_box dl .sp {
    display: none;
  }
  .merit_block .flex_box dl .pc {
    display: block;
  }
  .merit_block .flex_box dl .top {
    font-size: 32px;
    margin-bottom: 7px;
  }
  .merit_block .flex_box dl .top span {
    display: none;
  }
  .merit_block .flex_box dl + dl {
    margin-top: 0px;
  }
  .merit_block .flex_box dl + dl:before {
    content: '';
    position: absolute;
    background-image: url("../image/arrw02.png");
    background-repeat: no-repeat;
    background-size: 18px 30px;
    width: 18px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    left: -42px;
    margin: 0 auto;
  }
  .merit_block .flex_box dl .btm {
    line-height: 1.3;
    display: block;
    color: #FF4040;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
  }
  .merit_block .flex_box dl .btm span {
    display: none;
  }
  .merit_block .flex_box dl:last-child .pc img {
    margin-top: -10px;
  }
  .merit_block .flex_box dl:last-child .btm {
    line-height: 1.4;
  }
  .merit_block .flex_box dl dt {
    width: auto;
  }
  .merit_block .flex_box dl dt img {
    width: auto;
  }
  .merit_block h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 47px auto 16px;
    text-align: center;
  }
  .merit_block h3 br {
    display: none;
  }
  .merit_block .txt_box {
    text-align: center;
  }
  .merit_block .txt_box p {
    font-size: 18px;
  }
  .merit2_block {
    padding: 60px 0 60px;
  }
  .merit2_block h2 {
    margin-bottom: 35px;
  }
  .merit2_block .flex_box {
    max-width: 1415px;
    justify-content: center;
    flex-direction: row;
  }
  .merit2_block .flex_box dl {
    position: relative;
    text-align: center;
    margin: 0 40px;
  }
  .merit2_block .flex_box dl .sp {
    display: none;
  }
  .merit2_block .flex_box dl .pc {
    display: block;
  }
  .merit2_block .flex_box dl .top {
    font-size: 32px;
    margin-bottom: 7px;
  }
  .merit2_block .flex_box dl .top span {
    display: none;
  }
  .merit2_block .flex_box dl + dl {
    margin-top: 0px;
  }
  .merit2_block .flex_box dl + dl:before {
    content: '';
    position: absolute;
    background-image: url("../image/arrw02.png");
    background-repeat: no-repeat;
    background-size: 18px 30px;
    width: 18px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    left: -42px;
    margin: 0 auto;
  }
  .merit2_block .flex_box dl .btm {
    line-height: 1.3;
    display: block;
    color: #FF4040;
    font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
  }
  .merit2_block .flex_box dl .btm span {
    display: none;
  }
  .merit2_block .flex_box dl:last-child .pc img {
    margin-top: 0px;
  }
  .merit2_block .flex_box dl:last-child .btm {
    line-height: 1.4;
  }
  .flow_block .flex_box dl dt {
    width: auto;
  }
  .merit2_block .flex_box dl dt img {
    width: 250px;
  }
  .merit2_block h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 47px auto 16px;
    text-align: center;
  }
  .merit2_block h3 br {
    display: none;
  }
  .merit2_block .txt_box {
    text-align: left;
  }
  .merit2_block .txt_box ul {
    margin: 0 30%;
    background: #f3fbff;
    border: 2px skyblue dashed;
  }
  .merit2_block .txt_box ul li {
    font-size: 28px;
    margin: 15px;
    list-style-position: inside;
    /*olの中のliの文字色を変える*/
    color: #43acff;
  }
  .merit2_block .txt_box p {
    font-size: 18px;
  }
  .general_block {
    padding: 80px 0 20px 0;
  }
  .general_block h2 {
    margin-bottom: 25px;
  }
  .general_block h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 55px;
  }
  .general_block h3 br {
    display: none;
  }
  .general_block .flex_box {
    display: flex;
    flex-direction: row;
    width: auto;
    max-width: 900px;
    margin-bottom: 15px;
  }
  .general_block .flex_box .box {
    display: none;
  }
  .general_block .flex_box .box_sp {
    display: none;
  }
  .general_block .flex_box .box_pc {
    display: block;
  }
  .general_block .pct_box {
    text-align: center;
    margin-bottom: 15px;
  }
  .general_block .pct_box img {
    width: auto;
  }
  .general_block .bottom_txt {
    background-image: url("../image/bg/cont_bg.png");
    height: 235px;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: repeat;
    padding: 50px 0;
  }
  .general_block .bottom_txt h2 {
    font-size: 40px;
  }
  .general_block .bottom_txt h2 span {
    font-size: 60px;
  }
  .ideal_block {
    padding: 65px 0 80px;
  }
  .ideal_block .inner {
    position: relative;
    max-width: 1200px;
  }
  .ideal_block .flex_box {
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    max-width: 700px;
    margin-right: auto;
    margin-top: 50px;
    margin: 35px auto 0 0;
  }
  .ideal_block .flex_box .round_sp {
    display: none;
  }
  .ideal_block .flex_box .round_pc {
    display: block;
    margin-right: 50px;
  }
  .ideal_block .flex_box .round_pc:nth-child(9), .ideal_block .flex_box .round_pc:nth-child(5) {
    margin-right: 0;
  }
  .ideal_block .pct_box {
    position: absolute;
    text-align: center;
    width: 570px;
    max-width: none;
    right: 0;
    top: 110px;
  }
  .ideal_block .pct_box img {
    display: block;
    width: auto;
  }
  .ideal_block .slider_box {
    margin: 80px 0 0 0;
  }
  .ideal_block .btn {
    margin-top: 50px;
    display: block;
    text-align: center;
  }
  .ideal_block .btn a {
    display: inline-block;
  }
  .ideal_block .btn a img {
    margin: 0 auto;
  }
  .qa_block {
    padding: 68px 0 110px;
  }
  .qa_block h2 {
    margin-bottom: 25px;
  }
  .qa_block .qa_box {
    max-width: 900px;
    margin: 10px auto 60px;
    padding: 40px 50px 0px 50px;
  }
  .qa_block .qa_box dl {
    font-size: 18px;
  }
  .qa_block .qa_box dl dt {
    float: left;
    width: auto;
  }
  .qa_block .qa_box dl dt img {
    margin-top: -4px;
    width: auto;
  }
  .qa_block .qa_box dl dd {
    margin-left: 0px;
    padding-left: 70px;
  }
  .qa_block .qa_box dl:nth-child(odd) {
    margin-top: 35px;
    margin-bottom: 31px;
  }
  .qa_block .qa_box dl:nth-child(odd) br {
    display: none;
  }
  .qa_block .qa_box dl:nth-child(even) dd {
    padding-bottom: 32px;
  }
  .qa_block .qa_box dl:last-child(padding-bottom:) .qa_block .qa_box dl:nth-child(2) dd {
    padding-bottom: 40px;
  }
  .qa_block .qa_box dl:last-child dd {
    padding-bottom: 40px;
    border: none;
  }
  .qa_block .qa_box dl:first-child {
    margin-top: 0;
  }
  .qa_block .btn {
    display: block;
    text-align: center;
  }
  .qa_block .btn .pc {
    display: inline-block;
  }
  .qa_block .btn .pc img {
    margin: 0 auto;
  }
  .flow_block {
    padding: 60px 0 60px;
  }
  .flow_block h2 {
    margin-bottom: 35px;
  }
  .flow_block .flex_box {
    justify-content: center;
    flex-direction: row;
  }
  .flow_block .flex_box dl {
    position: relative;
    text-align: center;
    margin: 0 40px;
  }
  .flow_block .flex_box dl .sp {
    display: none;
  }
  .flow_block .flex_box dl .pc {
    display: block;
  }
  .flow_block .flex_box dl .top {
    font-size: 32px;
    margin-bottom: 7px;
  }
  .flow_block .flex_box dl .top span {
    display: none;
  }
  .flow_block .flex_box dl + dl {
    margin-top: 0px;
  }
  .flow_block .flex_box dl + dl:before {
    content: '';
    position: absolute;
    background-image: url("../image/arrw02.png");
    background-repeat: no-repeat;
    background-size: 18px 30px;
    width: 18px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    left: -42px;
    margin: 0 auto;
  }
  .flow_block .flex_box dl .btm {
    line-height: 1.3;
    display: block;
    color: #FF4040;
    font-size: 28px;
    font-weight: 600;
    margin-top: 10px;
  }
  .flow_block .flex_box dl .btm span {
    display: none;
  }
  .flow_block .flex_box dl:last-child .pc img {
    margin-top: -10px;
  }
  .flow_block .flex_box dl:last-child .btm {
    line-height: 1.4;
  }
  .flow_block .flex_box dl dt {
    width: auto;
  }
  .flow_block .flex_box dl dt img {
    width: auto;
  }
  .flow_block h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 47px auto 16px;
    text-align: center;
  }
  .flow_block h3 br {
    display: none;
  }
  .flow_block .txt_box {
    text-align: center;
  }
  .flow_block .txt_box p {
    font-size: 18px;
  }
  .app_block {
    text-align: center;
    padding: 70px 0 50px;
  }
  .app_block .inner {
    max-width: 1200px;
  }
  .app_block h2 {
    margin-bottom: 10px;
  }
  .app_block h3 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px;
  }
  .app_block .gray {
    font-size: 18px;
    margin-bottom: 55px;
  }
  .app_block .gray br {
    display: none;
  }
  .app_block .pct_box {
    max-width: 1200px;
    background-image: none;
    padding: 0;
    margin: 0 auto;
  }
  .app_block .pct_box .sp {
    display: none;
  }
  .app_block .pct_box img {
    width: 100%;
  }
  .app_block .pct_box img.pc {
    display: block;
  }
  .form_block {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 25px 0 40px 0;
  }
  .form_block .inner {
    width: auto;
    max-width: 900px;
  }
  .form_block form {
    width: 100%;
  }
  input[type="text"], input[type="date"], input[type="email"], input[type="tel"], textarea {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    font-size: 16px;
    line-height: 24px;
    color: #555;
  }
  textarea {
    min-height: 150px;
  }
  select {
    width: auto;
    margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    line-height: 24px;
  }
  input[type="text"].zip {
    width: 8em;
  }
  .form_item {}
  .form_item .title_box {
    padding-top: 40px;
    font-size: 0;
  }
  .form_item .title_box .title {
    padding-bottom: 5px;
    font-size: 32px;
    display: inline-block;
    vertical-align: top;
  }
  .form_item .title_box .relation {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .form_item .title_box .relation select {
    margin-top: 0;
  }
  .form_inner {
    font-size: 0;
  }
  .form_inner .form_zip {
    margin-right: 10px;
    display: inline-block;
  }
  .form_inner .form_zip select {
    padding: 12px 10px 11px 10px;
  }
  .form_half {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .form_inner .form_half:last-child {
    margin-left: 2%;
  }
  .input_name {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
  }
  .input_name.req:after {
    content: "必須";
    margin-left: 5px;
    padding: 1px 2px;
    background: #e60012;
    font-size: 12px;
    line-height: 1;
    color: #FFF;
  }
  .form_check {
    padding-top: 5px;
    font-size: 16px;
  }
  .title_box .form_check {
    padding-top: 15px;
  }
  .form_btn {
    padding-top: 40px;
    font-size: 0;
    text-align: center;
  }
  .form_btn button {
    width: 240px;
    margin: 0 20px;
    padding: 10px 0;
    display: inline-block;
    background: #FF40A0;
    border: none;
    border-radius: 0;
    outline: none;
    vertical-align: baseline;
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    transition: .3s;
  }
  .form_btn button:hover {
    opacity: .7;
  }
  .form_btn button.btn {
    width: 240px;
  }
  .form_btn button.prev {
    background: #AAA;
  }
  .privacy_box {
    width: 800px;
    margin: 40px auto 0 auto;
    padding: 20px;
    background: #E0E0E0;
    color: #333;
  }
  .privacy_box .title {
    font-size: 14px;
    font-weight: bold;
  }
  .privacy_box p {
    padding-top: 5px;
    font-size: 14px;
  }
  .privacy_box a {
    color: #333;
    text-decoration: underline;
  }
  .thanks {
    padding: 30px 0 10px 0;
    font-size: 18px;
    text-align: center;
  }
  footer {
    padding: 10px 0 30px;
    height: 80px;
    font-size: 12px;
    text-align: center;
    border-top: none;
  }
  footer .btn_area a {
    display: inline;
    padding: 0 10px;
    line-height: 15px;
    border: none;
    line-height: 1;
    color: #fff;
  }
  footer .btn_area a:before {
    display: none;
  }
  footer .btn_area a:hover {
    text-decoration: underline;
  }
  footer .btn_area a + a {
    border-left: 1px solid #fff;
  }
  footer p {
    margin-top: 10px;
    line-height: 1;
  }
  .slick-initialized .slick-slide {
    height: 370px;
  }
  /****************** friend  ************************/
  #header_sub_friend {
    width: 100%;
    height: 150px;
    background: url(../images/friend/bg.jpg) no-repeat right center;
    background-size: cover;
  }
  #header_sub_friend h2 {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 0;
    font-size: 27px;
    color: #ffffff;
    font-weight: normal;
  }
  .friend_block01 .leadtext {
    font-family: "游明朝体", "Yu Mincho", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "HG明朝E", "メイリオ", Meiryo, sans-serif;
    color: #31537e;
    font-size: 30px;
    text-align: center;
    margin-bottom: 70px;
  }
  .friend_block01 .inner {
    width: 860px;
    margin: 0 auto;
  }
  .friend_block01 .inner img {
    float: left;
    width: 426px;
  }
  .friend_block01 .inner div {
    float: right;
    font-size: 18px;
    line-height: 2.3;
  }
  .friend_block01 .inner div .ttl {
    font-size: 21px;
    margin-bottom: 30px;
    color: #31537e;
  }
  .friend_block01 .inner div ul {
    padding-left: 25px;
  }
  .friend_block01 .inner div ul li {
    font-size: 18px;
    margin-bottom: 26px;
    background: url(../images/friend/ico_circle.png) no-repeat left center;
    background-size: 10px auto;
    padding-left: 20px;
  }
  .friend_ttl {
    font-size: 20px;
    font-weight: normal;
    border-bottom: solid 1px #b8b8b8;
    padding: 0 0 20px 50px;
    background: url(../images/friend/ico_present.png) no-repeat 10px 5px;
    background-size: 24px;
    margin-top: 70px;
  }
  .friend_block02 {
    margin: 40px auto 0;
    font-size: 14px;
  }
  .friend_block02 .img {
    text-align: center;
  }
  .friend_block02 .img img {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .friend_block02 .text {
    width: 700px;
    margin: 0 auto;
  }
  .friend_introBtn {
    margin-top: 20px;
    text-align: center;
  }
  .friend_introBtn a {
    display: inline-block;
    width: 350px;
    height: 55px;
    line-height: 55px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    margin: 0 20px;
  }
  .friend_introBtn a.mail {
    background-color: #50637c;
  }
  .friend_introBtn a.mail .icon {
    background: url(../image/friend/ico_mail.png) no-repeat;
    background-size: 34px auto;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 20px;
    vertical-align: middle;
  }
  .friend_introBtn a.line {
    background-color: #00b900;
  }
  .friend_introBtn a.line .icon {
    background: url(../image/friend/ico_line.png) no-repeat;
    background-size: 34px auto;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 20px;
    vertical-align: middle;
  }
  @media (max-width:670px) {
    #header_sub_friend {
      width: 100%;
      height: 100px;
      margin-top: 10px;
    }
    #header_sub_friend h2 {
      width: 100%;
      padding: 30px 10px 0;
      font-size: 20px;
      box-sizing: border-box;
    }
    .friend_block01 {
      width: 95%;
      margin: 0 auto;
    }
    .friend_block01 .leadtext {
      font-size: 21px;
      margin-bottom: 30px;
    }
    .friend_block01 .inner {
      width: 100%;
    }
    .friend_block01 .inner img {
      margin-bottom: 20px;
      float: none;
    }
    .friend_block01 .inner div {
      float: none;
      font-size: 14px;
    }
    .friend_block01 .inner div .ttl {
      font-size: 18px;
      margin-bottom: 10px;
    }
    .friend_block01 .inner div ul {
      padding-left: 15px;
    }
    .friend_block01 .inner div ul li {
      font-size: 15px;
      margin-bottom: 7px;
    }
    .friend_ttl {
      padding-bottom: 10px;
      padding-left: 40px;
      border-bottom: solid 1px #b8b8b8;
      font-size: 16px;
      font-weight: normal;
      width: 95%;
      margin: 40px auto 0;
      background-size: 20px auto;
      box-sizing: border-box;
    }
    .friend_block02 {
      width: 95%;
      margin: 15px auto 0;
      font-size: 14px;
    }
    .friend_block02 img {
      margin-bottom: 15px;
    }
    .friend_block02 .text {
      width: 100%;
    }
    .friend_introBtn {
      width: 95%;
      margin: 20px auto 0;
    }
    .friend_introBtn a {
      margin: 15px 0 0;
      width: 100%;
    }
  }
  /****************** /friend  ************************/