/*
Version: 1.4
*/

/* Reset & Base
-------------------------------------------------------------- */
* {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  word-wrap: break-word;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

a {
  display: inline-block;
}

input[type="submit"] {
  -webkit-appearance: none;
}

p {
  text-align: left;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  padding: 2em;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

/*
* common
-------------------------------------------------------------- */
.sp {
  display: none;
}

a {
  text-decoration: none;
  transition: opacity .3s;
}

a:link,
a:visited {
  color: inherit;
}

a:hover {
  opacity: .65;
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

.t_center {
  text-align: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

small,
.small {
  font-size: 77%;
}

html {
  -webkit-text-size-adjust: 100%;
  text-align: center;
  line-height: 1.5;
  font-size: 1.1111vw;
  font-family: "Noto Sans JP", sans-serif;
  color: #172333;
  scroll-behavior: smooth;
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

body {
  background: #FFF;
}

.container {
  max-width: 1200px;
  width: 83.33%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.88rem;
}

.btn01 {
  min-width: 10rem;
  padding: .94rem 1.75rem;
  border-radius: 10rem;
  background: #79B928;
  color: #FFF !important;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
}

.btn02,
.btn03 {
  min-width: 15.13rem;
  padding: 1.13rem 2rem;
  border-radius: 10rem;
  font-family: "Noto Serif JP", serif;
  font-size: .88rem;
  font-weight: 700;
  text-align: center;
  background: #FFF;
}

.btn02 {
  background: #79B928;
  color: #FFF !important;
}

.btn03 {
  min-width: 10.31rem;
  border: 1px solid #18324F;
  color: #18324F;
}

.sec_heading .no {
  color: #B28E56;
  font-family: "EB Garamond", serif;
  font-size: 5rem;
  font-style: italic;
  line-height: 1;
}

.sec_heading .en {
  position: relative;
  color: #B28E56;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.35;
  padding-top: 1.13rem;
}

.sec_heading .en::before {
  content: '';
  position: absolute;
  top: .5rem;
  left: 0;
  width: 2.75rem;
  height: 1px;
  background: #B28E56;
}

.sec_heading h2 {
  margin-top: 1.5rem;
  color: #18324F;
  font-family: "Noto Serif JP", serif;
  font-size: 2.13rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

.sec_heading.center .no,
.sec_heading.center .en,
.sec_heading.center h2 {
  text-align: center;
}

.sec_heading.center .en::before {
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
}

.sec_heading.light h2 {
  color: #FFF;
}

/*
* header
-------------------------------------------------------------- */
header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 6rem;
  background: #FFF;
/*  background: rgba(255, 255, 255, .97);*/
  box-shadow: 0 2px 8px rgba(24, 50, 79, .05);
}

header .container {
  height: 100%;
  align-items: center;
  padding-right: 0;
}

header .logo {
  width: 16.25rem;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

header .logo a,
header .logo img {
  width: 100%;
}

header .menu {
  margin-left: auto;
}

header .menu ul {
  align-items: center;
  gap: 3rem;
}

header .menu li {
  color: #18324F;
  font-family: "Noto Serif JP", serif;
  font-size: .81rem;
  font-weight: 700;
  white-space: nowrap;
}

header .menu li:last-child {
  margin-left: 1rem;
}

/*
* hero
-------------------------------------------------------------- */
.mv {
  position: relative;
  height: 47.5rem;
  background: #F3EFE7 url(../images/hero_pc.jpg) no-repeat center / cover;
  overflow: hidden;
}

.mv::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(248, 244, 236, .05) 0%, rgba(248, 244, 236, 0) 56%);
  pointer-events: none;
}

.mv .container {
  position: relative;
  height: 100%;
  z-index: 1;
}

.mv .en_label {
  position: absolute;
  top: 2.31rem;
  left: 1.88rem;
  width: 95%;
  padding-bottom: 1.31rem;
  border-bottom: 1px solid rgba(178, 142, 86, .6);
  color: #B28E56;
  font-size: .59rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.mv_copy {
  position: absolute;
  top: 7.13rem;
  left: 2rem;
  padding-left: 2rem;
  text-align: left;
}

.mv_copy .title {
  position: relative;
  padding-bottom: 3.88rem;
}

.mv_copy .title::before {
  content: '';
  position: absolute;
  top: 0;
  left: -2rem;
  height: 100%;
  width: .31rem;
  background-color: #B28E56;
}

.mv_copy .lead {
  color: #294966;
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
}

.mv_copy h2 {
  margin-top: -.06rem;
  color: #18324F;
  font-family: "Noto Serif JP", serif;
  font-size: 3.63rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.31;
}

.mv_copy .subcopy {
  color: #18324F;
  font-family: "Noto Serif JP", serif;
  font-size: 1.13rem;
  font-weight: 700;
}

.mv_copy .description {
  margin-top: 1.63rem;
  font-size: .88rem;
  line-height: 1.8;
}

.mv_copy .area {
  display: inline-block;
  margin-top: 2.13rem;
  padding: .63rem 1.31rem;
  border: 1px solid #B28E56;
  border-radius: 10rem;
  color: #18324F;
  font-size: .69rem;
  font-weight: 700;
  background-color: #FFF;
}

.mv_btns {
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 3rem;
}

/*
* about
-------------------------------------------------------------- */
.sec_about {
  padding: 6.25rem 0;
}

.about_wrap {
  align-items: center;
}

.about_content {
  width: 38.7%;
}

.about_content h3 {
  margin-top: 2.81rem;
  color: #13283F;
  font-family: "Noto Serif JP", serif;
  font-size: 1.94rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

.about_content .txt01 {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.88;
}

.about_content .signature {
  margin-top: 1.25rem;
  color: #18324F;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: right;
}

.about_photo {
  position: relative;
  width: 41.23%;
/*  height: 30.63rem;*/
  overflow: visible;
}

.about_caption {
  position: absolute;
  left: -1rem;
  bottom: -6.75rem;
  width: 16.88rem;
  padding: 1.5rem .94rem 1.5rem 1.88rem;
  background: #18324F;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  border-radius: 1.25rem;
}

.about_caption .name {
  margin-bottom: .88rem;
  color: #D7C19D;
  font-weight: 700;
}

.about_caption p:last-child {
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.65;
}

/*
* strengths
-------------------------------------------------------------- */
.sec_strengths {
  padding: 5rem 0 6.25rem;
/*  background: linear-gradient(180deg, #F4E9D6 0%, #F7F2E9 100%);*/
  background: linear-gradient(180deg, #FFFDFA 0%, #EEDBBB 101.16%);;
}

.sec_strengths .intro {
  margin-top: 1.25rem;
  color: #66717E;
  font-size: 1rem;
}

.strength_list {
  margin-top: 3.75rem;
}

.strength_card {
  width: 22.81%;
  min-height: 19.38rem;
  padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0 .31rem 1.25rem rgba(24, 50, 79, .08);
}

.strength_icon {
  position: relative;
  width: 3.13rem;
  height: 3.13rem;
  border-radius: 50%;
/*  background: #E5ECF2;*/
}

.strength_card .card_no {
  margin-top: 1.44rem;
  color: #B28E56;
  font-family: "EB Garamond", serif;
  font-size: 1.5rem;
  font-style: italic;
}

.strength_card h3 {
  margin-top: .25rem;
  color: #18324F;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
}

.strength_card h3::after {
  content: '';
  display: block;
  width: 3.25rem;
  height: 1px;
  margin: .88rem 0 1.75rem;
  background: #B28E56;
}

.strength_card > p:last-child {
  font-size: .81rem;
  line-height: 1.65;
}
.strength_card > *:not(.strength_icon) {
  margin-left: .5rem;
}

/*
* services
-------------------------------------------------------------- */
.sec_services {
  position: relative;
  padding: 5rem 0 6.38rem;
  color: #FFF;
  background: #294966 url(../images/services_bg.jpg) no-repeat center / cover;
}

.sec_services::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(24, 50, 79, .88);
}

.sec_services .container {
  position: relative;
  z-index: 1;
}

.services_intro {
  margin-top: 2.13rem;
  font-size: 1rem;
  line-height: 1.88;
}

.service_list {
  margin-top: 5rem;
  gap: 2.5rem 3.5%;
}

.service_card {
  width: 48.25%;
  min-height: 31.25rem;
  padding: 1.56rem 1.88rem 2rem;
  border-radius: 1.25rem;
  background: #FBF8F2;
  color: #172333;
}

.service_card.tall {
  min-height: 34.25rem;
}

.service_title {
  justify-content: flex-start;
  align-items: center;
  gap: .94rem;
}

.service_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.38rem;
  height: 3.38rem;
  border-radius: 50%;
  background: #E5ECF2;
}

.service_title p {
  color: #B28E56;
  font-family: "EB Garamond", serif;
  font-size: .94rem;
  font-style: italic;
}
.service_title p span {
  font-size: 2.44rem;
}

.service_title h3 {
  color: #18324F;
  font-family: "Noto Serif JP", serif;
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.service_summary {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #D7C19D;
  font-size: .81rem;
  line-height: 1.75;
}

.service_detail {
  margin-top: 2rem;
  text-align: left;
}

.service_detail dt {
  position: relative;
  margin-top: 1.31rem;
  padding-left: 1.25rem;
  color: #18324F;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 700;
}

.service_detail dt::before {
  content: '';
  position: absolute;
  left: .15rem;
  top: .52rem;
  width: .44rem;
  height: .44rem;
  border-radius: 50%;
  background: #B28E56;
}

.service_detail dd {
  margin-top: .31rem;
  padding-left: 1.25rem;
  color: #66717E;
  font-size: .75rem;
  line-height: 1.65;
}

/*
* recommended
-------------------------------------------------------------- */
.sec_recommended {
  padding: 5rem 0;
  background: #18324F;
  color: #FFF;
}

.recommended_wrap {
  align-items: flex-start;
}

.recommended_heading {
  width: 39.39%;
  margin-top: -2.25rem;
}

.recommended_heading h2 {
  margin-top: 2.75rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.13rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

.recommended_heading > p {
  margin-top: 2rem;
  color: #E6EBF1;
  font-size: .88rem;
  line-height: 1.9;
}

.recommended_list {
  width: 56.14%;
  gap: 2rem 4.69%;
}

.recommended_list li {
  position: relative;
  display: flex;
  align-items: center;
  width: 47.65%;
  min-height: 6.38rem;
  padding: 1rem 1.25rem 1rem 4.25rem;
  border-radius: .5rem;
  background: #3C4E7D;
  font-size: .81rem;
  line-height: 1.55;
  text-align: left;
}

.recommended_list li::before {
  content: '✓';
  position: absolute;
  left: 1.38rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #E7DCC7;
  color: #18324F;
  font-weight: 700;
}

/*
* flow
-------------------------------------------------------------- */
.sec_flow {
  padding: 5rem 0 7.5rem;
  background: #FFF;
}

.sec_flow .intro {
  margin-top: 1.25rem;
  color: #66717E;
}

.flow_list {
  position: relative;
  margin-top: 4.63rem;
  justify-content: center;
}

.flow_list li {
  position: relative;
  width: 19.82%;
  text-align: center;
}

.flow_list li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 2.63rem;
  left: calc(50% + 3.25rem);
  width: calc(100% - 6.5rem);
  height: 1px;
  background: #B9C5CF;
}

.flow_no {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.25rem;
  height: 5.25rem;
  margin: auto;
  border-radius: 50%;
  background: #FBF8F2;
  border: 1px solid #E5D8C4;
  color: #18324F;
  font-family: "EB Garamond", serif;
  font-size: 1.94rem;
  font-style: italic;
}
.flow_list li:first-child .flow_no {
  background: #18324F;
  border-color: #18324F;
  color: #FFF;

}


.flow_list h3 {
  margin-top: 1.88rem;
  color: #18324F;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.flow_list li > p:last-child {
  margin-top: .63rem;
  color: #66717E;
  font-size: .81rem;
  line-height: 1.5;
  text-align: center;
}

/*
* profile
-------------------------------------------------------------- */
.sec_profile {
  padding: 5rem 0 7.5rem;
  background: #F3EADB;
}

.sec_profile .sec_heading h2 {
  color: #18324F;
}

.profile_wrap {
  margin-top: 4.38rem;
}

.profile_person {
  width: 31.23%;
}

.profile_photo {
}

.profile_person h3 {
  margin-top: 2.75rem;
  color: #18324F;
  font-family: "Noto Serif JP", serif;
  font-size: 1.56rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

.profile_person > p {
  margin-top: 1.88rem;
  font-size: .88rem;
  line-height: 1.88;
}

.office_info {
  width: 57.89%;
  padding: 2.44rem 2.5rem;
  background: #FFF;
}

.office_info > div {
  display: flex;
  padding: 1.25rem 0;
  border-bottom: 1px solid #DDE2E7;
  font-size: .88rem;
  line-height: 1.7;
  text-align: left;
}

.office_info dt {
  width: 31%;
  color: #66717E;
}

.office_info dd {
  width: 69%;
  color: #18324F;
}

/*
* contact
-------------------------------------------------------------- */
.sec_contact {
  padding: 5rem 0 6.25rem;
  background: #18324F;
  color: #FFF;
}

.contact_intro {
  margin-top: 1.88rem;
  font-size: 1rem;
}

.contact_wrap {
  margin-top: 4.75rem;
  align-items: flex-start;
}

.contact_info {
  width: 29.82%;
  min-height: 33.88rem;
  padding: 2.5rem 2.19rem;
  border: 1px solid #496987;
  border-radius: 1.25rem;
  background: #294966;
}

.contact_info .label {
  color: #D7C19D;
  font-size: 1rem;
  font-weight: 700;
}

.contact_info .phone {
  margin-top: .63rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.19rem;
  font-weight: 700;
  white-space: nowrap;
}

.contact_info > p:nth-child(3) {
  margin-top: .25rem;
  color: #E6EBF1;
  font-size: .88rem;
}

.mail_info {
  margin-top: 2rem;
  padding: 2rem 0;
  border-top: 1px solid #496987;
  border-bottom: 1px solid #496987;
}

.mail_info h3 {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
}

.mail_info > p:last-child {
  margin-top: .88rem;
  color: #E6EBF1;
  font-size: .88rem;
  line-height: 1.6;
}

.free_info {
  padding-top: 2rem;
  text-align: center;
}

.free_info h3 {
  font-size: 1.13rem;
  font-weight: 700;
  text-align: center;
}

.free_info p {
  margin-top: .5rem;
  color: #DCE5EC;
  font-size: .81rem;
  line-height: 1.5;
  text-align: center;
}

.form01 {
  width: 66.23%;
  padding: 2.5rem 2.13rem;
  border-radius: 1.25rem;
  background: #FFF;
  color: #18324F;
}

.form_item:not(:first-child) {
  margin-top: 1rem;
}

.form_item label {
  display: block;
  margin-bottom: .5rem;
  font-size: .94rem;
  font-weight: 700;
  text-align: left;
}

.required,
.optional {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 2.63rem;
  height: 1.31rem;
  margin-left: 1rem;
  border-radius: 10rem;
  font-size: .63rem;
}

.required {
  background: #18324F;
  color: #FFF;
}

.optional {
  border: 1px solid #B9C5CF;
  color: #18324F;
  background: #EDF2F5;
}

.form_item input,
.form_item select,
.form_item textarea {
  width: 100%;
  padding: .94rem 1.25rem;
  border: 1px solid #DDE2E7;
  border-radius: 0.63rem;
  background: #F7F4EE;
  color: #172333;
  font-size: .94rem;
  line-height: 1.5;
}

.form_item textarea {
  height: 8.13rem;
  resize: vertical;
}

.form01 input[type="submit"] {
  display: block;
  width: 21.88rem;
  margin: 2rem auto 0;
  padding: 1.13rem;
  border-radius: 10rem;
  background: #79B928;
  color: #FFF;
  font-size: .94rem;
  font-weight: 700;
  cursor: pointer;
}

/*
* footer
-------------------------------------------------------------- */
footer {
  padding: 2.88rem 0 1.88rem;
  background: #FFF;
  color: #18324F;
}

footer .container {
  position: relative;
  align-items: center;
}

.footer_info {
  width: 23rem;
  text-align: left;
}

.footer_info .logo {
  width: 16.31rem;
}

.footer_info .phone {
  margin-top: .75rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
}

.footer_info > p:last-child {
  color: #66717E;
  font-size: .75rem;
}

.footer_menu {
  margin-left: auto;
}

.footer_menu ul {
  align-items: center;
  gap: 2.5rem;
}

.footer_menu li {
  font-family: "Noto Serif JP", serif;
  font-size: .81rem;
  font-weight: 700;
  white-space: nowrap;
}

footer .copy {
  position: absolute;
  right: 0;
  bottom: -1rem;
  color: #66717E;
  font-size: .59rem;
}

/*
* thanks / error
-------------------------------------------------------------- */
.subpage {
  min-height: calc(100vh - 19.38rem);
  padding: 8.75rem 0;
  background: #F7F2E9;
}

.subpage .container {
  max-width: 50rem;
}

.subpage h1 {
  color: #18324F;
  font-family: "Noto Serif JP", serif;
  font-size: 2.13rem;
  font-weight: 700;
  text-align: center;
}

.subpage .message {
  margin-top: 4.38rem;
  font-size: 1rem;
  line-height: 1.88;
}

.subpage .back_btn {
  margin-top: 3rem;
  text-align: center;
}

/*
* for SP
-------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  html {
    font-size: 4.10256vw;
  }

  body.menu_open {
    overflow: hidden;
  }

  .container {
    width: 89.74%;
    padding: 0;
  }

  header {
    height: 4.5rem;
  }

  header .logo {
    width: 16.31rem;
  }

  header .menu {
    display: none;
    position: fixed;
    top: 4.5rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 4.5rem);
    padding: 2.5rem 1.25rem;
    background: rgba(24, 50, 79, .98);
  }

  header .menu.open {
    display: block;
  }

  header .menu ul {
    display: block;
  }

  header .menu li {
    color: #FFF;
    font-size: 1rem;
    text-align: center;
  }

  header .menu li:not(:last-child) {
    margin-bottom: 3.5rem;
  }

  header .menu li:last-child {
    margin-left: 0;
  }

  .hamburger {
    position: fixed;
    top: 0;
    right: 0;
    width: 4.5rem;
    height: 4.5rem;
    padding: 1.45rem 1.25rem;
    background: #FFF;
    z-index: 60;
  }

  .hamburger span {
    display: block;
    width: 1.13rem;
    height: 1px;
    margin-left: auto;
    background: #18324F;
    transition: all .4s;
  }

  .hamburger span:not(:last-child) {
    margin-bottom: .47rem;
  }

  .hamburger.open span:nth-child(1) {
    transform: translateY(.53rem) rotate(45deg);
  }

  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.open span:nth-child(3) {
    transform: translateY(-.53rem) rotate(-45deg);
  }

  .sec_heading .no {
    font-size: 5rem;
  }

  .sec_heading .en {
    font-size: 1.25rem;
  }

  .sec_heading h2 {
    margin-top: 1.5rem;
    font-size: 1.75rem;
  }

  .mv {
    height: 45rem;
    background-image: url(../images/sp/hero_sp.jpg);
    background-position: center;
    background-size: cover;
  }

  .mv::after {
    display: none;
  }

  .mv .en_label {
    top: 1.84rem;
    left: 0;
    padding-bottom: .75rem;
    font-size: .53rem;
    width: 100%;
  }

  .mv_copy {
    top: 5.25rem;
    left: 0;
    padding-left: .88rem;
    border-left-width: .25rem;
  }

  .mv_copy .lead {
    font-size: 1.25rem;
  }
  .mv_copy .title {
    padding-bottom: 1.25rem;
  }
  .mv_copy .title::before {
    left: -.88rem;
  }
  .mv_copy h2 {
    font-size: 2.38rem;
    line-height: 1.37;
    white-space: nowrap;
  }

  .mv_copy h2 .sp,
  .mv_copy .subcopy .sp {
    display: inline;
  }

  .mv_copy .subcopy {
    margin-top: 2.03rem;
/*    margin-top: 3.56rem;*/
    font-size: 1rem;
  }

  .mv_copy .description {
    margin-top: .81rem;
    font-size: .84rem;
    letter-spacing: -.04em;
    line-height: 1.86;
  }

  .mv_copy .area {
    margin-top: 1.38rem;
    font-size: .69rem;
  }

  .mv_btns {
    position: absolute;
    top: 34rem;
    left: 1rem;
    width: 19.63rem;
    margin: 0;
  }

  .btn02 {
    width: 100%;
    min-width: 0;
  }

  .sec_about {
    padding: 3.75rem 0 5rem;
  }

  .about_wrap {
    display: grid;
  }

  .about_content {
    display: contents;
  }

  .about_content .sec_heading {
    order: 1;
  }

  .about_photo {
    order: 2;
    width: 18.75rem;
    height: 19.56rem;
    margin: 3.88rem auto 0;
  }

  .about_content h3 {
    order: 3;
    margin-top: 8.75rem;
    font-size: 1.5rem;
  }

  .about_content .txt01 {
    order: 4;
    margin-top: 1.88rem;
    font-size: 1rem;
    line-height: 1.88;
  }

  .about_content .signature {
    order: 5;
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }

  .about_caption {
    left: -1.56rem;
    bottom: -6.75rem;
    width: 16.88rem;
  }

  .sec_strengths {
    padding: 3.75rem 0 5rem;
  }

  .sec_strengths .intro {
    line-height: 1.88;
  }

  .strength_list {
    display: block;
    margin-top: 3.75rem;
  }

  .strength_card {
    width: 100%;
    min-height: 19.38rem;
  }

  .strength_card:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .strength_card h3 {
    font-size: 1.5rem;
  }

  .strength_card > p:last-child {
    font-size: .94rem;
  }

  .sec_services {
    padding: 3.75rem 0 5rem;
    background: url(../images/sp/services_bg.jpg) no-repeat center top / cover;
  }
  .sec_services::before {
    background: none;
  }

  .services_intro {
    margin-top: 1.81rem;
    font-size: 1rem;
    line-height: 1.88;
  }

  .services_intro br {
    display: none;
  }

  .service_list {
    display: block;
    margin-top: 3.31rem;
  }

  .service_card,
  .service_card.tall {
    width: 100%;
    min-height: 0;
    padding: 1.94rem 1.19rem 2.25rem;
  }

  .service_card:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .service_title {
    flex-wrap: nowrap;
  }

  .service_title h3 {
    font-size: 1.25rem;
  }

  .service_summary {
    margin-top: 2.5rem;
    font-size: .88rem;
  }

  .service_detail dt {
    font-size: 1rem;
  }

  .service_detail dd {
    font-size: .81rem;
  }

  .sec_recommended {
    padding: 3.75rem 0 5rem;
  }

  .recommended_wrap {
    display: block;
  }

  .recommended_heading,
  .recommended_list {
    width: 100%;
  }

  .recommended_heading h2 {
    margin-top: 2.75rem;
    font-size: 1.75rem;
  }

  .recommended_heading > p {
    font-size: .94rem;
  }

  .recommended_list {
    display: block;
    margin-top: 3.75rem;
  }

  .recommended_list li {
    width: 100%;
    min-height: 6.38rem;
  }

  .recommended_list li:not(:last-child) {
    margin-bottom: 2rem;
  }

  .sec_flow {
    padding: 3.75rem 0 5rem;
  }

  .sec_flow .intro {
    line-height: 1.88;
  }

  .flow_list {
    display: block;
    width: 18.75rem;
    margin: 3.75rem auto 0;
  }

  .flow_list li {
    display: grid;
    grid-template-columns: 5.25rem 1fr;
    grid-template-rows: auto auto;
    column-gap: 3rem;
    width: 100%;
    text-align: left;
  }
  .flow_list li:not(:last-of-type) {
    margin-bottom: 5.25rem;
  }

  .flow_no {
    grid-column: 1;
    grid-row: 1 / 3;
    margin: 0;
    align-self: start;
  }

  .flow_list h3 {
    grid-column: 2;
    grid-row: 1;
    margin-top: .81rem;
    font-size: 1.25rem;
    text-align: center;
  }

  .flow_list li > p:last-child {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0.78rem;
    text-align: center;
  }

  .flow_list li:not(:last-child)::after {
    top: 6rem;
    left: 2.63rem;
    width: 1px;
    height: 3.75rem;
  }

  .sec_profile {
    padding: 3.75rem 0 5rem;
  }

  .sec_profile .sec_heading h2 {
    width: 16rem;
  }

  .profile_wrap {
    display: block;
    margin-top: 3.75rem;
  }

  .profile_person,
  .office_info {
    width: 100%;
  }

  .profile_photo {
    width: 20.63rem;
    height: 26.25rem;
    margin: auto;
  }

  .profile_person h3 {
    margin-top: 3.75rem;
    font-size: 1.5rem;
  }

  .profile_person > p {
    font-size: .94rem;
  }

  .office_info {
    margin-top: 2.94rem;
    padding: 2.5rem .63rem;
  }

  .office_info > div {
    font-size: .81rem;
  }

  .office_info dt {
    width: 25%;
    padding-left: .63rem;
  }

  .office_info dd {
    width: 75%;
    padding-left: .63rem;
  }

  .sec_contact {
    padding: 3.75rem 0 5rem;
  }

  .contact_intro {
    line-height: 1.88;
  }

  .contact_wrap {
    display: block;
    margin-top: 3.75rem;
  }

  .contact_info,
  .form01 {
    width: 100%;
  }

  .contact_info {
    min-height: 33.88rem;
    padding: 2.5rem 2.19rem;
  }

  .contact_info .phone {
    font-size: 2.19rem;
  }

  .form01 {
    margin-top: 3.13rem;
    padding: 2.5rem 1rem;
  }

  .form_item:not(:first-child) {
    margin-top: 1.5rem;
  }

  .form_item input,
  .form_item select,
  .form_item textarea {
    padding: .94rem 1.06rem;
  }

  .form01 input[type="submit"] {
    width: 100%;
  }

  footer {
    min-height: 15rem;
    padding: 2.5rem 0;
  }

  footer .container {
    display: block;
  }

  .footer_info {
    width: 100%;
  }

  .footer_info .phone {
    margin-top: 1rem;
  }

  footer .copy {
    right: 0;
    bottom: -3rem;
  }

  .subpage {
    min-height: calc(100vh - 19.5rem);
    padding: 5rem 0 7.5rem;
  }

  .subpage h1 {
    font-size: 1.75rem;
  }

  .subpage .message {
    margin-top: 3rem;
  }
}