﻿@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4b514d;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5;
}

table {
  border-collapse: collapse;
}
ol,
ul,
li {
  list-style-type: none;
  line-height: 1.5;
}
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

@-o-viewport {
  width: 320px;
  zoom: 1;
}

/* link
----------------------------------------------- */

a {
  color: #6696be;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #95b3cd;
  cursor: pointer;
}
a img:hover {
  opacity: 0.7;
  cursor: pointer;
}

a.link01 {
  background: url(../images/icon_arrow01.png) no-repeat left 4px;
  background-size: 8px;
  padding-left: 12px;
}
a.link02 {
  background: url(../images/icon_arrow02.png) no-repeat left 5px;
  background-size: 8px;
  padding-left: 12px;
}

/* clearfix
----------------------------------------------- */

/* ---IE7.IE8 clearfix--- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/

* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

.clear {
  clear: both;
}

/* form-style
----------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  -webkit-appearance: none;
  background-color: #fffcb4;
  border: 4px solid rgba(51, 51, 51, 0.1);
  border-radius: 1px;
  color: #555;
  font-size: 1em;
  width: 90%;
  padding: 4% 3%;
  transition: background-color 0.24s ease-in-out 0s;
  vertical-align: middle;
}
input[type="text"]:focus,
input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #ffffdb;
  border: 4px solid rgba(193, 159, 122, 0.5);
}
input[type="image"] {
  max-width: 100%;
}
button {
  background: none;
  border: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin: 0 7.5px;
  padding: 15px 60px;
  border: none;
  color: #fff;
  background: #005765;
  font-size: 1.2em;
  transition: all 0.3s ease-out;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #fff;
  background: #5ea5ab;
}
.formSubmit {
  text-align: center;
}
.form-table {
  width: 100%;
  margin-bottom: 2em;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.form-table th,
.form-table td {
  padding: 15px 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  text-align: left;
}
.form-table th {
  width: 270px;
  background: #f7f7f7;
  color: #000;
}
.form-table th span {
  font-size: 12px;
}
.form-table th span.required {
  margin-left: 8px;
  font-size: 10px;
  color: #d56450;
}
.form-table td {
  width: calc(100% - 270px);
}
.form-table tdspan.fontsm {
  display: block;
  margin-top: 5px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .form-table th,
  .form-table td {
    display: block;
    width: 100% !important;
    padding: 0.85em 5%;
  }
}
@media screen and (min-width: 992px) {
  form table th,
  form table td {
    font-size: 16px;
  }
}

/* typography
----------------------------------------------- */

h2,
h3 {
  text-align: center;
  line-height: 1.5;
}

h4 {
  font-size: 1.1em;
  margin: 1em 0 1em;
}

h5 {
  font-size: 1.1em;
  margin: 2em 0 1.5em;
}

p {
  margin-bottom: 1.5em;
  word-break: break-all;
}
li {
  text-align: left;
}

.f-mi {
  font-family: "Times New Roman", Times, serif;
}

/* heading-style
----------------------------------------------- */
.subhead01 {
  background: #afdde2;
  padding: 0 0 1em;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  margin: 3em 0 2em;
}
.subhead01 .title {
  background: #e7f5f6;
  padding: 3em 3%;
  font-size: 1.4em;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

.subhead02 {
  position: relative;
  display: inline-block;
  margin: 2em 0 2em;
  padding: 1em 3%;
  width: 100%;
  font-size: 1.5em;
  color: #fff;
  background: #005a68;
}
.subhead02:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 20px solid #005a68;
}
.subhead02 h2.title {
  font-weight: 700;
}

.subhead03 {
  margin: 2em 0 1.5em;
  padding: 1em 3%;
  font-size: 1.5em;
  color: #fff;
  background: #005a68;
}
.subhead03 h2.title {
  font-weight: 700;
}
.subhead04 {
  margin: 2em 0 1.5em;
  padding: 0.6em 3%;
  font-size: 1.25em;
  color: #fff;
  background: #5ea5ab;
}
.subhead04 h2.title {
  font-weight: 700;
}

.imgtitle {
  margin: 2.5em 0 1.5em;
  max-width: 90%;
}

.title_h4 {
  padding: 2px 0 2px 13px;
  border-left: solid 4px #005a68;
  font-weight: bold;
  font-size: 1.1em;
}

.heading01 {
  font-size: 1.3em;
  font-weight: 400;
  color: #715d47;
  margin: 2em 0 1.5em;
}

.heading02 {
  font-size: 1.2em;
  font-weight: 400;
  background: url(../images/common/icon_check.png) no-repeat left 0;
  background-size: 28px;
  padding: 0 0 0.5em 35px;
  margin: 2em 0 1.5em;
  text-align: left;
  border-bottom: 1px dashed #ccc;
}

.heading03 {
  font-size: 1.3em;
  font-weight: 400;
  color: #fff;
  margin: 2em 0 1.5em;
  padding: 0.5em 0.5em;
  background: #cbbc89;
  border: 3px solid #cbbc89;
  box-shadow: 3px 3px 0 0 #b4a67a;
  position: relative;
}
.heading03::before,
.heading03::after {
  content: "";
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 30px;
}
.heading03:before {
  border-color: transparent;
  border-top-color: #cbbc89;
  border-right-color: #cbbc89;
  border-width: 10px;
  top: 100%;
  left: 26px;
}
.heading03:after {
  border-color: transparent;
  border-top-color: #cbbc89;
  border-right-color: #cbbc89;
  border-width: 6.5px;
  top: 99%;
}

/* text-style
----------------------------------------------- */
.txt-right {
  text-align: right !important;
}
.txt-left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}

.color-red {
  color: #dd0000;
}
.color-salmon {
  color: #f96060;
}
.color-lime {
  color: #007c36;
}
.color-green {
  color: #6baa07;
}

.font_s {
  font-size: smaller;
  line-height: 1.5;
}
.font12 {
  font-size: 12px;
}
.font10 {
  font-size: 10px;
}

.inlineb {
  display: inline-block;
}

/* Emphasis
----------------------------------------------------------- */
.em1,
.em1 a {
  color: #d56450;
  font-weight: bold;
}
.em2,
.em2 a {
  color: #005765;
  font-weight: bold;
}
.em3 {
  font-weight: bold;
}
.em4 {
  font-size: 1.125em;
  line-height: 1.7;
}
.em4xl {
  font-size: 1.4em;
  line-height: 1.7;
}
.em5 {
  font-weight: bold;
  text-decoration: underline;
}
.em6 {
  background: #d5645030;
  font-weight: bold;
}
.em7 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #d5645030 60%);
  padding-left: 3px;
}

/* btn-style
----------------------------------------------- */
.submit-btn {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s ease-out;
}
.submit-btn:hover {
  opacity: 0.5;
}
.bnr {
  text-align: center;
  margin: 30px 0;
}

.submit {
  text-align: center !important;
}

/* btn-base */
.txt-btn {
  display: inline-block;
  max-width: 90%;
  min-width: 280px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin: 0 0.5em 1em;
}
.txt-btn::before,
.txt-btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.txt-btn,
.txt-btn::before,
.txt-btn::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* btn-style */
.txt-btn {
  background-color: #a88e35;
  border: 2px solid #a88e35;
  color: #fff;
  line-height: 50px;
}
.txt-btn:hover {
  background-color: #fff;
  border-color: #a88e35;
  color: #a88e35;
}

.txt-btn.big {
  line-height: 80px;
}

/* image-style
----------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

#contents img.alignleft {
  float: left;
  margin: 0 0 20px 20px;
  max-width: 45%;
}
#contents img.alignright {
  float: right;
  margin: 0 0 20px 5px;
  max-width: 45%;
}
#contents img.center {
  display: block;
  margin: 0 auto;
}
#contents img.alignright.w100 {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 100%;
}

img.border {
  border: 1px solid #ddd;
  padding: 4px;
}
img.shadow {
  background: #fff;
  padding: 8px;
  -moz-box-shadow: 1px 2px 5px #ccc;
  -webkit-box-shadow: 1px 2px 5px #ccc;
  box-shadow: 1px 2px 5px #ccc;
}
img.frame {
  border: 5px solid #fff;
  box-shadow: 0px 1px 4px #999;
  -moz-box-shadow: 0px 1px 4px #999;
  -webkit-box-shadow: 0px 1px 4px #999;
}

/* img_switch
----------------------------------------------- */
.switch {
  visibility: hidden;
}

/* box-style
----------------------------------------------- */
.box01 {
  margin: 2em 0;
  padding: 1.5em 5% 0.01em;
  border: 3px double #ddd;
}

.box02 {
  margin: 2em 0;
  padding: 1.5em 5% 0.01em;
  border: 3px solid #ddd;
  background: #f8f8f8;
}

.box03 {
  margin: 2em 0;
  padding: 1.5em 5% 0.01em;
  box-shadow: 0px 0px 8px #ddd;
  -ms-box-shadow: 0px 0px 8px #ddd;
  -moz-box-shadow: 0px 0px 8px #ddd;
  -webkit-box-shadow: 0px 0px 8px #ddd;
  background: #fff;
}

.box04 {
  margin: 2em 0;
  padding: 1.5em 5% 0.01em;
  border: solid 1px #ddd;
  box-shadow: 7px 7px 0px #ddd;
  -ms-box-shadow: 7px 7px 0px #ddd;
  -moz-box-shadow: 7px 7px 0px #ddd;
  -webkit-box-shadow: 7px 7px 0px #ddd;
  background: #fff;
}

.box05 {
  margin: 1em 0;
  padding: 1em 5%;
  border-radius: 10px;
  background: #005765;
  color: #fff;
}
.box05 p {
  margin-bottom: 0;
}

.box06 {
  margin: 2em 0;
  padding: 1.5em 5% 0.01em;
  background: url("../images/common/box-note.png");
}
.t-box01 {
  margin: 2em 0;
  padding: 0;
}
.t-box01 .title {
  margin: 0;
  padding: 1em 5%;
  border: 1px solid #005765;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background: #005765;
  color: #fff;
  font-size: 110%;
  font-weight: normal;
  text-align: left;
}
.t-box01 .t-box01In {
  padding: 1.5em 5% 1em;
  border: 2px solid #005765;
  background: #fff;
  border-radius: 0 0 4px 4px;
}
.t-box02 {
  position: relative;
  padding: 3em 5% 1em;
  margin: 3em 0 2em;
  border: 2px solid #005a68;
  border-radius: 8px;
}
.t-box02 .title {
  position: absolute;
  left: 50%;
  top: -1.25em;
  transform: translateX(-50%);
  display: inline-block;
  width: 80%;
  max-width: 400px;
  padding: 10px 15px;
  margin: 0;
  color: #fff;
  border: none;
  background: #005a68;
  font-size: 1.15em;
}

/* PROGRAM */
.programhead {
  margin: 40px 0px 0;
  padding: 20px 0;
  border: 3px solid #dadada;
  border-bottom: none;
  background: #fdfcd0;
  text-align: center;
}
.programhead .point {
  background: #1d2f53;
  color: #fff;
  border-radius: 32px;
  display: inline-block;
  padding: 0.2em 2em;
  font-weight: bold;
}
.programhead h4 {
  margin: 1em 0 0.3em;
  line-height: 1.5;
}

/* 見出し付きボックス（01・共通） */
.ptitle {
  background: #eee;
  text-align: left;
  font-size: 1.2em;
  margin: 30px 0 0;
  padding: 15px 20px 15px 20px;
  font-weight: bold;
  border: 1px solid #ccc;
  border-bottom: none;
}
h4.ptitle {
  font-size: 1.3em;
}
.p-boxIn {
  margin: 0 0 30px;
  padding: 20px 20px;
  border: 1px solid #ccc;
  text-align: left;
}
.p-boxIn p {
  margin-left: 0;
  margin-right: 0;
}

/* testimonials
----------------------------------------------- */
.testimonial {
  margin: 20px 0;
  padding: 20px 15px 0;
  border: 6px solid #fff;
  background: url(../images/common/testimonial_bg.png) no-repeat 98% 10px #f6f6f6;
  background-size: 120px;
  line-height: 1.7;
  box-shadow: 0 2px 8px #ccc;
}

.testimonial .title {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 1.5em;
  text-align: left;
  color: #179aa2;
}
.t-name {
  font-weight: bold;
}

/* list-style
----------------------------------------------- */
.list-check {
  margin: 0.5em 0 0.5em;
}
.list-check li {
  background: url(../images/common/icon-check.png) no-repeat left 8px;
  padding: 0.9em 0 1em 35px;
  font-weight: bold;
  margin-bottom: 6px;
}
.list-check li:nth-child(2n) {
  background-color: #f2f2f2;
}
.list-check.bgnone li {
  background: url(../images/common/icon-check.png) no-repeat left top;
}

.list-arrow {
  margin: 0.5em 0 0.5em;
}
.list-arrow li {
  background: url(../images/common/icon-arrow.png) no-repeat 6px 1em;
  padding: 18px 15px 18px 40px;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 0;
  line-height: 1.5;
}
.list-arrow li:nth-child(2n) {
  background: url(../images/common/icon-arrow.png) no-repeat 6px 1em #f8f8f8;
}

.list-mov {
  margin: 0.5em 0 0.5em;
}
.list-mov li {
  background: url(../images/common/icon-mov.png) no-repeat left top;
  background-size: 32px;
  padding: 0 0 1em 38px;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
  border-bottom: 2px dotted #bababa;
}

.list01 {
  margin: 0 0 1.5em 0;
}
.list01 li {
  margin-bottom: 8px;
  font-weight: bold;
  padding: 0 0 8px 36px;
  background: url(../images/common/icon_check02.png) no-repeat left 0;
  background-size: 30px;
  border-bottom: 1px dashed #ccc;
}
.list02 {
  margin: 0 0 1.5em 0;
}
.list02 li {
  background: url(../images/common/icon_circle01.png) no-repeat 6px 1em;
  background-size: 8px;
  padding: 6px 0 8px 24px;
  font-weight: bold;
  margin: 0 0;
  line-height: 1.5;
}

/* dl-style
----------------------------------------------- */
.dl01 {
  margin-bottom: 20px;
  text-align: left;
}
.dl01 dt {
  margin: 20px 0 20px;
  padding: 0 0 2px 15px;
  font-size: 106%;
  font-weight: bold;
  background-size: 10px;
  border-bottom: 1px dotted #bababa;
}
.dl01 dd {
  margin: 0 15px 25px;
  font-size: 93%;
}
.dl02 {
  margin: 20px 0;
  text-align: left;
}
.dl02 dt {
  margin: 0 0 1em;
  padding: 0 0 1em 0.5em;
  border-bottom: 1px dotted #bababa;
  font-size: 0.9em;
  line-height: 1.5;
  opacity: 0.8;
}
.dl02 dd {
  margin: 0 0 2em;
}

.faq {
  margin-bottom: 30px;
  text-align: left;
}
.faq dt {
  background: url("../images/common/icon_faq_q.png") no-repeat scroll 6px 12px #e6e6e6;
  background-size: 38px;
  border-top: 1px dotted #bababa;
  border-bottom: 1px dotted #bababa;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 15px 10px 15px 54px;
}
.faq dd {
  background: url("../images/common/icon_faq_a.png") no-repeat scroll 6px top transparent;
  background-size: 38px;
  margin-bottom: 1em;
  padding: 2px 10px 20px 54px;
}
.faq p {
  margin: 0 0 0.75em !important;
}

/* table-style
----------------------------------------------- */
.table01 {
  width: 100%;
  margin: 2em 0;
}
.table01 th,
.table01 td {
  border: 1px solid #dadada;
  font-weight: normal;
  padding: 10px 20px;
  text-align: left;
  vertical-align: top;
}
.table01 th {
  background: #eee;
}

.table01.center th,
.table01.center td {
  text-align: center;
}
.table01.w3070 th {
  width: 30%;
}
.table01.w3070 td {
  width: 70%;
}

.table02 {
  width: 100%;
  margin: 2em 0;
}
table.table02 th,
table.table02 td {
  display: block;
  padding: 10px 20px;
  font-weight: normal;
  text-align: left;
}
table.table02 th {
  background: #eee;
}

/* other-style
----------------------------------------------- */
.MT0 {
  margin-top: 0px !important;
}
.MT10 {
  margin-top: 10px !important;
}
.MT20 {
  margin-top: 20px !important;
}
.MT30 {
  margin-top: 30px !important;
}
.MB0 {
  margin-bottom: 0px !important;
}
.MB10 {
  margin-bottom: 10px !important;
}
.MB15 {
  margin-bottom: 15px !important;
}
.MB20 {
  margin-bottom: 20px !important;
}
.MB30 {
  margin-bottom: 30px !important;
}

.PT0 {
  padding-top: 0px !important;
}
.PT10 {
  padding-top: 10px !important;
}
.PT20 {
  padding-top: 20px !important;
}
.PT30 {
  padding-top: 30px !important;
}
.PB0 {
  padding-bottom: 0px !important;
}
.PB10 {
  padding-bottom: 10px !important;
}
.PB20 {
  padding-bottom: 20px !important;
}
.PB30 {
  padding-bottom: 30px !important;
}

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mrl50 {
  margin-right: 50px;
  margin-left: 50px;
}

.ML0 {
  margin-left: 0px !important;
}
.ML10 {
  margin-left: 10px !important;
}
.ML20 {
  margin-left: 20px !important;
}
.ML30 {
  margin-left: 30px !important;
}
.ML50 {
  margin-left: 50px !important;
}
.MR0 {
  margin-right: 0px !important;
}
.MR10 {
  margin-right: 10px !important;
}
.MR20 {
  margin-right: 20px !important;
}
.MR30 {
  margin-right: 30px !important;
}

.PL0 {
  padding-left: 0px !important;
}
.PL10 {
  padding-left: 10px !important;
}
.PL20 {
  padding-left: 20px !important;
}
.PL30 {
  padding-left: 30px !important;
}
.PL50 {
  padding-left: 50px !important;
}
.PR0 {
  padding-right: 0px !important;
}
.PR10 {
  padding-right: 10px !important;
}
.PR20 {
  padding-right: 20px !important;
}
.PR30 {
  padding-right: 30px !important;
}

.ML120 {
  margin-left: 1em !important;
}

hr {
  height: 3px;
  margin: 3em auto;
  clear: both;
  border: none;
  border-bottom: solid 3px #ddd;
}
hr.hr01 {
  width: 60%;
  border-bottom: double 3px #ddd;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 15px;
  text-align: center;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.iframebox {
  text-align: center;
}
.iframebox iframe {
  max-width: 100%;
}

.worksprof {
  margin: 0 auto 2em;
  text-align: center;
}

/* section-style
----------------------------------------------- */
.special ul li {
  margin-bottom: 1em;
}

#voice h2 {
  margin: 2em 6%;
}
.voice {
  background: #fff;
  padding: 10px;
}
#voice .box01 {
  margin-bottom: 1.5em;
}
#voice .inner {
  width: 96%;
}
.img_txt04 {
  width: 80%;
}
.service {
  background: #fff;
  padding: 10px;
}
#service .box01 {
  margin-bottom: 0.5em;
}
#service .inner {
  width: 96%;
}
#service h3 {
  margin: 2em 5%;
}
.img_txt06 {
  width: 94%;
}
#prof {
  padding: 20px 0 0;
  overflow: hidden;
}
#prof h3 {
  text-align: left;
  font-size: 1.4em;
  font-weight: bold;
}

/* ～768px メディアクエリ開始 */
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

/* 768px～ メディアクエリ開始 */
@media screen and (min-width: 768px) {
  body {
    font-size: 1em;
  }
  p {
    word-break: normal;
  }
  .pc_none {
    display: none;
  }
  .subhead01 .title {
    font-size: 1.6em;
  }
  .submit {
  }
  .txt-btn {
    min-width: 320px;
    line-height: 54px;
    margin: 0 1em 1em;
  }
  .txt-btn.big {
    line-height: 4em;
    min-width: 560px;
    font-size: 1.5em;
  }
  .table02 th,
  .table02 td {
    display: table-cell;
  }
}

/* 1024px～ メディアクエリ開始 */
@media screen and (min-width: 1024px) {
  /* typography
----------------------------------------------- */

  h4 {
    font-size: 1.3em;
  }

  .pc_center {
    text-align: center;
  }
  .em2,
  .em2 a {
    font-size: 1.4em;
  }
  .em4 {
    font-size: 1.5em;
  }
  .em4xl {
    font-size: 2em;
  }
  .subheadbg {
    padding: 2em 3%;
  }
  .imgtitle img {
    max-width: 100%;
  }
  .subhead02 {
    margin-bottom: 2em;
    padding: 1.2em 1em 1.5em;
    font-size: 2em;
  }
  .subhead02:before {
    margin-left: -80px;
    border: 80px solid transparent;
    border-top: 40px solid #005a68;
  }
  .subhead03 {
    font-size: 2.5em;
  }
  .subhead04 {
    font-size: 1.8em;
  }

  /* image-align shadow
----------------------------------------------------------- */
  #contents img {
  }
  #contents img.alignleft {
    float: left;
    margin: 0 30px 20px 0;
  }
  #contents img.alignright {
    float: right;
    margin: 0 0 20px 30px;
  }
  #contents img.center {
    margin: 0 auto;
  }

  /* box-style
----------------------------------------------- */
  .box01,
  .box02,
  .box03,
  .box04,
  .box05,
  .box06 {
    margin: 2.5em 0;
    padding: 2em 2em 0.5em;
  }
  .t-box01 {
    margin: 2.5em 0;
  }
  .t-box02 {
    margin: 3.5em 0 2.5em;
    padding: 3.5em 40px 1.5em;
  }
  .t-box02 .title {
    top: -1.5em;
    padding: 15px 20px;
  }

  /* PROGRAM */
  .programhead {
    margin: 40px 0px 0;
    padding: 30px 0;
  }
  .programhead .point {
    font-size: 1.2em;
  }
  .programhead h4 {
    font-size: 1.7em;
    margin: 0.8em 0 0.3em;
    line-height: 1.5;
  }

  /* 見出し付きボックス（01・共通） */
  .ptitle {
    margin: 30px 20px 0;
    padding: 20px 20px 20px 20px;
  }
  .p-boxIn {
    margin: 0 20px 30px;
    padding: 20px 30px;
  }
  /* 見出し付きボックス02（テキストアイコン付き） */
  .p-box02 .point {
    padding: 7px 20px;
  }
  .p-box02 .ptitle span {
    margin-top: 1px;
  }

  /* 見出し付きボックス03（テキストアイコン付き） */
  .p-box03 .point {
    padding: 7px 20px;
  }
  .p-box03 .ptitle span {
    margin-top: 1px;
  }

  /* 見出し付きボックス04（テキストアイコン付き） */
  .p-box04 .point {
    padding: 7px 20px;
  }
  .p-box04 .ptitle span {
    margin-top: 1px;
  }

  /* list-style pc
----------------------------------------------- */
  .list-check {
    margin: 30px 20px;
  }
  .list-check li {
    background: url(../images/common/icon-check.png) no-repeat left 0.9em;
    padding: 0.9em 12px 1em 42px;
    font-size: 1.1em;
  }
  .list-mov {
    margin: 30px 0;
  }
  .list-mov li {
    background: url(../images/common/icon-mov.png) no-repeat left 3px;
    background-size: 36px;
    padding: 0 0 1em 46px;
    font-size: 1.1em;
  }
  .list01 li {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    padding: 3px 0 12px 42px;
    background: url(../images/common/icon_check02.png) no-repeat left 5px;
    background-size: 32px;
  }
  .list02 li {
    padding: 8px 8px 8px 24px;
  }

  /* testimonials
----------------------------------------------- */
  .testimonial {
    background-size: 180px;
    margin: 30px 0;
    padding: 30px 30px 0 30px;
  }
  .testimonial .title {
    font-size: 1.3em;
    padding-bottom: 1em;
  }

  /* table-style
----------------------------------------------- */
  .table01,
  .table02 {
    margin: 2.5em 0;
  }

  /* section-style
----------------------------------------------- */

  #voice .inner {
    width: 94%;
  }
  .img_txt01 {
    width: 70%;
  }
  .img_txt04 {
    width: 65%;
  }
  .service {
    background: #fff;
    padding: 20px 10px;
  }
  #service .box01 {
    margin-bottom: 0;
  }
  #service .inner {
    width: 96%;
  }
  #service h3 {
    margin: 3em 10%;
  }
  .img_txt06 {
    width: 70%;
  }
  #prof {
    padding: 40px 0 0;
    overflow: hidden;
  }
  #prof h3 {
    text-align: left;
    font-size: 1.6em;
    font-weight: bold;
  }
} /* 1024px～ メディアクエリ終了 */

/*オリジナル*/
.reason_ttl {
  line-height: 1.3;
}
.reason_ttl strong {
  font-size: 160%;
}
.reason_ttl span {
  font-size: 140%;
}
.reason_list {
  margin-bottom: 1.5em;
}
.reason_list li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 50px;
  font-weight: bold;
  font-size: 115%;
}
.reason_list span {
  position: absolute;
  top: 3px;
  left: 0;
  padding: 3px 5px 3px 7px;
  border-radius: 3px;
  background: #179aa2;
  color: #fff;
  font-size: 10px;
}
.subhead01 .title.voice_ttl {
  font-size: 1em;
}
.voice_ttl strong {
  font-size: 1.5em;
}
.headerProfile {
  text-align: center;
}
.headerProfile p {
  line-height: 1.4;
}
.headerProfile .name {
  font-weight: bold;
  font-size: 20px;
}
.headerProfile .kana {
  font-size: 11px;
}
.headerProfile p img {
  width: 220px;
}
/* 768px～ メディアクエリ開始 */
@media screen and (min-width: 768px) {
  .reason_ttl strong {
    font-size: 240%;
  }
  .subhead01 .title.voice_ttl {
    font-size: 1.15em;
  }
  .voice_ttl strong {
    font-size: 1.8em;
  }
  .headerProfile {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 10px;
  }
  .headerProfile .itemright {
    width: 60%;
    padding-left: 20px;
    text-align: left;
  }
  .headerProfile .itemleft {
    width: 40%;
  }
}

.bg_light {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  background: #5ea5ab15;
}
.sec02 .bg_wrap {
  padding-top: 2.5em;
  background: url(../images/contents/img_bg01.jpg) no-repeat;
}
.sec03_list li {
  margin-bottom: 1.5em;
  padding: 20px 30px 5px;
  border-radius: 10px;
  box-shadow: 7px 7px 0px #5ea5ab30;
  background: #fff;
  line-height: 1.8;
}
.sec03_list li .icon {
  width: 110px;
  margin: 0 auto;
}
.sec03_list li .txt h3 {
  margin: 0.5em auto 0.8em;
  color: #005765;
  font-weight: bold;
  font-size: 135%;
  text-align: center;
  text-decoration: underline;
}
.sec03 .layout2 {
  margin-bottom: 2em;
  border-bottom: solid 2px #ddd;
}
.sec03 .layout2 .itemleft,
.sec03 .layout2 .itemright {
  padding-top: 20px;
  border-top: solid 2px #ddd;
}
.sec03 .layout2 h3 {
  margin: 0.5em auto 0.8em;
  color: #005765;
  font-weight: bold;
  font-size: 115%;
}
.sec07 .bg_wrap {
  padding-top: 2.5em;
  background: url(../images/contents/img_bg02.jpg) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .sec03_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sec03_list li .txt {
    width: calc(100% - 140px);
  }
  .sec03_list li .txt h3 {
    text-align: left;
  }
  .sec03 .layout2 {
    display: flex;
    border: none;
  }
  .sec03 .layout2 .itemleft {
    width: 50%;
    padding-top: 0;
    padding-right: 20px;
    border-top: none;
    border-right: solid 2px #ddd;
  }
  .sec03 .layout2 .itemright {
    width: 50%;
    padding-top: 0;
    padding-left: 20px;
    border-top: none;
  }
}

@media screen and (min-width: 1024px) {
  .sec02 .bg_wrap {
    padding-top: 3.5em;
  }
  .sec03_list li {
    padding: 15px 60px;
    border-radius: 100px;
    box-shadow: 10px 10px 0px #5ea5ab30;
  }
  .sec03_list li .txt h3 {
    margin-bottom: 10px;
    font-size: 30px;
  }
}

.to-otoiwase-button {
  margin-top: 50px;
 }

.to-otoiwase-button-bottom {
  margin-bottom: 50px;
}