@charset "UTF-8";

/***********************************************/
/* 目次 */
/*=============================================*/
/*   00.setting                                */
/*   01.common                                 */
/*   02.button                                 */
/*   03.title                                   */
/*   04.header                                */
/*   05.content                                */
/*   06.footer                                */
/*   99.other                                  */
/*=============================================*/
/***********************************************/
/* reset */
/***********************************************/
html, body, a, abbr, acronym, address, area, b, bdo, big, blockquote, button, caption, cite, code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, abbr, acronym, fieldset {
  border: 0;
}

q:before, q:after {
  content: '';
}

code, pre {
  white-space: pre;
}

dfn {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: none;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

nav ul, li {
  list-style: none;
}

/***********************************************/
/* default */
/***********************************************/
html {
  overflow-y: scroll;
}

body {
  background: #FFF;
  color: #000;
  font: 16px/1.231 Arial, MS PGothic, Meiryo, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

select, input, button, textarea, button {
  font: 99% arial, helvetica, clean, sans-serif;
}

h1 {
  font-size: 146.5%;
}

h2 {
  font-size: 138.5%;
}

h3 {
  font-size: 131%;
}

h4 {
  font-size: 123.1%;
}

h5 {
  font-size: 116%;
}

h6 {
  font-size: 108%;
}

hr, legend {
  display: none;
}

img {
  vertical-align: middle;
}

fieldset {
  display: inline;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*=============================================*/
/*00.setting*/
/*=============================================*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*=============================================*/
/*01 common*/
/*=============================================*/
html {
  font-size: 62.5%;
}

/***********************************************/
/* commons */
/***********************************************/
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

p, span, li, dt, dd, th, td {
  font-size: 2.0rem;
  line-height: 1.8;
}

a {
  color: #000000;
}

a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  opacity: 0.7;
  cursor: pointer;
}

.sp_only {
  display: none;
}

.page_container {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.page_container2 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-top: 60px
}

p.sub_txt {
  font-size: 1.8rem;
  color: #fff;
}

section.bg_pk p.sub_txt {
  color: #fff;
}

section.bg_or {
  padding: 100px 0;
  background: #fff;
}

section.bg_gray {
  padding: 100px 0;
  background: #f2f2f2;
}

section.bg_or.mb_0 {
  margin-bottom: 0px;
}




/***********************************************/
/*   02.button                                 */
/***********************************************/
.bg_stripe {
  background: repeating-linear-gradient(90deg, /* 角度の指定 */ #15316e, /* 色A ... 開始 */ #15316e 60px, /* 色A ... 終了 */ #0B2A6E 60px, /* 色B ... 開始 */ #0B2A6E 120px /* 色B ... 終了 */ );
  padding: 60px 0;
}


/* ここはコピーしなくてOK　*/
.container {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
}

.btn_container {
  display: flex;
  justify-content: space-around;
}

/* ここから下がボタンのCSS　*/
.btn-gradation {
  display: inline-block;
  width: 360px;
  text-align: center;
  font-size: 26px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 20px;
  border-radius: 4px;
  /* background-image: linear-gradient(-90deg, #FF006E, #FFD500); */
  background:#ea5550;
  border:4px solid #fff;
  transition: .5s;
  background-size: 200%;
}

.btn-gradation:hover {
  background-position: right center;
}

aside .contact_table .submit-btn {
  width: 230px;
  margin: 50px 0 23px;
  padding: 27px 0;
  border: none;
  border-radius: 8px;
  font-size: 2.4rem;
  color: #005a96;
  background: #ffdc3c;
  font-weight: 900;
}

aside .contact_table .submit-btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

/***********************************************/
/*   03.title                                   */
/***********************************************/
h2 {
  font-size: 5rem;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 800;
  color: #1a306d;
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
}

.midashi {
  font-size: 4rem;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 800;
  color: #1a306d;
}

h3 {
  margin: 40px 0;
  font-size: 4rem;
  text-align: center;
  color: #ea5550;
  background:#ffdc3c;
  padding:1%;
  border-radius: 8px;
  border: 4px solid #fff;
  letter-spacing: 4px;
}

h3.mb_50 {
  margin-top: 80px;
  margin-bottom: 35px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 6px;
  background: #f2f2f2;
  padding: 25px 0;
  font-family: 'Noto Sans Japanese', sans-serif;
}

h3 span {
  display: block;
  font-size: 4.6rem;
  line-height: 1.2;
}

section.bg_or h3 {
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

h4 {
  display: inline-block;
  font-size: 4.2rem;
  text-align: center;
  color: #ef7d25;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 500;
}



.hikaku {
  border:3px solid #1a306d;
  padding:5px;
  text-align:center;
  margin:30px 0 30px 0;
  font-size: 20px;
  font-weight: 600;
  color:#1a306d;
}



h2.color_white {
  margin-bottom: 42px;
  color: #fff;
}

h2.color_white span {
  display: inline-block;
  position: relative;
  font-size: 6rem;
  color: #005a96;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

h2.color_white span:before {
  content: "";
  background: url(../img/border-left.png)no-repeat;
  width: 44px;
  height: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -1.4em;
}

h2.color_white span:after {
  content: "";
  background: url(../img/border-right.png)no-repeat;
  width: 44px;
  height: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -1.4em;
}

/*錦織追記*/
h2.color_orange {
  margin-bottom: 42px;
  color: #ef7d25;
}

h2.color_orange span {
  display: inline-block;
  position: relative;
  font-size: 4.2rem;
  color: #ef7d25;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
}

h2.color_orange span:before {
  content: "";
  background: url(../img/border-left_or.png)no-repeat;
  width: 20px;
  height: 44px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -0.8em;
}

h2.color_orange span:after {
  content: "";
  background: url(../img/border-right_or.png)no-repeat;
  width: 20px;
  height: 44px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -0.8em;
}

/***********************************************/
/*   04.header                                */
/***********************************************/
header {
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
}

.header_box {
  overflow: hidden;
  margin: 10px 0 0;
  box-sizing: border-box;
  text-align: right;
}

.logo_box {
  display: inline-block;
  float: left;
}

.logo_box a {
  display: block;
}

.logo_box img {
  width: 100%;
  max-width: 500px;
}

.nav_box {
  display: inline-block;
}

.header_nav ul {
  padding: 12px 0;
  font-size: 0;
}

.header_nav li {
  display: inline-block;
  margin-right: 20px;
}

.header_nav li:last-child {
  margin-right: 0;
}

.header_nav li:last-child a {
  padding: 18px;
  border-radius: 8px;
  background: #ffdc3c;
  color: #005a96;
  font-size: 20px;
  font-weight: bold;
}

.header_nav li a {
  font-size: 1.4rem;
  font-weight: bold;
}

.header_nav li a:hover {
  text-decoration: none;
}

/************************************************/
/*   05.content                                */
/************************************************/
.bk_blue {
  background: #15316e;
}

.main_v_wrap .photo_box img {
  width: 100%;
  max-width: 980px;
}

.sub_txt.mb_20 {
  margin-bottom: 20px;
}

/*flow*/
.column_3_photo {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.attention{
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}

.column_3_photo li {
  margin-right: 40px;
}

.column_3_photo li:last-child {
  margin-right: 0;
}

.column_3_photo img {
  width: 100%;
  max-width: 300px;
}

.arrow_blue {
  margin: 60px 0;
  text-align: center;
}

.gray_box {
  background: #f2f2f2;
}

.gray_box_inner {
  padding: 3%;
}

.gray_box_inner ul {
  display: flex;
}

.left_side {
  width: 40%;
  margin-right: 30px;
}

.right_side {
  width: 60%;
}

.title {
  background: #15316e;
  color: white;
  padding: 1%;
  text-align: center;
  font-weight: 800;
  font-size: 3rem;
}

.title2 {
  background: #15316e;
  color: white;
  padding: 1%;
  text-align: center;
  font-weight: 800;
  font-size: 1.6rem;
  margin-bottom:7px;
}

/***********************************************/
/* 以下はデザイン部分 ここをカスタマイズします*/
/***********************************************/


aside table.contact_table {
  width: 100%;
}

aside table.contact_table tr {
  font-size: 0;
}

aside table.contact_table tr th {
  display: inline-block;
  width: 27%;
  font-size: 2.2rem;
  font-weight: normal;
  text-align: left;
}

aside table.contact_table tr.privacy_wrap {
  margin-bottom: 50px;
  padding-top: 15px;
  text-align: center;
  background: #f0f0f0;
}

aside table.contact_table tr.privacy_wrap th {
  width: 100%;
  padding-top: 10px;
  display: block;
  line-height: 1.0;
  text-align: center;
}

aside table.contact_table tr.privacy_wrap th a {
  display: block;
  margin-top: 0.5em;
  font-size: 1.2rem;
  text-decoration: underline;
}

aside .contact_table th span {
  padding-left: 8px;
  font-size: 2.2rem;
  color: #005a96;
  font-weight: bold;
}

aside .contact_table td {
  position: relative;
  display: inline-block;
  width: 73%;
  padding-bottom: 50px;
}

aside .contact_table tr.privacy_wrap td {
  display: inline-block;
  width: 100%;
  padding: 10px 0 15px;
  text-align: center;
}

aside .contact_table tr.privacy_wrap td .checkbox_label {
  /*    display: inline-block; */
  width: 100%;
  padding-left: 12px;
  text-align: left;
}

aside .contact_table td input {
  border: 2px solid #ccc;
  box-sizing: border-box;
}

aside .contact_table td input[type="number"] {
  width: 100%;
  height: 50px;
}

aside .contact_table td input[type="text"] {
  position: relative;
  width: 100%;
  height: 50px;
}

aside .contact_table tr:last-child {
  text-align: center;
}

aside p.sub_txt {
  margin-bottom: 93px;
  text-align: center;
}

.radio_label input, .checkbox_label input {
  display: none;
}

.radio_label input+label, .radio01_parts {
  padding-left: 48px;
  position: relative;
  margin-right: 150px;
  line-height: 1;
}

.radio_label input+label::before, .radio01_parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  border-radius: 50%;
}

.radio_label input:checked+.radio01_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #de4261;
  border-radius: 50%;
}

.checkbox_label input {
  display: none;
}

.checkbox_label input+label, .check01_parts {
  padding-left: 50px;
  position: relative;
  line-height: 1;
}

.checkbox_label input+label::before, .check01_parts::before {
  content: "";
  display: block;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
}

.checkbox_label input:checked+.check01_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #de4261;
  border-radius: 50%;
}

.errorText {
  position: absolute;
  left: 0;
  font-size: 1.4rem;
  color: #f00;
}

.privacy_wrap {
  padding-bottom: 20px;
}

.privacy_wrap .errorText {
  width: 100%;
  text-align: center;
}

/*錦織追記*/
.color_box {
  color: #fff;
  padding: 1%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  border-radius: 5px;
}

.color_box p {
  font-size: 2.2em;
}



@media only screen and (max-width: 768px) {


  .color_box p {
    font-size: 1.8em;
  }

  .color_box {
    margin-bottom: 10px;
  }


  .btn_container {
    display: block;
  }

  h2 {
    font-size: 2.6rem;
}

.hikaku {
    padding: 0;
    font-size: 16px;
}
.title {
    font-size: 2rem;
    padding: 3%;
}
.btn-gradation {

  font-size: 18px;
}
.container {
    margin-bottom: 15px;
}
.container:last-child{
    margin-bottom: 0;
}
.bg_stripe {
    padding: 40px 0;
}
.btn-gradation {
    max-width: 340px;
    padding: 10px 0;
}
.midashi {
  font-size: 2.2rem;
}
.gray_box_inner ul{
  display: block;
}
.left_side{
  width: 100%;
  margin-right: 0;
  margin-bottom:20px;
}
.title2 {
    margin-bottom: 15px;
}
.right_side {
    width: 100%;
}
.page_container2 {
    margin-top: 30px;
}
}

/***********************************************/
/*   06.footer                                */
/***********************************************/
footer {
  background: #ffdc3c;
}

.footer_ul{
  display: flex;
  justify-content: center;
  padding: 3% 0 0;
}

footer p {
  padding: 20px 0;
  font-size: 1.4rem;
  text-align: center;
  color: #333;
  font-weight: bold;
}

/*=============================================*/
/*media query   Tablet*/
/*=============================================*/
@media screen and (max-width: 1024px) {
  .page_container {
    width: 98%;
  }

  .nav_box {
    display: block;
    text-align: center;
    clear: both;
  }
}

/*=============================================*/
/*sp/
/*=============================================*/
@media only screen and (max-width: 768px) {

  /***********************************************/
  /*   01.common                                 */
  /***********************************************/
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block;
  }

  p {
    font-size: 1.4rem;
  }



  aside .contact_table .submit-btn {
    width: 100%;
    margin: 30px 0 20px;
    padding: 20px 0;
    font-size: 2.0rem;
  }

  /***********************************************/
  /*   03.title   */
  /***********************************************/
  h2.color_white span {
    padding: 0 1em;
    font-size: 2.1rem;
    line-height: 1.2;
  }

  h2.color_white span:before {
    left: 0;
    width: 10px;
    height: 22px;
    background-size: 100%;
  }

  h2.color_white span:after {
    right: 0;
    width: 10px;
    height: 22px;
    background-size: 100%;
  }

  /*錦織追記*/
  h2.color_orange span {
    padding: 0 1em;
    font-size: 2.1rem;
    line-height: 1.2;
  }

  h2.color_orange span:before {
    left: 0;
    width: 10px;
    height: 22px;
    background-size: 100%;
  }

  h2.color_orange span:after {
    right: 0;
    width: 10px;
    height: 22px;
    background-size: 100%;
  }

  h3 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    text-align: center;
  }

  h3 span {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  h3.mb_50 {
    margin-bottom: 20px;
    letter-spacing: 0;
  }

  h4 {
    display: inline-block;
    font-size: 2.0rem;
    text-align: center;
    color: #ef7d25;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 500;
  }

  /***********************************************/
  /*   04.header  */
  /***********************************************/
  header {
    padding-bottom: 0;
  }

  .header_box {
    margin: 20px 0 0;
    padding: 0;
  }

  .logo_box {
    width: 60%;
    float: left;
  }

  .logo_box img {
    width: 100%;
    max-width: 100px;
    /* margin-top: 20px; */
  }

  .nav_box {
    width: 35%;
    float: right;
    clear: none;
  }

  .header_nav ul {
    padding: 0;
  }

  .header_nav ul li {
    display: block;
  }

  .header_nav li:last-child a {
    display: block;
    padding: 10px;
    font-size: 14px;
  }

  /***********************************************/
  /*   05.content   */
  /***********************************************/
  .column_3_photo li {
    margin-right: 0;
  }

  section.bg_or {
    padding: 50px 2% 0px;
    margin-bottom: 50px;
  }

  .about.bg_or {
    padding: 50px 2% 0;
  }

  .about.bg_or h2 {
    margin-bottom: 20px;
  }

  .bg_normal {
    padding: 0 2%;
  }

  section.bg_gray {
    padding: 50px 2% 50px;
  }

  section.bg_gray.mb_100 {
    /*margin-bottom: 50px;*/
  }

  p.sub_txt {
    font-size: 1.6rem;
  }



  .photo_column03_wrap {
    display: block;
    padding-bottom: 30px;
    text-align: center;
    /*
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
*/
  }

  .photo_column03 {
    width: 47.5%;
    display: block;
  }

  .photo_column03 .photo_box {
    padding: 5px;
    margin-bottom: 0;
  }

  .photo_column03 .photo_box img {
    width: 100%;
    max-width: inherit;
  }

  aside table.contact_table tr th {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }

  aside table.contact_table tr th span {
    font-size: 0.8em;
  }

  aside .contact_table td {
    display: block;
    width: 100%;
    padding-bottom: 25px;
    text-align: center;
  }

  aside .contact_table td.radio_sex {
    font-size: 1.8rem;
  }

  aside .contact_table td.radio_sex .sex_male {
    margin-right: 30%;
  }

  aside table.contact_table tr.privacy_wrap th {
    width: 100%;
    padding-top: 26px;
    text-align: center;
    font-size: 1.5rem;
  }

  aside .contact_table tr.privacy_wrap td {
    width: 100%;
    padding: 20px 0 20px;
    font-size: 1.8rem;
  }

  aside .contact_table td input[type="text"] {
    font-size: 1.6rem;
    padding: 0.5em 0.5em;
    height: auto;
  }

  aside p.sub_txt {
    font-size: 1.4rem
  }

  aside table.contact_table tr.privacy_wrap {
    margin-bottom: 50px;
    background: #f0f0f0;
    text-align: center;
  }

  aside table.contact_table tr.privacy_wrap th span {
    font-size: 0.8em;
  }

  aside table.contact_table tr.privacy_wrap th a {
    margin-top: 1em;
    font-size: 1.1rem;
  }

  .radio_label input+label, .radio01_parts {
    padding-left: 48px;
    margin-right: 70px;
    font-size: 1.8rem;
  }

  .radio01_parts.mr_sp {
    margin-right: 0;
  }

  aside .contact_table tr.privacy_wrap td .checkbox_label {
    padding-left: 0;
    text-align: center;
  }

  aside .contact_table tr.privacy_wrap td .check01_parts {
    font-size: 1.6rem;
  }

  .checkbox_label input+label::before,
  .check01_parts::before,
  .radio_label input+label::before,
  .radio01_parts::before {
    width: 20px;
    height: 20px;
  }

  .checkbox_label input:checked+.check01_parts::after,
  .radio_label input:checked+.radio01_parts::after {
    top: 3px;
    left: 7px;
  }

  section.bg_right_or {
    padding: 50px 0 44px;
    background: #fffaeb;
  }

  .column_3_photo {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .column_3_photo li {
    width: 100%;
    margin-bottom: 10px;
  }
  .column_3_photo li:last-child{
    margin-bottom: 0;
  }

  .column_3_photo img {
    width: 60%;
  }

  .text span {
    font-size: 45px;
  }



  .img2 img {
    width: 80%;
    height: auto;
  }


  .text2 {
    font-size: 24px;
  }

  .text3 {
    font-size: 24px;
  }



  .text3 span {
    font-size: 40px;
  }

  .bg_normal {
    margin-bottom: 40px;
  }

  .arrow_blue {
    margin: 30px 0;
    text-align: center;
  }

  .text {
    font-size: 22px;
  }

  /***********************************************/
  /*   06.footer                                */
  /***********************************************/
  footer {
    padding: 0 2%;
  }

  footer p {
    padding: 20px 0;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
  }
  .footer_ul {
    padding: 5% 0 0;
}
}

/***********************************************/
/*   Thanks Page                                */
/***********************************************/
.thanks-page .ttl-orange {
  margin-bottom: 1em;
}

.thanks-page {
  padding: 80px 0;
}

.thanks-page .center {
  text-align: center;
}

.thanks-page .back_home {
  margin: 3em 0;
  text-align: center;
}

.thanks-page .back_home a {
  font-size: 1.8rem;
  color: #de4261;
  text-decoration: underline;
}
